diff options
author | zuntum <zuntum> | 2002-03-02 23:22:54 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2002-03-02 23:22:54 +0000 |
commit | f80f1e022bf23b88baf79844c3c8c8a8c1db4bbe (patch) | |
tree | 477725284a7f5a81b8778a631becab7387b5eea9 /net/pureftpd | |
parent | 7cbb48b411476ed58b4d4d63d15ae0bb35c00eec (diff) | |
download | pkgsrc-f80f1e022bf23b88baf79844c3c8c8a8c1db4bbe.tar.gz |
Initial import of pure-ftpd-1.0.9
Pure-FTPd is a free (GPL), secure, production-quality and standard-conformant
FTP server based upon Troll-FTPd. It doesn't provide useless bells and whistles,
but focuses on efficiency and ease of use. It provides simple answers to common
needs, plus unique useful features for personal users as well as hosting
providers.
Provided by Dawid Szymanski <dawszy@arhea.net> in PR/15762,
slightly modified by me.
Diffstat (limited to 'net/pureftpd')
-rw-r--r-- | net/pureftpd/DESCR | 5 | ||||
-rw-r--r-- | net/pureftpd/Makefile | 15 | ||||
-rw-r--r-- | net/pureftpd/PLIST | 19 | ||||
-rw-r--r-- | net/pureftpd/distinfo | 4 |
4 files changed, 43 insertions, 0 deletions
diff --git a/net/pureftpd/DESCR b/net/pureftpd/DESCR new file mode 100644 index 00000000000..8290ca976e2 --- /dev/null +++ b/net/pureftpd/DESCR @@ -0,0 +1,5 @@ +Pure-FTPd is a free (GPL), secure, production-quality and standard-conformant +FTP server based upon Troll-FTPd. It doesn't provide useless bells and whistles, +but focuses on efficiency and ease of use. It provides simple answers to common +needs, plus unique useful features for personal users as well as hosting +providers. diff --git a/net/pureftpd/Makefile b/net/pureftpd/Makefile new file mode 100644 index 00000000000..1c1ac0bfa78 --- /dev/null +++ b/net/pureftpd/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/03/02 23:22:54 zuntum Exp $ +# + +DISTNAME= pure-ftpd-1.0.9 +CATEGORIES= net +MASTER_SITES= http://prdownloads.sourceforge.net/pureftpd/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= dawszy@arhea.net +HOMEPAGE= http://www.pureftpd.org/ +COMMENT= ftpd daemon with builtin SQL support + +GNU_CONFIGURE= YES + +.include "../../mk/bsd.pkg.mk" diff --git a/net/pureftpd/PLIST b/net/pureftpd/PLIST new file mode 100644 index 00000000000..de6db0aa8b7 --- /dev/null +++ b/net/pureftpd/PLIST @@ -0,0 +1,19 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/03/02 23:22:54 zuntum Exp $ +bin/pure-pw +bin/pure-pwconvert +bin/pure-statsdecode +man/man8/pure-authd.8 +man/man8/pure-ftpd.8 +man/man8/pure-ftpwho.8 +man/man8/pure-mrtginfo.8 +man/man8/pure-pw.8 +man/man8/pure-pwconvert.8 +man/man8/pure-quotacheck.8 +man/man8/pure-statsdecode.8 +man/man8/pure-uploadscript.8 +sbin/pure-authd +sbin/pure-ftpd +sbin/pure-ftpwho +sbin/pure-mrtginfo +sbin/pure-quotacheck +sbin/pure-uploadscript diff --git a/net/pureftpd/distinfo b/net/pureftpd/distinfo new file mode 100644 index 00000000000..1d4ef1a2859 --- /dev/null +++ b/net/pureftpd/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/03/02 23:22:54 zuntum Exp $ + +SHA1 (pure-ftpd-1.0.9.tar.bz2) = cf09298bc7f6692d7fa04e28ed4476d2b06f27e2 +Size (pure-ftpd-1.0.9.tar.bz2) = 365958 bytes |