From 69328da87d479d5562f98004c98cafee422c33a3 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Sep 2017 10:17:21 +0000 Subject: [PATCH] Remove mail/py-twistedMail --- mail/Makefile | 1 - mail/py-twistedMail/Makefile | 24 ------------------------ mail/py-twistedMail/distinfo | 2 -- mail/py-twistedMail/pkg-descr | 9 --------- 4 files changed, 36 deletions(-) delete mode 100644 mail/py-twistedMail/Makefile delete mode 100644 mail/py-twistedMail/distinfo delete mode 100644 mail/py-twistedMail/pkg-descr diff --git a/mail/Makefile b/mail/Makefile index 2af10cd766b9..9bc97ea3396b 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -542,7 +542,6 @@ SUBDIR += py-pymailq SUBDIR += py-pyspf SUBDIR += py-spambayes - SUBDIR += py-twistedMail SUBDIR += py-zope.sendmail SUBDIR += pymsgauth SUBDIR += pysieved diff --git a/mail/py-twistedMail/Makefile b/mail/py-twistedMail/Makefile deleted file mode 100644 index ddc92a96d765..000000000000 --- a/mail/py-twistedMail/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# Created by: Neal Nelson -# $FreeBSD$ - -PORTNAME= twistedMail -PORTVERSION= 15.2.1 -CATEGORIES= mail devel python -MASTER_SITES= http://twistedmatrix.com/Releases/Mail/${PORTVERSION:R}/ \ - LOCAL/sunpoet -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= TwistedMail-${PORTVERSION} - -MAINTAINER= python@FreeBSD.org -COMMENT= SMTP, IMAP, and POP protocol implementation with clients and servers - -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:names - -.include diff --git a/mail/py-twistedMail/distinfo b/mail/py-twistedMail/distinfo deleted file mode 100644 index fa44f50a4d09..000000000000 --- a/mail/py-twistedMail/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (TwistedMail-15.2.1.tar.bz2) = fc50bee5b5aa95164f5aaf09d29fff3897abb7902db508fa58a004fdeb20d324 -SIZE (TwistedMail-15.2.1.tar.bz2) = 161891 diff --git a/mail/py-twistedMail/pkg-descr b/mail/py-twistedMail/pkg-descr deleted file mode 100644 index 49cc87ae05ac..000000000000 --- a/mail/py-twistedMail/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Twisted Mail contains high-level, efficient protocol implementations for both -clients and servers of SMTP, POP3, and IMAP4. Additionally, it contains an -"out of the box" combination SMTP/POP3 virtual-hosting mail server. Also -included is a read/write Maildir implementation and a basic Mail Exchange -calculator (depends on Twisted Names). - -Twisted Mail is available under the MIT Free Software licence. - -WWW: http://twistedmatrix.com/