Remove mail/py-twistedMail
This commit is contained in:
parent
d2d05c241a
commit
69328da87d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=450962
4 changed files with 0 additions and 36 deletions
|
@ -542,7 +542,6 @@
|
|||
SUBDIR += py-pymailq
|
||||
SUBDIR += py-pyspf
|
||||
SUBDIR += py-spambayes
|
||||
SUBDIR += py-twistedMail
|
||||
SUBDIR += py-zope.sendmail
|
||||
SUBDIR += pymsgauth
|
||||
SUBDIR += pysieved
|
||||
|
|
|
@ -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>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (TwistedMail-15.2.1.tar.bz2) = fc50bee5b5aa95164f5aaf09d29fff3897abb7902db508fa58a004fdeb20d324
|
||||
SIZE (TwistedMail-15.2.1.tar.bz2) = 161891
|
|
@ -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/
|
Loading…
Reference in a new issue