Skip site navigation (1)Skip section navigation (2)

CVS log for ports/ftp/ncftp3/Makefile

[BACK] Up to [FreeBSD] / ports / ftp / ncftp3

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.115: download - view: text, markup, annotated - select for diffs
Wed Oct 6 05:32:36 2010 UTC (16 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL, HEAD
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +3 -3 lines
There doesn't seem to be a KAME IPv6 patch for version 3.2.4 yet.

Revision 1.114: download - view: text, markup, annotated - select for diffs
Tue Oct 5 18:06:09 2010 UTC (16 months ago) by obrien
Branches: MAIN
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +1 -1 lines
Update to 3.2.4.

Revision 1.113: download - view: text, markup, annotated - select for diffs
Thu Dec 17 17:33:17 2009 UTC (2 years, 1 month ago) by naddy
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_7_3_0
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +7 -9 lines
* 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)

Revision 1.112: download - view: text, markup, annotated - select for diffs
Wed Sep 3 15:32:54 2008 UTC (3 years, 5 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +1 -1 lines
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>

Revision 1.111: download - view: text, markup, annotated - select for diffs
Tue Aug 26 16:21:45 2008 UTC (3 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +3 -3 lines
Upgrade to version 3.2.2.

Revision 1.110: download - view: text, markup, annotated - select for diffs
Tue Mar 18 18:29:18 2008 UTC (3 years, 10 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +2 -0 lines
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.

Revision 1.109: download - view: text, markup, annotated - select for diffs
Wed Dec 19 01:59:59 2007 UTC (4 years, 1 month ago) by obrien
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +3 -3 lines
Update to version 3.2.1,
and USE_LDCONFIG instead of deprecated INSTALL_SHLIB.

PR:		117953
Submitter:	KIMURA Yasuhiro <yasu@utahime.org>

Revision 1.108: download - view: text, markup, annotated - select for diffs
Sun Sep 10 07:49:34 2006 UTC (5 years, 5 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +5 -4 lines
Upgrade to version 3.2.0.

IPv6 patches obtained from:	KAME
Submitted by:	KIMURA Yasuhiro

Revision 1.107: download - view: text, markup, annotated - select for diffs
Sun May 7 11:09:20 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +0 -1 lines
Remove USE_REINPLACE from all categories starting with F

Revision 1.106: download - view: text, markup, annotated - select for diffs
Thu Apr 21 16:03:12 2005 UTC (6 years, 9 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +2 -2 lines
Upgrade to version 3.1.9.

IPv6 patches obtained from:	KAME
Submitted by:	KIMURA Yasuhiro

Revision 1.105: download - view: text, markup, annotated - select for diffs
Wed Jul 28 18:11:20 2004 UTC (7 years, 6 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +1 -1 lines
Update IPv6 patch after the tarball was rerolled.

Revision 1.104: download - view: text, markup, annotated - select for diffs
Tue Jul 20 09:22:54 2004 UTC (7 years, 6 months ago) by obrien
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +2 -1 lines
Figure out what the vendor typo really was suppose to be.

Submitted by:	sumikawa

Revision 1.103: download - view: text, markup, annotated - select for diffs
Tue Jul 20 08:48:11 2004 UTC (7 years, 6 months ago) by obrien
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +5 -2 lines
Update to 3.1.8.
Among other things, 'ps' won't show user, password, account options.

Revision 1.102: download - view: text, markup, annotated - select for diffs
Mon Apr 19 11:42:54 2004 UTC (7 years, 9 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +4 -4 lines
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.

Revision 1.101: download - view: text, markup, annotated - select for diffs
Thu Jan 8 17:11:30 2004 UTC (8 years, 1 month ago) by obrien
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +1 -1 lines
Add IPv6 support via the Kame 317-v6-20040108b patch.

Revision 1.100: download - view: text, markup, annotated - select for diffs
Wed Jan 7 19:28:31 2004 UTC (8 years, 1 month ago) by obrien
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +2 -2 lines
Update to 3.1.7.
This fixes memory leaks and other serious bugs in 3.1.6.

Revision 1.99: download - view: text, markup, annotated - select for diffs
Mon Jan 5 08:03:05 2004 UTC (8 years, 1 month ago) by obrien
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +3 -3 lines
Upgrade to version 3.1.6.

Revision 1.98: download - view: text, markup, annotated - select for diffs
Fri Oct 17 00:34:16 2003 UTC (8 years, 3 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +2 -2 lines
Update to the Kame v6-20030207 patch.

Revision 1.97: download - view: text, markup, annotated - select for diffs
Sat Apr 19 00:13:06 2003 UTC (8 years, 9 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_9_0
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +5 -2 lines
"INSTALL_AS_NCFTP" not properly obeyed.

PR:		50756
Submitted by:	Ralf van Dooren <ralf@iae.nl>

Revision 1.96: download - view: text, markup, annotated - select for diffs
Mon Mar 31 02:08:23 2003 UTC (8 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +1 -1 lines
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>

Revision 1.95: download - view: text, markup, annotated - select for diffs
Wed Mar 12 18:06:24 2003 UTC (8 years, 11 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +3 -3 lines
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>

Revision 1.94: download - view: text, markup, annotated - select for diffs
Fri Mar 7 06:02:04 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +1 -0 lines
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.

Revision 1.93: download - view: text, markup, annotated - select for diffs
Sun Aug 4 05:38:32 2002 UTC (9 years, 6 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_5_0_0, RELEASE_4_7_0
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +14 -3 lines
Allow the user to install as 'ncftp' rather than 'ncftp3'.

Submitted by:	David Cantrell <david@burdell.org>

Revision 1.92: download - view: text, markup, annotated - select for diffs
Tue Jul 9 20:00:43 2002 UTC (9 years, 7 months ago) by obrien
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +2 -2 lines
IPv6 patches for 3.1.4.

Submitted by:	sumikawa

Revision 1.91: download - view: text, markup, annotated - select for diffs
Sat Jul 6 02:24:58 2002 UTC (9 years, 7 months ago) by obrien
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +4 -4 lines
Actually `cvs add' needed patch for 3.1.4 this time.
Also optimize the Makefile a little more.

Submitted by:	naddy

Revision 1.90: download - view: text, markup, annotated - select for diffs
Fri Jul 5 18:34:28 2002 UTC (9 years, 7 months ago) by obrien
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +13 -6 lines
Upgrade to version 3.1.4.

Revision 1.89: download - view: text, markup, annotated - select for diffs
Thu Jun 13 17:15:45 2002 UTC (9 years, 8 months ago) by obrien
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +3 -3 lines
Reenable IPv6 support.

Revision 1.88: download - view: text, markup, annotated - select for diffs
Thu Jun 13 16:54:49 2002 UTC (9 years, 8 months ago) by obrien
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +1 -1 lines
Update to version 3.1.2.

Revision 1.87: download - view: text, markup, annotated - select for diffs
Thu Jan 31 20:09:48 2002 UTC (10 years ago) by obrien
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +1 -0 lines
Use BZIP2

Revision 1.86: download - view: text, markup, annotated - select for diffs
Thu Jan 31 01:48:20 2002 UTC (10 years ago) by obrien
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +4 -4 lines
Update to version 3.1.2.

Revision 1.85: download - view: text, markup, annotated - select for diffs
Wed Nov 21 19:38:36 2001 UTC (10 years, 2 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_4_5_0
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +5 -4 lines
Upgrade to 3.0.4.
Also change the port name back to ncftp and use LATEST_LINK.

Revision 1.84: download - view: text, markup, annotated - select for diffs
Sat May 12 02:13:39 2001 UTC (10 years, 9 months ago) by obrien
Branches: MAIN
CVS tags: ncftp3_3_0_3, RELEASE_4_4_0
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +1 -6 lines
- 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>

Revision 1.83: download - view: text, markup, annotated - select for diffs
Tue Apr 24 17:02:42 2001 UTC (10 years, 9 months ago) by obrien
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +4 -4 lines
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

Revision 1.82: download - view: text, markup, annotated - select for diffs
Wed Mar 21 01:29:54 2001 UTC (10 years, 10 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +3 -4 lines
Turn on IPv6 support by default again.

Submitted by:	Munechika SUMIKAWA <sumikawa@ebina.hitachi.co.jp>

Revision 1.81: download - view: text, markup, annotated - select for diffs
Wed Feb 14 11:30:56 2001 UTC (10 years, 11 months ago) by obrien
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +3 -1 lines
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

Revision 1.80: download - view: text, markup, annotated - select for diffs
Tue Feb 6 08:45:22 2001 UTC (11 years ago) by obrien
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +6 -2 lines
Add IPv6 support.

Submitted by:	kris

Revision 1.79: download - view: text, markup, annotated - select for diffs
Sun Nov 12 17:25:07 2000 UTC (11 years, 3 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +2 -2 lines
Update to version 3.0.2.

Revision 1.78: download - view: text, markup, annotated - select for diffs
Fri Jun 16 21:52:38 2000 UTC (11 years, 7 months ago) by asami
Branches: MAIN
CVS tags: ncftp3_0_1, RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +2 -2 lines
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax

Revision 1.77: download - view: text, markup, annotated - select for diffs
Fri Jun 16 08:48:12 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +2 -2 lines
Fourth round of INSTALLS_SHLIBS conversion.

Revision 1.76: download - view: text, markup, annotated - select for diffs
Sat Apr 22 09:56:44 2000 UTC (11 years, 9 months ago) by mharo
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +15 -22 lines
remove a.out support
portlint -bt

Revision 1.75: download - view: text, markup, annotated - select for diffs
Wed Apr 12 05:31:18 2000 UTC (11 years, 10 months ago) by mharo
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +4 -4 lines
PORTNAME/PORTVERSION stuff

Revision 1.74: download - view: text, markup, annotated - select for diffs
Sat Apr 8 00:47:22 2000 UTC (11 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +3 -3 lines
Minor point release to 3.0.1.

Submitted by:	jim

Revision 1.73: download - view: text, markup, annotated - select for diffs
Wed Mar 22 14:41:34 2000 UTC (11 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +4 -5 lines
* Update to version 3.0.0 release.
* Rename package to "ncftp3", in order to remove "NO_LATEST_LINK" so the
  package is easily added using the pkg_add "-r" feature.

Revision 1.72: download - view: text, markup, annotated - select for diffs
Wed Mar 22 00:27:22 2000 UTC (11 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -1 lines
Restore useless version required comments.

Revision 1.71: download - view: text, markup, annotated - select for diffs
Mon Mar 20 02:36:58 2000 UTC (11 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +1 -2 lines
Remove the "version required" line.

Revision 1.70: download - view: text, markup, annotated - select for diffs
Sun Feb 13 03:23:56 2000 UTC (12 years ago) by obrien
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +5 -5 lines
Style nits in the ports I maintain.

Revision 1.69: download - view: text, markup, annotated - select for diffs
Mon Jan 10 15:57:17 2000 UTC (12 years, 1 month ago) by obrien
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +3 -3 lines
Update to 3.0 beta 21.

Submitted by:	Christian Weisgerber <naddy@unix-ag.uni-kl.de>

Revision 1.68: download - view: text, markup, annotated - select for diffs
Tue Aug 31 06:44:06 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
CVS tags: RELEASE_3_4_0, RELEASE_3_3_0
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +2 -2 lines
FreeBSD.ORG -> FreeBSD.org

Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru

Revision 1.67: download - view: text, markup, annotated - select for diffs
Wed Aug 25 05:55:19 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +1 -1 lines
Change Id->FreeBSD.

Revision 1.66: download - view: text, markup, annotated - select for diffs
Mon Aug 2 10:43:53 1999 UTC (12 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +2 -2 lines
Change "net" -> "ftp".

Revision 1.65: download - view: text, markup, annotated - select for diffs
Fri Jun 11 11:42:40 1999 UTC (12 years, 8 months ago) by ache
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +4 -4 lines
upgrade to beta 19

Revision 1.64: download - view: text, markup, annotated - select for diffs
Sat Feb 20 20:54:29 1999 UTC (12 years, 11 months ago) by obrien
Branches: MAIN
CVS tags: ncftp3_0_beta_18, RELEASE_3_2_0
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +3 -3 lines
upgrade to 3.0b18

Revision 1.63: download - view: text, markup, annotated - select for diffs
Thu Feb 18 09:26:52 1999 UTC (12 years, 11 months ago) by obrien
Branches: MAIN
CVS tags: ncftp3_0_beta_17
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +3 -3 lines
upgrade to 3.0b17

Revision 1.62: download - view: text, markup, annotated - select for diffs
Tue Dec 8 20:25:18 1998 UTC (13 years, 2 months ago) by obrien
Branches: MAIN
CVS tags: ncftp3_0_beta_16, RELEASE_3_1_0
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +3 -3 lines
Upgrade to 3.0 beta #16.
Submitted by:	roberto

Revision 1.61: download - view: text, markup, annotated - select for diffs
Sat Nov 14 09:43:27 1998 UTC (13 years, 3 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_2_2_8
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +12 -10 lines
Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or change
shell loops to make loops.  Use EXTRA_PKG_FLAGS to add install scripts
instead of adding it to PKG_FLAGS after bsd.port.mk.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Wed Nov 11 20:58:49 1998 UTC (13 years, 3 months ago) by obrien
Branches: MAIN
CVS tags: ncftp3_0_beta_15
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +4 -3 lines
Upgrade to 3.0 Beta 15.

Submitted by:	roberto

Revision 1.59: download - view: text, markup, annotated - select for diffs
Mon Sep 28 09:31:59 1998 UTC (13 years, 4 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_3_0_0
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +3 -3 lines
"ln -s" -> "ln -sf" to make this reinstall-friendly.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Sun Sep 27 03:02:15 1998 UTC (13 years, 4 months ago) by obrien
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +15 -4 lines
ELFify

Revision 1.57: download - view: text, markup, annotated - select for diffs
Mon Sep 7 20:38:02 1998 UTC (13 years, 5 months ago) by ache
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +3 -3 lines
New ld.so (a.out) can't understand libraries with major only

Revision 1.56: download - view: text, markup, annotated - select for diffs
Fri Aug 14 00:22:06 1998 UTC (13 years, 6 months ago) by ache
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -0 lines
put NO_LATEST_LINK back

Revision 1.55: download - view: text, markup, annotated - select for diffs
Thu Aug 13 23:29:31 1998 UTC (13 years, 6 months ago) by ache
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -2 lines
remove NO_LATEST_LINK - this port not conflicts with existen ncftp*
installations

Revision 1.54: download - view: text, markup, annotated - select for diffs
Thu Aug 13 23:26:43 1998 UTC (13 years, 6 months ago) by ache
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -2 lines
cosmetique

Revision 1.53: download - view: text, markup, annotated - select for diffs
Thu Aug 13 23:25:16 1998 UTC (13 years, 6 months ago) by ache
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +4 -3 lines
turn on ncurses support
convert to new manpage scheme

Revision 1.52: download - view: text, markup, annotated - select for diffs
Thu Jul 2 02:10:23 1998 UTC (13 years, 7 months ago) by obrien
Branches: MAIN
CVS tags: ncftp3_0_beta_14, RELEASE_2_2_7
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +3 -5 lines
Upgrade to 3.0 beta #14

Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri Jun 26 22:34:33 1998 UTC (13 years, 7 months ago) by asami
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +3 -1 lines
This port is already unfetchable....

Revision 1.50: download - view: text, markup, annotated - select for diffs
Tue Jun 23 00:45:15 1998 UTC (13 years, 7 months ago) by obrien
Branches: MAIN
CVS tags: ncftp3_0_beta_13
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -2 lines
typo..

Revision 1.49: download - view: text, markup, annotated - select for diffs
Tue Jun 23 00:27:05 1998 UTC (13 years, 7 months ago) by obrien
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +4 -4 lines
upgrade to 3.0 beta 13

Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu Jun 11 10:35:48 1998 UTC (13 years, 8 months ago) by obrien
Branches: MAIN
CVS tags: ncftp3_0_beta_12
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +4 -3 lines
Upgrade to the 12th beta of version 3.0.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Thu May 21 17:30:58 1998 UTC (13 years, 8 months ago) by obrien
Branches: MAIN
CVS tags: ncftp3_0_beta_11
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +3 -3 lines
upgrade to beta 11

Revision 1.46: download - view: text, markup, annotated - select for diffs
Sat May 9 18:42:01 1998 UTC (13 years, 9 months ago) by obrien
Branches: MAIN
CVS tags: ncftp3_0_beta_10
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +6 -1 lines
make PREFIX clean

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sat May 9 18:28:50 1998 UTC (13 years, 9 months ago) by obrien
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +3 -3 lines
Upgrade to 3.0 beta version 10

Submitted by:	roberto

Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Feb 16 13:16:43 1998 UTC (13 years, 11 months ago) by asami
Branches: MAIN
CVS tags: ncftp3_0_beta_9, RELEASE_2_2_6
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -1 lines
Define NO_LATEST_LINK for net/ncftp3 and www/squid12 because these are
unstable betas with better versions in the tree.  (There are probably more
but these were the only ones I could pull off the top of my head.)

Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Feb 13 04:36:53 1998 UTC (14 years ago) by obrien
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +3 -3 lines
Upgrade to 3.0 beta #9.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sat Jan 31 17:49:54 1998 UTC (14 years ago) by jseger
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2 lines
ncftp's MASTER_SITE moved.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed Jan 7 11:42:10 1998 UTC (14 years, 1 month ago) by obrien
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +4 -4 lines
Upgrade to 3.0 beta version 7.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed Dec 17 16:52:45 1997 UTC (14 years, 1 month ago) by ache
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -3 lines
Remove CONFIGURE_ENV hack, not needed in this version

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun Dec 14 16:45:22 1997 UTC (14 years, 2 months ago) by obrien
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +25 -9 lines
Creation of NcFTP version 3.x port.

Repository copied by:	Satoshi

Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu Jan 9 11:58:47 1997 UTC (15 years, 1 month ago) by ache
Branches: MAIN
CVS tags: RELEASE_2_2_5, RELEASE_2_2_2, RELEASE_2_2_1
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2 lines
Activate local filename completion
Submitted by: sanpei@yy.cs.keio.ac.jp

Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Nov 18 11:35:35 1996 UTC (15 years, 2 months ago) by asami
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +3 -5 lines
Use MAN? macros.  CATEGORIES+= -> CATEGORIES.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Nov 10 03:10:35 1996 UTC (15 years, 3 months ago) by peter
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -4 lines
Update ncftp2.4.1 -> 2.4.2

Removed my patch for the extra characters in the passwd prompt caused by
the long-standing (but now fixed in development sources) ncurses problem
now that the author has an equivalent fix.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Oct 21 20:05:10 1996 UTC (15 years, 3 months ago) by ache
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +6 -3 lines
Better ports configuration
Submitted by: max

Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Oct 18 15:55:37 1996 UTC (15 years, 3 months ago) by ache
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -3 lines
Upgrade to 2.4.1

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Oct 17 22:22:08 1996 UTC (15 years, 3 months ago) by ache
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -3 lines
Upgrade to 2.4.0

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Jan 14 10:29:07 1996 UTC (16 years, 1 month ago) by ache
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +5 -5 lines
Upgrade to 2.3.0

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Nov 27 04:05:19 1995 UTC (16 years, 2 months ago) by asami
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
Change "networking" to "net".

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Nov 23 20:37:59 1995 UTC (16 years, 2 months ago) by ache
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -3 lines
Upgrade 2.2.1 -> 2.2.2

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Oct 16 11:30:02 1995 UTC (16 years, 3 months ago) by ache
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -3 lines
Upgrade to 2.2.1

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Oct 4 23:35:50 1995 UTC (16 years, 4 months ago) by ache
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +4 -8 lines
Upgrade to 2.2.0

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Sep 23 17:09:03 1995 UTC (16 years, 4 months ago) by ache
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -3 lines
Upgrade to 2.1.1

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Aug 18 17:50:34 1995 UTC (16 years, 5 months ago) by peter
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +6 -1 lines
This patch adds tcsh/bash style filename completion to ncftp2.

Originally this was written for version 2.0.4 but has not been updated
by the author since... this was too useful to die..

Obtained from:	Tim MacKenzie <t.mackenzie@trl.oz.au>

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Jul 17 14:31:23 1995 UTC (16 years, 6 months ago) by ache
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -3 lines
Upgrade 2.0.7 -> 2.1.0
Reviewed by:
Submitted by:
Obtained from:

Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Jun 13 22:14:10 1995 UTC (16 years, 8 months ago) by ache
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -3 lines
Upgrade.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun May 7 20:57:43 1995 UTC (16 years, 9 months ago) by ache
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +7 -3 lines
Upgrade.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Apr 27 23:36:02 1995 UTC (16 years, 9 months ago) by ache
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -3 lines
Upgrade.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Apr 12 04:55:40 1995 UTC (16 years, 10 months ago) by asami
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +7 -4 lines
Add MAINTAINER= ache@FreeBSD.ORG to Andrey's ports.  Clean up
some Makefiles along the way.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Apr 3 17:03:36 1995 UTC (16 years, 10 months ago) by ache
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3 lines
Upgrade.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Apr 1 12:48:18 1995 UTC (16 years, 10 months ago) by jkh
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -1 lines
Add CATEGORIES lines to a whole bunch of port Makefiles.  Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Mar 20 21:32:09 1995 UTC (16 years, 10 months ago) by ache
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -4 lines
Upgrade.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Mar 9 17:58:19 1995 UTC (16 years, 11 months ago) by ache
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +5 -5 lines
Upgrade.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Feb 27 22:19:23 1995 UTC (16 years, 11 months ago) by ache
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -3 lines
Upgrade

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Feb 9 22:08:54 1995 UTC (17 years ago) by ache
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3 lines
Upgrade.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Jan 30 03:32:03 1995 UTC (17 years ago) by ache
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
Upgrade

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Jan 24 04:56:21 1995 UTC (17 years ago) by ache
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3 lines
Upgrade.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Jan 19 10:43:07 1995 UTC (17 years ago) by ache
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3 lines
Upgrade

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Jan 17 23:09:01 1995 UTC (17 years ago) by ache
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
Upgrade

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Jan 10 19:52:17 1995 UTC (17 years, 1 month ago) by ache
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3 lines
Update

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Jan 1 20:33:09 1995 UTC (17 years, 1 month ago) by ache
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3 lines
Upgrade

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Dec 22 06:03:52 1994 UTC (17 years, 1 month ago) by ache
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
Upgrade

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Dec 14 00:05:59 1994 UTC (17 years, 2 months ago) by ache
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
Upgrade

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Dec 5 21:36:33 1994 UTC (17 years, 2 months ago) by ache
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3 lines
upgrade to BETA 7

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Dec 4 04:36:07 1994 UTC (17 years, 2 months ago) by ache
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -2 lines
Remove WRKSRC, unneded now

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Dec 4 01:25:22 1994 UTC (17 years, 2 months ago) by gpalmer
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
Bump to 2.0b6. Still compiles ok.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Nov 26 01:18:13 1994 UTC (17 years, 2 months ago) by gpalmer
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -4 lines
Update to 2.0b5

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Nov 17 20:38:04 1994 UTC (17 years, 2 months ago) by ache
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -4 lines
Update to new version

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Nov 4 09:35:57 1994 UTC (17 years, 3 months ago) by ache
CVS tags: ache
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
ncftp2 (enhanced ncftp)

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Nov 4 09:35:56 1994 UTC (17 years, 3 months ago) by ache
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options