aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ftp/Makefile1
-rw-r--r--ftp/pftpd/Makefile23
-rw-r--r--ftp/pftpd/distinfo1
-rw-r--r--ftp/pftpd/pkg-comment1
-rw-r--r--ftp/pftpd/pkg-descr6
-rw-r--r--ftp/pftpd/pkg-plist1
6 files changed, 33 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile
index a0f5ff2b9f94..76fd0fa0e1bc 100644
--- a/ftp/Makefile
+++ b/ftp/Makefile
@@ -49,6 +49,7 @@
SUBDIR += p5-Net-FTPServer
SUBDIR += paraget
SUBDIR += pavuk
+ SUBDIR += pftpd
SUBDIR += proftpd
SUBDIR += profxp
SUBDIR += puf
diff --git a/ftp/pftpd/Makefile b/ftp/pftpd/Makefile
new file mode 100644
index 000000000000..274fdee464ea
--- /dev/null
+++ b/ftp/pftpd/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: vsftpd
+# Date created: 17 Mar 2002
+# Whom: Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
+#
+# $FreeBSD$
+#
+
+PORTNAME= pftpd
+PORTVERSION= 0.31
+CATEGORIES= ftp
+MASTER_SITES= ftp://ftp.lysator.liu.se/pub/unix/pftpd/
+
+MAINTAINER= gslin@ccca.nctu.edu.tw
+
+GNU_CONFIGURE= yes
+
+NO_CDROM= "License problem"
+NO_PACKAGE= "License problem"
+
+post-configure:
+ @${PERL} -pi -e 's/.*man8.*//g' ${WRKSRC}/Makefile
+
+.include <bsd.port.mk>
diff --git a/ftp/pftpd/distinfo b/ftp/pftpd/distinfo
new file mode 100644
index 000000000000..bc1ee128a075
--- /dev/null
+++ b/ftp/pftpd/distinfo
@@ -0,0 +1 @@
+MD5 (pftpd-0.31.tar.gz) = b63f2bd022eb787bb68a45c7dcc02de4
diff --git a/ftp/pftpd/pkg-comment b/ftp/pftpd/pkg-comment
new file mode 100644
index 000000000000..dbe03e336b2f
--- /dev/null
+++ b/ftp/pftpd/pkg-comment
@@ -0,0 +1 @@
+Multithreaded anonymous FTP daemon
diff --git a/ftp/pftpd/pkg-descr b/ftp/pftpd/pkg-descr
new file mode 100644
index 000000000000..362d3ede8931
--- /dev/null
+++ b/ftp/pftpd/pkg-descr
@@ -0,0 +1,6 @@
+Pftpd is an implementation of an anonymous FTP daemon written from scratch.
+It uses multithreading (where available) in order to be lightweight, but
+still have high performance.
+
+--
+Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
diff --git a/ftp/pftpd/pkg-plist b/ftp/pftpd/pkg-plist
new file mode 100644
index 000000000000..0eb0b7210067
--- /dev/null
+++ b/ftp/pftpd/pkg-plist
@@ -0,0 +1 @@
+sbin/pftpd