Changeset af986b5e
- Timestamp:
- 01/31/2004 10:57:24 PM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 915c313
- Parents:
- a5d2297f
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
basicnet/netprogs/ncftp/ncftp-config.xml
ra5d2297f raf986b5e 3 3 4 4 <sect3><title>Config files</title> 5 <para><filename >~/.ncftp/*</filename>; especially5 <para><filename class="directory">~/.ncftp/*</filename>; especially 6 6 <filename>~/.ncftp/prefs_v3</filename></para> 7 7 </sect3> -
basicnet/netprogs/ncftp/ncftp-desc.xml
ra5d2297f raf986b5e 2 2 <title>Contents</title> 3 3 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 5 contains <filename class="libraryfile">libncftp</filename>, 6 <command>ncftp</command>, <command>ncftpbatch 5 7 </command>, <command>ncftpbookmarks</command>, 6 8 <command>ncftpget</command>, <command>ncftpls</command>, … … 33 35 34 36 </sect2> 35 -
basicnet/netprogs/ncftp/ncftp-exp.xml
ra5d2297f raf986b5e 2 2 <title>Command explanations</title> 3 3 4 <para><screen><command>cd libncftp && 5 make shared && 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 && 5 make -C libncftp soinstall</command></screen> 6 These commands make and install the dynamic library <filename 7 class="libraryfile">libncftp</filename> which is then used to link 8 against when compiling the main program.</para> 8 9 9 10 </sect2> 10 -
basicnet/netprogs/ncftp/ncftp-inst.xml
ra5d2297f raf986b5e 3 3 4 4 <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 and5 (and optimal) way builds most of the functionality as a shared library and 6 6 then builds and installs the program linked against this library. The second 7 7 method simply links all of the functionality into the binary statically. This … … 9 9 applications. You need to choose which method best suits you. Note 10 10 that the second method does <emphasis>not</emphasis> create an entirely 11 statically linked binary; only the <filename >libncftp</filename> parts are11 statically linked binary; only the <filename class="libraryfile">libncftp</filename> parts are 12 12 statically linked in, in this case. Be aware that building and using the shared 13 13 library is covered by the Clarified Artistic License; however, developing … … 19 19 20 20 <screen><userinput><command>./configure --prefix=/usr && 21 cd libncftp && 22 make shared && 23 make soinstall && 24 cd .. && 21 make -C libncftp shared && 22 make -C libncftp soinstall && 25 23 make && 26 24 make install</command></userinput></screen> 27 25 28 26 <para>To install <application>Nc<acronym>FTP</acronym></application> using the second method (with 29 the <filename >libncftp</filename> functionality linked in statically) run the27 the <filename class="libraryfile">libncftp</filename> functionality linked in statically) run the 30 28 following commands:</para> 31 29 … … 35 33 36 34 </sect2> 37 -
basicnet/netprogs/ncftp/ncftp.ent
ra5d2297f raf986b5e 5 5 <!ENTITY ncftp-config SYSTEM "ncftp-config.xml"> 6 6 <!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"> 9 9 <!ENTITY ncftp-download-ftp "ftp://ftp.ncftp.com/ncftp/ncftp-&ncftp-version;-src.tar.bz2"> 10 <!ENTITY ncftp-size "3 96KB">10 <!ENTITY ncftp-size "389 KB"> 11 11 <!ENTITY ncftp-buildsize "5.2 MB"> 12 <!ENTITY ncftp-time "0. 26SBU">12 <!ENTITY ncftp-time "0.38 SBU"> -
introduction/welcome/changelog.xml
ra5d2297f raf986b5e 13 13 14 14 <listitem><para>January 31st, 2004 [igor]: Updated to 15 GnuPG-1.2.4 .</para></listitem>15 GnuPG-1.2.4 and NcFTP-3.1.7.</para></listitem> 16 16 17 17 <listitem><para>January 30th, 2004 [igor]: Updated to
Note:
See TracChangeset
for help on using the changeset viewer.