summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2017-03-03 19:07:49 +0000
committerRene Ladan <rene@FreeBSD.org>2017-03-03 19:07:49 +0000
commitd1fcba621d820914cda78255755699ecef2c1044 (patch)
treea4264d806282610dc19d7587c21d4b243bf503a5 /mail
parenttextproc/py-sphinx_rtd_theme: update 0.1.9 -> 0.2.0 (diff)
Remove expired ports:
2017-03-03 devel/py-mez_xml: Was only needed for deprecated www/py-GinGin 2017-03-04 www/py-GinGin: Upstream disappeared, last release from 2009 2017-03-03 www/py-scriptaculous: Development of this branch ceased 2017-03-03 devel/py-Jinja: Development of this branch ceased. Use devel/py-Jinja2 instead 2017-03-03 mail/py-turbomail: Development of this branch ceased 2017-03-03 www/py-turbogears: Development of this branch ceased. Use devel/py-turbogears2 2017-03-03 devel/py-turbojson: Development of this branch ceased 2017-03-03 devel/py-TurboJinja: Development of this branch ceased 2017-03-03 devel/py-TGScheduler: Development of this branch ceased 2017-03-03 devel/py-turbokid: Development of this branch ceased 2017-03-03 www/py-tgwebservices: Development of this branch ceased 2017-03-03 devel/py-turbojson11: Development of this branch ceased 2017-03-03 devel/py-turbocheetah: Development of this branch ceased 2017-03-03 devel/py-tgMochiKit: Development of this branch ceased 2017-03-03 www/py-Lightbox: Development of this branch ceased
Notes
Notes: svn path=/head/; revision=435360
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/py-turbomail/Makefile27
-rw-r--r--mail/py-turbomail/distinfo2
-rw-r--r--mail/py-turbomail/pkg-descr10
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/