Ignore:
Timestamp:
02/11/2005 03:57:40 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:
6c291b58
Parents:
25d03a51
Message:

Added md5sums to Chapter 18 package instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/ncftp.xml

    r25d03a51 rf5f7f9d  
    77  <!ENTITY ncftp-download-http "http://gd.tuwien.ac.at/infosys/clients/ftp/ncftp/ncftp-&ncftp-version;-src.tar.bz2">
    88  <!ENTITY ncftp-download-ftp  "ftp://ftp.ncftp.com/ncftp/ncftp-&ncftp-version;-src.tar.bz2">
     9  <!ENTITY ncftp-md5sum        "N/A">
    910  <!ENTITY ncftp-size          "389 KB">
    1011  <!ENTITY ncftp-buildsize     "5.2 MB">
     
    2122
    2223<sect2>
    23 <title>Introduction to <application>Nc<acronym>FTP</acronym></application></title>
     24<title>Introduction to
     25<application>Nc<acronym>FTP</acronym></application></title>
    2426
    25 <para>The <application>Nc<acronym>FTP</acronym></application> package contains a powerful and
    26 flexible interface to the Internet standard File Transfer Protocol.  It is
    27 intended to replace or supplement the stock <command>ftp</command> program.
    28 </para>
     27<para>The <application>Nc<acronym>FTP</acronym></application> package contains
     28a powerful and flexible interface to the Internet standard File Transfer
     29Protocol.  It is intended to replace or supplement the stock
     30<command>ftp</command> program.</para>
    2931
    3032<sect3><title>Package information</title>
     
    3436<listitem><para>Download (FTP): <ulink
    3537url="&ncftp-download-ftp;"/></para></listitem>
     38<listitem><para>Download MD5 sum: &ncftp-md5sum;</para></listitem>
    3639<listitem><para>Download size: &ncftp-size;</para></listitem>
    3740<listitem><para>Estimated disk space required:
     
    4447
    4548<sect2>
    46 <title>Installation of <application>Nc<acronym>FTP</acronym></application></title>
     49<title>Installation of
     50<application>Nc<acronym>FTP</acronym></application></title>
    4751
    48 <para>There are two ways to build <application>Nc<acronym>FTP</acronym></application>.  The first
     52<para>There are two ways to build
     53<application>Nc<acronym>FTP</acronym></application>.  The first
    4954(and optimal) way builds most of the functionality as a shared library and
    5055then builds and installs the program linked against this library.  The second
     
    5358applications.  You need to choose which method best suits you.  Note
    5459that the second method does <emphasis>not</emphasis> create an entirely
    55 statically linked binary; only the <filename class="libraryfile">libncftp</filename> parts are
     60statically linked binary; only the
     61<filename class="libraryfile">libncftp</filename> parts are
    5662statically linked in, in this case. Be aware that building and using the shared
    5763library is covered by the Clarified Artistic License; however, developing
    58 applications that utilize the shared library is subject to a different license.
    59 </para>
     64applications that utilize the shared library is subject to a different
     65license.</para>
    6066
    61 <para>To install <application>Nc<acronym>FTP</acronym></application> using the first (and optimal)
    62 method, run the following commands:</para>
     67<para>To install <application>Nc<acronym>FTP</acronym></application> using the
     68first (and optimal) method, run the following commands:</para>
    6369
    6470<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     
    6874make install</command></userinput></screen>
    6975
    70 <para>To install <application>Nc<acronym>FTP</acronym></application> using the second method (with
    71 the <filename class="libraryfile">libncftp</filename> functionality linked in statically) run the
    72 following commands:</para>
     76<para>To install <application>Nc<acronym>FTP</acronym></application> using the
     77second method (with the <filename class="libraryfile">libncftp</filename>
     78functionality linked in statically) run the following commands:</para>
    7379
    7480<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     
    99105<sect3><title>Configuration Information</title>
    100106
    101 <para>Most <application>Nc<acronym>FTP</acronym></application> configuration is done while in the
    102 program, and the configuration files are dealt with automatically.  One
    103 exception to this is <filename>~/.ncftp/prefs_v3</filename>.  There are various
    104 options to alter in there, including:</para>
     107<para>Most <application>Nc<acronym>FTP</acronym></application> configuration
     108is done while in the program, and the configuration files are dealt with
     109automatically. One exception to this is <filename>~/.ncftp/prefs_v3</filename>.
     110There are various options to alter in there, including:</para>
    105111
    106112<para><screen><userinput>yes-i-know-about-NcFTPd=yes</userinput></screen>
     
    108114<application>NcFTPd</application> server.</para>
    109115
    110 <para>There are other options in the <filename>prefs_v3</filename> file.  Most of these are self-explanatory.</para>
     116<para>There are other options in the <filename>prefs_v3</filename> file. Most
     117of these are self-explanatory.</para>
    111118</sect3>
    112119
Note: See TracChangeset for help on using the changeset viewer.