From owner-freebsd-ports Thu Sep 13 16:40:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E4AF37B40D for ; Thu, 13 Sep 2001 16:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8DNe0X20929; Thu, 13 Sep 2001 16:40:00 -0700 (PDT) (envelope-from gnats) Received: from Mgw1-out.NCTU.edu.tw (Mgw1-out.NCTU.edu.tw [140.113.1.3]) by hub.freebsd.org (Postfix) with ESMTP id 17BDF37B40F for ; Thu, 13 Sep 2001 16:39:30 -0700 (PDT) Received: from infomath.math.nctu.edu.tw (infomath.math.nctu.edu.tw [140.113.22.119]) by Mgw1-out.NCTU.edu.tw (8.11.4/8.11.4) with ESMTP id f8DNdSQ30073 for ; Fri, 14 Sep 2001 07:39:28 +0800 (CST) Received: by infomath.math.nctu.edu.tw (Postfix, from userid 1000) id 443FA3D8B; Fri, 14 Sep 2001 07:39:28 +0800 (CST) Message-Id: <20010913233928.443FA3D8B@infomath.math.nctu.edu.tw> Date: Fri, 14 Sep 2001 07:39:28 +0800 (CST) From: Gea-Suan Lin Reply-To: Gea-Suan Lin To: FreeBSD-gnats-submit@freebsd.org Cc: gslin@infomath.math.nctu.edu.tw X-Send-Pr-Version: 3.113 Subject: ports/30565: New port: ftp/twoftpd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 "twoftpd" 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 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 "twoftpd" 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