./net/tnftp, The enhanced FTP client in NetBSD

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 20070806, Package name: tnftp-20070806, Maintainer: lukem

`tnftp' is a portable version of the NetBSD ftp client, hence the name.
It was formerly known as `lukemftp'.



Package options: inet6

Version history: (Expand)


CVS history: (Expand)


   2012-03-04 20:49:41 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Honour MANINSTALL.
   2011-10-30 16:30:17 by Aleksey Cheusov | Files touched by this commit (2)
Log message:
Fix for PR 45495.
   2011-03-12 13:02:09 by Thomas Klausner | Files touched by this commit (1)
Log message:
Turn off socks support via configure when option not enabled.
From Gregoire Sutre in PR 44710.
   2009-09-22 22:39:18 by Tobias Nygren | Files touched by this commit (5)
Log message:
rename getline to get_line as was done in src.
No functional change, no version bump.
   2009-04-09 02:48:18 by Joerg Sonnenberger | Files touched by this commit (109)
Log message:
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.
   2009-02-19 01:51:12 by David Brownlee | Files touched by this commit (3)
Log message:
Fix PR 40151 - bootstrap of pkgsrc fails on Ubuntu 8.10
- At least Ubuntu 8.1 sets __attribute__((warn_unused_result)) on fwrite()
  http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25509
  which means (void)fwrite(...) will *always* generate a warning, so
  set -Wno-error to bypass this in Linux.sys.mk
- Ubuntu 8.1 also jumps through hoops to ensure ARG_MAX is *undefined*, so
  work around this in tnftp and libnbcompat
   2008-08-10 00:03:52 by Matthias Scheler | Files touched by this commit (1)
Log message:
Enable IPv6 support by default, approved by Luke Mewburn.
   2008-06-19 20:36:52 by Joerg Sonnenberger | Files touched by this commit (10)
Log message:
Add a marker for bootstrap packages to allow special cases them during
bulk builds.