From lwhsu@jail0.lwhsu.csie.net  Mon Mar  5 16:59:28 2007
Return-Path: <lwhsu@jail0.lwhsu.csie.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 6D9FC16A400
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  5 Mar 2007 16:59:28 +0000 (UTC)
	(envelope-from lwhsu@jail0.lwhsu.csie.net)
Received: from knight.lwhsu.ckefgisc.org (lwhsu.Dorm7.NCTU.edu.tw [140.113.90.48])
	by mx1.freebsd.org (Postfix) with ESMTP id 1039913C4A5
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  5 Mar 2007 16:59:27 +0000 (UTC)
	(envelope-from lwhsu@jail0.lwhsu.csie.net)
Received: from jail0.lwhsu.csie.net (jail0 [192.168.173.100])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by knight.lwhsu.ckefgisc.org (Postfix) with ESMTP id 878611142A;
	Tue,  6 Mar 2007 00:59:26 +0800 (CST)
Received: (from lwhsu@localhost)
	by jail0.lwhsu.csie.net (8.13.8/8.13.8/Submit) id l25GxQ4N096932;
	Tue, 6 Mar 2007 00:59:26 +0800 (CST)
	(envelope-from lwhsu)
Message-Id: <200703051659.l25GxQ4N096932@jail0.lwhsu.csie.net>
Date: Tue, 6 Mar 2007 00:59:26 +0800 (CST)
From: Li-Wen Hsu <lwhsu@lwhsu.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: lwhsu@lwhsu.org
Subject: [NEW PORT] ftp/py-pyftpdlib: Python FTP server library
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         109934
>Category:       ports
>Synopsis:       [NEW PORT] ftp/py-pyftpdlib: Python FTP server library
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 05 17:00:17 GMT 2007
>Closed-Date:    Tue Mar 06 20:12:17 GMT 2007
>Last-Modified:  Tue Mar  6 20:20:05 GMT 2007
>Originator:     Li-Wen Hsu
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD jail0.lwhsu.csie.net 6.2-STABLE FreeBSD 6.2-STABLE #0: Fri Jan 26 00:04:54 CST 2007
>Description:
Python FTP server library provides an high-level portable interface to easily
write asynchronous FTP servers with Python. Based on asyncore / asynchat
frameworks pyftpdlib is actually the most complete RFC959 FTP server
implementation available for Python language.

WWW:	http://billiejoex.altervista.org/pyftpdlib.html

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- py-pyftpdlib-0.1.shar begins here ---
# 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:
#
#	py-pyftpdlib
#	py-pyftpdlib/pkg-descr
#	py-pyftpdlib/Makefile
#	py-pyftpdlib/pkg-plist
#	py-pyftpdlib/distinfo
#
echo c - py-pyftpdlib
mkdir -p py-pyftpdlib > /dev/null 2>&1
echo x - py-pyftpdlib/pkg-descr
sed 's/^X//' >py-pyftpdlib/pkg-descr << 'END-of-py-pyftpdlib/pkg-descr'
XPython FTP server library provides an high-level portable interface to easily
Xwrite asynchronous FTP servers with Python. Based on asyncore / asynchat
Xframeworks pyftpdlib is actually the most complete RFC959 FTP server
Ximplementation available for Python language.
X
XWWW:	http://billiejoex.altervista.org/pyftpdlib.html
END-of-py-pyftpdlib/pkg-descr
echo x - py-pyftpdlib/Makefile
sed 's/^X//' >py-pyftpdlib/Makefile << 'END-of-py-pyftpdlib/Makefile'
X# New ports collection makefile for:	py-pyftpdlib
X# Date created:		Mar. 06, 2007
X# Whom:			Li-Wen Hsu <lwhsu@lwhsu.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	pyftpdlib
XPORTVERSION=	0.1
XCATEGORIES=	ftp python
XMASTER_SITES=	http://pyftpdlib.googlecode.com/files/
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
XDISTNAME=	${PORTNAME}_${PORTVERSION}
X
XMAINTAINER=	lwhsu@lwhsu.org
XCOMMENT=	Python FTP server library
X
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS=	yes
X
X.if !defined(NOPORTDOCS)
XDOCSDIR=	${TARGETDIR}/share/doc/py-${PORTNAME}
X.endif
XEXAMPLESDIR=	${TARGETDIR}/share/examples/py-${PORTNAME}
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X	${CP} -R ${WRKSRC}/doc/ ${DOCSDIR}
X.endif
X	@${MKDIR} ${EXAMPLESDIR}
X	${CP} -R ${WRKSRC}/demo/ ${EXAMPLESDIR}
X
X.include <bsd.port.mk>
END-of-py-pyftpdlib/Makefile
echo x - py-pyftpdlib/pkg-plist
sed 's/^X//' >py-pyftpdlib/pkg-plist << 'END-of-py-pyftpdlib/pkg-plist'
X%%PYTHON_SITELIBDIR%%/pyftpdlib/FTPServer.py
X%%PYTHON_SITELIBDIR%%/pyftpdlib/FTPServer.pyc
X%%PYTHON_SITELIBDIR%%/pyftpdlib/FTPServer.pyo
X%%PYTHON_SITELIBDIR%%/pyftpdlib/__init__.py
X%%PYTHON_SITELIBDIR%%/pyftpdlib/__init__.pyc
X%%PYTHON_SITELIBDIR%%/pyftpdlib/__init__.pyo
X@dirrm %%PYTHON_SITELIBDIR%%/pyftpdlib
X%%EXAMPLESDIR%%/unix_ftpd.py
X%%EXAMPLESDIR%%/md5_ftpd.py
X%%EXAMPLESDIR%%/basic_ftpd.py
X%%EXAMPLESDIR%%/winNT_ftpd.py
X@dirrm %%EXAMPLESDIR%%
X%%PORTDOCS%%%%DOCSDIR%%/pyftpdlib.css
X%%PORTDOCS%%%%DOCSDIR%%/pyftpdlib.html
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
END-of-py-pyftpdlib/pkg-plist
echo x - py-pyftpdlib/distinfo
sed 's/^X//' >py-pyftpdlib/distinfo << 'END-of-py-pyftpdlib/distinfo'
XMD5 (pyftpdlib_0.1.tar.gz) = 32c17f1e142c6e235256706e2905aa5c
XSHA256 (pyftpdlib_0.1.tar.gz) = e8137eb65f03bd0e1c7a1b8f91d7960f5f9825b4aeb224035368ae99e750a6e0
XSIZE (pyftpdlib_0.1.tar.gz) = 47884
END-of-py-pyftpdlib/distinfo
exit
--- py-pyftpdlib-0.1.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Mar 5 17:00:37 UTC 2007 
Responsible-Changed-Why:  
freebsd-python@ wants to have py- PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109934 
Responsible-Changed-From-To: freebsd-python->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Mon Mar 5 17:05:43 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109934 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Mar 6 20:12:12 UTC 2007 
State-Changed-Why:  
New port added. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/109934: commit references a PR
Date: Tue,  6 Mar 2007 20:12:36 +0000 (UTC)

 miwi        2007-03-06 20:12:24 UTC
 
   FreeBSD ports repository
 
   Modified files:
     ftp                  Makefile 
   Added files:
     ftp/py-pyftpdlib     Makefile distinfo pkg-descr pkg-plist 
   Log:
   Python FTP server library provides an high-level portable interface to easily
   write asynchronous FTP servers with Python. Based on asyncore / asynchat
   frameworks pyftpdlib is actually the most complete RFC959 FTP server
   implementation available for Python language.
   
   WWW:    http://billiejoex.altervista.org/pyftpdlib.html
   
   PR:             ports/109934
   Submitted by:   Li-Wen Hsu <lwhsu at lwhsu.org>
   
   Revision  Changes    Path
   1.129     +1 -0      ports/ftp/Makefile
   1.1       +34 -0     ports/ftp/py-pyftpdlib/Makefile (new)
   1.1       +3 -0      ports/ftp/py-pyftpdlib/distinfo (new)
   1.1       +6 -0      ports/ftp/py-pyftpdlib/pkg-descr (new)
   1.1       +15 -0     ports/ftp/py-pyftpdlib/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
