diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/py-turbomail/Makefile | 27 | ||||
-rw-r--r-- | mail/py-turbomail/distinfo | 2 | ||||
-rw-r--r-- | mail/py-turbomail/pkg-descr | 10 |
4 files changed, 0 insertions, 40 deletions
diff --git a/mail/Makefile b/mail/Makefile index 92ca6cda7c23..c0b7b7c435ad 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -545,7 +545,6 @@ SUBDIR += py-ppolicy SUBDIR += py-pyspf SUBDIR += py-spambayes - SUBDIR += py-turbomail SUBDIR += py-twistedMail SUBDIR += py-zope.sendmail SUBDIR += pymsgauth diff --git a/mail/py-turbomail/Makefile b/mail/py-turbomail/Makefile deleted file mode 100644 index 5d291ea95c95..000000000000 --- a/mail/py-turbomail/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Nicola Vitale <nivit@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= turbomail -PORTVERSION= 3.0.3 -PORTREVISION= 2 -CATEGORIES= mail www python -MASTER_SITES= CHEESESHOP \ - http://nivi.interfree.it/distfiles/${PORTNAME}/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= TurboMail-${PORTVERSION} - -MAINTAINER= python@FreeBSD.org -COMMENT= Multi-threaded mail queue manager for TurboGears applications - -DEPRECATED= Development of this branch ceased -EXPIRATION_DATE= 2017-03-03 - -LICENSE= MIT - -BUILD_DEPENDS= tg-admin:www/py-turbogears -RUN_DEPENDS:= ${BUILD_DEPENDS} - -USES= python:2 -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/mail/py-turbomail/distinfo b/mail/py-turbomail/distinfo deleted file mode 100644 index cef174ddc13b..000000000000 --- a/mail/py-turbomail/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (TurboMail-3.0.3.tar.gz) = a3699baf23c23d94922ff60df09754b631d88f0c6f3537949569fd003bc5c689 -SIZE (TurboMail-3.0.3.tar.gz) = 32075 diff --git a/mail/py-turbomail/pkg-descr b/mail/py-turbomail/pkg-descr deleted file mode 100644 index 2c801b3c58a3..000000000000 --- a/mail/py-turbomail/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -TurboMail is a TurboGears extension, meaning that it starts up and -shuts down alongside any TurboGears applications you write, in the -same way that visit tracking and identity do. - -TurboMail uses built-in Python modules for SMTP communication and -MIME e-mail creation, but greatly simplifies these tasks by performing -the grunt-work for you. Additionally, TurboMail is multi-threaded, -allowing for single or batch enqueueing and background delivery of mail. - -WWW: http://www.python-turbomail.org/ |