ports/79925: New Port: news/py-twistedNews An NNTP protocol implementation with client and server

Neal Nelson neal at nelson.name
Thu Apr 14 17:10:29 UTC 2005


>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:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 14 17:10:27 GMT 2005
>Closed-Date:
>Last-Modified:
>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 at 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 at dirrm %%S%%/twisted/news/test
X at 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 at 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 at 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 at 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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list