1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

Add bftpd 1.0.18, a very configurable FTP server that can do chroot

easily.
This commit is contained in:
Will Andrews 2001-04-07 23:24:24 +00:00
parent f47cc9dd83
commit b7408beac6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41050
6 changed files with 51 additions and 0 deletions

View File

@ -3,6 +3,7 @@
SUBDIR += IglooFTP
SUBDIR += axyftp
SUBDIR += bftpd
SUBDIR += caitoo
SUBDIR += cftp
SUBDIR += curl

25
ftp/bftpd/Makefile Normal file
View File

@ -0,0 +1,25 @@
# New ports collection makefile for: bftpd
# Date created: 7 April 2001
# Whom: will
#
# $FreeBSD$
#
PORTNAME= bftpd
PORTVERSION= 1.0.18
CATEGORIES= ftp
MASTER_SITES= http://www.bftpd.f2s.com/downloads/src/
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
pre-configure:
${PERL} -pi -e "s@<wait.h>@<sys/wait.h>@g" ${WRKSRC}/commands.c
${PERL} -pi -e "s@chmod 644 /var@#chmod 644 /var@g; \
s@touch /var@#touch /var@g; \
s@DESTDIR\)/etc@prefix\)/etc@g; \
s@bftpd.conf @bftpd.conf.sample @g" ${WRKSRC}/Makefile.in
${CP} ${WRKSRC}/bftpd.conf ${WRKSRC}/bftpd.conf.sample
.include <bsd.port.mk>

1
ftp/bftpd/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (bftpd-1.0.18.tar.gz) = fc73794898fc1f1eb8119eafa69338b1

1
ftp/bftpd/pkg-comment Normal file
View File

@ -0,0 +1 @@
Very configurable FTP server that can do chroot easily

20
ftp/bftpd/pkg-descr Normal file
View File

@ -0,0 +1,20 @@
bftpd is an FTP server for Linux, BSD/OS, FreeBSD, Solaris, DG-UX
and Tru64. It runs either with inetd or standalone.
It tries to be very configurable while being fast and small. You
can make defaults for each configuration option, and then override
these defaults in user-specific structures. Support for
directory-specific options is planned.
Features of bftpd include:
* Easy configuration
* Speed
* Support for most RFC FTP commands
* tar.gz on-the-fly compression/archiving
* Security with chroot without special setup
* No need for filessh, ls...) in a chroot environment
* Logging to wtmp and to a config file
* PAM and passwd/shadow support
* Support for SITE CHOWN/CHMOD
WWW: http://www.bftpd.org/

3
ftp/bftpd/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
@unexec if cmp -s %D/etc/bftpd.conf %D/etc/bftpd.conf.sample; then rm -f %D/etc/bftpd.conf; fi
etc/bftpd.conf.sample
sbin/bftpd