Ignore:
Timestamp:
09/17/2003 03:38:21 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5bc2a01
Parents:
b152f10
Message:

update to ncftp-3.1.6

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

Location:
basicnet/netprogs/ncftp
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/ncftp/ncftp-config.xml

    rb152f10 r2da087bd  
    11<sect2>
    2 <title>Configuring ncftp</title>
     2<title>Configuring <application>ncftp</application></title>
    33
    44<sect3><title>Config files</title>
     
    99<sect3><title>Configuration Information</title>
    1010
    11 <para>Most ncftp configuration is done while in the program and the
    12 configuration files are dealt with automatically.  One exception to this
    13 is <filename>~/.ncftp/prefs_v3</filename>.  There are various options to
    14 alter in there, including:</para>
     11<para>Most <application>ncftp</application> configuration is done while in the
     12program and the configuration files are dealt with automatically.  One
     13exception to this is <filename>~/.ncftp/prefs_v3</filename>.  There are various
     14options to alter in there, including:</para>
    1515
    16 <para><userinput>yes-i-know-about-NcFTPd=yes</userinput> : This disables
    17 the splash screen advertising the NcFTPd server.</para>
     16<para><screen><userinput>yes-i-know-about-NcFTPd=yes</userinput></screen> :
     17This disables the splash screen advertising the
     18<application>NcFTPd</application> server.</para>
    1819
    19 <para>There are other options in the <filename>prefs_v3</filename> file.  Most of these are
    20 self-explanatory.</para>
     20<para>There are other options in the <filename>prefs_v3</filename> file.  Most of these are self-explanatory.</para>
    2121</sect3>
    2222
  • basicnet/netprogs/ncftp/ncftp-desc.xml

    rb152f10 r2da087bd  
    22<title>Contents</title>
    33
    4 <para>The ncftp package contains <userinput>ncftp, ncftpbatch,
    5 ncftpbookmarks, ncftpget, ncftpls, ncftpput</userinput>
    6 and <userinput>ncftpspooler</userinput>.</para>
     4<para>The ncftp package contains <command>ncftp</command>, <command>ncftpbatch
     5</command>, <command>ncftpbookmarks</command>,
     6<command>ncftpget</command>, <command>ncftpls</command>,
     7<command>ncftpput</command> and <command>ncftpspooler</command>.</para>
    78</sect2>
    89
     
    1314
    1415<sect3><title>ncftpbatch</title>
    15 <para>Individual batch FTP job processor.</para></sect3>
     16<para>Individual batch <acronym>FTP</acronym> job processor.</para></sect3>
    1617
    1718<sect3><title>ncftpbookmarks</title>
    18 <para>NcFTP Bookmark Editor (NCurses-based).</para></sect3>
     19<para><application>NcFTP</application> Bookmark Editor
     20(<application>NCurses</application>-based).</para></sect3>
    1921
    2022<sect3><title>ncftpget</title>
     
    2830
    2931<sect3><title>ncftpspooler</title>
    30 <para>Global batch FTP job processor daemon.</para></sect3>
     32<para>Global batch <acronym>FTP</acronym> job processor daemon.</para></sect3>
    3133
    3234</sect2>
  • basicnet/netprogs/ncftp/ncftp-exp.xml

    rb152f10 r2da087bd  
    22<title>Command explanations</title>
    33
    4 <para><screen><userinput>cd libncftp &amp;&amp;
     4<para><screen><command>cd libncftp &amp;&amp;
    55make shared &amp;&amp;
    6 make soinstall</userinput></screen>
     6make soinstall</command></screen>
    77These commands make and install the dynamic library libncftp which is then used to link against when compiling the main program.</para>
    88
  • basicnet/netprogs/ncftp/ncftp-inst.xml

    rb152f10 r2da087bd  
    11<sect2>
    2 <title>Installation of ncftp</title>
     2<title>Installation of <application>ncftp</application></title>
    33
    4 <para>There are two ways to build ncftp.  The first (and optimal) way,
    5 builds most of the functionality as a shared library and then builds and
    6 installs the program linked against this library.  The second method
    7 simply links all of the functionality into the binary statically.  This
     4<para>There are two ways to build <application>ncftp</application>.  The first
     5(and optimal) way, builds most of the functionality as a shared library and
     6then builds and installs the program linked against this library.  The second
     7method simply links all of the functionality into the binary statically.  This
    88doesn't make the dynamic library available for linking by other
    99applications.  You need to choose which method best suits you.  Note
    1010that the second method does <emphasis>not</emphasis> create an entirely
    11 statically linked binary; only the libncftp parts are statically linked
    12 in, in this case. Be aware that building and using the shared library is
    13 covered by the Clarified Artistic License; however, developing applications
    14 that utilize the shared library is subject to a different license.</para>
     11statically linked binary; only the <filename>libncftp</filename> parts are
     12statically linked in, in this case. Be aware that building and using the shared
     13library is covered by the Clarified Artistic License; however, developing
     14applications that utilize the shared library is subject to a different license.
     15</para>
    1516
    16 <para>To install ncftp using the first (and optimal) method, run the
    17 following commands:</para>
     17<para>To install <application>ncftp</application> using the first (and optimal)
     18method, run the following commands:</para>
    1819
    19 <para><screen><userinput>./configure --prefix=/usr &amp;&amp;
     20<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    2021cd libncftp &amp;&amp;
    2122make shared &amp;&amp;
     
    2324cd .. &amp;&amp;
    2425make &amp;&amp;
    25 make install</userinput></screen></para>
     26make install</command></userinput></screen>
    2627
    27 <para>To install ncftp using the second method (with the libncftp
    28 functionality linked in statically) run the following commands:</para>
     28<para>To install <application>ncftp</application> using the second method (with
     29the <filename>libncftp</filename> functionality linked in statically) run the
     30following commands:</para>
    2931
    30 <para><screen><userinput>./configure --prefix=/usr &amp;&amp;
     32<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    3133make &amp;&amp;
    32 make install</userinput></screen></para>
     34make install</command></userinput></screen>
    3335
    3436</sect2>
  • basicnet/netprogs/ncftp/ncftp-intro.xml

    rb152f10 r2da087bd  
    11<sect2>
    2 <title>Introduction to ncftp</title>
     2<title>Introduction to <application>ncftp</application></title>
    33
    4 <screen>Download location (HTTP):        <ulink url="&ncftp-download-http;"/>
    5 Download location (FTP):        <ulink url="&ncftp-download-ftp;"/>
    6 Version used:                   &ncftp-version;
    7 Package size:                   &ncftp-size;
    8 Estimated Disk space required:  &ncftp-buildsize;</screen>
     4<para>The <application>ncftp</application> package contains a powerful and
     5flexible interface to the Internet standard File Transfer Protocol.  It is
     6intended to replace or supplement the stock <command>ftp</command> program.
     7</para>
    98
    10 <para>The ncftp package contains a powerful and flexible interface to
    11 the Internet standard File Transfer Protocol.  It is intended to replace
    12 or supplement the stock ftp program.</para>
     9<sect3><title>Package information</title>
     10<itemizedlist spacing='compact'>
     11<listitem><para>Download (HTTP): <ulink
     12url="&ncftp-download-http;"/></para></listitem>
     13<listitem><para>Download (FTP): <ulink
     14url="&ncftp-download-ftp;"/></para></listitem>
     15<listitem><para>Download size: &ncftp-size;</para></listitem>
     16<listitem><para>Estimated Disk space required:
     17&ncftp-buildsize;</para></listitem>
     18<listitem><para>Estimated build time:
     19&ncftp-time;</para></listitem></itemizedlist>
     20</sect3>
     21
     22
    1323
    1424</sect2>
  • basicnet/netprogs/ncftp/ncftp.ent

    rb152f10 r2da087bd  
    55<!ENTITY ncftp-desc SYSTEM "ncftp-desc.xml">
    66<!ENTITY ncftp-config SYSTEM "ncftp-config.xml">
    7 <!ENTITY ncftp-buildsize "4.8 MB">
    8 <!ENTITY ncftp-version "3.1.5">
     7<!ENTITY ncftp-buildsize "5.2 MB">
     8<!ENTITY ncftp-version "3.1.6">
    99<!ENTITY ncftp-download-http "">
    10 <!ENTITY ncftp-download-ftp "ftp://ftp.ncftp.com/ncftp/ncftp-3.1.5-src.tar.bz2">
    11 <!ENTITY ncftp-size "392 KB">
     10<!ENTITY ncftp-download-ftp "ftp://ftp.ncftp.com/ncftp/ncftp-3.1.6-src.tar.bz2">
     11<!ENTITY ncftp-size "396 KB">
     12<!ENTITY ncftp-time "0.26 SBU">
Note: See TracChangeset for help on using the changeset viewer.