- Add py-twistedNews, an NNTP protocol implementation with client
and server. PR: ports/79925 Submitted by: Neal Nelson <neal@nelson.name>
This commit is contained in:
parent
1d6d580c8d
commit
42cec5b817
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133386
5 changed files with 71 additions and 0 deletions
|
@ -71,6 +71,7 @@
|
|||
SUBDIR += papercut
|
||||
SUBDIR += pgpmoose
|
||||
SUBDIR += plor
|
||||
SUBDIR += py-twistedNews
|
||||
SUBDIR += pyne
|
||||
SUBDIR += rawdog
|
||||
SUBDIR += rkive
|
||||
|
|
29
news/py-twistedNews/Makefile
Normal file
29
news/py-twistedNews/Makefile
Normal file
|
@ -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>
|
2
news/py-twistedNews/distinfo
Normal file
2
news/py-twistedNews/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (TwistedNews-0.1.0.tar.bz2) = 9e8d4b39152f8b30d8a2255fc5ec9920
|
||||
SIZE (TwistedNews-0.1.0.tar.bz2) = 16822
|
10
news/py-twistedNews/pkg-descr
Normal file
10
news/py-twistedNews/pkg-descr
Normal file
|
@ -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/
|
29
news/py-twistedNews/pkg-plist
Normal file
29
news/py-twistedNews/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue