Remove news/py-twistedNews

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-09-30 10:17:32 +00:00
parent 69328da87d
commit 1e4b8da98a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=450963
4 changed files with 0 additions and 37 deletions

View File

@ -60,7 +60,6 @@
SUBDIR += plor
SUBDIR += py-pynzb
SUBDIR += py-sabyenc
SUBDIR += py-twistedNews
SUBDIR += py-yenc
SUBDIR += rawdog
SUBDIR += s-news

View File

@ -1,24 +0,0 @@
# Created by: Neal Nelson <neal@nelson.name>
# $FreeBSD$
PORTNAME= twistedNews
PORTVERSION= 15.2.1
CATEGORIES= news devel python
MASTER_SITES= http://twistedmatrix.com/Releases/News/${PORTVERSION:R}/ \
LOCAL/sunpoet
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= TwistedNews-${PORTVERSION}
MAINTAINER= python@FreeBSD.org
COMMENT= NNTP protocol implementation with client and server
LICENSE= MIT
DEPRECATED= Use devel/py-twisted instead
EXPIRATION_DATE=2017-09-30
NO_ARCH= yes
USE_PYTHON= autoplist distutils
USES= python:2 tar:bzip2 twisted
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (TwistedNews-15.2.1.tar.bz2) = 56d5215e0971431dabedf7b5f9a162ae448c8e6d20b6318e627ab9eaeaf1e089
SIZE (TwistedNews-15.2.1.tar.bz2) = 19889

View File

@ -1,10 +0,0 @@
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/