diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-04-15 04:58:22 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-04-15 04:58:22 +0000 |
commit | 42cec5b81765b07025cb4551e2e477fde7b5f572 (patch) | |
tree | 942dfef1a51674ebdbd54736603e4a779b4f3819 /news/py-twistedNews | |
parent | 1d6d580c8d14b76d87c8e7ec9470fbe635a2a7e9 (diff) | |
download | ports-42cec5b81765b07025cb4551e2e477fde7b5f572.tar.gz ports-42cec5b81765b07025cb4551e2e477fde7b5f572.zip |
Notes
Diffstat (limited to 'news/py-twistedNews')
-rw-r--r-- | news/py-twistedNews/Makefile | 29 | ||||
-rw-r--r-- | news/py-twistedNews/distinfo | 2 | ||||
-rw-r--r-- | news/py-twistedNews/pkg-descr | 10 | ||||
-rw-r--r-- | news/py-twistedNews/pkg-plist | 29 |
4 files changed, 70 insertions, 0 deletions
diff --git a/news/py-twistedNews/Makefile b/news/py-twistedNews/Makefile new file mode 100644 index 000000000000..474766615aee --- /dev/null +++ b/news/py-twistedNews/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: py-twistedNews +# Date created: 14 April 2005 +# Whom: Neal Nelson <neal@nelson.name> +# +# $FreeBSD$ +# + +PORTNAME= twistedNews +PORTVERSION= 0.1.0 +CATEGORIES= news devel python +MASTER_SITES= http://twistedmatrix.com/downloads/News/0.1/ \ + http://tmrc.mit.edu/mirror/twisted/News/0.1/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= TwistedNews-${PORTVERSION} + +MAINTAINER= neal@nelson.name +COMMENT= An NNTP protocol implementation with client and server + +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore + +WRKSRC= ${WRKDIR}/TwistedNews-${PORTVERSION} + +USE_BZIP2= yes +USE_PYTHON= 2.2+ +USE_PYDISTUTILS= yes + +PLIST_SUB+= S=${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;} + +.include <bsd.port.mk> diff --git a/news/py-twistedNews/distinfo b/news/py-twistedNews/distinfo new file mode 100644 index 000000000000..5d64efd6c2c7 --- /dev/null +++ b/news/py-twistedNews/distinfo @@ -0,0 +1,2 @@ +MD5 (TwistedNews-0.1.0.tar.bz2) = 9e8d4b39152f8b30d8a2255fc5ec9920 +SIZE (TwistedNews-0.1.0.tar.bz2) = 16822 diff --git a/news/py-twistedNews/pkg-descr b/news/py-twistedNews/pkg-descr new file mode 100644 index 000000000000..6aece0bc7f11 --- /dev/null +++ b/news/py-twistedNews/pkg-descr @@ -0,0 +1,10 @@ +Twisted News provides a very basic NNTP server, as well as an NNTP client +protocol implementation. Two message storage systems are supported: the +DB-API 2.0 backend stores and indexes messages in any compatible SQL database; +the Twisted dirdbm backend uses serialized Python objects stored directly on +the filesystem for message storage. Twisted News also has very rudamentary +support for moderated groups. + +Twisted News is available under the MIT Free Software licence. + +WWW: http://twistedmatrix.com/ diff --git a/news/py-twistedNews/pkg-plist b/news/py-twistedNews/pkg-plist new file mode 100644 index 000000000000..954492b1921c --- /dev/null +++ b/news/py-twistedNews/pkg-plist @@ -0,0 +1,29 @@ +%%S%%/twisted/news/__init__.py +%%S%%/twisted/news/__init__.pyc +%%S%%/twisted/news/__init__.pyo +%%S%%/twisted/news/database.py +%%S%%/twisted/news/database.pyc +%%S%%/twisted/news/database.pyo +%%S%%/twisted/news/news.py +%%S%%/twisted/news/news.pyc +%%S%%/twisted/news/news.pyo +%%S%%/twisted/news/nntp.py +%%S%%/twisted/news/nntp.pyc +%%S%%/twisted/news/nntp.pyo +%%S%%/twisted/news/tap.py +%%S%%/twisted/news/tap.pyc +%%S%%/twisted/news/tap.pyo +%%S%%/twisted/news/test/__init__.py +%%S%%/twisted/news/test/__init__.pyc +%%S%%/twisted/news/test/__init__.pyo +%%S%%/twisted/news/test/test_news.py +%%S%%/twisted/news/test/test_news.pyc +%%S%%/twisted/news/test/test_news.pyo +%%S%%/twisted/news/test/test_nntp.py +%%S%%/twisted/news/test/test_nntp.pyc +%%S%%/twisted/news/test/test_nntp.pyo +%%S%%/twisted/plugins/twisted_news.py +%%S%%/twisted/plugins/twisted_news.pyc +%%S%%/twisted/plugins/twisted_news.pyo +@dirrm %%S%%/twisted/news/test +@dirrm %%S%%/twisted/news |