Changeset 396e42e
- Timestamp:
- 10/13/2003 07:38:14 PM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- d6d87319
- Parents:
- 9f07b3f
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/expat/expat.ent
r9f07b3f r396e42e 8 8 <!ENTITY expat-size "292 KB"> 9 9 <!ENTITY expat-buildsize "3.2 MB"> 10 <!ENTITY expat-time "0. 25SBU">10 <!ENTITY expat-time "0.13 SBU"> -
general/genlib/openssl/openssl.ent
r9f07b3f r396e42e 9 9 <!ENTITY openssl-download-ftp "ftp://ftp.openssl.org/source/openssl-&openssl-version;.tar.gz"> 10 10 <!ENTITY openssl-size "2.7 MB"> 11 <!ENTITY openssl-buildsize "2 5.8MB">11 <!ENTITY openssl-buildsize "26.1 MB"> 12 12 <!ENTITY openssl-time "3.35 SBU"> -
general/genlib/pcre/pcre-desc.xml
r9f07b3f r396e42e 2 2 <title>Contents</title> 3 3 4 <para>The <application>pcre</application> package contains the 5 <filename class='libraryfile'>libpcre</filename> libraries, <command>pcregrep</command>, <command>pcretest</command> and <filename>pcre-config</filename>.</para> 4 <para>The <application><acronym>PCRE</acronym></application> package contains 5 the <filename class='libraryfile'>libpcre</filename> libraries, 6 <command>pcregrep</command>, <command>pcretest</command> and 7 <filename>pcre-config</filename>.</para> 6 8 7 9 </sect2> … … 10 12 11 13 <sect3><title>pcregrep</title> 12 <para><command>pcregrep</command> is a grep that understands 13 <application>Perl</application> compatible regular 14 expressions.</para></sect3> 14 <para><command>pcregrep</command> is a <command>grep</command> that understands 15 <application>Perl</application> compatible regular expressions.</para></sect3> 15 16 16 17 <sect3><title>pcretest</title> … … 19 20 20 21 <sect3><title>pcre-config</title> 21 <para><filename>pcre-config</filename> is used during the compile process of programs22 linking to this library.</para></sect3>22 <para><filename>pcre-config</filename> is used during the compile process of 23 programs linking to this library.</para></sect3> 23 24 24 25 </sect2> -
general/genlib/pcre/pcre-inst.xml
r9f07b3f r396e42e 1 1 <sect2> 2 <title>Installation of <application> pcre</application></title>2 <title>Installation of <application><acronym>PCRE</acronym></application></title> 3 3 4 <para>Install <application> pcre</application> by running the following commands:</para>4 <para>Install <application><acronym>PCRE</acronym></application> by running the following commands:</para> 5 5 6 6 <screen><userinput><command>./configure --prefix=/usr && -
general/genlib/pcre/pcre-intro.xml
r9f07b3f r396e42e 1 1 <sect2> 2 <title>Introduction to <application> pcre</application></title>2 <title>Introduction to <application><acronym>PCRE</acronym></application></title> 3 3 4 <para>The <application> pcre</application> package contains5 <application>Perl</application> compatible regular expression4 <para>The <application><acronym>PCRE</acronym></application> package contains 5 <application>Perl</application> Compatible Regular Expression 6 6 libraries. These are useful for implementing regular expression pattern 7 matching using the same syntax and semantics as <application>Perl8 5</application>.</para>7 matching using the same syntax and semantics as 8 <application>Perl</application> 5.</para> 9 9 10 10 <sect3><title>Package information</title> -
general/genlib/pcre/pcre.ent
r9f07b3f r396e42e 6 6 <!ENTITY pcre-download-http "http://keihanna.dl.sourceforge.net/sourceforge/pcre/pcre-&pcre-version;.tar.bz2"> 7 7 <!ENTITY pcre-download-ftp "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-&pcre-version;.tar.bz2"> 8 <!ENTITY pcre-size "33 6KB">9 <!ENTITY pcre-buildsize " 2.8MB">10 <!ENTITY pcre-time "0. 19SBU">8 <!ENTITY pcre-size "332 KB"> 9 <!ENTITY pcre-buildsize "3.2 MB"> 10 <!ENTITY pcre-time "0.08 SBU"> -
general/genlib/popt/popt-desc.xml
r9f07b3f r396e42e 2 2 <title>Contents</title> 3 3 4 <para>The <application>popt</application> package contains the <filename>libpopt</filename> libraries.</para> 4 <para>The <application>popt</application> package contains the 5 <filename class="libraryfile">libpopt</filename> libraries.</para> 5 6 6 7 </sect2> … … 9 10 10 11 <sect3><title>popt library</title> 11 <para>The popt library is used to parse command-line options.</para></sect3> 12 <para>The <filename class="libraryfile">libpopt</filename> library is used to 13 parse command-line options.</para></sect3> 12 14 13 15 </sect2> -
general/genlib/popt/popt.ent
r9f07b3f r396e42e 6 6 <!ENTITY popt-download-http "http://gd.tuwien.ac.at/utils/rpm.org/dist/rpm-4.1.x/popt-&popt-version;.tar.gz"> 7 7 <!ENTITY popt-download-ftp "ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-&popt-version;.tar.gz"> 8 <!ENTITY popt-size " 200KB">9 <!ENTITY popt-buildsize " 4 MB">8 <!ENTITY popt-size "564 KB"> 9 <!ENTITY popt-buildsize "17.4 MB"> 10 10 <!ENTITY popt-time "0.06 SBU"> -
general/prog/python/python.ent
r9f07b3f r396e42e 6 6 <!ENTITY Python-download-http "http://www.python.org/ftp/python/&Python-version;/Python-&Python-version;.tgz"> 7 7 <!ENTITY Python-download-ftp "ftp://ftp.python.org/pub/python/&Python-version;/Python-&Python-version;.tgz"> 8 <!ENTITY Python-size " 6.8MB">9 <!ENTITY Python-buildsize "6 9MB">10 <!ENTITY Python-time "1. 13 SBU">8 <!ENTITY Python-size "8.3 MB"> 9 <!ENTITY Python-buildsize "68 MB"> 10 <!ENTITY Python-time "1.33 SBU"> -
general/prog/tcl/tcl.ent
r9f07b3f r396e42e 6 6 <!ENTITY tcl-download-http "http://aleron.dl.sourceforge.net/sourceforge/tcl/tcl&tcl-version;-src.tar.gz"> 7 7 <!ENTITY tcl-download-ftp ""> 8 <!ENTITY tcl-size "3. 2MB">9 <!ENTITY tcl-buildsize " ">10 <!ENTITY tcl-time " ">8 <!ENTITY tcl-size "3.3 MB"> 9 <!ENTITY tcl-buildsize "17.1 MB"> 10 <!ENTITY tcl-time "0.27 SBU"> -
general/prog/tk/tk.ent
r9f07b3f r396e42e 6 6 <!ENTITY tk-download-http "http://aleron.dl.sourceforge.net/sourceforge/tcl/tk&tk-version;-src.tar.gz"> 7 7 <!ENTITY tk-download-ftp ""> 8 <!ENTITY tk-size "3. 0MB">9 <!ENTITY tk-buildsize " ">10 <!ENTITY tk-time " ">8 <!ENTITY tk-size "3.1 MB"> 9 <!ENTITY tk-buildsize "17.4 MB"> 10 <!ENTITY tk-time "0.41 SBU"> -
introduction/welcome/changelog.xml
r9f07b3f r396e42e 11 11 12 12 <itemizedlist> 13 14 <listitem><para>October 13th, 2003 [larry]: Double-checking SBU's and 15 sizes during a rebuild.</para></listitem> 13 16 14 17 <listitem><para>October 13th, 2003 [igor]: Cleaned up GNOME section -
x/lib/fontconfig/fontconfig.ent
r9f07b3f r396e42e 7 7 <!ENTITY fontconfig-download-http "http://pdx.freedesktop.org/software/fontconfig/releases/fontconfig-&fontconfig-version;.tar.gz"> 8 8 <!ENTITY fontconfig-download-ftp "ftp://ftp.us.sinuspl.net/pub/src/fontconfig-&fontconfig-version;.tar.gz"> 9 <!ENTITY fontconfig-size " 1.4 MB">9 <!ENTITY fontconfig-size "600 KB"> 10 10 <!ENTITY fontconfig-buildsize "9.6 MB"> 11 <!ENTITY fontconfig-time "0. 5SBU">11 <!ENTITY fontconfig-time "0.19 SBU">
Note:
See TracChangeset
for help on using the changeset viewer.