From dcbeb75171c2196c95d8e7550d061813e84bccbc Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sun, 1 May 2005 11:04:49 +0000 Subject: [PATCH] Tagged libesmtp.xml git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3909 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/genlib/libesmtp.xml | 192 +++++++++++++++++++++--------------- 1 file changed, 115 insertions(+), 77 deletions(-) diff --git a/general/genlib/libesmtp.xml b/general/genlib/libesmtp.xml index 19ed81741b..130c075c80 100644 --- a/general/genlib/libesmtp.xml +++ b/general/genlib/libesmtp.xml @@ -13,85 +13,123 @@ ]> - -$LastChangedBy$ -$Date$ - - -libesmtp-&libesmtp-version; + + + + $LastChangedBy$ + $Date$ + + + Libesmtp-&libesmtp-version; + + + Libesmtp + + + + Introduction to Libesmtp - -Introduction to <application>libesmtp</application> + The libesmtp package contains the + libesmtp libraries which are used by some programs + to manage email submission to a mail transport layer. + + Package Information + + + Download (HTTP): + + + Download (FTP): + + + Download MD5 sum: &libesmtp-md5sum; + + + Download size: &libesmtp-size; + + + Estimated disk space required: &libesmtp-buildsize; + + + Estimated build time: &libesmtp-time; + + + + Libesmtp Dependencies + + Optional + + + + + + Installation of Libesmtp -The libesmtp package contains the -libesmtp libraries which are used by some programs -to manage email submission to a mail transport layer. + Install libesmtp by running the following + commands: -Package information - -Download (HTTP): -Download (FTP): -Download MD5 sum: &libesmtp-md5sum; -Download size: &libesmtp-size; -Estimated disk space required: -&libesmtp-buildsize; -Estimated build time: -&libesmtp-time; - - - -<application>libesmtp</application> dependencies -Optional - - - - - - - -Installation of <application>libesmtp</application> - -Install libesmtp by running the following -commands: - -./configure --prefix=/usr && +./configure --prefix=/usr && make && -make install - - - - -Contents - -The libesmtp package contains -libesmtp-config, the libesmtp library -and the libesmtp SASL -plugins. - - - - -Description - - -libesmtp-config -libesmtp-config displays version information and the -options used to compile libesmtp. - - -libesmtp library -The libesmtp library is used to manage submission of -electronic mail to a Mail Transport Agent. - - -libesmtp <acronym>SASL</acronym> plugins -The libesmtp SASL plugins -are used to integrate libesmtp with -SASL authentication. - - - +make install + + + + + Contents + + + Installed Program + Installed Libraries + Installed Directories + + + libesmtp-config + libesmtp.[so,a] and libesmtp + SASL plugins + + + + + + Short Descriptions + + + + + libesmtp-config + + displays version information and the options used to + compile libesmtp. + + libesmtp-config + + + + + + libesmtp.[so,a] + + is used to manage submission of electronic mail to a Mail + Transport Agent. + + libesmtp.[so,a] + + + + + + libesmtp SASL plugins + + are used to integrate libesmtp with + SASL authentication. + + libesmtp SASL plugins + + + + + + + + -