Changeset bd790c97
- Timestamp:
- 07/06/2017 06:59:07 AM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 041db65
- Parents:
- 9a65995
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r9a65995 rbd790c97 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 5"> <!-- Always 2 digits -->3 <!ENTITY day "06"> <!-- Always 2 digits --> 4 4 <!ENTITY month "07"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2017"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "July 5th &year;">9 <!ENTITY releasedate "July 6th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/prog/git.xml
r9a65995 rbd790c97 110 110 <xref linkend="curl"/> (needed to use <application>Git</application> over http, 111 111 https, ftp or ftps), 112 <xref linkend="openssl"/>, and 112 <xref linkend="openssl"/>, 113 <xref linkend="perl-error"/>, and 113 114 <xref linkend="python2"/> 114 115 </para> -
general/prog/perl-modules.xml
r9a65995 rbd790c97 50 50 <!ENTITY Encode-JIS2K-download-http "http://www.cpan.org/authors/id/D/DA/DANKOGAI/Encode-JIS2K-&Encode-JIS2K-version;.tar.gz"> 51 51 <!ENTITY Encode-JIS2K-md5sum "60539471aa408a2b793cd45a6ce651db"> 52 53 <!ENTITY Error-download-http "http://www.cpan.org/authors/id/S/SH/SHLOMIF/Error-&Error-version;.tar.gz"> 54 <!ENTITY Error-md5sum "7e3676a7fb14f65f568f12d4b40a2a72"> 52 55 53 56 <!ENTITY File-BaseDir-download-http "http://www.cpan.org/authors/id/K/KI/KIMRYAN/File-BaseDir-&File-BaseDir-version;.tar.gz"> … … 970 973 </itemizedlist> 971 974 975 <!-- Error --> 976 <bridgehead renderas="sect3" id="perl-error" 977 xreflabel="Error-&Error-version;"> 978 Error-&Error-version;</bridgehead> 979 980 <indexterm zone="perl-modules perl-error"> 981 <primary sortas="a-Error">Error</primary> 982 </indexterm> 983 984 <para>The Error module provides Error/exception handling in an 985 object-oriented way. This module uses the standard 986 <xref linkend="perl-standard-install"/>.</para> 987 988 &lfs80_checked; 989 990 <itemizedlist> 991 <listitem> 992 <para> 993 <ulink url="&Error-download-http;">Error-&Error-version;</ulink> 994 </para> 995 </listitem> 996 <listitem> 997 <literallayout>&Error-download-http; 998 MD5 sum: &Error-md5sum;</literallayout> 999 </listitem> 1000 </itemizedlist> 1001 972 1002 <!-- File::BaseDir --> 973 1003 <bridgehead renderas="sect3" id="perl-file-basedir" -
introduction/welcome/changelog.xml
r9a65995 rbd790c97 42 42 </listitem> 43 43 --> 44 45 <listitem> 46 <para>July 6th, 2017</para> 47 <itemizedlist> 48 <listitem> 49 <para>[pierre] - Add Error-0.17024 to perl modules, 50 as it is a recommended dependency of git.</para> 51 </listitem> 52 </itemizedlist> 53 </listitem> 44 54 45 55 <listitem> -
packages.ent
r9a65995 rbd790c97 359 359 <!ENTITY Encode-JIS2K-version "0.03"> 360 360 <!ENTITY Encode-HanExtra-version "0.23"> 361 <!ENTITY Error-version "0.17024"> 361 362 <!ENTITY File-BaseDir-version "0.07"> 362 363 <!ENTITY File-Slurp-version "9999.19">
Note:
See TracChangeset
for help on using the changeset viewer.