From nobody@FreeBSD.org  Thu Apr 14 17:08:47 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3012E16A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 14 Apr 2005 17:08:47 +0000 (GMT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E6E9743D31
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 14 Apr 2005 17:08:46 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j3EH8kiS029145
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 14 Apr 2005 17:08:46 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id j3EH8klj029144;
	Thu, 14 Apr 2005 17:08:46 GMT
	(envelope-from nobody)
Message-Id: <200504141708.j3EH8klj029144@www.freebsd.org>
Date: Thu, 14 Apr 2005 17:08:46 GMT
From: Neal Nelson <neal@nelson.name>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New Port: news/py-twistedNews An NNTP protocol implementation with client and server
X-Send-Pr-Version: www-2.3

>Number:         79925
>Category:       ports
>Synopsis:       New Port: news/py-twistedNews An NNTP protocol implementation with client and server
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    flz
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 14 17:10:27 GMT 2005
>Closed-Date:    Fri Apr 15 05:07:18 GMT 2005
>Last-Modified:  Fri Apr 15 05:07:18 GMT 2005
>Originator:     Neal Nelson
>Release:        5.4-STABLE
>Organization:
>Environment:
FreeBSD server.home 5.4-STABLE FreeBSD 5.4-STABLE #0: Wed Apr 13 13:16:17 CEST 2005     nealie@server.home:/usr/obj/usr/src/sys/SERVER  i386

>Description:
      Twisted News is an NNTP protocol implementation with client and server
>How-To-Repeat:
      
>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:
#
#	py-twistedNews
#	py-twistedNews/pkg-plist
#	py-twistedNews/pkg-descr
#	py-twistedNews/distinfo
#	py-twistedNews/Makefile
#	py-twistedNews/Makefile~
#
echo c - py-twistedNews
mkdir -p py-twistedNews > /dev/null 2>&1
echo x - py-twistedNews/pkg-plist
sed 's/^X//' >py-twistedNews/pkg-plist << 'END-of-py-twistedNews/pkg-plist'
X%%S%%/twisted/news/__init__.py
X%%S%%/twisted/news/__init__.pyc
X%%S%%/twisted/news/__init__.pyo
X%%S%%/twisted/news/database.py
X%%S%%/twisted/news/database.pyc
X%%S%%/twisted/news/database.pyo
X%%S%%/twisted/news/news.py
X%%S%%/twisted/news/news.pyc
X%%S%%/twisted/news/news.pyo
X%%S%%/twisted/news/nntp.py
X%%S%%/twisted/news/nntp.pyc
X%%S%%/twisted/news/nntp.pyo
X%%S%%/twisted/news/tap.py
X%%S%%/twisted/news/tap.pyc
X%%S%%/twisted/news/tap.pyo
X%%S%%/twisted/news/test/__init__.py
X%%S%%/twisted/news/test/__init__.pyc
X%%S%%/twisted/news/test/__init__.pyo
X%%S%%/twisted/news/test/test_news.py
X%%S%%/twisted/news/test/test_news.pyc
X%%S%%/twisted/news/test/test_news.pyo
X%%S%%/twisted/news/test/test_nntp.py
X%%S%%/twisted/news/test/test_nntp.pyc
X%%S%%/twisted/news/test/test_nntp.pyo
X%%S%%/twisted/plugins/twisted_news.py
X%%S%%/twisted/plugins/twisted_news.pyc
X%%S%%/twisted/plugins/twisted_news.pyo
X@dirrm %%S%%/twisted/news/test
X@dirrm %%S%%/twisted/news
END-of-py-twistedNews/pkg-plist
echo x - py-twistedNews/pkg-descr
sed 's/^X//' >py-twistedNews/pkg-descr << 'END-of-py-twistedNews/pkg-descr'
XTwisted News provides a very basic NNTP server, as well as an NNTP client 
Xprotocol implementation. Two message storage systems are supported: the 
XDB-API 2.0 backend stores and indexes messages in any compatible SQL database; 
Xthe Twisted dirdbm backend uses serialized Python objects stored directly on 
Xthe filesystem for message storage. Twisted News also has very rudamentary 
Xsupport for moderated groups.
X
XTwisted News is available under the MIT Free Software licence. 
X
XWWW: http://twistedmatrix.com/
END-of-py-twistedNews/pkg-descr
echo x - py-twistedNews/distinfo
sed 's/^X//' >py-twistedNews/distinfo << 'END-of-py-twistedNews/distinfo'
XMD5 (TwistedNews-0.1.0.tar.bz2) = 9e8d4b39152f8b30d8a2255fc5ec9920
XSIZE (TwistedNews-0.1.0.tar.bz2) = 16822
END-of-py-twistedNews/distinfo
echo x - py-twistedNews/Makefile
sed 's/^X//' >py-twistedNews/Makefile << 'END-of-py-twistedNews/Makefile'
X# New ports collection makefile for:	py-twistedNews
X# Date created:		14 April 2005
X# Whom:	      		Neal Nelson <neal@nelson.name>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	twistedNews
XPORTVERSION=	0.1.0
XCATEGORIES=	news devel python
XMASTER_SITES=	http://twistedmatrix.com/downloads/News/0.1/ \
X    http://tmrc.mit.edu/mirror/twisted/News/0.1/
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
XDISTNAME=	TwistedNews-${PORTVERSION}
X
XMAINTAINER=	neal@nelson.name
XCOMMENT=	An NNTP protocol implementation with client and server
X
XRUN_DEPENDS=    ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
X
XWRKSRC=		${WRKDIR}/TwistedNews-${PORTVERSION}
X
XUSE_BZIP2=	yes
XUSE_PYTHON=	2.2+
XUSE_PYDISTUTILS=	yes
X
XPLIST_SUB+=	S=${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}
X
X.include <bsd.port.mk>
END-of-py-twistedNews/Makefile
echo x - py-twistedNews/Makefile~
sed 's/^X//' >py-twistedNews/Makefile~ << 'END-of-py-twistedNews/Makefile~'
X# New ports collection makefile for:	py-twistedNews
X# Date created:		14 April 2005
X# Whom:	      		Neal Nelson <neal@nelson.name>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	twistedNews
XPORTVERSION=	0.1.0
XCATEGORIES=	devel news python
XMASTER_SITES=	http://twistedmatrix.com/downloads/News/0.1/ \
X    http://tmrc.mit.edu/mirror/twisted/News/0.1/
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
XDISTNAME=	TwistedNews-${PORTVERSION}
X
XMAINTAINER=	neal@nelson.name
XCOMMENT=	An NNTP protocol implementation with client and server
X
XRUN_DEPENDS=    ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
X
XWRKSRC=		${WRKDIR}/TwistedNews-${PORTVERSION}
X
XUSE_BZIP2=	yes
XUSE_PYTHON=	2.2+
XUSE_PYDISTUTILS=	yes
X
XPLIST_SUB+=	S=${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}
X
X.include <bsd.port.mk>
END-of-py-twistedNews/Makefile~
exit


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->flz 
Responsible-Changed-By: flz 
Responsible-Changed-When: Thu Apr 14 17:44:15 GMT 2005 
Responsible-Changed-Why:  
Grab. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=79925 
State-Changed-From-To: open->closed 
State-Changed-By: flz 
State-Changed-When: Fri Apr 15 05:07:11 GMT 2005 
State-Changed-Why:  
New port added, thank you! 

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