Ignore:
Timestamp:
02/11/2005 10:17:38 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:
fdcfc4cf
Parents:
28ce643
Message:

Added md5sums to Chapter 20 packages; changed FTP download URL's in Pine and NcFTP instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/pine.xml

    r28ce643 r55c657e  
    66
    77  <!ENTITY pine-download-http "http://mirror.sit.wisc.edu/pub/net/mail/pine/pine&pine-version;.tar.bz2">
    8   <!ENTITY pine-download-ftp  "ftp://ftp.cac.washington.edu/pine/pine&pine-version;.tar.bz2">
     8  <!ENTITY pine-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/pine&pine-version;.tar.bz2">
     9  <!ENTITY pine-md5sum        "aece91c8a857605994829ffa91d98c9f">
    910  <!ENTITY pine-size          "2.9 MB">
    1011  <!ENTITY pine-buildsize     "50 MB">
     
    3435<listitem><para>Download (FTP): <ulink
    3536url="&pine-download-ftp;"/></para></listitem>
     37<listitem><para>Download MD5 sum: &pine-md5sum;</para></listitem>
    3638<listitem><para>Download size: &pine-size;</para></listitem>
    3739<listitem><para>Estimated disk space required:
     
    5052<sect3><title><application>Pine</application> dependencies</title>
    5153<sect4><title>Required</title>
    52 <para><xref linkend="openssl"/></para></sect4>
     54<para><xref linkend="openssl"/></para>
     55</sect4>
     56
    5357<sect4><title>Optional</title>
    54 <para>
    55 <xref linkend="openldap"/> and
    56 <xref linkend="mitkrb"/>
    57 </para></sect4>
     58<para><xref linkend="openldap"/> and <xref linkend="mitkrb"/></para>
     59</sect4>
    5860</sect3>
    5961
     
    6365<title>Installation of <application>Pine</application></title>
    6466
    65 <para>Install <application>Pine</application> by running the following commands: </para>
     67<para>Install <application>Pine</application> by running the following
     68commands:</para>
    6669
    6770<screen><userinput><command>patch -Np1 -i ../pine-&pine-version;-fhs-3.patch &amp;&amp;
     
    7073cp doc/*.1 /usr/share/man/man1 &amp;&amp;   
    7174cd bin &amp;&amp;
    72 install pine imapd ipop2d ipop3d mailutil mtest pico \
     75install -m755 pine imapd ipop2d ipop3d mailutil mtest pico \
    7376    pilot rpdump rpload /usr/bin</command></userinput></screen>
    7477
     
    101104
    102105<para><command>SSLDIR=/usr SSLCERTS=/etc/ssl/certs</command>: Location
    103 of OpenSSL files.</para>
     106of <application>Open<acronym>SSL</acronym></application> files.</para>
    104107
    105108<para><screen><command>cd bin &amp;&amp;
    106 install pine imapd ipop2d ipop3d mailutil mtest pico \
     109install -m755 pine imapd ipop2d ipop3d mailutil mtest pico \
    107110    pilot rpdump rpload /usr/bin</command></screen>
    108 This installs <application>Pine</application>.</para>
     111This installs the <application>Pine</application> programs.</para>
    109112
    110113</sect2>
     
    120123
    121124<para>The <command>pine</command> executable needs no global configuration to
    122 use.  Users set <application>Pine</application> options in <filename>~/.pinerc
    123 </filename> using an internal configuration menu.</para>
     125use.  Users set <application>Pine</application> options in
     126<filename>~/.pinerc</filename> using an internal configuration menu.</para>
    124127</sect3>
    125128
     
    151154
    152155<sect3><title>pilot</title>
    153 <para><command>pilot</command> is a file and directory navigator and browser.</para></sect3>
     156<para><command>pilot</command> is a file and directory navigator and
     157browser.</para></sect3>
    154158
    155159<sect3><title>imapd</title>
    156 <para><command>imapd</command> is the <acronym>IMAP</acronym> server daemon.</para></sect3>
     160<para><command>imapd</command> is the <acronym>IMAP</acronym> server
     161daemon.</para></sect3>
    157162
    158163<sect3><title>ipop2d</title>
     
    174179or address books.</para></sect3>
    175180
    176 
    177181<sect3><title>rpdump</title>
    178182<para><command>rpdump</command> is used to copy data from remote
Note: See TracChangeset for help on using the changeset viewer.