aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2017-02-04 19:40:58 +0800
committerrm <rm@FreeBSD.org>2017-02-04 19:40:58 +0800
commit2b76e2b0a99445b6974cbe86407f37e7c3001e09 (patch)
treee5a61b2df7f08d36b2842cb91ec278f54171907b
parent63154afd9347edb97e34f9ca0b03c335d4a40754 (diff)
downloadfreebsd-ports-gnome-2b76e2b0a99445b6974cbe86407f37e7c3001e09.tar.gz
freebsd-ports-gnome-2b76e2b0a99445b6974cbe86407f37e7c3001e09.tar.zst
freebsd-ports-gnome-2b76e2b0a99445b6974cbe86407f37e7c3001e09.zip
Decommission of TurboGears 1.5 and friends
This package branch is no more developed/supported upstream since about 2011. There is devel/py-turbogears2 (current stable and supported branch) in ports tree. Since there are no ports, depending on that, mark them deprecated and set to expire at 2017-03-03 Discussed with: nivit, wen (maintainers, by mail)
-rw-r--r--devel/py-Jinja/Makefile3
-rw-r--r--devel/py-TGScheduler/Makefile3
-rw-r--r--devel/py-TurboJinja/Makefile3
-rw-r--r--devel/py-tgMochiKit/Makefile3
-rw-r--r--devel/py-turbocheetah/Makefile3
-rw-r--r--devel/py-turbojson/Makefile3
-rw-r--r--devel/py-turbojson11/Makefile3
-rw-r--r--devel/py-turbokid/Makefile3
-rw-r--r--mail/py-turbomail/Makefile3
-rw-r--r--www/py-Lightbox/Makefile3
-rw-r--r--www/py-scriptaculous/Makefile3
-rw-r--r--www/py-tgwebservices/Makefile3
-rw-r--r--www/py-turbogears/Makefile3
13 files changed, 39 insertions, 0 deletions
diff --git a/devel/py-Jinja/Makefile b/devel/py-Jinja/Makefile
index f5a77fc70c89..884274794caf 100644
--- a/devel/py-Jinja/Makefile
+++ b/devel/py-Jinja/Makefile
@@ -12,6 +12,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Fast and easy to use stand-alone template engine
+DEPRECATED= Development of this branch ceased. Use devel/py-Jinja2 instead
+EXPIRATION_DATE= 2017-03-03
+
LICENSE= BSD3CLAUSE
USES= python:2
diff --git a/devel/py-TGScheduler/Makefile b/devel/py-TGScheduler/Makefile
index 96015931893d..e54f05d110d6 100644
--- a/devel/py-TGScheduler/Makefile
+++ b/devel/py-TGScheduler/Makefile
@@ -10,6 +10,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Turbogears Scheduler
+DEPRECATED= Development of this branch ceased
+EXPIRATION_DATE= 2017-03-03
+
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:devel/py-dateutil \
diff --git a/devel/py-TurboJinja/Makefile b/devel/py-TurboJinja/Makefile
index ea1f768a9f39..41b2cbc1f813 100644
--- a/devel/py-TurboJinja/Makefile
+++ b/devel/py-TurboJinja/Makefile
@@ -11,6 +11,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Jinja (Django & Smarty-like) template for TurboGears
+DEPRECATED= Development of this branch ceased
+EXPIRATION_DATE= 2017-03-03
+
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}TurboGears>=1.1.2:www/py-turbogears
diff --git a/devel/py-tgMochiKit/Makefile b/devel/py-tgMochiKit/Makefile
index da688be60d31..58de911b9079 100644
--- a/devel/py-tgMochiKit/Makefile
+++ b/devel/py-tgMochiKit/Makefile
@@ -11,6 +11,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= MochiKit packaged as TurboGears widgets
+DEPRECATED= Development of this branch ceased
+EXPIRATION_DATE= 2017-03-03
+
USES= python
USE_PYTHON= distutils autoplist
diff --git a/devel/py-turbocheetah/Makefile b/devel/py-turbocheetah/Makefile
index ded1fc1030f2..9ee322579c42 100644
--- a/devel/py-turbocheetah/Makefile
+++ b/devel/py-turbocheetah/Makefile
@@ -13,6 +13,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= TurboGears plugin to support use of Cheetah templates
+DEPRECATED= Development of this branch ceased
+EXPIRATION_DATE= 2017-03-03
+
RUN_DEPENDS= cheetah:devel/py-cheetah
USES= python
diff --git a/devel/py-turbojson/Makefile b/devel/py-turbojson/Makefile
index fce3c3772050..296515d40627 100644
--- a/devel/py-turbojson/Makefile
+++ b/devel/py-turbojson/Makefile
@@ -13,6 +13,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Python template plugin for TurboGears that supports json
+DEPRECATED= Development of this branch ceased
+EXPIRATION_DATE= 2017-03-03
+
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=1.9.1:devel/py-simplejson \
diff --git a/devel/py-turbojson11/Makefile b/devel/py-turbojson11/Makefile
index 6a24c5e349ff..9f11c172b90c 100644
--- a/devel/py-turbojson11/Makefile
+++ b/devel/py-turbojson11/Makefile
@@ -13,6 +13,9 @@ PKGNAMESUFFIX= 11
MAINTAINER= nivit@FreeBSD.org
COMMENT= Python template plugin for TurboGears that supports json
+DEPRECATED= Development of this branch ceased
+EXPIRATION_DATE= 2017-03-03
+
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}RuleDispatch>=0.5.a0.r2306:devel/py-ruledispatch \
${PYTHON_PKGNAMEPREFIX}simplejson>=1.9.1:devel/py-simplejson \
${PYTHON_PKGNAMEPREFIX}DecoratorTools>=1.7:devel/py-decoratortools
diff --git a/devel/py-turbokid/Makefile b/devel/py-turbokid/Makefile
index f75de7707f3e..3574b9c6b81b 100644
--- a/devel/py-turbokid/Makefile
+++ b/devel/py-turbokid/Makefile
@@ -12,6 +12,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Python template plugin that supports Kid templates
+DEPRECATED= Development of this branch ceased
+EXPIRATION_DATE= 2017-03-03
+
RUN_DEPENDS= kid:devel/py-kid
USES= python
diff --git a/mail/py-turbomail/Makefile b/mail/py-turbomail/Makefile
index b9a908262316..5d291ea95c95 100644
--- a/mail/py-turbomail/Makefile
+++ b/mail/py-turbomail/Makefile
@@ -13,6 +13,9 @@ 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
diff --git a/www/py-Lightbox/Makefile b/www/py-Lightbox/Makefile
index 9e1428a9718d..4c858363dae7 100644
--- a/www/py-Lightbox/Makefile
+++ b/www/py-Lightbox/Makefile
@@ -12,6 +12,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Lightbox photo display widget for TurboGears
+DEPRECATED= Development of this branch ceased
+EXPIRATION_DATE= 2017-03-03
+
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}TurboGears>=1.1.2:www/py-turbogears
diff --git a/www/py-scriptaculous/Makefile b/www/py-scriptaculous/Makefile
index 0699ca91ea4f..b8780c8de84b 100644
--- a/www/py-scriptaculous/Makefile
+++ b/www/py-scriptaculous/Makefile
@@ -13,6 +13,9 @@ DISTNAME= Scriptaculous-${PORTVERSION}
MAINTAINER= python@FreeBSD.org
COMMENT= Scriptaculous packaged as TurboGears widgets
+DEPRECATED= Development of this branch ceased
+EXPIRATION_DATE= 2017-03-03
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}TurboGears>=1.1.2:www/py-turbogears
RUN_DEPENDS:= ${BUILD_DEPENDS}
diff --git a/www/py-tgwebservices/Makefile b/www/py-tgwebservices/Makefile
index 5ca018fd0d33..513798024bdd 100644
--- a/www/py-tgwebservices/Makefile
+++ b/www/py-tgwebservices/Makefile
@@ -12,6 +12,9 @@ DISTNAME= TGWebServices-${PORTVERSION}
MAINTAINER= python@FreeBSD.org
COMMENT= Multiprotocol Web Services for TurboGears
+DEPRECATED= Development of this branch ceased
+EXPIRATION_DATE= 2017-03-03
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}TurboGears>=1.1.2:www/py-turbogears \
${PYTHON_PKGNAMEPREFIX}Genshi>=0.3.6:textproc/py-genshi
RUN_DEPENDS:= ${BUILD_DEPENDS}
diff --git a/www/py-turbogears/Makefile b/www/py-turbogears/Makefile
index f5307afe7794..8f7dc92f467f 100644
--- a/www/py-turbogears/Makefile
+++ b/www/py-turbogears/Makefile
@@ -11,6 +11,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Python-Based Framework for Rapid Web Development
+DEPRECATED= Development of this branch ceased. Use devel/py-turbogears2
+EXPIRATION_DATE= 2017-03-03
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cherrypy>=3.1.2:www/py-cherrypy \
${PYTHON_PKGNAMEPREFIX}configobj>=4.3.2:devel/py-configobj \
${PYTHON_PKGNAMEPREFIX}formencode>=1.2.1:www/py-formencode \