mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
SBU, filesize updates
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1371 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
9f07b3fffc
commit
396e42e8f5
@ -7,4 +7,4 @@
|
||||
<!ENTITY expat-download-ftp "ftp://ftp.yars.free.net/pub/software/unix/util/xml/expat-&expat-version;.tar.gz">
|
||||
<!ENTITY expat-size "292 KB">
|
||||
<!ENTITY expat-buildsize "3.2 MB">
|
||||
<!ENTITY expat-time "0.25 SBU">
|
||||
<!ENTITY expat-time "0.13 SBU">
|
||||
|
@ -8,5 +8,5 @@
|
||||
<!ENTITY openssl-download-http "http://www.openssl.org/source/openssl-&openssl-version;.tar.gz">
|
||||
<!ENTITY openssl-download-ftp "ftp://ftp.openssl.org/source/openssl-&openssl-version;.tar.gz">
|
||||
<!ENTITY openssl-size "2.7 MB">
|
||||
<!ENTITY openssl-buildsize "25.8 MB">
|
||||
<!ENTITY openssl-buildsize "26.1 MB">
|
||||
<!ENTITY openssl-time "3.35 SBU">
|
||||
|
@ -1,25 +1,26 @@
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The <application>pcre</application> package contains the
|
||||
<filename class='libraryfile'>libpcre</filename> libraries, <command>pcregrep</command>, <command>pcretest</command> and <filename>pcre-config</filename>.</para>
|
||||
<para>The <application><acronym>PCRE</acronym></application> package contains
|
||||
the <filename class='libraryfile'>libpcre</filename> libraries,
|
||||
<command>pcregrep</command>, <command>pcretest</command> and
|
||||
<filename>pcre-config</filename>.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2><title>Description</title>
|
||||
|
||||
<sect3><title>pcregrep</title>
|
||||
<para><command>pcregrep</command> is a grep that understands
|
||||
<application>Perl</application> compatible regular
|
||||
expressions.</para></sect3>
|
||||
<para><command>pcregrep</command> is a <command>grep</command> that understands
|
||||
<application>Perl</application> compatible regular expressions.</para></sect3>
|
||||
|
||||
<sect3><title>pcretest</title>
|
||||
<para><command>pcretest</command> can test your
|
||||
<application>Perl</application> compatible regular expression.</para></sect3>
|
||||
|
||||
<sect3><title>pcre-config</title>
|
||||
<para><filename>pcre-config</filename> is used during the compile process of programs
|
||||
linking to this library.</para></sect3>
|
||||
<para><filename>pcre-config</filename> is used during the compile process of
|
||||
programs linking to this library.</para></sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
<sect2>
|
||||
<title>Installation of <application>pcre</application></title>
|
||||
<title>Installation of <application><acronym>PCRE</acronym></application></title>
|
||||
|
||||
<para>Install <application>pcre</application> by running the following commands:</para>
|
||||
<para>Install <application><acronym>PCRE</acronym></application> by running the following commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=/usr &&
|
||||
make &&
|
||||
|
@ -1,11 +1,11 @@
|
||||
<sect2>
|
||||
<title>Introduction to <application>pcre</application></title>
|
||||
<title>Introduction to <application><acronym>PCRE</acronym></application></title>
|
||||
|
||||
<para>The <application>pcre</application> package contains
|
||||
<application>Perl</application> compatible regular expression
|
||||
<para>The <application><acronym>PCRE</acronym></application> package contains
|
||||
<application>Perl</application> Compatible Regular Expression
|
||||
libraries. These are useful for implementing regular expression pattern
|
||||
matching using the same syntax and semantics as <application>Perl
|
||||
5</application>.</para>
|
||||
matching using the same syntax and semantics as
|
||||
<application>Perl</application> 5.</para>
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
|
@ -5,6 +5,6 @@
|
||||
<!ENTITY pcre-version "4.3">
|
||||
<!ENTITY pcre-download-http "http://keihanna.dl.sourceforge.net/sourceforge/pcre/pcre-&pcre-version;.tar.bz2">
|
||||
<!ENTITY pcre-download-ftp "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-&pcre-version;.tar.bz2">
|
||||
<!ENTITY pcre-size "336 KB">
|
||||
<!ENTITY pcre-buildsize "2.8 MB">
|
||||
<!ENTITY pcre-time "0.19 SBU">
|
||||
<!ENTITY pcre-size "332 KB">
|
||||
<!ENTITY pcre-buildsize "3.2 MB">
|
||||
<!ENTITY pcre-time "0.08 SBU">
|
||||
|
@ -1,14 +1,16 @@
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The <application>popt</application> package contains the <filename>libpopt</filename> libraries.</para>
|
||||
<para>The <application>popt</application> package contains the
|
||||
<filename class="libraryfile">libpopt</filename> libraries.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2><title>Description</title>
|
||||
|
||||
<sect3><title>popt library</title>
|
||||
<para>The popt library is used to parse command-line options.</para></sect3>
|
||||
<para>The <filename class="libraryfile">libpopt</filename> library is used to
|
||||
parse command-line options.</para></sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -5,6 +5,6 @@
|
||||
<!ENTITY popt-version "1.7">
|
||||
<!ENTITY popt-download-http "http://gd.tuwien.ac.at/utils/rpm.org/dist/rpm-4.1.x/popt-&popt-version;.tar.gz">
|
||||
<!ENTITY popt-download-ftp "ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-&popt-version;.tar.gz">
|
||||
<!ENTITY popt-size "200 KB">
|
||||
<!ENTITY popt-buildsize "4 MB">
|
||||
<!ENTITY popt-size "564 KB">
|
||||
<!ENTITY popt-buildsize "17.4 MB">
|
||||
<!ENTITY popt-time "0.06 SBU">
|
||||
|
@ -5,6 +5,6 @@
|
||||
<!ENTITY Python-version "2.3.2">
|
||||
<!ENTITY Python-download-http "http://www.python.org/ftp/python/&Python-version;/Python-&Python-version;.tgz">
|
||||
<!ENTITY Python-download-ftp "ftp://ftp.python.org/pub/python/&Python-version;/Python-&Python-version;.tgz">
|
||||
<!ENTITY Python-size "6.8 MB">
|
||||
<!ENTITY Python-buildsize "69 MB">
|
||||
<!ENTITY Python-time "1.13 SBU">
|
||||
<!ENTITY Python-size "8.3 MB">
|
||||
<!ENTITY Python-buildsize "68 MB">
|
||||
<!ENTITY Python-time "1.33 SBU">
|
||||
|
@ -5,6 +5,6 @@
|
||||
<!ENTITY tcl-version "8.4.4">
|
||||
<!ENTITY tcl-download-http "http://aleron.dl.sourceforge.net/sourceforge/tcl/tcl&tcl-version;-src.tar.gz">
|
||||
<!ENTITY tcl-download-ftp "">
|
||||
<!ENTITY tcl-size "3.2 MB">
|
||||
<!ENTITY tcl-buildsize "">
|
||||
<!ENTITY tcl-time "">
|
||||
<!ENTITY tcl-size "3.3 MB">
|
||||
<!ENTITY tcl-buildsize "17.1 MB">
|
||||
<!ENTITY tcl-time "0.27 SBU">
|
||||
|
@ -5,6 +5,6 @@
|
||||
<!ENTITY tk-version "8.4.4">
|
||||
<!ENTITY tk-download-http "http://aleron.dl.sourceforge.net/sourceforge/tcl/tk&tk-version;-src.tar.gz">
|
||||
<!ENTITY tk-download-ftp "">
|
||||
<!ENTITY tk-size "3.0 MB">
|
||||
<!ENTITY tk-buildsize "">
|
||||
<!ENTITY tk-time "">
|
||||
<!ENTITY tk-size "3.1 MB">
|
||||
<!ENTITY tk-buildsize "17.4 MB">
|
||||
<!ENTITY tk-time "0.41 SBU">
|
||||
|
@ -11,6 +11,9 @@ who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>October 13th, 2003 [larry]: Double-checking SBU's and
|
||||
sizes during a rebuild.</para></listitem>
|
||||
|
||||
<listitem><para>October 13th, 2003 [igor]: Cleaned up GNOME section
|
||||
(first pass).</para></listitem>
|
||||
|
||||
|
@ -6,6 +6,6 @@
|
||||
<!ENTITY fontconfig-version "2.2.1">
|
||||
<!ENTITY fontconfig-download-http "http://pdx.freedesktop.org/software/fontconfig/releases/fontconfig-&fontconfig-version;.tar.gz">
|
||||
<!ENTITY fontconfig-download-ftp "ftp://ftp.us.sinuspl.net/pub/src/fontconfig-&fontconfig-version;.tar.gz">
|
||||
<!ENTITY fontconfig-size "1.4 MB">
|
||||
<!ENTITY fontconfig-size "600 KB">
|
||||
<!ENTITY fontconfig-buildsize "9.6 MB">
|
||||
<!ENTITY fontconfig-time "0.5 SBU">
|
||||
<!ENTITY fontconfig-time "0.19 SBU">
|
||||
|
Loading…
Reference in New Issue
Block a user