           SPELL=tnftp
         VERSION=20151004
  SECURITY_PATCH=1
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SOURCE.asc
   SOURCE_URL[0]=ftp://ftp.netbsd.org/pub/NetBSD/misc/$SPELL/$SOURCE
  SOURCE2_URL[0]=$SOURCE_URL.asc
      SOURCE_GPG=tnftp.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE=http://www.netbsd.org/
      LICENSE[0]=BSD
         ENTERED=20110722
           SHORT="NetBSD FTP client with several advanced features"
cat << EOF
tnftp is a port of the NetBSD FTP client to other systems.

tnftp was formerly known as lukemftp. It was renamed to tnftp by Luke Mewburn in
February 2003.

The enhancements over the standard ftp client in 4.4BSD (and derivatives)
include:
 * command-line editing within ftp
 * command-line fetching of URLS, including support for:
   - http proxies
   - authentication
 * configurable prompt
 * context sensitive command and filename completion
 * dynamic progress bar
 * feature negotiation extensions from RFC 2389
 * extensions to ftp from the IETF ftpext working group
 * IPv6 support (from the WIDE project)
 * modification time preservation
 * paging of local and remote files, and of directory listings
 * passive mode support, with fallback to active mode
 * retrieval of filenames listed in a given file
 * overriding of ftp environment variables
 * TIS Firewall Toolkit gate ftp proxy support
 * transfer-rate throttling
 * uploading of files on the command line
 * (Dante) SOCKS5 support
EOF
