From j@jedi.claranet.fr  Sun Apr 22 04:59:04 2001
Return-Path: <j@jedi.claranet.fr>
Received: from chonchon.home.rtchat.com (r208m223.cybercable.tm.fr [195.132.208.223])
	by hub.freebsd.org (Postfix) with SMTP id 57A7F37B422
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 22 Apr 2001 04:59:02 -0700 (PDT)
	(envelope-from j@jedi.claranet.fr)
Received: (qmail 6845 invoked by uid 500); 22 Apr 2001 11:59:01 -0000
Message-Id: <20010422135901.A6839@jedi.claranet.fr>
Date: Sun, 22 Apr 2001 13:59:01 +0200
From: "Jedi/Sector One (Frank DENIS)" <j@jedi.claranet.fr>
To: FreeBSD-gnats-submit@freebsd.org
Subject: ports

>Number:         26768
>Category:       ports
>Synopsis:       Pure-FTPd FreeBSD port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    roam
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 22 05:00:01 PDT 2001
>Closed-Date:    Mon Apr 23 08:46:48 PDT 2001
>Last-Modified:  Mon Apr 23 08:47:36 PDT 2001
>Originator:     Charlie &
>Release:        FreeBSD 4.3-RELEASE i386
>Organization:
42 Networks
>Environment:
System: FreeBSD tidiable.home.rtchat.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sat Apr 21 10:54:49 GMT 2001 jkh@narf.osd.bsdi.com:/usr/src/sys/compile/GENERIC i386
>Description:
Pure FTP server
>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:
#
#	pure-ftpd
#	pure-ftpd/Makefile
#	pure-ftpd/distinfo
#	pure-ftpd/pkg-comment
#	pure-ftpd/pkg-descr
#	pure-ftpd/pkg-plist
#
echo c - pure-ftpd
mkdir -p pure-ftpd > /dev/null 2>&1
echo x - pure-ftpd/Makefile
sed 's/^X//' >pure-ftpd/Makefile << 'END-of-pure-ftpd/Makefile'
X# New ports collection makefile for:	pure-ftpd
X# Date created:				22 April 2001
X# Whom:					Frank DENIS
X#
X# $FreeBSD: ports/ftp/lftp/Makefile,v 1.46 2001/03/29 16:33:35 sobomax Exp $
X#
X
XPORTNAME=	pure-ftpd
XPORTVERSION=	0.97.7
XCATEGORIES=	ftp ipv6
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	pureftpd
X
XMAINTAINER=	j@4u.net
X
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS=	--with-pam --with-cookie --with-throttling --with-ratios --with-ftpwho
X
XMAN8=		pure-ftpd.8 pure-ftpwho.8 mrtginfo.8
X
Xpre-patch:
X
Xpost-install:
X	${INSTALL_DATA} ${WRKSRC}/pureftpd-ldap.conf ${PREFIX}/etc/pureftpd-ldap.conf.sample
X	${INSTALL_DATA} ${WRKSRC}/configuration-file/pure-ftpd.conf ${PREFIX}/etc/pure-ftpd.conf.sample
X	${INSTALL_DATA} ${WRKSRC}/configuration-file/pure-config.pl ${PREFIX}/sbin/
X	${CHMOD} 755 ${PREFIX}/sbin/pure-config.pl
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${PREFIX}/share/doc/pure-ftpd
X.for file in COPYING HISTORY NEWS README README.Configuration-File README.LDAP README.Netfilter THANKS
X	${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/pure-ftpd
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-pure-ftpd/Makefile
echo x - pure-ftpd/distinfo
sed 's/^X//' >pure-ftpd/distinfo << 'END-of-pure-ftpd/distinfo'
XMD5 (pure-ftpd-0.97.7.tar.gz) = 188b6ad2a49fc60f30a6589b64cc110c
END-of-pure-ftpd/distinfo
echo x - pure-ftpd/pkg-comment
sed 's/^X//' >pure-ftpd/pkg-comment << 'END-of-pure-ftpd/pkg-comment'
XA small, easy to set up, fast and very secure FTP server
END-of-pure-ftpd/pkg-comment
echo x - pure-ftpd/pkg-descr
sed 's/^X//' >pure-ftpd/pkg-descr << 'END-of-pure-ftpd/pkg-descr'
XPure-FTPd is a fast, production-quality, standard-conformant FTP server,
Xbased upon Troll-FTPd.
X
XUnlike other popular FTP servers, it's designed to be secure in default
Xconfiguration, has no known buffer overflow, it is really trivial to set up
Xand it is especially designed for modern kernels.
X
XFeatures include PAM support, IPv6, chroot()ed home directories, virtual
Xdomains, built-in 'ls', anti-warez system, bounded ports for passive
Xdownloads, FXP protocol, bandwidth throttling, ratios, LDAP, fortune files,
Xfast standalone mode, text / HTML / XML real-time status report, and more.
X
XWWW: http://www.pureftpd.org
END-of-pure-ftpd/pkg-descr
echo x - pure-ftpd/pkg-plist
sed 's/^X//' >pure-ftpd/pkg-plist << 'END-of-pure-ftpd/pkg-plist'
Xsbin/pure-ftpd
Xsbin/pure-ftpwho
Xsbin/pure-config.pl
Xetc/pureftpd-ldap.conf.sample
Xetc/pure-ftpd.conf.sample
X%%PORTDOCS%%share/doc/pure-ftpd/COPYING
X%%PORTDOCS%%share/doc/pure-ftpd/HISTORY
X%%PORTDOCS%%share/doc/pure-ftpd/NEWS
X%%PORTDOCS%%share/doc/pure-ftpd/README
X%%PORTDOCS%%share/doc/pure-ftpd/README.Configuration-File
X%%PORTDOCS%%share/doc/pure-ftpd/README.LDAP
X%%PORTDOCS%%share/doc/pure-ftpd/README.Netfilter
X%%PORTDOCS%%share/doc/pure-ftpd/THANKS
X%%PORTDOCS%%@dirrm share/doc/pure-ftpd
END-of-pure-ftpd/pkg-plist
exit






>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->analyzed 
State-Changed-By: roam 
State-Changed-When: Sun Apr 22 05:12:22 PDT 2001 
State-Changed-Why:  
Good work!  Let me see if it can be enhanced a bit more, though.. :) 


Responsible-Changed-From-To: freebsd-ports->roam 
Responsible-Changed-By: roam 
Responsible-Changed-When: Sun Apr 22 05:12:22 PDT 2001 
Responsible-Changed-Why:  
I'll take care of this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=26768 

From: Peter Pentchev <roam@orbitel.bg>
To: "Jedi/Sector One (Frank DENIS)" <j@jedi.claranet.fr>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: ports/26768: ports
Date: Sun, 22 Apr 2001 16:32:46 +0300

 On Sun, Apr 22, 2001 at 01:59:01PM +0200, Jedi/Sector One (Frank DENIS) wrote:
 > 
 > >Number:         26768
 > >Category:       ports
 > >Synopsis:       Pure-FTPd FreeBSD port
 
 OK, I have some ideas about this, and some little fixes; I'll get back
 to you tomorrow.
 
 G'luck,
 Peter
 
 -- 
 If I had finished this sentence,
State-Changed-From-To: analyzed->closed 
State-Changed-By: roam 
State-Changed-When: Mon Apr 23 08:46:48 PDT 2001 
State-Changed-Why:  
Committed after private-mail discussion with the submitter. 
Thanks for the contribution! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=26768 
>Unformatted:
