diff options
author | agc <agc> | 1999-10-28 09:46:33 +0000 |
---|---|---|
committer | agc <agc> | 1999-10-28 09:46:33 +0000 |
commit | 98af4a5d3c72b897eee4f5a2b859f96e287d1086 (patch) | |
tree | 5cb1548932da48b3bcfe0996ad1574dc3d926a16 /net/lukemftp | |
parent | 7378706542121a19ccb5a91da9d629cbc4518dfa (diff) | |
download | pkgsrc-98af4a5d3c72b897eee4f5a2b859f96e287d1086.tar.gz |
Import Luke Mewburn's ftp client into the NetBSD packages collection.
This is the NetBSD-current ftp(1) client.
Diffstat (limited to 'net/lukemftp')
-rw-r--r-- | net/lukemftp/Makefile | 29 | ||||
-rw-r--r-- | net/lukemftp/files/md5 | 3 | ||||
-rw-r--r-- | net/lukemftp/pkg/COMMENT | 1 | ||||
-rw-r--r-- | net/lukemftp/pkg/DESCR | 6 | ||||
-rw-r--r-- | net/lukemftp/pkg/PLIST | 3 |
5 files changed, 42 insertions, 0 deletions
diff --git a/net/lukemftp/Makefile b/net/lukemftp/Makefile new file mode 100644 index 00000000000..fd6445cfc72 --- /dev/null +++ b/net/lukemftp/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/10/28 09:46:33 agc Exp $ +# + +DISTNAME= lukemftp-1.0 +CATEGORIES= net +MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/lukemftp/ + +MAINTAINER= lukem@netbsd.org + +GNU_CONFIGURE= yes + +.include "../../mk/bsd.prefs.mk" + +# Include SOCKS firewall support +.if defined(USE_SOCKS) && (${USE_SOCKS} == 4 || ${USE_SOCKS} == 5) +.if ${USE_SOCKS} == 4 +DEPENDS+= socks4-2.2:../../net/socks4 +CONFIGURE_ARGS+= --with-socks4 +.else +DEPENDS+= socks5-1.0.2:../../net/socks5 +CONFIGURE_ARGS+= --with-socks5 +.endif +.endif + +.if ${OPSYS} == "SunOS" +MAKE_ENV+= CPPFLAGS="" +.endif + +.include "../../mk/bsd.pkg.mk" diff --git a/net/lukemftp/files/md5 b/net/lukemftp/files/md5 new file mode 100644 index 00000000000..8e3920d68ae --- /dev/null +++ b/net/lukemftp/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/10/28 09:46:33 agc Exp $ + +MD5 (lukemftp-1.0.tar.gz) = 072e4c7f0d5454ea7f2187170cab20ce diff --git a/net/lukemftp/pkg/COMMENT b/net/lukemftp/pkg/COMMENT new file mode 100644 index 00000000000..9ae43590bc0 --- /dev/null +++ b/net/lukemftp/pkg/COMMENT @@ -0,0 +1 @@ +the enhanced ftp client in NetBSD diff --git a/net/lukemftp/pkg/DESCR b/net/lukemftp/pkg/DESCR new file mode 100644 index 00000000000..2dc1556b7ea --- /dev/null +++ b/net/lukemftp/pkg/DESCR @@ -0,0 +1,6 @@ +`lukemftp' is what many users affectionately call the enhanced ftp +client in NetBSD (http://www.netbsd.org/). The `lukem' comes from +the account name of the NetBSD developer who wrote most of the +enhancements: Luke Mewburn <lukem@netbsd.org>. + +This package is a `port' of the NetBSD ftp client to other systems. diff --git a/net/lukemftp/pkg/PLIST b/net/lukemftp/pkg/PLIST new file mode 100644 index 00000000000..b45ee36c7e0 --- /dev/null +++ b/net/lukemftp/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/10/28 09:46:34 agc Exp $ +bin/ftp +man/cat1/ftp.1 |