summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlukem <lukem>2003-02-27 04:59:36 +0000
committerlukem <lukem>2003-02-27 04:59:36 +0000
commit5f22df4e62097d12ae48332517234d5f92182c94 (patch)
treeb8114bde09d4902d1d68e7e3ca71e8fcef14436a
parentfeb71a9aeb4d1bd29ea3c2faa4ab5ca63735e588 (diff)
downloadpkgsrc-5f22df4e62097d12ae48332517234d5f92182c94.tar.gz
nuke, in favour of tnftpd
-rw-r--r--net/lukemftpd/DESCR10
-rw-r--r--net/lukemftpd/Makefile48
-rw-r--r--net/lukemftpd/PLIST5
-rw-r--r--net/lukemftpd/distinfo4
4 files changed, 0 insertions, 67 deletions
diff --git a/net/lukemftpd/DESCR b/net/lukemftpd/DESCR
deleted file mode 100644
index 6dd780b2296..00000000000
--- a/net/lukemftpd/DESCR
+++ /dev/null
@@ -1,10 +0,0 @@
-lukemftpd is the Internet File Transfer Protocol server process. The
-server uses the TCP protocol and listens at the port specified in the
-``ftp'' service specification; see services(5).
-
-Various features such as the ftpd.conf(5) functionality, RFC 2389, and
-draft-ietf-ftpext-mlst-11 support was implemented in NetBSD 1.3 and
-later releases by Luke Mewburn <lukem@netbsd.org>.
-
-lukemftpd provides around 90% of the functionality of wuftpd, but in
-approximately 30% of the footprint.
diff --git a/net/lukemftpd/Makefile b/net/lukemftpd/Makefile
deleted file mode 100644
index c202c023520..00000000000
--- a/net/lukemftpd/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2002/06/10 10:53:48 schmonz Exp $
-#
-
-DISTNAME= lukemftpd-1.2-beta2
-PKGNAME= lukemftpd-1.2rc2
-SVR4_PKGNAME= luftd
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/lukemftp/
-
-MAINTAINER= lukem@netbsd.org
-COMMENT= the enhanced ftp server in NetBSD
-
-CONFLICTS= wu-ftpd-[0-9]*
-CONFLICTS+= kth-krb4-[0-9]*
-
-GNU_CONFIGURE= yes
-MANCOMPRESSED_IF_MANZ= 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 defined(USE_INET6) && ${USE_INET6} == YES
-CONFIGURE_ARGS+= --enable-ipv6
-.else
-CONFIGURE_ARGS+= --disable-ipv6
-.endif
-
-.if ${OPSYS} == "SunOS"
-MAKE_ENV+= CPPFLAGS=""
-.endif
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/ftpd ${PREFIX}/libexec
- ${INSTALL_MAN} ${WRKSRC}/src/ftpd.conf.5 ${PREFIX}/man/man5
- ${INSTALL_MAN} ${WRKSRC}/src/ftpusers.5 ${PREFIX}/man/man5
- ${INSTALL_MAN} ${WRKSRC}/src/ftpd.8 ${PREFIX}/man/man8
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/net/lukemftpd/PLIST b/net/lukemftpd/PLIST
deleted file mode 100644
index abb2a0ba2b3..00000000000
--- a/net/lukemftpd/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:56:10 zuntum Exp $
-libexec/ftpd
-man/man5/ftpd.conf.5
-man/man5/ftpusers.5
-man/man8/ftpd.8
diff --git a/net/lukemftpd/distinfo b/net/lukemftpd/distinfo
deleted file mode 100644
index 24a6c6025e0..00000000000
--- a/net/lukemftpd/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-$NetBSD: distinfo,v 1.4 2002/05/23 12:07:59 lukem Exp $
-
-SHA1 (lukemftpd-1.2-beta2.tar.gz) = 6ee0a982ad62f9036b7e2284d85ad5644f6e9062
-Size (lukemftpd-1.2-beta2.tar.gz) = 166196 bytes