Changeset a81545c5
- Timestamp:
- 09/19/2018 12:49:24 AM (6 years ago)
- Branches:
- perl-modules
- Children:
- 45b8c95
- Parents:
- 5f393c0
- Files:
-
- 3 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/new-perl-modules.xml
r5f393c0 ra81545c5 66 66 class="directory">/usr/lib/perl5/site_perl/5.xx.y</filename> and those will 67 67 not be documented. One or two install programs (mostly, perl scripts), or 68 even a library, into <filename class="directory">/usr</filename> and those 69 are documented. 68 a library, into <filename class="directory">/usr/bin/</filename> or 69 <filename class="directory">/usr/lib/</filename> and these 70 <emphasis>are</emphasis> documented. 70 71 </para> 71 72 … … 104 105 <listitem> 105 106 <para> 107 <xref linkend="new-perl-http-daemon"/> 108 </para> 109 </listitem> 110 <listitem> 111 <para> 106 112 <xref linkend="new-perl-html-parser"/> 113 </para> 114 </listitem> 115 <listitem> 116 <para> 117 <xref linkend="new-perl-io-socket-ssl"/> 107 118 </para> 108 119 </listitem> … … 170 181 171 182 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 183 href="perl-modules/perl-http-daemon.xml"/> 184 185 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 172 186 href="perl-modules/perl-html-parser.xml"/> 173 187 174 188 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 189 href="perl-modules/perl-io-socket-ssl.xml"/> 190 191 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 175 192 href="perl-modules/perl-module-build.xml"/> 176 193 -
general/prog/perl-deps.xml
r5f393c0 ra81545c5 108 108 <listitem> 109 109 <para> 110 <xref linkend="perl-net-ssleay"/> 111 </para> 112 </listitem> 113 <listitem> 114 <para> 110 115 <xref linkend="new-perl-sub-identify"/> 111 116 </para> … … 192 197 193 198 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 199 href="perl-deps/perl-net-ssleay.xml"/> 200 201 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 194 202 href="perl-deps/perl-sub-name.xml"/> 195 203 -
networking/netprogs/wget.xml
r5f393c0 ra81545c5 84 84 <xref linkend="gnutls"/>, 85 85 <xref linkend="gpgme"/>, 86 <xref linkend=" perl-http-daemon"/> (for the test suite),87 <xref linkend=" perl-io-socket-ssl"/> (for the test suite),86 <xref linkend="new-perl-http-daemon"/> (for the test suite), 87 <xref linkend="new-perl-io-socket-ssl"/> (for the test suite), 88 88 <xref linkend="libidn2"/>, 89 89 <xref linkend="libpsl"/>, -
packages.ent
r5f393c0 ra81545c5 419 419 <!ENTITY IO-HTML-version "1.001"> 420 420 <!ENTITY LWP-MediaTypes-version "6.02"> 421 <!ENTITY Net-SSLeay-version "1.85"> 421 422 <!ENTITY Sub-Identify-version "0.14"> 422 423 <!ENTITY Sub-Name-version "0.21">
Note:
See TracChangeset
for help on using the changeset viewer.