Changeset 7bc4c361


Ignore:
Timestamp:
02/12/2005 04:53:54 PM (19 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:
69e9770b
Parents:
f62b122b
Message:

Added md5sums to Chapter 24 package instructions

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • content/web/php.xml

    rf62b122b r7bc4c361  
    77  <!ENTITY php-download-http "http://us2.php.net/distributions/php-&php-version;.tar.bz2">
    88  <!ENTITY php-download-ftp  "ftp://ftp.isu.edu.tw/pub/Unix/Web/PHP/distributions/php-&php-version;.tar.bz2">
     9  <!ENTITY php-md5sum        "fd26455febdddee0977ce226b9108d9c">
    910  <!ENTITY php-size          "4.4 MB">
    1011  <!ENTITY php-buildsize     "101 MB">
     
    2324<title>Introduction to <application><acronym>PHP</acronym></application></title>
    2425
    25 <para><application><acronym>PHP</acronym></application> is the PHP
    26 Hypertext Preprocessor. Primarily used in dynamic web sites, it allows for
    27 programming code to be directly embedded into the
     26<para><application><acronym>PHP</acronym></application> is the
     27<acronym>PHP</acronym> Hypertext Preprocessor. Primarily used in dynamic web
     28sites, it allows for programming code to be directly embedded into the
    2829<acronym>HTML</acronym> markup.</para>
    2930
    3031<sect3><title>Package information</title>
    3132<itemizedlist spacing='compact'>
    32 <listitem><para>Download (HTTP): <ulink url="&php-download-http;"/></para></listitem>
    33 <listitem><para>Download (FTP): <ulink url="&php-download-ftp;"/></para></listitem>
     33<listitem><para>Download (HTTP):
     34<ulink url="&php-download-http;"/></para></listitem>
     35<listitem><para>Download (FTP):
     36<ulink url="&php-download-ftp;"/></para></listitem>
     37<listitem><para>Download MD5 sum: &php-md5sum;</para></listitem>
    3438<listitem><para>Download size: &php-size;</para></listitem>
    35 <listitem><para>Estimated disk space required: &php-buildsize;</para></listitem>
    36 <listitem><para>Estimated build time: &php-time;</para></listitem></itemizedlist>
     39<listitem><para>Estimated disk space required:
     40&php-buildsize;</para></listitem>
     41<listitem><para>Estimated build time:
     42&php-time;</para></listitem></itemizedlist>
    3743</sect3>
    3844
     
    4450</sect3>
    4551
    46 <sect3><title><application><acronym>PHP</acronym></application> dependencies</title>
     52<sect3><title><application><acronym>PHP</acronym></application>
     53dependencies</title>
    4754<sect4><title>Required</title>
    48 <para>
    49 <xref linkend="apache"/>
    50 </para></sect4>
     55<para><xref linkend="apache"/></para>
     56</sect4>
     57
    5158<sect4><title>Optional</title>
    52 <para>
    53 <xref linkend="libxml2"/>,
     59<para><xref linkend="libxml2"/>,
    5460<xref linkend="libxslt"/>,
    5561<xref linkend="openssl"/>,
     
    6773X (<xref linkend="xorg"/> or <xref linkend="xfree86"/>),
    6874<xref linkend="freetype2"/>,
    69 <ulink url="http://gd.tuwien.ac.at/visual/ibiblio/libs/graphics/t1lib-5.0.2.tar.gz">t1lib</ulink>,
     75<ulink
     76url="http://gd.tuwien.ac.at/visual/ibiblio/libs/graphics/t1lib-5.0.2.tar.gz">
     77t1lib</ulink>,
    7078<xref linkend="gmp"/>
    7179<xref linkend="mysql"/>,
     
    92100<ulink url="http://caudium.net/">Caudium</ulink>,
    93101<ulink url="http://www.openwddx.org/">WDDX</ulink>,
    94 <ulink url="http://partners.adobe.com/asn/acrobat/forms.jsp">FDF Toolkit</ulink>,
     102<ulink url="http://partners.adobe.com/asn/acrobat/forms.jsp">
     103FDF Toolkit</ulink>,
    95104<ulink url="http://www.hyperwave.com/">Hyperwave</ulink>,
    96105<ulink url="http://www.mainstreetsoftworks.com/">Monetra</ulink>,
    97106<xref linkend="expat"/> and
    98 <ulink url="../server/mail.html">MTA</ulink>
    99 </para></sect4>
     107<ulink url="../server/mail.html">MTA</ulink></para>
     108</sect4>
    100109</sect3>
    101110
     
    165174<application>Apache</application> web server,
    166175a new LoadModule (this one should be handled automatically by the
    167 <command>make install</command> command) and AddType directives must be added to the
    168 <filename>httpd.conf</filename> file:</para>
     176<command>make install</command> command) and AddType directives must be added
     177to the <filename>httpd.conf</filename> file:</para>
    169178
    170179<screen><userinput>LoadModule php5_module lib/apache/libphp5.so
    171180AddType application/x-httpd-php .php</userinput></screen>
    172181
    173 <para>Also, it can be useful to add an entry for index.php to the
    174 DirectoryIndex directive of the <filename>httpd.conf</filename>
    175 file.</para>
     182<para>Also, it can be useful to add an entry for
     183<filename>index.php</filename> to the DirectoryIndex directive of the
     184<filename>httpd.conf</filename> file.</para>
    176185
    177186</sect3>
     
    199208
    200209<sect3><title>pear</title>
    201 <para><command>pear</command> is the PHP Extension and Application
    202 Repository (<acronym>PEAR</acronym>) package manager.</para></sect3>
     210<para><command>pear</command> is the <acronym>PHP</acronym> Extension and
     211Application Repository (<acronym>PEAR</acronym>) package
     212manager.</para></sect3>
    203213
    204214</sect2>
  • content/web/proftpd.xml

    rf62b122b r7bc4c361  
    77  <!ENTITY proftpd-download-http "http://ftp.proftpd.org/distrib/source/proftpd-&proftpd-version;.tar.bz2">
    88  <!ENTITY proftpd-download-ftp  "ftp://ftp.proftpd.org/distrib/source/proftpd-&proftpd-version;.tar.bz2">
     9  <!ENTITY proftpd-md5sum        "5feb4a7348e12faefc25e34fd92efdd6">
    910  <!ENTITY proftpd-size          "901 KB">
    1011  <!ENTITY proftpd-buildsize     "7.3 MB">
     
    1819</sect1info>
    1920<?dbhtml filename="proftpd.html"?>
    20 <title><application>Pro<acronym>FTP</acronym>D</application>-&proftpd-version;</title>
     21<title><application>Pro<acronym>FTP</acronym>D</application>-&proftpd-version;
     22</title>
    2123
    2224<sect2>
     
    3436<listitem><para>Download (FTP):
    3537<ulink url="&proftpd-download-ftp;"/></para></listitem>
     38<listitem><para>Download MD5 sum: &proftpd-md5sum;</para></listitem>
    3639<listitem><para>Download size: &proftpd-size;</para></listitem>
    3740<listitem><para>Estimated disk space required:
  • content/web/vsftpd.xml

    rf62b122b r7bc4c361  
    77  <!ENTITY vsftpd-download-http " ">
    88  <!ENTITY vsftpd-download-ftp  "ftp://vsftpd.beasts.org/users/cevans/vsftpd-&vsftpd-version;.tar.gz">
     9  <!ENTITY vsftpd-md5sum        "63838791ec8b1375ed154fb2603e52e9">
    910  <!ENTITY vsftpd-size          "148 KB">
    1011  <!ENTITY vsftpd-buildsize     "492 KB">
     
    1819</sect1info>
    1920<?dbhtml filename="vsftpd.html"?>
    20 <title><application>vs<acronym>FTP</acronym>D</application>-&vsftpd-version;</title>
     21<title><application>vs<acronym>FTP</acronym>D</application>-&vsftpd-version;
     22</title>
    2123
    2224<sect2>
     
    3436<listitem><para>Download (FTP):
    3537<ulink url="&vsftpd-download-ftp;"/></para></listitem>
     38<listitem><para>Download MD5 sum: &vsftpd-md5sum;</para></listitem>
    3639<listitem><para>Download size: &vsftpd-size;</para></listitem>
    3740<listitem><para>Estimated disk space required:
  • introduction/welcome/changelog.xml

    rf62b122b r7bc4c361  
    2323<itemizedlist>
    2424
    25 <listitem><para>February 12th, 2005 [randy]: Added md5sums to Chapter 22
    26 package instructions; added md5sum to db instructions; fixed download URL's
     25<listitem><para>February 12th, 2005 [randy]: Added md5sums to Chapter 22 and
     2624 package instructions; added md5sum to db instructions; fixed download URL's
    2727in PostgreSQL instructions.</para></listitem>
    2828
Note: See TracChangeset for help on using the changeset viewer.