Port details |
- ncftp3 FTP client with advanced user interface
- 3.2.6_3 ftp =142 3.2.6_3Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: unknown
- Last Update: 2024-01-09 08:00:39
- Commit Hash: a36cd93
- People watching this port, also watch:: unzip, wget, libiconv, freetype2, gmake
- License: ARTPERL10
- WWW:
- https://www.ncftp.com/ncftp/
- Description:
- NcFTP is a free set of programs that use the File Transfer Protocol.
The main program is simply called "ncftp". There are also separate
utility programs for one-shot FTP operations (i.e. for shell scripts
and command line junkies); these include "ncftpget", "ncftpput",
and "ncftpls". Also included is a batch processing daemon,
"ncftpbatch", which is invoked by the "bgget" command from "ncftp"
and also the "-b" flag of "ncftpput" and "ncftpget". Lastly, the
"ncftpbookmarks" program is a full-screen utility program to
manipulate user's FTP bookmarks.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/ftp/ncftp3/ && make install clean
- To add the package, run one of these commands:
- pkg install ftp/ncftp3
- pkg install ncftp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ncftp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1495274945
SHA256 (ncftp-3.2.6-src.tar.xz) = 5f200687c05d0807690d9fb770327b226f02dd86155b49e750853fce4e31098d
SIZE (ncftp-3.2.6-src.tar.xz) = 420564
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for ncftp-3.2.6_3:
DOCS=on: Build and/or install documentation
LIBS=on: Install optional libraries
===> Use 'make config' to modify these settings
- Options name:
- ftp_ncftp3
- USES:
- ncurses tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.2.6_3 09 Jan 2024 08:00:39 |
Baptiste Daroussin (bapt) |
MANPREFIX: eleminate its usage and move man to share/man |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.2.6_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.2.6_2 20 Jul 2022 14:21:53 |
Tobias C. Berner (tcberner) |
ftp: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Alexander Kriventsov
* Anders Nordby <anders@fix.no>
* Andreas Fehlner <fehlner@gmx.de>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Chris Piazza <cpiazza@FreeBSD.org>
* Damjan Marion <dmarion@open.hr>
* Emanuel Haupt <ehaupt@critical.ch>
* Eric Freeman <freebsdports@chillibear.com> (Only the first 15 lines of the commit message are shown above ) |
3.2.6_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.2.6_2 12 Jan 2021 09:41:04 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
3.2.6_2 01 Sep 2020 12:21:30 |
se |
Fix build with clang11 |
3.2.6_1 30 Aug 2020 09:47:50 |
zeising |
Extend expiration of ports broken with -fno-common
Extend the expiration of unmaintained leaf ports that are broken with
-fno-common and previously had a short expiration date. The new date is set
to 2021-04-01, meaning the ports will be in the 2021Q2 branch, giving people
until 2021-06-30 (10 months from now) to fix issues.
Improve the wording of the deprecation message, mentioning both llvm 11 and
-fno-common.
Bump portrevision to force reinstall. This way the warning message about
deprecation will be displayed to users installing or reinstalling the
software.
MFH: 2020Q3 (maybe) |
3.2.6 29 Aug 2020 10:39:06 |
tcberner |
ftp/: Fix build with clang11 and deprecate ports@ ports |
3.2.6 26 May 2017 22:06:10 |
naddy |
Drop ipv6 from CATEGORIES, which has been wrong for the 6.5 years that
the KAME patch has no longer been available. |
3.2.6 20 May 2017 10:16:11 |
riggs |
Update to upstream version 3.2.6
MFH: 2017Q2 |
3.2.5 18 Nov 2016 17:56:16 |
marino |
ftp/ncftp3: Skip faulty ncurses.h header check
The ncurses.h header configure check doesn't use cflags apparently thus
returning a false negative on the presence of the ncurses headers (it
picks up base headers if they exist instead). Just cache the test result
as "yes" to fix the build for ports-based ncurses. |
3.2.5 03 Feb 2016 21:40:37 |
marino |
ftp/ncftp3: document ncurses requirement (USES+=ncurses) |
3.2.5 31 Jan 2016 18:03:03 |
amdmi3 |
- Add LICENSE
- Switch to options helpers |
3.2.5 12 Jun 2015 21:17:44 |
erwin |
Reset maintainership for obrien
Approved by: portmgr |
3.2.5 16 Mar 2014 21:31:14 |
adamw |
Clean up. Support STAGE. Turn the optional libraries into an
OPTION. Install docs. Respect MAKE_ARGS/MAKE_ENV/MAKE_CMD. |
3.2.5 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
3.2.5 04 Jan 2014 00:56:14 |
bapt |
Fix pkg name collision |
3.2.5 20 Sep 2013 17:23:19 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
ftp) |
3.2.5 17 Apr 2012 23:12:18 |
obrien |
Update to version 3.2.5. |
3.2.4 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
3.2.4 06 Oct 2010 05:32:36 |
obrien |
There doesn't seem to be a KAME IPv6 patch for version 3.2.4 yet. |
3.2.4 05 Oct 2010 18:06:09 |
obrien |
Update to 3.2.4. |
3.2.3 17 Dec 2009 17:33:18 |
naddy |
* Update NcFTP to 3.2.3.
* Add official mirror as backup master site.
* Don't depend on gtar if it happens to be installed at build time.
* Clean-up.
Approved by: maintainer timeout (5 weeks) |
3.2.2_1 03 Sep 2008 15:32:54 |
obrien |
Somewhere along the way of 8-CURRENT, we seem to have diverged in
functionality from other Unixen (including FreeBSD 7.0):
NcFTP's sio library function, _SConnect, wants to select() for one
descriptor. It creates fd_set structures for writable fds and
exception fds, with each fd set having only one bit set corresponding
to the single descriptor it is selecting. select() then returns 2,
rather than 1. NcFTP was checking if select returned 1, and if so,
OK, if not 1, error. Since 2 was returned, this was causing a problem.
Submitted by: Mike Gleason <mgleason@ncftp.com> |
3.2.2 27 Aug 2008 14:31:01 |
obrien |
Upgrade to version 3.2.2. |
3.2.2 26 Aug 2008 16:21:45 |
obrien |
Upgrade to version 3.2.2. |
3.2.1 18 Mar 2008 18:29:18 |
obrien |
Add a WITHOUT_NCFTP_IPV6 knob and respect WITHOUT_IPV6. Otherwise I get:
Could not connect to ftp.vim.org: No route to host.
ncftpls: cannot open ftp.vim.org: could not connect to remote host. |
3.2.1 19 Dec 2007 01:59:59 |
obrien |
Update to version 3.2.1,
and USE_LDCONFIG instead of deprecated INSTALL_SHLIB.
PR: 117953
Submitter: KIMURA Yasuhiro <yasu@utahime.org> |
3.2.0 10 Sep 2006 07:49:34 |
obrien |
Upgrade to version 3.2.0.
IPv6 patches obtained from: KAME
Submitted by: KIMURA Yasuhiro |
3.1.9 07 May 2006 11:09:22 |
edwin |
Remove USE_REINPLACE from all categories starting with F |
3.1.9 22 Jan 2006 09:48:59 |
edwin |
SHA256ify
Approved by: krion@ |
3.1.9 21 Apr 2005 16:03:13 |
obrien |
Upgrade to version 3.1.9.
IPv6 patches obtained from: KAME
Submitted by: KIMURA Yasuhiro |
3.1.8 28 Jul 2004 18:11:20 |
obrien |
Update IPv6 patch after the tarball was rerolled. |
3.1.8 28 Jul 2004 15:49:32 |
obrien |
The distfile was rerolled to fix a Linux nit. |
3.1.8 20 Jul 2004 09:22:54 |
obrien |
Figure out what the vendor typo really was suppose to be.
Submitted by: sumikawa |
3.1.8 20 Jul 2004 08:48:11 |
obrien |
Update to 3.1.8.
Among other things, 'ps' won't show user, password, account options. |
3.1.7 19 Apr 2004 11:42:54 |
obrien |
Make 'pkg_add -r ncftp' now refer to ncftp3. The ncftp3 binary is now
installed as `bin/ncftp'. This behavior can be changed by building with
INSTALL_AS_NCFTP3 for ncftp3; and INSTALL_AS_NCFTP for ncftp & ncftp2. |
3.1.7 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
3.1.7 09 Jan 2004 16:29:02 |
obrien |
Add IPv6 support via the Kame 317-v6-20040108b patch. |
3.1.7 08 Jan 2004 17:11:31 |
obrien |
Add IPv6 support via the Kame 317-v6-20040108b patch. |
3.1.7 07 Jan 2004 19:28:31 |
obrien |
Update to 3.1.7.
This fixes memory leaks and other serious bugs in 3.1.6. |
3.1.6 05 Jan 2004 08:03:06 |
obrien |
Upgrade to version 3.1.6. |
3.1.5_2 17 Oct 2003 00:34:16 |
obrien |
Update to the Kame v6-20030207 patch. |
3.1.5_1 19 Apr 2003 00:13:06 |
obrien |
"INSTALL_AS_NCFTP" not properly obeyed.
PR: 50756
Submitted by: Ralf van Dooren <ralf@iae.nl> |
3.1.5_1 31 Mar 2003 02:08:23 |
obrien |
Work around bug where NcFTP3 will exit unexpectedly when it gets multibyte
(such as big5) characters:
ncftp3 some.ftp.site and execute "ls <Big5>.txt"
PR: 50458
Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com> |
3.1.5 12 Mar 2003 18:06:25 |
obrien |
Update to 3.1.5.
This update addresses
http://www.kb.cert.org/vuls/id/JPLA-5GJUBZ
http://www.ncftpd.com/ncftp/doc/changelog.html#3.1.5
PR: 47445
Submitted by: Esa Karkkainen <ejk@iki.fi>, ITO Tsuyoshi
<tsuyoshi@is.s.u-tokyo.ac.jp> |
3.1.4_1 07 Mar 2003 06:02:05 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
3.1.4_1 04 Aug 2002 05:38:32 |
obrien |
Allow the user to install as 'ncftp' rather than 'ncftp3'.
Submitted by: David Cantrell <david@burdell.org> |
3.1.4_1 09 Jul 2002 20:00:43 |
obrien |
IPv6 patches for 3.1.4.
Submitted by: sumikawa |
3.1.4 06 Jul 2002 02:24:58 |
obrien |
Actually `cvs add' needed patch for 3.1.4 this time.
Also optimize the Makefile a little more.
Submitted by: naddy |
3.1.4 05 Jul 2002 18:34:28 |
obrien |
Upgrade to version 3.1.4. |
3.1.3 13 Jun 2002 17:15:46 |
obrien |
Reenable IPv6 support. |
3.1.3 13 Jun 2002 16:54:50 |
obrien |
Update to version 3.1.2. |
31 Jan 2002 20:09:50 |
obrien |
Use BZIP2 |
31 Jan 2002 01:48:21 |
obrien |
Update to version 3.1.2. |
21 Nov 2001 19:38:42 |
obrien |
Upgrade to 3.0.4. Also change the port name back to ncftp and use LATEST_LINK.
|
30 Jul 2001 18:10:31 |
obrien |
This fixes the broken suspend handling in version 3.0.3, in which a ^Z
incorrectly closes an active connection. |
12 May 2001 03:13:40 |
obrien |
- replace post-patch munging with proper SYSCONFDIR handling (also submitted
to Mike Gleason) - improve DESCR and add home page |
24 Apr 2001 18:02:43 |
obrien |
Update to 3.0.3. (you know issuing `cvs ci' really helps to share this with
others.. :-( ) |
21 Mar 2001 01:29:54 |
obrien |
Turn on IPv6 support by default again. |
14 Feb 2001 11:30:59 |
obrien |
The IPv6 patch breaks NcFTP on IPv4-only systems such that is unable to
resolve any names. If you want IPv6 functionality, you'll need to define
WANT_IPV6 for now. |
06 Feb 2001 08:45:22 |
obrien |
Add IPv6 support. |
22 Nov 2000 00:23:40 |
obrien |
Add $FreeBSD$, which help me in problem reports. |
12 Nov 2000 17:25:08 |
obrien |
Update to version 3.0.2. |
08 Oct 2000 02:04:17 |
asami |
Convert category ftp to new layout. |
16 Jun 2000 22:52:41 |
asami |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 09:48:25 |
sobomax |
Fourth round of INSTALLS_SHLIBS conversion. |