aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-09-30 18:18:23 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-09-30 18:18:23 +0800
commite4d80f1d349227cada97310fa4db5e8338e02097 (patch)
tree1abc2ba74f0a90b86c19a45181f600e47f5c409d
parent3b87b35b6f7289fb7c440be46d747217f6c20679 (diff)
downloadfreebsd-ports-gnome-e4d80f1d349227cada97310fa4db5e8338e02097.tar.gz
freebsd-ports-gnome-e4d80f1d349227cada97310fa4db5e8338e02097.tar.zst
freebsd-ports-gnome-e4d80f1d349227cada97310fa4db5e8338e02097.zip
Remove security/py-twistedConch
-rw-r--r--security/Makefile1
-rw-r--r--security/py-twistedConch/Makefile27
-rw-r--r--security/py-twistedConch/distinfo2
-rw-r--r--security/py-twistedConch/pkg-descr10
4 files changed, 0 insertions, 40 deletions
diff --git a/security/Makefile b/security/Makefile
index b69ccf45349a..016fbf1e3a9b 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -962,7 +962,6 @@
SUBDIR += py-tlslite
SUBDIR += py-trustedpickle
SUBDIR += py-tuf
- SUBDIR += py-twistedConch
SUBDIR += py-twofish
SUBDIR += py-txtorcon
SUBDIR += py-virustotal-api
diff --git a/security/py-twistedConch/Makefile b/security/py-twistedConch/Makefile
deleted file mode 100644
index da82c74cc575..000000000000
--- a/security/py-twistedConch/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Created by: Neal Nelson <neal@nelson.name>
-# $FreeBSD$
-
-PORTNAME= twistedConch
-PORTVERSION= 15.2.1
-PORTREVISION= 1
-CATEGORIES= security devel python
-MASTER_SITES= http://twistedmatrix.com/Releases/Conch/${PORTVERSION:R}/ \
- LOCAL/sunpoet
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= TwistedConch-${PORTVERSION}
-
-MAINTAINER= python@FreeBSD.org
-COMMENT= SSH and SFTP protocol implementation with clients and servers
-
-LICENSE= MIT
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.0.9a:devel/py-pyasn1
-
-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/security/py-twistedConch/distinfo b/security/py-twistedConch/distinfo
deleted file mode 100644
index a317118a2b7e..000000000000
--- a/security/py-twistedConch/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (TwistedConch-15.2.1.tar.bz2) = 77ad3f89fcad8918067e047831c0716a514ff5f9405d6896abf17fd3de05d634
-SIZE (TwistedConch-15.2.1.tar.bz2) = 222736
diff --git a/security/py-twistedConch/pkg-descr b/security/py-twistedConch/pkg-descr
deleted file mode 100644
index aa28b57e3d84..000000000000
--- a/security/py-twistedConch/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-Twisted Conch is an SSHv2 implementation written in Python. SSH is a protocol
-designed to allow remote access to shells and commands, but it is generic
-enough to allow everything from TCP forwarding to generic filesystem access.
-Since conch is written in Python, it interfaces well with other Python
-projects, such as Imagination. Conch also includes a implementations of the
-telnet and vt102 protocols, as well as support for rudamentary line editing
-behaviors. A new implementation of Twisted's Manhole application is also
-included, featuring server-side input history and interactive syntax coloring.
-
-WWW: http://twistedmatrix.com/