Changeset 63389bd


Ignore:
Timestamp:
12/08/2004 12:49:33 AM (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:
3f810bf2
Parents:
c7777adb
Message:

Updated to Nail-11.17

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/nail.xml

    rc7777adb r63389bd  
    77  <!ENTITY nail-download-http "http://prdownloads.sourceforge.net/nail/nail-&nail-version;.tar.bz2">
    88  <!ENTITY nail-download-ftp  " ">
    9   <!ENTITY nail-size          "264 KB">
    10   <!ENTITY nail-buildsize     "2.8 MB">
    11   <!ENTITY nail-time          "0.06 SBU">
     9  <!ENTITY nail-size          "262 KB">
     10  <!ENTITY nail-buildsize     "2.7 MB">
     11  <!ENTITY nail-time          "0.05 SBU">
    1212]>
    1313
     
    2323<title>Introduction to <application>Nail</application></title>
    2424
    25 <para>The <application>Nail</application> package contains a
    26 command-line Mail User Agent that is compatible with the
    27 <command>mail</command> command available in commercial Unix versions. The
    28 <command>mail</command> command is useful for writing scripts.</para>
     25<para>The <application>Nail</application> package contains
     26<command>nail</command>, a command-line Mail User Agent derived from Berkeley
     27Mail which is intended to provide the functionality of the POSIX
     28<command>mailx</command> command with additional support for
     29<acronym>MIME</acronym> messages, <acronym>IMAP</acronym> (including caching),
     30<acronym>POP</acronym>3, <acronym>SMTP</acronym>, S/<acronym>MIME</acronym>,
     31message threading/sorting, scoring, and filtering.
     32<application>Nail</application> is especially useful for writing scripts
     33and batch processing.</para>
    2934
    3035<sect3><title>Package information</title>
     
    3540url="&nail-download-ftp;"/></para></listitem>
    3641<listitem><para>Download size: &nail-size;</para></listitem>
    37 <listitem><para>Estimated Disk space required:
     42<listitem><para>Estimated disk space required:
    3843&nail-buildsize;</para></listitem>
    3944<listitem><para>Estimated build time:
     
    4348<sect3><title><application>Nail</application> dependencies</title>
    4449<sect4><title>Optional</title>
    45 <para><xref linkend="openssl"/> and
     50<para><xref linkend="openssl"/> or
     51Mozilla <acronym>NSS</acronym> (from
     52<xref linkend="mozilla"/> or
     53<xref linkend="firefox"/> or
     54<xref linkend="thunderbird"/>),
     55<xref linkend="heimdal"/> or <xref linkend="mitkrb"/> (for
     56<acronym>IMAP</acronym> GSSAPI authentication) and
    4657<ulink url="../server/mail.html">MTA</ulink></para></sect4>
    4758</sect3>
     
    5768<screen><userinput><command>make SENDMAIL=/usr/sbin/sendmail &amp;&amp;
    5869make PREFIX=/usr install UCBINSTALL=/usr/bin/install &amp;&amp;
    59 ln -sf nail /usr/bin/mail</command></userinput></screen>
     70ln -sf nail /usr/bin/mail &amp;&amp;
     71ln -sf nail /usr/bin/mailx</command></userinput></screen>
    6072
    6173</sect2>
  • general.ent

    rc7777adb r63389bd  
    201201                                 
    202202<!-- Chapter 20 -->               
    203 <!ENTITY nail-version                 "11.11">
     203<!ENTITY nail-version                 "11.17">
    204204<!ENTITY procmail-version             "3.22"> 
    205205<!ENTITY fetchmail-version            "6.2.5"> 
  • introduction/welcome/changelog.xml

    rc7777adb r63389bd  
    2727FontConfig, hicolor-icon-theme and shared-mime-info instructions; added DAG
    2828as an optional dependency to the libpcap instructions; updated to
    29 Nmap-3.75.</para></listitem>
     29Nmap-3.75 and Nail-11.17.</para></listitem>
    3030
    3131<listitem><para>December 5th, 2004 [igor]: Updated to
Note: See TracChangeset for help on using the changeset viewer.