Changeset 14d6b3e0 for general/genutils


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

Location:
general/genutils
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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 -->
Note: See TracChangeset for help on using the changeset viewer.