diff options
author | rh <rh@pkgsrc.org> | 1999-03-07 16:49:17 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-03-07 16:49:17 +0000 |
commit | c020f2fdabb985746312d9641140e41591031759 (patch) | |
tree | 12c563acf406b46b06b288a1af1b7959d625f1ea /net/beroftpd | |
parent | e682592e971b78e9223842d7bed42a05d964e9aa (diff) | |
download | pkgsrc-c020f2fdabb985746312d9641140e41591031759.tar.gz |
Initial import of FreeBSD BeroFTPD port
Diffstat (limited to 'net/beroftpd')
-rw-r--r-- | net/beroftpd/Makefile | 29 | ||||
-rw-r--r-- | net/beroftpd/files/md5 | 1 | ||||
-rw-r--r-- | net/beroftpd/pkg/COMMENT | 1 | ||||
-rw-r--r-- | net/beroftpd/pkg/DESCR | 12 | ||||
-rw-r--r-- | net/beroftpd/pkg/PLIST | 9 |
5 files changed, 52 insertions, 0 deletions
diff --git a/net/beroftpd/Makefile b/net/beroftpd/Makefile new file mode 100644 index 00000000000..d737d2ee220 --- /dev/null +++ b/net/beroftpd/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: beroftpd +# Version required: 1.2.1 +# Date created: 6 November 1998 +# Whom: Bill Fumerola <billf@chc-chimes.com> +# +# $Id: Makefile,v 1.1.1.1 1999/03/07 16:49:17 rh Exp $ +# + +DISTNAME= BeroFTPD-1.3.3 +PKGNAME= beroftpd-1.3.3 +CATEGORIES= net +MASTER_SITES= ftp://beroftpd.unix.eu.org/pub/BeroFTPD/ \ + ftp://ftp.croftj.net/usr/bero/BeroFTPD/ \ + ftp://ftp.kddlabs.co.jp/.2/inet/ftp/BeroFTPD/ \ + ftp://ftp.rediris.es/mirror/BeroFTPD/ \ + ftp://sunsite.cnlab-switch.ch/mirror/BeroFTPD/ \ + ftp://ftp.startrek.eu.org/pub/BeroFTPD/ + +MAINTAINER= billf@FreeBSD.org + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc + +MAN1= ftpcount.1 ftpwho.1 +MAN5= ftpaccess.5 ftpconversions.5 ftphosts.5 xferlog.5 \ + ftpservers.5 +MAN8= ftpd.8 ftpshut.8 ftprestart.8 + +.include <bsd.port.mk> diff --git a/net/beroftpd/files/md5 b/net/beroftpd/files/md5 new file mode 100644 index 00000000000..0e448029a5c --- /dev/null +++ b/net/beroftpd/files/md5 @@ -0,0 +1 @@ +MD5 (BeroFTPD-1.3.3.tar.gz) = ac06f16e006d9ac9d79970464134a6e3 diff --git a/net/beroftpd/pkg/COMMENT b/net/beroftpd/pkg/COMMENT new file mode 100644 index 00000000000..80a90812660 --- /dev/null +++ b/net/beroftpd/pkg/COMMENT @@ -0,0 +1 @@ +experimental replacement ftp server for Un*x systems based on wu-ftpd diff --git a/net/beroftpd/pkg/DESCR b/net/beroftpd/pkg/DESCR new file mode 100644 index 00000000000..1c36073198c --- /dev/null +++ b/net/beroftpd/pkg/DESCR @@ -0,0 +1,12 @@ +BeroFTPD is a replacement ftp server for Un*x systems based on wu-ftpd. +In addition to wu-ftpd's features, BeroFTPD includes better support for +virtual hosts, the possibility to send an e-mail to the FTP administrator +when an anonymous user uploads a file, better support for on-the-fly +[re]compression, support for upload/download ratios, include-directive +in ftpaccess, an internal ls command (optional, currently experimental), +the ability to run as standalone daemon, and support for Kerberos5 and +AFS authentication. + +No homepage. + +Bill Fumerola <billf@chc-chimes.com> diff --git a/net/beroftpd/pkg/PLIST b/net/beroftpd/pkg/PLIST new file mode 100644 index 00000000000..a6c8255ad06 --- /dev/null +++ b/net/beroftpd/pkg/PLIST @@ -0,0 +1,9 @@ +sbin/BeroFTPD +sbin/ftpshut +sbin/ftprestart +bin/ftpcount +bin/ftpwho +sbin/ckconfig +sbin/ftpck +etc/ftpconversions +etc/ftpaccess |