source: general/prog/perl-deps/perl-net-ssleay.xml@ 42961885

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 9.0 9.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 42961885 was 42961885, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Use a better URL for Net::SSLeay

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21258 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../../general.ent">
5 %general-entities;
6
7<!--<!ENTITY my-download-http "&metacpan_authors;/M/MI/MIKEM/Net-SSLeay-&Net-SSLeay-version;.tar.gz"> author will probably change for next release -->
8 <!ENTITY my-download-http "https://github.com/rurban/Net-SSLeay/archive/&Net-SSLeay-version;/Net-SSLeay-&Net-SSLeay-version;.tar.gz">
9 <!ENTITY my-md5sum "888b770e65f894f394ff253d0d42cd5a">
10
11]>
12
13 <!-- Begin Net::SSLeay -->
14 <sect2 id="perl-net-ssleay" xreflabel="Net-SSLeay-&Net-SSLeay-version;">
15
16 <title>Net::SSLeay-&Net-SSLeay-version;</title>
17
18 <indexterm zone="perl-net-ssleay">
19 <primary sortas="a-Net-SSLeay">Net::SSLeay</primary>
20 </indexterm>
21
22 <sect3 role="package">
23 <title>Introduction to Net::SSLeay</title>
24
25 <para>
26 Net::SSLeay is a PERL extension for using OpenSSL.
27 </para>
28
29 <!--
30 <bridgehead renderas="sect4">Additional Download</bridgehead>
31 <itemizedlist spacing="compact">
32 <listitem>
33 <para>
34 Required patch (for openssl-1.1.1):
35 <ulink url="&patch-root;/Net-SSLeay-&Net-SSLeay-version;-openssl_1.1.1-1.patch"/>
36 </para>
37 </listitem>
38 </itemizedlist>-->
39
40 &lfs84_checked;
41
42 <bridgehead renderas="sect4">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&my-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &my-md5sum;
52 </para>
53 </listitem>
54 </itemizedlist>
55
56 <note>
57 <para>
58 This is a development version which is required to work properly with
59 <xref linkend="perl-io-socket-ssl"/>
60 </para>
61<!--
62 <para>
63 The source tarball shown above downloads with the correct name if using
64 a browser such as Firefox. If you prefer to use a command line program
65 such as wget, you normally would obtain &Net-SSLeay-version;.tar.gz
66 To obtain this package with the proper filename, run:
67
68<screen><userinput>wget -c https://github.com/rurban/Net-SSLeay/archive/&Net-SSLeay-version;.tar.gz \
69 -O Net-SSLeay-&Net-SSLeay-version;.tar.gz</userinput></screen>.
70 </para>i-->
71 </note>
72
73 </sect3>
74
75 <sect3 role="installation">
76 <title>Installation of Net::SSLeay</title>
77
78 <para>
79 This module uses a variant of the standard build and installation
80 instructions:
81
82<screen><userinput>yes '' | perl Makefile.PL &amp;&amp;
83make &amp;&amp;
84make test</userinput></screen>
85
86 Now, as the <systemitem class="username">root</systemitem> user:
87
88<screen role="root"><userinput>make install</userinput></screen>
89
90 </para>
91
92 </sect3>
93
94 <sect3 role="commands">
95 <title>Command Explanations</title>
96
97 <para>
98 <command>yes ''</command>: Perl will ask if you wish to run external
99 tests, which will fail if you do not have network connectivity. The
100 default is 'n', specifying this allows you to script the build.
101 </para>
102
103 </sect3>
104
105 </sect2>
Note: See TracBrowser for help on using the repository browser.