1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

139 Commits

Author SHA1 Message Date
Adam Weinberger
c4274e881f Clean up. Support STAGE. Turn the optional libraries into an
OPTION. Install docs. Respect MAKE_ARGS/MAKE_ENV/MAKE_CMD.
2014-03-16 21:31:13 +00:00
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Baptiste Daroussin
6eb0b98df7 Fix pkg name collision 2014-01-04 00:56:14 +00:00
Baptiste Daroussin
1640537ad6 Add NO_STAGE all over the place in preparation for the staging support (cat: ftp) 2013-09-20 17:23:18 +00:00
David E. O'Brien
d90ac8c7da Update to version 3.2.5. 2012-04-17 23:12:18 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
David E. O'Brien
2a5bc231bf There doesn't seem to be a KAME IPv6 patch for version 3.2.4 yet. 2010-10-06 05:32:36 +00:00
David E. O'Brien
1f38db59bc Update to 3.2.4. 2010-10-05 18:06:09 +00:00
Christian Weisgerber
1af2780c64 * 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)
2009-12-17 17:33:18 +00:00
David E. O'Brien
3e86864a19 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>
2008-09-03 15:32:54 +00:00
David E. O'Brien
32ecf70b36 Upgrade to version 3.2.2. 2008-08-27 14:31:01 +00:00
David E. O'Brien
ec63dbe3bc Upgrade to version 3.2.2. 2008-08-26 16:21:45 +00:00
David E. O'Brien
73189f3086 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.
2008-03-18 18:29:18 +00:00
David E. O'Brien
f4afa8a5d8 Update to version 3.2.1,
and USE_LDCONFIG instead of deprecated INSTALL_SHLIB.

PR:		117953
Submitter:	KIMURA Yasuhiro <yasu@utahime.org>
2007-12-19 01:59:59 +00:00
David E. O'Brien
7efa273763 Upgrade to version 3.2.0.
IPv6 patches obtained from:	KAME
Submitted by:	KIMURA Yasuhiro
2006-09-10 07:49:34 +00:00
Edwin Groothuis
c8a818ace5 Remove USE_REINPLACE from all categories starting with F 2006-05-07 11:09:22 +00:00
Edwin Groothuis
0bb0ea5bd7 SHA256ify
Approved by:    krion@
2006-01-22 09:48:59 +00:00
David E. O'Brien
f3143a0a1f Upgrade to version 3.1.9.
IPv6 patches obtained from:	KAME
Submitted by:	KIMURA Yasuhiro
2005-04-21 16:03:12 +00:00
David E. O'Brien
e332abceba Update IPv6 patch after the tarball was rerolled. 2004-07-28 18:11:20 +00:00
David E. O'Brien
8ed35ad2bd The distfile was rerolled to fix a Linux nit. 2004-07-28 15:49:32 +00:00
David E. O'Brien
8543ef3d3a Figure out what the vendor typo really was suppose to be.
Submitted by:	sumikawa
2004-07-20 09:22:54 +00:00
David E. O'Brien
cf34c999bf Update to 3.1.8.
Among other things, 'ps' won't show user, password, account options.
2004-07-20 08:48:11 +00:00
David E. O'Brien
6427a04875 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.
2004-04-19 11:42:54 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
David E. O'Brien
e2690c12ba Add IPv6 support via the Kame 317-v6-20040108b patch. 2004-01-09 16:29:02 +00:00
David E. O'Brien
354438e396 Add IPv6 support via the Kame 317-v6-20040108b patch. 2004-01-08 17:11:30 +00:00
David E. O'Brien
896b32cc70 Update to 3.1.7.
This fixes memory leaks and other serious bugs in 3.1.6.
2004-01-07 19:28:31 +00:00
David E. O'Brien
c1d5a3efd7 Upgrade to version 3.1.6. 2004-01-05 08:03:05 +00:00
David E. O'Brien
bb2a2d08c4 Update to the Kame v6-20030207 patch. 2003-10-17 00:34:16 +00:00
David E. O'Brien
5019012dfc "INSTALL_AS_NCFTP" not properly obeyed.
PR:		50756
Submitted by:	Ralf van Dooren <ralf@iae.nl>
2003-04-19 00:13:06 +00:00
David E. O'Brien
02acad69ed 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>
2003-03-31 02:08:23 +00:00
David E. O'Brien
52aabe4b3b 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>
2003-03-12 18:06:24 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
David E. O'Brien
63e36698d9 Allow the user to install as 'ncftp' rather than 'ncftp3'.
Submitted by:	David Cantrell <david@burdell.org>
2002-08-04 05:38:32 +00:00
David E. O'Brien
cad5ff7efb IPv6 patches for 3.1.4.
Submitted by:	sumikawa
2002-07-09 20:00:43 +00:00
David E. O'Brien
bc1a8c4a7c Actually `cvs add' needed patch for 3.1.4 this time.
Also optimize the Makefile a little more.

Submitted by:	naddy
2002-07-06 02:24:58 +00:00
David E. O'Brien
d86ab7e968 Upgrade to version 3.1.4. 2002-07-05 18:34:28 +00:00
David E. O'Brien
7430839585 Reenable IPv6 support. 2002-06-13 17:15:45 +00:00
David E. O'Brien
773295db9a Update to version 3.1.2. 2002-06-13 16:54:49 +00:00
David E. O'Brien
7f68bf9357 Use BZIP2 2002-01-31 20:09:48 +00:00
David E. O'Brien
0ffc923814 Update to version 3.1.2. 2002-01-31 01:48:20 +00:00
David E. O'Brien
ab0578b5ab Upgrade to 3.0.4.
Also change the port name back to ncftp and use LATEST_LINK.
2001-11-21 19:38:42 +00:00
David E. O'Brien
47a2fa8c70 This fixes the broken suspend handling in version 3.0.3, in which a ^Z
incorrectly closes an active connection.

Submitted by:	Pekka Savola <pekkas@netcore.fi>
2001-07-30 17:10:31 +00:00
David E. O'Brien
5414730c2a - replace post-patch munging with proper SYSCONFDIR handling (also
submitted to Mike Gleason)
- improve DESCR and add home page

Submitted by:	Christian Weisgerber <naddy@mips.inka.de>
2001-05-12 02:13:40 +00:00
David E. O'Brien
4a4c628fb2 Update to 3.0.3.
(you know issuing `cvs ci' really helps to share this with others.. :-( )

Pointy hat to, for leaving this in his local tree for 3 days to:	obrien
2001-04-24 17:02:42 +00:00
David E. O'Brien
b18c85e8d4 Turn on IPv6 support by default again.
Submitted by:	Munechika SUMIKAWA <sumikawa@ebina.hitachi.co.jp>
2001-03-21 01:29:54 +00:00
David E. O'Brien
b63d685113 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.

Submitted by:	ache
2001-02-14 11:30:56 +00:00
David E. O'Brien
9934a9a30d Add IPv6 support.
Submitted by:	kris
2001-02-06 08:45:22 +00:00
David E. O'Brien
2c98c659d1 Add $FreeBSD$, which help me in problem reports. 2000-11-22 00:26:04 +00:00
David E. O'Brien
94b52ac480 Update to version 3.0.2. 2000-11-12 17:25:07 +00:00