summaryrefslogtreecommitdiff
path: root/net/lukemftp
diff options
context:
space:
mode:
authoragc <agc>1999-10-28 09:46:33 +0000
committeragc <agc>1999-10-28 09:46:33 +0000
commit5da4de6d618149f1cdbd3b3454f1b02190ad1a5e (patch)
tree5cb1548932da48b3bcfe0996ad1574dc3d926a16 /net/lukemftp
parent8f24e01d2577f4ed40f72113a57a6d33e3f3f420 (diff)
downloadpkgsrc-5da4de6d618149f1cdbd3b3454f1b02190ad1a5e.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/Makefile29
-rw-r--r--net/lukemftp/files/md53
-rw-r--r--net/lukemftp/pkg/COMMENT1
-rw-r--r--net/lukemftp/pkg/DESCR6
-rw-r--r--net/lukemftp/pkg/PLIST3
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