diff options
author | rene <rene@FreeBSD.org> | 2017-03-04 03:07:49 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2017-03-04 03:07:49 +0800 |
commit | 5485c0bf98160154bef65eb8ff9728c15fa06cab (patch) | |
tree | a4264d806282610dc19d7587c21d4b243bf503a5 | |
parent | c6777c942b012be79555ed305306b158ecf2da5d (diff) | |
download | freebsd-ports-gnome-5485c0bf98160154bef65eb8ff9728c15fa06cab.tar.gz freebsd-ports-gnome-5485c0bf98160154bef65eb8ff9728c15fa06cab.tar.zst freebsd-ports-gnome-5485c0bf98160154bef65eb8ff9728c15fa06cab.zip |
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
51 files changed, 15 insertions, 589 deletions
@@ -9107,3 +9107,18 @@ sysutils/xacpim||2017-03-01|Has expired: Mastersite disappeared sysutils/linux-nero||2017-03-01|Has expired: Probably cannot actually burn CD/DVD on recent FreeBSD audio/libofa||2017-03-01|Has expired: MusicDNS service has been discontinued emulators/hyperv-is||2017-03-03|Has expired: does not support any actual FreeBSD release +devel/py-mez_xml||2017-03-03|Has expired: Was only needed for deprecated www/py-GinGin +www/py-GinGin||2017-03-03|Has expired: Upstream disappeared, last release from 2009 +www/py-scriptaculous||2017-03-03|Has expired: Development of this branch ceased +devel/py-Jinja|devel/py-Jinja2|2017-03-03|Has expired: Development of this branch ceased. Use devel/py-Jinja2 instead +mail/py-turbomail||2017-03-03|Has expired: Development of this branch ceased +www/py-turbogears|www/py-turbogears2|2017-03-03|Has expired: Development of this branch ceased. Use www/py-turbogears2 +devel/py-turbojson||2017-03-03|Has expired: Development of this branch ceased +devel/py-TurboJinja||2017-03-03|Has expired: Development of this branch ceased +devel/py-TGScheduler||2017-03-03|Has expired: Development of this branch ceased +devel/py-turbokid||2017-03-03|Has expired: Development of this branch ceased +www/py-tgwebservices||2017-03-03|Has expired: Development of this branch ceased +devel/py-turbojson11||2017-03-03|Has expired: Development of this branch ceased +devel/py-turbocheetah||2017-03-03|Has expired: Development of this branch ceased +devel/py-tgMochiKit||2017-03-03|Has expired: Development of this branch ceased +www/py-Lightbox||2017-03-03|Has expired: Development of this branch ceased diff --git a/devel/Makefile b/devel/Makefile index fcfaf137033c..60e043c85510 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4012,7 +4012,6 @@ SUBDIR += py-DocumentTemplate SUBDIR += py-ExtensionClass SUBDIR += py-InlineEgg - SUBDIR += py-Jinja SUBDIR += py-Jinja2 SUBDIR += py-Jinja2-doc SUBDIR += py-Missing @@ -4067,9 +4066,7 @@ SUBDIR += py-RPyC SUBDIR += py-Record SUBDIR += py-SymbolType - SUBDIR += py-TGScheduler SUBDIR += py-ToscaWidgets - SUBDIR += py-TurboJinja SUBDIR += py-XStatic SUBDIR += py-XStatic-Angular SUBDIR += py-XStatic-Angular-Bootstrap @@ -4407,7 +4404,6 @@ SUBDIR += py-meliae SUBDIR += py-memory_profiler SUBDIR += py-mercurialserver - SUBDIR += py-mez_xml SUBDIR += py-microversion-parse SUBDIR += py-mimeparse SUBDIR += py-minimongo @@ -4726,7 +4722,6 @@ SUBDIR += py-testoob SUBDIR += py-testpath SUBDIR += py-testtools - SUBDIR += py-tgMochiKit SUBDIR += py-thrift SUBDIR += py-thriftpy SUBDIR += py-timelib @@ -4743,10 +4738,6 @@ SUBDIR += py-transaction SUBDIR += py-trollius SUBDIR += py-ttystatus - SUBDIR += py-turbocheetah - SUBDIR += py-turbojson - SUBDIR += py-turbojson11 - SUBDIR += py-turbokid SUBDIR += py-tvrage SUBDIR += py-tw.forms SUBDIR += py-twext diff --git a/devel/py-Jinja/Makefile b/devel/py-Jinja/Makefile deleted file mode 100644 index 884274794caf..000000000000 --- a/devel/py-Jinja/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Created by: Nicola Vitale <nivit@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= Jinja -PORTVERSION= 1.2 -PORTREVISION= 2 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP \ - http://nivi.interfree.it/distfiles/${PORTNAME}/ -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 -USE_PYTHON= distutils autoplist - -DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} -PORTDOCS= * - -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC}/docs/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) - -.include <bsd.port.mk> diff --git a/devel/py-Jinja/distinfo b/devel/py-Jinja/distinfo deleted file mode 100644 index 167616658424..000000000000 --- a/devel/py-Jinja/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Jinja-1.2.tar.gz) = 36252f3d0356008a31a537a31cfba189f7b5898b8e2da454f72ea5f987db8b31 -SIZE (Jinja-1.2.tar.gz) = 252918 diff --git a/devel/py-Jinja/files/patch-setup.py b/devel/py-Jinja/files/patch-setup.py deleted file mode 100644 index 9ca7e4926be6..000000000000 --- a/devel/py-Jinja/files/patch-setup.py +++ /dev/null @@ -1,14 +0,0 @@ ---- ./setup.py.orig 2007-11-17 20:13:24.000000000 +0300 -+++ ./setup.py 2014-03-03 13:21:43.000000000 +0400 -@@ -78,10 +78,7 @@ - ], - keywords=['python.templating.engines'], - packages=['jinja', 'jinja.translators'], -- data_files=[ -- ('docs/html', list(list_files('docs/html'))), -- ('docs/txt', list(list_files('docs/src'))) -- ], -+ data_files=[], - entry_points=''' - [python.templating.engines] - jinja = jinja.plugin:BuffetPlugin diff --git a/devel/py-Jinja/pkg-descr b/devel/py-Jinja/pkg-descr deleted file mode 100644 index 8b8553f6f826..000000000000 --- a/devel/py-Jinja/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Jinja is a sandboxed template engine written in pure Python licensed -under the BSD license. It provides a Django-like non-XML syntax and -compiles templates into executable python code. It's basically a -combination of Django templates and python code. - -WWW: http://jinja.pocoo.org/ diff --git a/devel/py-TGScheduler/Makefile b/devel/py-TGScheduler/Makefile deleted file mode 100644 index e54f05d110d6..000000000000 --- a/devel/py-TGScheduler/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Wen Heping <wenheping@gmail.com> -# $FreeBSD$ - -PORTNAME= TGScheduler -PORTVERSION= 1.7.0 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -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 \ - ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six - -USES= python -USE_PYTHON= autoplist distutils -NO_ARCH= yes - -do-test: - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test - -.include <bsd.port.mk> diff --git a/devel/py-TGScheduler/distinfo b/devel/py-TGScheduler/distinfo deleted file mode 100644 index 3763d1745bc4..000000000000 --- a/devel/py-TGScheduler/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (TGScheduler-1.7.0.tar.gz) = 56c5075b836d39ff859ca6b4fe60de2a64fb09555969fe927d740e1d4984cafc -SIZE (TGScheduler-1.7.0.tar.gz) = 20110 diff --git a/devel/py-TGScheduler/pkg-descr b/devel/py-TGScheduler/pkg-descr deleted file mode 100644 index 6fd01862b09a..000000000000 --- a/devel/py-TGScheduler/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -TGScheduler is a pure Python scheduler that can be used in any application. -Tasks can be run in-process (within threads), forked (as new processes) or -synchronously into the code. - -The scheduler makes it easy to have one-time or recurring tasks run as needed. - -WWW: https://bitbucket.org/xcg/tgscheduler diff --git a/devel/py-TurboJinja/Makefile b/devel/py-TurboJinja/Makefile deleted file mode 100644 index 41b2cbc1f813..000000000000 --- a/devel/py-TurboJinja/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Nicola Vitale <nivit@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= TurboJinja -PORTVERSION= 0.9.1 -PORTREVISION= 4 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -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 -RUN_DEPENDS:= ${BUILD_DEPENDS} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}Jinja>=0.9:devel/py-Jinja - -USES= python zip -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/devel/py-TurboJinja/distinfo b/devel/py-TurboJinja/distinfo deleted file mode 100644 index 5eb1c30b20a9..000000000000 --- a/devel/py-TurboJinja/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (TurboJinja-0.9.1.zip) = 895e2b9fa678a16f26863b94a064a53f3328b04164662083a47ee2bc9dcb2a30 -SIZE (TurboJinja-0.9.1.zip) = 6130 diff --git a/devel/py-TurboJinja/pkg-descr b/devel/py-TurboJinja/pkg-descr deleted file mode 100644 index bcf24bb9d1aa..000000000000 --- a/devel/py-TurboJinja/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Jinja (Django & Smarty-like) template for TurboGears - -WWW: https://sourceforge.net/projects/tgwidgets/ diff --git a/devel/py-mez_xml/Makefile b/devel/py-mez_xml/Makefile deleted file mode 100644 index bc9835f8cbab..000000000000 --- a/devel/py-mez_xml/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Created by: Thinker K.F. Li <thinker@branda.to> -# $FreeBSD$ - -PORTNAME= mez_xml -PORTVERSION= 0.4 -CATEGORIES= devel www python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Simple template engine for Python - -DEPRECATED= Was only needed for deprecated www/py-GinGin -EXPIRATION_DATE= 2017-03-03 - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/devel/py-mez_xml/distinfo b/devel/py-mez_xml/distinfo deleted file mode 100644 index 75a0ad025e0e..000000000000 --- a/devel/py-mez_xml/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mez_xml-0.4.tar.gz) = 0cd25f581b1ffc981a00e94b11616875a3d1d52b44dd191d163947074c90e42a -SIZE (mez_xml-0.4.tar.gz) = 3802 diff --git a/devel/py-mez_xml/pkg-descr b/devel/py-mez_xml/pkg-descr deleted file mode 100644 index 542656fd9641..000000000000 --- a/devel/py-mez_xml/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -mez_xml is a template engine. It generates a Python template module for a -XML or XHTML file. - -Mercurial Repository: - - http://hg.assembla.com/mez_xml/ - -Latest Versions: - - http://www.assembla.com/spaces/files/mez_xml - -WWW: http://trac-hg.assembla.com/mez_xml diff --git a/devel/py-tgMochiKit/Makefile b/devel/py-tgMochiKit/Makefile deleted file mode 100644 index 58de911b9079..000000000000 --- a/devel/py-tgMochiKit/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Wen Heping <wen@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= tgMochiKit -PORTVERSION= 1.4.2 -PORTREVISION= 1 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -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 - -.include <bsd.port.mk> diff --git a/devel/py-tgMochiKit/distinfo b/devel/py-tgMochiKit/distinfo deleted file mode 100644 index 57c4aaec1057..000000000000 --- a/devel/py-tgMochiKit/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (tgMochiKit-1.4.2.tar.gz) = cc7308115c8cd587bb0ce6a300f7a9b2789eb2b3758610a835e1432bb9bbe89e -SIZE (tgMochiKit-1.4.2.tar.gz) = 686356 diff --git a/devel/py-tgMochiKit/pkg-descr b/devel/py-tgMochiKit/pkg-descr deleted file mode 100644 index 764c0329f921..000000000000 --- a/devel/py-tgMochiKit/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -py-tgMochiKit is a packaging of the MochiKit JavaScript library as a -TurboGears widget. - -WWW: http://docs.turbogears.org/tgMochiKit diff --git a/devel/py-turbocheetah/Makefile b/devel/py-turbocheetah/Makefile deleted file mode 100644 index 9ee322579c42..000000000000 --- a/devel/py-turbocheetah/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Created by: Nicola Vitale <nivit@email.it> -# $FreeBSD$ - -PORTNAME= TurboCheetah -PORTVERSION= 1.0 -PORTREVISION= 2 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP \ - http://files.turbogears.org/eggs/ \ - http://nivi.interfree.it/distfiles/${PORTNAME}/ -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 -USE_PYTHON= distutils autoplist - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "sparc64" -BROKEN= leaves files behind on deinstall -.endif - -.include <bsd.port.post.mk> diff --git a/devel/py-turbocheetah/distinfo b/devel/py-turbocheetah/distinfo deleted file mode 100644 index f7fa72a94391..000000000000 --- a/devel/py-turbocheetah/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (TurboCheetah-1.0.tar.gz) = 9e4c7ecb0d061bfb58281363ee1b09337083f013a8b4d0355326a5d8668f450c -SIZE (TurboCheetah-1.0.tar.gz) = 4335 diff --git a/devel/py-turbocheetah/pkg-descr b/devel/py-turbocheetah/pkg-descr deleted file mode 100644 index e965da7588f4..000000000000 --- a/devel/py-turbocheetah/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -TurboGears plugin to support use of Cheetah templates. - -WWW: http://docs.turbogears.org/TurboCheetah diff --git a/devel/py-turbojson/Makefile b/devel/py-turbojson/Makefile deleted file mode 100644 index 296515d40627..000000000000 --- a/devel/py-turbojson/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Created by: Nicola Vitale <nivit@email.it> -# $FreeBSD$ - -PORTNAME= TurboJson -PORTVERSION= 1.3.2 -PORTREVISION= 1 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP \ - http://www.turbogears.org/2.1/downloads/2.1.4/ \ - http://nivi.interfree.it/distfiles/${PORTNAME}/ -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 \ - ${PYTHON_PKGNAMEPREFIX}PEAK-Rules>=0:devel/py-PEAK-Rules -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=1.9.1:devel/py-simplejson \ - ${PYTHON_PKGNAMEPREFIX}PEAK-Rules>=0:devel/py-PEAK-Rules - -USES= python:2 -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/devel/py-turbojson/distinfo b/devel/py-turbojson/distinfo deleted file mode 100644 index e995420182df..000000000000 --- a/devel/py-turbojson/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (TurboJson-1.3.2.tar.gz) = d517a7bde5346e17867f1eb42721f4d9c600e618e11ab7ad8b3536e66fda7ebe -SIZE (TurboJson-1.3.2.tar.gz) = 6613 diff --git a/devel/py-turbojson/pkg-descr b/devel/py-turbojson/pkg-descr deleted file mode 100644 index 41028cc930bd..000000000000 --- a/devel/py-turbojson/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Python template plugin for TurboGears that supports json - -WWW: http://docs.turbogears.org/TurboJson diff --git a/devel/py-turbojson11/Makefile b/devel/py-turbojson11/Makefile deleted file mode 100644 index 9f11c172b90c..000000000000 --- a/devel/py-turbojson11/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Nicola Vitale <nivit@email.it> -# $FreeBSD$ - -PORTNAME= TurboJson -PORTVERSION= 1.1.4 -PORTREVISION= 2 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP \ - http://nivi.interfree.it/distfiles/${PORTNAME}/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -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 - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/devel/py-turbojson11/distinfo b/devel/py-turbojson11/distinfo deleted file mode 100644 index 48e4d14f9f6a..000000000000 --- a/devel/py-turbojson11/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (TurboJson-1.1.4.tar.gz) = 3b6128b7266eddb8450abb6a974c8291cc70ad37164a05fed62f0531678ade2b -SIZE (TurboJson-1.1.4.tar.gz) = 8500 diff --git a/devel/py-turbojson11/pkg-descr b/devel/py-turbojson11/pkg-descr deleted file mode 100644 index a7961edc5bde..000000000000 --- a/devel/py-turbojson11/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Python template plugin for TurboGears that supports json - -WWW: http://www.turbogears.org/docs/plugins/template.html diff --git a/devel/py-turbokid/Makefile b/devel/py-turbokid/Makefile deleted file mode 100644 index 3574b9c6b81b..000000000000 --- a/devel/py-turbokid/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: Nicola Vitale <nivit@email.it> -# $FreeBSD$ - -PORTNAME= TurboKid -PORTVERSION= 1.0.5 -PORTREVISION= 2 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP \ - http://nivi.interfree.it/distfiles/${PORTNAME}/ -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 -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/devel/py-turbokid/distinfo b/devel/py-turbokid/distinfo deleted file mode 100644 index da7de397b7b2..000000000000 --- a/devel/py-turbokid/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (TurboKid-1.0.5.tar.gz) = 25ff2b8a0b8d62c02c188931bb7a51fe6d421ed6db538cc07a9332ce4093c962 -SIZE (TurboKid-1.0.5.tar.gz) = 6878 diff --git a/devel/py-turbokid/pkg-descr b/devel/py-turbokid/pkg-descr deleted file mode 100644 index 1a205f638fd2..000000000000 --- a/devel/py-turbokid/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Python template plugin for TurboGears that supports Kid templates - -WWW: http://www.turbogears.org/docs/plugins/template.html 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/ diff --git a/www/Makefile b/www/Makefile index 64a492e18a12..488d8e64123f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1506,9 +1506,7 @@ SUBDIR += publicfile SUBDIR += punbb SUBDIR += pwebstats - SUBDIR += py-GinGin SUBDIR += py-HTMLgen - SUBDIR += py-Lightbox SUBDIR += py-MechanicalSoup SUBDIR += py-Products.CMFPlone SUBDIR += py-Products.PloneLDAP @@ -1819,7 +1817,6 @@ SUBDIR += py-routes SUBDIR += py-scgi SUBDIR += py-scrapy - SUBDIR += py-scriptaculous SUBDIR += py-seafdav SUBDIR += py-seafobj SUBDIR += py-searx @@ -1833,11 +1830,9 @@ SUBDIR += py-spyne SUBDIR += py-surl SUBDIR += py-textile - SUBDIR += py-tgwebservices SUBDIR += py-tmdb3 SUBDIR += py-tornado SUBDIR += py-trello - SUBDIR += py-turbogears SUBDIR += py-turbogears2 SUBDIR += py-tvdb_api SUBDIR += py-twistedWeb diff --git a/www/py-GinGin/Makefile b/www/py-GinGin/Makefile deleted file mode 100644 index 41f06b533bbc..000000000000 --- a/www/py-GinGin/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Thinker K.F. Li <thinker@cowboy.branda.to> -# $FreeBSD$ - -PORTNAME= GinGin -PORTVERSION= 1.0.1 -PORTREVISION= 1 -CATEGORIES= www python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Hybrid of WIKI and BLOG system - -DEPRECATED= Upstream disappeared, last release from 2009 -EXPIRATION_DATE= 2017-03-04 - -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/mez_xml/__init__.py:devel/py-mez_xml -RUN_DEPENDS:= ${BUILD_DEPENDS} \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \ - ${PYTHON_SITELIBDIR}/fcgi.py:www/py-fcgi - -USES= python:2 shebangfix -SHEBANG_FILES= GinGin/data/config.py.example -python_OLD_CMD= "env python" -USE_PYTHON= autoplist distutils - -.include <bsd.port.mk> diff --git a/www/py-GinGin/distinfo b/www/py-GinGin/distinfo deleted file mode 100644 index f5155afeed09..000000000000 --- a/www/py-GinGin/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (GinGin-1.0.1.tar.gz) = 8da8fe0aee9d91248fa6fd0e5b7074ec91bc5b81ad1732a019c9fcb8a8da1a00 -SIZE (GinGin-1.0.1.tar.gz) = 62819 diff --git a/www/py-GinGin/pkg-descr b/www/py-GinGin/pkg-descr deleted file mode 100644 index 33437e5f9ee8..000000000000 --- a/www/py-GinGin/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -GinGin is a hybrid of WIKI and BLOG. Users of GinGin can setup tags for -their documents. The documents will be hyper-linked, automatically, when -tags are in the content of them. In another word, GinGin will create -cross-reference for documents by the tags specified by users. - -GinGin also has capability to tag URLs. URLs are associated with tags and -cross-referenced for documents. diff --git a/www/py-Lightbox/Makefile b/www/py-Lightbox/Makefile deleted file mode 100644 index 4c858363dae7..000000000000 --- a/www/py-Lightbox/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Nicola Vitale <nivit@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= Lightbox -PORTVERSION= 2.1 -PORTREVISION= 3 -CATEGORIES= www python -MASTER_SITES= CHEESESHOP \ - http://nivi.interfree.it/distfiles/${PORTNAME}/ -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 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scriptaculous>=1.8.1:www/py-scriptaculous - -USES= python:2 zip -USE_PYTHON= autoplist distutils - -.include <bsd.port.mk> diff --git a/www/py-Lightbox/distinfo b/www/py-Lightbox/distinfo deleted file mode 100644 index c5aabe6c51d0..000000000000 --- a/www/py-Lightbox/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Lightbox-2.1.zip) = e59e80780e5453369cf7edcd422ce2df7e5d1b809097abab2ff55fc86613bbd5 -SIZE (Lightbox-2.1.zip) = 171085 diff --git a/www/py-Lightbox/pkg-descr b/www/py-Lightbox/pkg-descr deleted file mode 100644 index e812f0deaad4..000000000000 --- a/www/py-Lightbox/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Lightbox is a photo display widget for TurboGears - -WWW: https://pypi.python.org/pypi/Lightbox diff --git a/www/py-scriptaculous/Makefile b/www/py-scriptaculous/Makefile deleted file mode 100644 index b8780c8de84b..000000000000 --- a/www/py-scriptaculous/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Nicola Vitale <nivit@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= scriptaculous -PORTVERSION= 1.8.1.1 -PORTREVISION= 2 -CATEGORIES= www python -MASTER_SITES= http://static.ossdl.de/tgwidgets/downloads/ \ - http://nivi.interfree.it/distfiles/${PORTNAME}/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -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} - -PYDISTUTILS_PKGNAME= Scriptaculous - -# Use the same version of www/py-turbogears -USES= python zip -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/www/py-scriptaculous/distinfo b/www/py-scriptaculous/distinfo deleted file mode 100644 index 62538c1d25aa..000000000000 --- a/www/py-scriptaculous/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Scriptaculous-1.8.1.1.zip) = 787e9f133947140f3873ef7dc5a0d37075cd4e84698dc1da2c1253a3e189a5bf -SIZE (Scriptaculous-1.8.1.1.zip) = 77689 diff --git a/www/py-scriptaculous/pkg-descr b/www/py-scriptaculous/pkg-descr deleted file mode 100644 index 98fd4ad4492c..000000000000 --- a/www/py-scriptaculous/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The famous Scriptaculous packaged as TurboGears widgets. - -WWW: http://www.turbogears.org/widgets/ diff --git a/www/py-tgwebservices/Makefile b/www/py-tgwebservices/Makefile deleted file mode 100644 index 513798024bdd..000000000000 --- a/www/py-tgwebservices/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Nicola Vitale <nivit@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= tgwebservices -PORTVERSION= 1.2.4 -CATEGORIES= www python -MASTER_SITES= CHEESESHOP \ - LOCAL/nivit/${PYTGWEBSERVICES}/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -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} - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/www/py-tgwebservices/distinfo b/www/py-tgwebservices/distinfo deleted file mode 100644 index 5eaa79699956..000000000000 --- a/www/py-tgwebservices/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (TGWebServices-1.2.4.tar.gz) = 09a9309b355b2521e16bcfd90eaec6178c2829c31da2c5a26db6ffa544ad8507 -SIZE (TGWebServices-1.2.4.tar.gz) = 20129 diff --git a/www/py-tgwebservices/files/patch-setup.py b/www/py-tgwebservices/files/patch-setup.py deleted file mode 100644 index 4a29e63b9d22..000000000000 --- a/www/py-tgwebservices/files/patch-setup.py +++ /dev/null @@ -1,21 +0,0 @@ ---- setup.py.orig 2010-01-29 22:33:35.000000000 +0800 -+++ setup.py 2011-03-04 17:03:45.000000000 +0800 -@@ -1,5 +1,4 @@ --from setuptools import setup, find_packages --from finddata import find_package_data -+from setuptools import setup - - import os - execfile(os.path.join("tgwebservices", "release.py")) -@@ -22,9 +21,8 @@ - ], - scripts = [], - zip_safe=False, -- packages=find_packages(), -- package_data = find_package_data(where='tgwebservices', -- package='tgwebservices'), -+ packages=['tgwebservices', 'tgwebservices.templates'], -+ package_data = {'tgwebservices': ['templates/*.html']}, - keywords = [ - "turbogears.extension" - ], diff --git a/www/py-tgwebservices/pkg-descr b/www/py-tgwebservices/pkg-descr deleted file mode 100644 index 4851d5d22c85..000000000000 --- a/www/py-tgwebservices/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Multiprotocol Web Services for TurboGears - -TGWebServices provides a super simple API for creating web services -that are available via SOAP, HTTP->XML, and HTTP->JSON. -The SOAP API generates WSDL automatically for your Python and even -generates enough type information for statically typed languages -(Java and C#, for example) to generate good client code on their end. - -WWW: http://code.google.com/p/tgws/ diff --git a/www/py-turbogears/Makefile b/www/py-turbogears/Makefile deleted file mode 100644 index 8f7dc92f467f..000000000000 --- a/www/py-turbogears/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# Created by: Nicola Vitale <nivit@email.it> -# $FreeBSD$ - -PORTNAME= TurboGears -PORTVERSION= 1.5.1 -PORTREVISION= 2 -CATEGORIES= www python -MASTER_SITES= CHEESESHOP -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 \ - ${PYTHON_PKGNAMEPREFIX}PasteScript>=1.7:www/py-pastescript \ - ${PYTHON_PKGNAMEPREFIX}PEAK-Rules>=0.5a1:devel/py-PEAK-Rules \ - ${PYTHON_PKGNAMEPREFIX}simplejson>=1.9.1:devel/py-simplejson \ - ${PYTHON_PKGNAMEPREFIX}TurboCheetah>=1.0:devel/py-turbocheetah \ - ${PYTHON_PKGNAMEPREFIX}TurboKid>=1.0.5:devel/py-turbokid \ - ${PYTHON_PKGNAMEPREFIX}TurboJson>=1.3:devel/py-turbojson \ - ${PYTHON_PKGNAMEPREFIX}tgMochiKit>=1.4.2:devel/py-tgMochiKit \ - ${PYTHON_PKGNAMEPREFIX}Genshi>=0.4.4:textproc/py-genshi \ - ${PYTHON_PKGNAMEPREFIX}TGScheduler>0:devel/py-TGScheduler - -USES= gettext python:2 -USE_PYTHON= distutils autoplist - -OPTIONS_DEFINE= ELIXIR NOSE SQLOBJECT -OPTIONS_DEFAULT=SQLOBJECT -ELIXIR_DESC= Use Elixir as plugin -NOSE_DESC= Use nose TG[testtools] -SQLOBJECT_DESC= Use SQLObject as DB backend - -.include <bsd.port.options.mk> - -post-patch: - @${REINPLACE_CMD} -e 's,< 2.0a,!=2.0,g' ${WRKSRC}/setup.py \ - ${WRKSRC}/TurboGears.egg-info/requires.txt - -.if ${PORT_OPTIONS:MELIXIR} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}Elixir>=0.6.1:databases/py-Elixir -.endif - -.if ${PORT_OPTIONS:MNOSE} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}nose>=0.9.1:devel/py-nose -.endif - -.if ${PORT_OPTIONS:MSQLOBJECT} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlobject>=0.10.1:databases/py-sqlobject -.endif - -.include <bsd.port.mk> diff --git a/www/py-turbogears/distinfo b/www/py-turbogears/distinfo deleted file mode 100644 index 9764ea9e4ca1..000000000000 --- a/www/py-turbogears/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (TurboGears-1.5.1.tar.gz) = 12da769e85922ff051aada9478b3d25e80c48a4207d32f46c7f9724f17a8e849 -SIZE (TurboGears-1.5.1.tar.gz) = 1195467 diff --git a/www/py-turbogears/pkg-descr b/www/py-turbogears/pkg-descr deleted file mode 100644 index b56ac15cdd5e..000000000000 --- a/www/py-turbogears/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -TurboGears brings together four major pieces to create an easy to install, easy -to use web megaframework. It covers everything from front end (MochiKit -JavaScript for the browser, Kid for templates in Python) to the controllers -(CherryPy) to the back end (SQLObject). - -The TurboGears project is focused on providing documentation and integration -with these tools without losing touch with the communities that already exist -around those tools. - -TurboGears is easy to use for a wide range of web applications. - -WWW: http://www.turbogears.org/ |