summaryrefslogtreecommitdiff
path: root/net/py-netstring
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-netstring')
-rw-r--r--net/py-netstring/Makefile21
-rw-r--r--net/py-netstring/distinfo2
-rw-r--r--net/py-netstring/pkg-descr3
3 files changed, 0 insertions, 26 deletions
diff --git a/net/py-netstring/Makefile b/net/py-netstring/Makefile
deleted file mode 100644
index 2473f39374fd..000000000000
--- a/net/py-netstring/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Created by: Alexander Botero-Lowry <alexbl@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= netstring
-PORTVERSION= 1.14
-CATEGORIES= net devel python
-MASTER_SITES= ftp://ftp.tummy.com/pub/tummy/Python/netstring/
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= python-${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Python module implementing the netstring protocol
-
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-
-USES= python:2.7
-USE_PYTHON= distutils autoplist
-
-.include <bsd.port.mk>
diff --git a/net/py-netstring/distinfo b/net/py-netstring/distinfo
deleted file mode 100644
index 1d686baf6a80..000000000000
--- a/net/py-netstring/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (python-netstring-1.14.tar.gz) = d8d9a8269a946de9ef7eb209322556f62ea479c637bf8322d4c462fa3d4e94aa
-SIZE (python-netstring-1.14.tar.gz) = 3459
diff --git a/net/py-netstring/pkg-descr b/net/py-netstring/pkg-descr
deleted file mode 100644
index 3f1a6dc755a9..000000000000
--- a/net/py-netstring/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-An implementation of the netstrings protocol developed by D.J. Bernstein.
-netstrings transmits each string as the length followed by : followed by
-the string.