Ignore:
Timestamp:
10/13/2003 07:38:14 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d6d87319
Parents:
9f07b3f
Message:

SBU, filesize updates

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

Location:
general/genlib/pcre
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/pcre/pcre-desc.xml

    r9f07b3f r396e42e  
    22<title>Contents</title>
    33
    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
     5the <filename class='libraryfile'>libpcre</filename> libraries,
     6<command>pcregrep</command>, <command>pcretest</command> and
     7<filename>pcre-config</filename>.</para>
    68
    79</sect2>
     
    1012
    1113<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>
    1516
    1617<sect3><title>pcretest</title>
     
    1920
    2021<sect3><title>pcre-config</title>
    21 <para><filename>pcre-config</filename> is used during the compile process of programs
    22 linking to this library.</para></sect3>
     22<para><filename>pcre-config</filename> is used during the compile process of
     23programs linking to this library.</para></sect3>
    2324
    2425</sect2>
  • general/genlib/pcre/pcre-inst.xml

    r9f07b3f r396e42e  
    11<sect2>
    2 <title>Installation of <application>pcre</application></title>
     2<title>Installation of <application><acronym>PCRE</acronym></application></title>
    33
    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>
    55
    66<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
  • general/genlib/pcre/pcre-intro.xml

    r9f07b3f r396e42e  
    11<sect2>
    2 <title>Introduction to <application>pcre</application></title>
     2<title>Introduction to <application><acronym>PCRE</acronym></application></title>
    33
    4 <para>The <application>pcre</application> package contains
    5 <application>Perl</application> compatible regular expression
     4<para>The <application><acronym>PCRE</acronym></application> package contains
     5<application>Perl</application> Compatible Regular Expression
    66libraries. These are useful for implementing regular expression pattern
    7 matching using the same syntax and semantics as <application>Perl
    8 5</application>.</para>
     7matching using the same syntax and semantics as
     8<application>Perl</application> 5.</para>
    99
    1010<sect3><title>Package information</title>
  • general/genlib/pcre/pcre.ent

    r9f07b3f r396e42e  
    66<!ENTITY pcre-download-http "http://keihanna.dl.sourceforge.net/sourceforge/pcre/pcre-&pcre-version;.tar.bz2">
    77<!ENTITY pcre-download-ftp "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-&pcre-version;.tar.bz2">
    8 <!ENTITY pcre-size "336 KB">
    9 <!ENTITY pcre-buildsize "2.8 MB">
    10 <!ENTITY pcre-time "0.19 SBU">
     8<!ENTITY pcre-size "332 KB">
     9<!ENTITY pcre-buildsize "3.2 MB">
     10<!ENTITY pcre-time "0.08 SBU">
Note: See TracChangeset for help on using the changeset viewer.