Changeset af986b5e for basicnet


Ignore:
Timestamp:
01/31/2004 10:57:24 PM (20 years ago)
Author:
Igor Živković <igor@…>
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_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
915c313
Parents:
a5d2297f
Message:

updated to ncftp-3.1.7

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

Location:
basicnet/netprogs/ncftp
Files:
5 edited

Legend:

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

    ra5d2297f raf986b5e  
    33
    44<sect3><title>Config files</title>
    5 <para><filename>~/.ncftp/*</filename>; especially
     5<para><filename class="directory">~/.ncftp/*</filename>; especially
    66<filename>~/.ncftp/prefs_v3</filename></para>
    77</sect3>
  • basicnet/netprogs/ncftp/ncftp-desc.xml

    ra5d2297f raf986b5e  
    22<title>Contents</title>
    33
    4 <para>The <application>Nc<acronym>FTP</acronym></application> package contains <command>ncftp</command>, <command>ncftpbatch
     4<para>The <application>Nc<acronym>FTP</acronym></application> package
     5contains <filename class="libraryfile">libncftp</filename>,
     6<command>ncftp</command>, <command>ncftpbatch
    57</command>, <command>ncftpbookmarks</command>,
    68<command>ncftpget</command>, <command>ncftpls</command>,
     
    3335
    3436</sect2>
    35 
  • basicnet/netprogs/ncftp/ncftp-exp.xml

    ra5d2297f raf986b5e  
    22<title>Command explanations</title>
    33
    4 <para><screen><command>cd libncftp &amp;&amp;
    5 make shared &amp;&amp;
    6 make soinstall</command></screen>
    7 These commands make and install the dynamic library libncftp which is then used to link against when compiling the main program.</para>
     4<para><screen><command>make -C libncftp shared &amp;&amp;
     5make -C libncftp soinstall</command></screen>
     6These commands make and install the dynamic library <filename
     7class="libraryfile">libncftp</filename> which is then used to link
     8against when compiling the main program.</para>
    89
    910</sect2>
    10 
  • basicnet/netprogs/ncftp/ncftp-inst.xml

    ra5d2297f raf986b5e  
    33
    44<para>There are two ways to build <application>Nc<acronym>FTP</acronym></application>.  The first
    5 (and optimal) way, builds most of the functionality as a shared library and
     5(and optimal) way builds most of the functionality as a shared library and
    66then builds and installs the program linked against this library.  The second
    77method simply links all of the functionality into the binary statically.  This
     
    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 <filename>libncftp</filename> parts are
     11statically linked binary; only the <filename class="libraryfile">libncftp</filename> parts are
    1212statically linked in, in this case. Be aware that building and using the shared
    1313library is covered by the Clarified Artistic License; however, developing
     
    1919
    2020<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    21 cd libncftp &amp;&amp;
    22 make shared &amp;&amp;
    23 make soinstall &amp;&amp;
    24 cd .. &amp;&amp;
     21make -C libncftp shared &amp;&amp;
     22make -C libncftp soinstall &amp;&amp;
    2523make &amp;&amp;
    2624make install</command></userinput></screen>
    2725
    2826<para>To install <application>Nc<acronym>FTP</acronym></application> using the second method (with
    29 the <filename>libncftp</filename> functionality linked in statically) run the
     27the <filename class="libraryfile">libncftp</filename> functionality linked in statically) run the
    3028following commands:</para>
    3129
     
    3533
    3634</sect2>
    37 
  • basicnet/netprogs/ncftp/ncftp.ent

    ra5d2297f raf986b5e  
    55<!ENTITY ncftp-config SYSTEM "ncftp-config.xml">
    66<!ENTITY ncftp-desc SYSTEM "ncftp-desc.xml">
    7 <!ENTITY ncftp-version "3.1.6">
    8 <!ENTITY ncftp-download-http "">
     7<!ENTITY ncftp-version "3.1.7">
     8<!ENTITY ncftp-download-http "http://gd.tuwien.ac.at/infosys/clients/ftp/ncftp/ncftp-&ncftp-version;-src.tar.bz2">
    99<!ENTITY ncftp-download-ftp "ftp://ftp.ncftp.com/ncftp/ncftp-&ncftp-version;-src.tar.bz2">
    10 <!ENTITY ncftp-size "396 KB">
     10<!ENTITY ncftp-size "389 KB">
    1111<!ENTITY ncftp-buildsize "5.2 MB">
    12 <!ENTITY ncftp-time "0.26 SBU">
     12<!ENTITY ncftp-time "0.38 SBU">
Note: See TracChangeset for help on using the changeset viewer.