aboutsummaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-09-30 18:17:32 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-09-30 18:17:32 +0800
commit1c96e426d6db65349b2dde964f9e1ac24dfc2b92 (patch)
tree5b667475fb57e2f23464d6b4d9b79ef6a8a039b9 /news
parent197500409cbcc35a039824f3fc44d6c59ee24689 (diff)
downloadfreebsd-ports-gnome-1c96e426d6db65349b2dde964f9e1ac24dfc2b92.tar.gz
freebsd-ports-gnome-1c96e426d6db65349b2dde964f9e1ac24dfc2b92.tar.zst
freebsd-ports-gnome-1c96e426d6db65349b2dde964f9e1ac24dfc2b92.zip
Remove news/py-twistedNews
Diffstat (limited to 'news')
-rw-r--r--news/Makefile1
-rw-r--r--news/py-twistedNews/Makefile24
-rw-r--r--news/py-twistedNews/distinfo2
-rw-r--r--news/py-twistedNews/pkg-descr10
4 files changed, 0 insertions, 37 deletions
diff --git a/news/Makefile b/news/Makefile
index 1de5617072ec..3495cea0edf8 100644
--- a/news/Makefile
+++ b/news/Makefile
@@ -60,7 +60,6 @@
SUBDIR += plor
SUBDIR += py-pynzb
SUBDIR += py-sabyenc
- SUBDIR += py-twistedNews
SUBDIR += py-yenc
SUBDIR += rawdog
SUBDIR += s-news
diff --git a/news/py-twistedNews/Makefile b/news/py-twistedNews/Makefile
deleted file mode 100644
index b0ac82fb367d..000000000000
--- a/news/py-twistedNews/Makefile
+++ /dev/null
@@ -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>
diff --git a/news/py-twistedNews/distinfo b/news/py-twistedNews/distinfo
deleted file mode 100644
index a7e17ae52345..000000000000
--- a/news/py-twistedNews/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (TwistedNews-15.2.1.tar.bz2) = 56d5215e0971431dabedf7b5f9a162ae448c8e6d20b6318e627ab9eaeaf1e089
-SIZE (TwistedNews-15.2.1.tar.bz2) = 19889
diff --git a/news/py-twistedNews/pkg-descr b/news/py-twistedNews/pkg-descr
deleted file mode 100644
index 5a5fd3a776f6..000000000000
--- a/news/py-twistedNews/pkg-descr
+++ /dev/null
@@ -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/