Commit graph

17 commits

Author SHA1 Message Date
martti
8cee801716 COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
tron
fd34424f32 Add "ftp.fi.netbsd.org" to master site list. 2002-09-02 08:13:54 +00:00
agc
7787a79e9e Correct the PKGNAME, and sort the order of fields to placate pkglint. 2002-06-10 10:24:09 +00:00
lukem
a788db0ac1 update to lukemftp 1.6 beta 2. notable changes:
- fixes to portability code so this works again on netbsd 1.5 and darwin
2002-06-10 08:41:14 +00:00
yyamano
0c95c6e366 Use USE_INET6 instead of "${OPSYS} == Darwin" to disable IPv6.
This change makes it easy to migrate to Jaguar. Approved by schmonz.
2002-06-08 06:42:05 +00:00
lukem
310cdb63c8 - update to 1.6 beta 1 (it's about time the developer released a new version)
- fix ipv6 support for ${OPSYS} != Darwin  (use ".elif" not ".elseif")
2002-06-05 15:04:44 +00:00
schmonz
9ea55788f6 --disable-ipv6 on Darwin. This now builds as-is on Darwin, potentially
simplifying the pkgsrc bootstrap process on that platform.
2002-06-02 00:57:38 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
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-10-18 15:20:01 +00:00
wiz
433b62957e Move to sha1 checksum, and/or add distfile sizes. 2001-04-21 11:23:08 +00:00
agc
2d6b6a009c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:43:32 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
agc
4a25c6ea22 Update to lukemftp version 1.5.
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-10-27 11:11:25 +00:00
lukem
061a31bfb6 update for lukemftp 1.2 2000-02-15 00:17:11 +00:00
agc
af095ebe76 Upgrade lukemftp, the enhanced ftp client in NetBSD, to version 1.1.
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-11-17 09:44:53 +00:00
agc
fe7a68973a Import Luke Mewburn's ftp client into the NetBSD packages collection.
This is the NetBSD-current ftp(1) client.
1999-10-28 09:46:33 +00:00