diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-09-30 10:17:21 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-09-30 10:17:21 +0000 |
commit | 69328da87d479d5562f98004c98cafee422c33a3 (patch) | |
tree | a4c5160d79faae5edb4d408bd993d05e14957cb8 /mail | |
parent | d2d05c241a7eef9b256e3444359b84224a14fb5d (diff) | |
download | ports-69328da87d479d5562f98004c98cafee422c33a3.tar.gz ports-69328da87d479d5562f98004c98cafee422c33a3.zip |
Remove mail/py-twistedMail
Notes
Notes:
svn path=/head/; revision=450962
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/py-twistedMail/Makefile | 24 | ||||
-rw-r--r-- | mail/py-twistedMail/distinfo | 2 | ||||
-rw-r--r-- | mail/py-twistedMail/pkg-descr | 9 |
4 files changed, 0 insertions, 36 deletions
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 <neal@nelson.name> -# $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 <bsd.port.mk> 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/ |