summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-09-30 10:17:08 +0000
committersunpoet <sunpoet@FreeBSD.org>2017-09-30 10:17:08 +0000
commit44761900b5495e93d4855505e176862deb206fbc (patch)
tree6ede9c3c8a60d20d397e63fd3b80c7fdec1c13a4
parenta206028bbec40c72856e5cf59d32ce9129b93869 (diff)
downloadFreeBSD-ports-44761900b5495e93d4855505e176862deb206fbc.zip
FreeBSD-ports-44761900b5495e93d4855505e176862deb206fbc.tar.gz
Remove dns/py-twistedNames
-rw-r--r--dns/Makefile1
-rw-r--r--dns/py-twistedNames/Makefile24
-rw-r--r--dns/py-twistedNames/distinfo2
-rw-r--r--dns/py-twistedNames/pkg-descr13
4 files changed, 0 insertions, 40 deletions
diff --git a/dns/Makefile b/dns/Makefile
index ea8e651..7c96baa 100644
--- a/dns/Makefile
+++ b/dns/Makefile
@@ -184,7 +184,6 @@
SUBDIR += py-pydnstable
SUBDIR += py-pywdns
SUBDIR += py-tldextract
- SUBDIR += py-twistedNames
SUBDIR += py3-dnspython
SUBDIR += py3-idna
SUBDIR += radns
diff --git a/dns/py-twistedNames/Makefile b/dns/py-twistedNames/Makefile
deleted file mode 100644
index df85ec5..0000000
--- a/dns/py-twistedNames/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Created by: Neal Nelson <neal@nelson.name>
-# $FreeBSD$
-
-PORTNAME= twistedNames
-PORTVERSION= 15.2.1
-CATEGORIES= dns devel python
-MASTER_SITES= http://twistedmatrix.com/Releases/Names/${PORTVERSION:R}/ \
- LOCAL/sunpoet
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= TwistedNames-${PORTVERSION}
-
-MAINTAINER= python@FreeBSD.org
-COMMENT= DNS 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/dns/py-twistedNames/distinfo b/dns/py-twistedNames/distinfo
deleted file mode 100644
index 7fe1e81..0000000
--- a/dns/py-twistedNames/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (TwistedNames-15.2.1.tar.bz2) = 9da80426cd1a1a9951af0adcc54635abda63988761b6f6a92c356916184daf68
-SIZE (TwistedNames-15.2.1.tar.bz2) = 88688
diff --git a/dns/py-twistedNames/pkg-descr b/dns/py-twistedNames/pkg-descr
deleted file mode 100644
index 489c127..0000000
--- a/dns/py-twistedNames/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-Twisted Names is both a domain name server as well as a client resolver
-library. Twisted Names comes with an "out of the box" nameserver which can
-read most BIND-syntax zone files as well as a simple Python-based
-configuration format. Twisted Names can act as an authoritative server,
-perform zone transfers from a master to act as a secondary, act as a caching
-nameserver, or any combination of these. Twisted Names' client resolver
-library provides functions to query for all commonly used record types as
-well as a replacement for the blocking gethostbyname() function provided by
-the Python stdlib socket module.
-
-Twisted Names is available under the MIT Free Software licence.
-
-WWW: http://twistedmatrix.com/
OpenPOWER on IntegriCloud