proftpd-1.2.5rc1

This commit is contained in:
jcs 2002-04-20 01:40:34 +00:00
parent 593ef1c95f
commit 7344e9bc0c
4 changed files with 71 additions and 0 deletions

27
net/proftpd/Makefile Normal file
View File

@ -0,0 +1,27 @@
# $OpenBSD: Makefile,v 1.17 2002/04/20 01:40:34 jcs Exp $
COMMENT= "Apache-like configurable, feature-filled FTP server"
DISTNAME= proftpd-1.2.5rc1
CATEGORIES= net
MASTER_SITES= ftp://ftp.proftpd.org/distrib/
HOMEPAGE= http://www.proftpd.org/
MAINTAINER= Jolan Luff <jolan@encryptedemail.net>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu dest
CONFIGURE_ARGS+= --localstatedir=/var/run
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/proftpd
${INSTALL_DATA} ${WRKSRC}/sample-configurations/*.conf \
${PREFIX}/share/examples/proftpd
.include <bsd.port.mk>

22
net/proftpd/pkg/DEINSTALL Normal file
View File

@ -0,0 +1,22 @@
#!/bin/sh
set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
CONFIG_FILE=${SYSCONFDIR}/proftpd.conf
if [ -e $CONFIG_FILE ]; then
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you need to perform"
echo "| this step as root:"
echo "|"
echo "| rm -f $CONFIG_FILE"
echo "|"
echo "| Do not do this if you plan on re-installing $1"
echo "| at some future time."
echo "+---------------"
echo
fi
exit 0

5
net/proftpd/pkg/DESCR Normal file
View File

@ -0,0 +1,5 @@
ProFTPD is a highly configurable and secure FTP server. It supports
chroot'ing of FTP sessions, Apache-like access restrictions, custom
message sending, and bandwidth throttling.
WWW: ${HOMEPAGE}

17
net/proftpd/pkg/PLIST Normal file
View File

@ -0,0 +1,17 @@
@comment $OpenBSD: PLIST,v 1.9 2002/04/20 01:40:34 jcs Exp $
bin/ftpcount
bin/ftpwho
man/man1/ftpwho.1
man/man1/ftpcount.1
man/man5/xferlog.5
man/man8/proftpd.8
man/man8/ftpshut.8
sbin/proftpd
sbin/in.proftpd
sbin/ftpshut
share/examples/proftpd/anonymous.conf
share/examples/proftpd/basic.conf
share/examples/proftpd/complex-virtual.conf
share/examples/proftpd/mod_sql.conf
share/examples/proftpd/virtual.conf
@dirrm share/examples/proftpd