Changeset 14d6b3e0


Ignore:
Timestamp:
06/28/2004 08:22:48 PM (20 years ago)
Author:
Randy McMurchy <randy@…>
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4f6275fd
Parents:
4bf3a75
Message:

Change hardcoded version numbers to entities in various packages

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • connect/dhcp/dhcpcd.xml

    r4bf3a75 r14d6b3e0  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6  
     6
    77  <!ENTITY dhcpcd-download-http "http://www.phystech.com/ftp/dhcpcd-&dhcpcd-version;.tar.gz">
    88  <!ENTITY dhcpcd-download-ftp  "ftp://ftp.phystech.com/pub/dhcpcd-&dhcpcd-version;.tar.gz">
     
    4040<itemizedlist spacing='compact'>
    4141<listitem><para>Required patch:
    42 <ulink url="&patch-root;/dhcpcd-1.3.22-pl4-fhs-1.patch"/></para></listitem>
     42<ulink url="&patch-root;/dhcpcd-&dhcpcd-version;-fhs-1.patch"/></para></listitem>
    4343</itemizedlist>
    4444</sect3>
    45 
    4645
    4746</sect2>
     
    5857make &amp;&amp;
    5958make install</command></userinput></screen>
    60 
    6159
    6260</sect2>
     
    9290directory.</para>
    9391
    94 <para><parameter>--mandir=/usr/share/man</parameter>: This command
    95 installs the man pages to the <filename class="directory">/usr/share/man</filename>
     92<para><parameter>--mandir=/usr/share/man</parameter>: This command installs
     93the man pages to the <filename class="directory">/usr/share/man</filename>
    9694directory.</para>
    9795
     
    143141<title>Contents</title>
    144142
    145 <para>The <application>dhcpcd</application> package contains <command>dhcpcd</command>.</para>
     143<para>The <application>dhcpcd</application> package contains
     144<command>dhcpcd</command>.</para>
    146145
    147146</sect2>
  • general/genutils/bc.xml

    r4bf3a75 r14d6b3e0  
    1919<sect2>
    2020<title>Introduction to <application>bc</application></title>
    21                                                                                
     21
    2222<para>The <application>bc</application> package contains
    2323an arbitrary precision numeric processing language.</para>
    24                                                                                
     24
    2525<sect3><title>Package information</title>
    2626<itemizedlist spacing='compact'>
     
    3535&bc-time;</para></listitem></itemizedlist>
    3636</sect3>
    37                                                                                
     37
    3838<sect3><title>Additional downloads</title>
    3939<itemizedlist spacing='compact'>
    4040<listitem><para>Required Patch: <ulink
    41 url="&patch-root;/bc-1.06-flex_invocation-1.patch"/></para></listitem>
     41url="&patch-root;/bc-&bc-version;-flex_invocation-1.patch"/></para></listitem>
    4242<listitem><para>Required Patch: <ulink
    43 url="&patch-root;/bc-1.06-readline-1.patch"/></para></listitem>
     43url="&patch-root;/bc-&bc-version;-readline-1.patch"/></para></listitem>
    4444</itemizedlist></sect3>
    45                                                                                
     45
    4646<sect3><title><application>bc</application> dependencies</title>
    4747<sect4><title>Required</title>
    4848<para><xref linkend="readline"/></para></sect4>
    4949</sect3>
    50                                                                                
     50
    5151</sect2>
    5252
    5353<sect2>
    5454<title>Installation of <command>bc</command></title>
    55                                                                                
     55
    5656<para>Install <command>bc</command> by running the following commands:</para>
    57                                                                                
    58 <screen><userinput><command>patch -Np1 -i ../bc-1.06-flex_invocation-1.patch &amp;&amp;
    59 patch -Np1 -i ../bc-1.06-readline-1.patch &amp;&amp;
     57
     58<screen><userinput><command>patch -Np1 -i ../bc-&bc-version;-flex_invocation-1.patch &amp;&amp;
     59patch -Np1 -i ../bc-&bc-version;-readline-1.patch &amp;&amp;
    6060./configure --prefix=/usr --with-readline &amp;&amp;
    6161make &amp;&amp;
    6262make install</command></userinput></screen>
    63                                                                                
     63
    6464</sect2>
    6565
    6666<sect2>
    6767<title>Contents</title>
    68                                                                                
     68
    6969<para>The <application>bc</application> package contains
    7070<command>bc</command> and
    7171<command>dc</command>.</para>
    72                                                                                
     72
    7373</sect2>
    74                                                                                
     74
    7575<sect2><title>Description</title>
    76                                                                                
     76
    7777<sect3><title>bc</title>
    7878<para><command>bc</command> is a calculator.</para></sect3>
    79                                                                                
     79
    8080<sect3><title>dc</title>
    8181<para><command>dc</command> is a reverse-polish calculator.</para></sect3>
    82                                                                                
     82
    8383</sect2>
    8484
    8585</sect1>
    8686
    87 <!-- Old Stuff
    88 <sect1 id="bc" xreflabel="bc-&bc-version;">
    89 <?dbhtml filename="bc.html"?>
    90 <title>bc-&bc-version;</title>
    91 
    92 &bc-intro;
    93 &bc-inst;
    94 &bc-desc;
    95 
    96 </sect1>
    97 -->
  • general/genutils/compface.xml

    r4bf3a75 r14d6b3e0  
    1919<sect2>
    2020<title>Introduction to <application>Compface</application></title>
    21                                                                                
     21
    2222<para><application>Compface</application> provides utilities and a library to
    2323convert from/to X-Face format, a 48x48 bitmap format used to carry thumbnails
    2424of email authors in a mail header.</para>
    25                                                                                
     25
    2626<sect3><title>Package information</title>
    2727<itemizedlist spacing='compact'>
     
    3232<listitem><para>Estimated build time: &compface-time;</para></listitem></itemizedlist>
    3333</sect3>
    34                                                                                
     34
    3535<sect3><title>Additional downloads</title>
    3636<itemizedlist spacing='compact'>
    3737<listitem><para>Required patch: <ulink
    38 url="&patch-root;/compface-1.4-errno-2.patch"/></para></listitem>
     38url="&patch-root;/compface-&compface-version;-errno-2.patch"/></para></listitem>
    3939</itemizedlist>
    4040</sect3>
    41                                                                                
     41
    4242</sect2>
    4343
    4444<sect2>
    4545<title>Installation of <application>Compface</application></title>
    46                                                                                
     46
    4747<para>Install <application>Compface</application> by running the
    4848following commands:</para>
    49                                                                                
    50 <screen><userinput><command>patch -Np1 -i ../compface-1.4-errno-2.patch &amp;&amp;
     49
     50<screen><userinput><command>patch -Np1 -i ../compface-&compface-version;-errno-2.patch &amp;&amp;
    5151./configure --prefix=/usr &amp;&amp;
    5252make &amp;&amp;
    5353make install</command></userinput></screen>
    54                                                                                
     54
    5555</sect2>
    5656
    5757<sect2>
    5858<title>Contents</title>
    59                                                                                
     59
    6060<para>This package contains <command>compface</command>,
    6161<command>uncompface</command> and
    6262<filename class="libraryfile">libcompface</filename>.</para>
    63                                                                                
     63
    6464</sect2>
    65                                                                                
     65
    6666<sect2><title>Description</title>
    67                                                                                
     67
    6868<sect3><title>compface</title>
    6969<para><command>compface</command> is a filter for generating highly compressed
    7070representations of 48x48x1 face image files.</para></sect3>
    71                                                                                
     71
    7272<sect3><title>uncompface</title>
    73 <para><command>uncompface</command> is an inverse filter which performs an inverse
    74 transformation with no loss of data.</para></sect3>
    75                                                                                
     73<para><command>uncompface</command> is an inverse filter which performs an
     74inverse transformation with no loss of data.</para></sect3>
     75
    7676<sect3><title>libcompface</title>
    77 <para><filename class="libraryfile">libcompface</filename> allows the compression
    78 and decompression algorithms to be used in other programs such as
     77<para><filename class="libraryfile">libcompface</filename> allows the
     78compression and decompression algorithms to be used in other programs such as
    7979<acronym>MTA</acronym>s.</para></sect3>
    80                                                                                
     80
    8181</sect2>
    8282
    8383</sect1>
    8484
    85 <!-- Old Stuff
    86 <sect1 id="compface" xreflabel="Compface-&compface-version;">
    87 <?dbhtml filename="compface.html"?>
    88 <title>Compface-&compface-version;</title>
    89 
    90 &compface-intro;
    91 &compface-inst;
    92 &compface-desc;
    93 
    94 </sect1>
    95 -->
  • introduction/welcome/changelog.xml

    r4bf3a75 r14d6b3e0  
    1818
    1919<itemizedlist>
     20
     21<listitem><para>June 28th, 2004 [randy]: Change hardcoded version numbers
     22to entities in various packages.</para></listitem>
    2023
    2124<listitem><para>June 28th, 2004 [randy]: Rename OpenOffice JDK
  • postlfs/security/linux_pam.xml

    r4bf3a75 r14d6b3e0  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6 
    76
    87  <!ENTITY Linux_PAM-download-http "http://www.kernel.org/pub/linux/libs/pam/pre/library/Linux-PAM-&Linux_PAM-version;.tar.bz2">
     
    4140<itemizedlist spacing='compact'>
    4241<listitem><para>Required patch:
    43 <ulink url="&patch-root;/Linux-PAM-0.77-linkage-3.patch"/></para></listitem></itemizedlist>
     42<ulink url="&patch-root;/Linux-PAM-&Linux_PAM-version;-linkage-3.patch"/></para></listitem></itemizedlist>
    4443</sect3>
    4544
     
    5857running the following commands:</para>
    5958
    60 <screen><userinput><command>patch -Np1 -i ../Linux-PAM-0.77-linkage-3.patch &amp;&amp;
     59<screen><userinput><command>patch -Np1 -i ../Linux-PAM-&Linux_PAM-version;-linkage-3.patch &amp;&amp;
    6160autoconf &amp;&amp;
    6261./configure --enable-static-libpam --with-mailspool=/var/mail \
     
    7069
    7170</sect2>
    72 
    7371
    7472<sect2>
     
    9492
    9593</sect2>
    96 
    9794
    9895<sect2>
     
    135132is recommended for further reading.</para>
    136133
    137 <para>Refer to <ulink url="http://www.kernel.org/pub/linux/libs/pam/modules.html"/>
     134<para>Refer to
     135<ulink url="http://www.kernel.org/pub/linux/libs/pam/modules.html"/>
    138136for a list of various modules available.</para>
    139137
     
    159157
    160158<sect3><title>libpam libraries</title>
    161 <para><filename class="libraryfile">libpam</filename> libraries provide the interfaces between
    162 applications and the modules included with <acronym>PAM</acronym>.</para></sect3>
     159<para><filename class="libraryfile">libpam</filename> libraries provide the
     160interfaces between applications and the modules included with
     161<acronym>PAM</acronym>.</para></sect3>
    163162
    164163</sect2>
    165164
    166 
    167165</sect1>
    168166
Note: See TracChangeset for help on using the changeset viewer.