Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Sep 2001 07:39:28 +0800 (CST)
From:      Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        gslin@infomath.math.nctu.edu.tw
Subject:   ports/30565: New port: ftp/twoftpd
Message-ID:  <20010913233928.443FA3D8B@infomath.math.nctu.edu.tw>

next in thread | raw e-mail | index | archive | help

>Number:         30565
>Category:       ports
>Synopsis:       New port: ftp/twoftpd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 13 16:40:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 4.4-RC i386
>Organization:
>Environment:
System: FreeBSD InfoMath.Math.NCTU.edu.tw 4.4-RC FreeBSD 4.4-RC #1: Thu Aug 23 14:35:48 CST 2001 root@InfoMath.Math.NCTU.edu.tw:/home/obj/usr/src/sys/InFoMath i386


	
>Description:
	
Twoftpd is an FTP server that strives to be secure, simple, and efficient.
None of the commands can cause execution of other programs, and the normal
model of execution does a chroot to the logged in user's directory
immediately after authentication. The name &quot;twoftpd&quot; comes from
the fact that there are two parts to the server: an authenticating front
end, which contains no file or data transfer code, and one of two back ends,
which contain all the data transfer code.

WWW: http://untroubled.org/twoftpd/

>How-To-Repeat:
	
	N/A
>Fix:

	
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	twoftpd/
#	twoftpd/Makefile
#	twoftpd/distinfo
#	twoftpd/pkg-comment
#	twoftpd/pkg-descr
#	twoftpd/pkg-plist
#
echo c - twoftpd/
mkdir -p twoftpd/ > /dev/null 2>&1
echo x - twoftpd/Makefile
sed 's/^X//' >twoftpd/Makefile << 'END-of-twoftpd/Makefile'
X# New ports collection makefile for:	twoftpd
X# Date created:				14 September 2001
X# Whom:					Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
X#
X# $FreeBSD$
X#
X
XPORTNAME=	twoftpd
XPORTVERSION=	1.13
XCATEGORIES=	ftp
XMASTER_SITES=	http://untroubled.org/twoftpd/
X
XMAINTAINER=	gslin@ccca.nctu.edu.tw
X
XBIN=		twoftpd-anon twoftpd-anon-conf twoftpd-auth twoftpd-conf twoftpd-xfer
X
Xdo-install:
X.for FILE in ${BIN}
X	@${INSTALL_PROGRAM} ${WRKSRC}/${FILE} ${PREFIX}/sbin
X.endfor
X
X.include <bsd.port.mk>
END-of-twoftpd/Makefile
echo x - twoftpd/distinfo
sed 's/^X//' >twoftpd/distinfo << 'END-of-twoftpd/distinfo'
XMD5 (twoftpd-1.13.tar.gz) = 6f1ce251c1b996478ade79bc81f3deb4
END-of-twoftpd/distinfo
echo x - twoftpd/pkg-comment
sed 's/^X//' >twoftpd/pkg-comment << 'END-of-twoftpd/pkg-comment'
XA simple, secure, efficient FTP server
END-of-twoftpd/pkg-comment
echo x - twoftpd/pkg-descr
sed 's/^X//' >twoftpd/pkg-descr << 'END-of-twoftpd/pkg-descr'
XTwoftpd is an FTP server that strives to be secure, simple, and efficient.
XNone of the commands can cause execution of other programs, and the normal
Xmodel of execution does a chroot to the logged in user's directory
Ximmediately after authentication. The name &quot;twoftpd&quot; comes from
Xthe fact that there are two parts to the server: an authenticating front
Xend, which contains no file or data transfer code, and one of two back ends,
Xwhich contain all the data transfer code.
X
XWWW: http://untroubled.org/twoftpd/
X
X- Gea-Suan Lin
X  gslin@ccca.nctu.edu.tw
END-of-twoftpd/pkg-descr
echo x - twoftpd/pkg-plist
sed 's/^X//' >twoftpd/pkg-plist << 'END-of-twoftpd/pkg-plist'
Xsbin/twoftpd-anon 
Xsbin/twoftpd-anon-conf
Xsbin/twoftpd-auth
Xsbin/twoftpd-conf
Xsbin/twoftpd-xfer
END-of-twoftpd/pkg-plist
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010913233928.443FA3D8B>