summaryrefslogtreecommitdiff
path: root/net/lukemftp
AgeCommit message (Collapse)AuthorFilesLines
2002-09-02Add "ftp.fi.netbsd.org" to master site list.tron1-2/+3
2002-06-10Correct the PKGNAME, and sort the order of fields to placate pkglint.agc1-2/+2
2002-06-10update to lukemftp 1.6 beta 2. notable changes:lukem2-6/+6
- fixes to portability code so this works again on netbsd 1.5 and darwin
2002-06-08Use USE_INET6 instead of "${OPSYS} == Darwin" to disable IPv6.yyamano1-3/+7
This change makes it easy to migrate to Jaguar. Approved by schmonz.
2002-06-05- update to 1.6 beta 1 (it's about time the developer released a new version)lukem2-6/+7
- fix ipv6 support for ${OPSYS} != Darwin (use ".elif" not ".elseif")
2002-06-02--disable-ipv6 on Darwin. This now builds as-is on Darwin, potentiallyschmonz1-1/+3
simplifying the pkgsrc bootstrap process on that platform.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-04-21Move to sha1 checksum, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-10-27Update to lukemftp version 1.5.agc2-4/+4
Changes since previous pkgsrc version (1.2): --- 1.4 -> 1.5. * Add new commands: features list remote features supported by servers mlsd machine parseable directory listing mlst machine parseable file listing remopts set options on remote features These require support in the remote server for the ftp extensions described in RFC 2389 and draft-ietf-ftpext-mlst-11. * Fix support for the --program-prefix and --program-suffix configure options. --- 1.3 -> 1.4. * Fix compilation problems on various non 4.4BSD derived platforms which support IPv6, and on Linux systems which have strdup() as a macro. * During auto-fetch, don't attempt to autologin a second time if the first time failed. --- 1.2 -> 1.3. * The `ls' command now uses the `LIST' directive instead of `NLST', in order to be compatible with RFC959. * Add fget command, which reads a list of filenames to retrieve from the given file. * Add support for uploading files on the command-line with `ftp -u'. * Various fixes to the IPv6 support.
2000-02-15update for lukemftp 1.2lukem2-4/+4
1999-11-17Upgrade lukemftp, the enhanced ftp client in NetBSD, to version 1.1.agc2-4/+4
Changes since version 1.0: * Implemented `set prompt' and `set rprompt', which allow you to configure the prompt and right side prompt (respectively). Some tcsh(1) style `%' escapes are supported, including %. %c %/ %m %M %n * Implemented restarting of file:/// and non-proxied http:// URLs (using -R) * Correctly parse remote ports given as numbers that don't appear in the services(5) database. * Prevent a couple of minor memory leaks * Add missing compilation setting for SOCKS
1999-10-28Import Luke Mewburn's ftp client into the NetBSD packages collection.agc5-0/+42
This is the NetBSD-current ftp(1) client.