? .cvsignore Index: devel/py-twisted/Makefile =================================================================== RCS file: /home/pcvs/ports/devel/py-twisted/Makefile,v retrieving revision 1.38 diff -u -r1.38 Makefile --- devel/py-twisted/Makefile 24 Aug 2010 02:08:43 -0000 1.38 +++ devel/py-twisted/Makefile 6 Sep 2011 20:14:20 -0000 @@ -6,7 +6,7 @@ # PORTNAME= twisted -PORTVERSION= 10.1.0 +PORTVERSION= 11.0.0 CATEGORIES= devel net python MASTER_SITES= # empty PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,23 +15,27 @@ MAINTAINER= python@FreeBSD.org COMMENT= Metaport of Twisted, an event-driven networking engine +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore + NO_BUILD= yes USE_PYTHON= yes PYDISTUTILS_NOEGGINFO= yes WRKSRC= ${WRKDIR}/Twisted-${PORTVERSION} -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore - OPTIONS= CONCH "SSH and SFTP protocol" on \ LORE "Documentation generator" on \ MAIL "SMTP, IMAP and POP protocol" on \ NAMES "DNS protocol" on \ + PAIR "Twisted Pair can do low level TCP work" on \ NEWS "NNTP protocol" on \ RUNNER "Process management" on \ WEB "HTTP protocol" on \ WORDS "Chat and Instant Messaging" on +# bypass infrastructure bug +OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options + do-install: ${DO_NADA} @@ -41,10 +45,6 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/twisted/conch/__init__.py:${PORTSDIR}/security/py-twistedConch .endif -.if !defined(WITHOUT_FLOW) -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/twisted/flow/__init__.py:${PORTSDIR}/devel/py-twistedFlow -.endif - .if !defined(WITHOUT_MAIL) RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/twisted/mail/__init__.py:${PORTSDIR}/mail/py-twistedMail .endif @@ -73,10 +73,6 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/twisted/web/__init__.py:${PORTSDIR}/www/py-twistedWeb .endif -.if !defined(WITHOUT_WEB2) -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/twisted/web2/__init__.py:${PORTSDIR}/www/py-twistedWeb2 -.endif - .if !defined(WITHOUT_WORDS) RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/twisted/words/__init__.py:${PORTSDIR}/net-im/py-twistedWords .endif Index: devel/py-twistedCore/Makefile =================================================================== RCS file: /home/pcvs/ports/devel/py-twistedCore/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- devel/py-twistedCore/Makefile 24 Aug 2010 02:08:43 -0000 1.16 +++ devel/py-twistedCore/Makefile 6 Sep 2011 20:14:20 -0000 @@ -6,17 +6,21 @@ # PORTNAME= twistedCore -PORTVERSION= 10.1.0 +PORTVERSION= 11.0.0 CATEGORIES= devel net python -MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Core/${PORTVERSION:R}/ +MASTER_SITES= http://twistedmatrix.com/Releases/Core/${PORTVERSION:R}/ \ + http://tmrc.mit.edu/mirror/twisted/Core/${PORTVERSION:R}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedCore-${PORTVERSION} MAINTAINER= neal@nelson.name COMMENT= An asynchronous networking framework for Python - Core module +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zopeInterface>=3.3.0_1:${PORTSDIR}/devel/py-zopeInterface -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} # - Note that Twisted ships with some graphical examples and clients that # require PyGNOME to run. These are not central to the funcitoning of @@ -35,7 +39,7 @@ @${CHMOD} -R ${SHAREMODE} ${PYTHONPREFIX_SITELIBDIR}/twisted/ @${CHMOD} -R a+X ${PYTHONPREFIX_SITELIBDIR}/twisted/ .for i in ${MAN1} - ${INSTALL_MAN} ${WRKSRC}/doc/man/${i} ${PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/doc/man/${i} ${MANPREFIX}/man/man1/ .endfor .include Index: devel/py-twistedCore/distinfo =================================================================== RCS file: /home/pcvs/ports/devel/py-twistedCore/distinfo,v retrieving revision 1.11 diff -u -r1.11 distinfo --- devel/py-twistedCore/distinfo 3 Jul 2011 14:58:50 -0000 1.11 +++ devel/py-twistedCore/distinfo 6 Sep 2011 20:14:20 -0000 @@ -1,2 +1,2 @@ -SHA256 (TwistedCore-10.1.0.tar.bz2) = 0df2eae62d85432e52c6bd2605b3998ef83b7b84f2bcb14e1ef5510187e76089 -SIZE (TwistedCore-10.1.0.tar.bz2) = 1338502 +SHA256 (TwistedCore-11.0.0.tar.bz2) = 46ea3d9390ec94a3234589544fc154c48fb5714121362a582db62cd873133f2f +SIZE (TwistedCore-11.0.0.tar.bz2) = 1396224 Index: devel/py-twistedCore/pkg-plist =================================================================== RCS file: /home/pcvs/ports/devel/py-twistedCore/pkg-plist,v retrieving revision 1.9 diff -u -r1.9 pkg-plist --- devel/py-twistedCore/pkg-plist 24 Aug 2010 02:08:43 -0000 1.9 +++ devel/py-twistedCore/pkg-plist 6 Sep 2011 20:14:20 -0000 @@ -30,6 +30,12 @@ %%PYTHON_SITELIBDIR%%/twisted/application/strports.py %%PYTHON_SITELIBDIR%%/twisted/application/strports.pyc %%PYTHON_SITELIBDIR%%/twisted/application/strports.pyo +%%PYTHON_SITELIBDIR%%/twisted/application/test/__init__.py +%%PYTHON_SITELIBDIR%%/twisted/application/test/__init__.pyc +%%PYTHON_SITELIBDIR%%/twisted/application/test/__init__.pyo +%%PYTHON_SITELIBDIR%%/twisted/application/test/test_internet.py +%%PYTHON_SITELIBDIR%%/twisted/application/test/test_internet.pyc +%%PYTHON_SITELIBDIR%%/twisted/application/test/test_internet.pyo %%PYTHON_SITELIBDIR%%/twisted/copyright.py %%PYTHON_SITELIBDIR%%/twisted/copyright.pyc %%PYTHON_SITELIBDIR%%/twisted/copyright.pyo @@ -57,9 +63,6 @@ %%PYTHON_SITELIBDIR%%/twisted/cred/strcred.py %%PYTHON_SITELIBDIR%%/twisted/cred/strcred.pyc %%PYTHON_SITELIBDIR%%/twisted/cred/strcred.pyo -%%PYTHON_SITELIBDIR%%/twisted/cred/util.py -%%PYTHON_SITELIBDIR%%/twisted/cred/util.pyc -%%PYTHON_SITELIBDIR%%/twisted/cred/util.pyo %%PYTHON_SITELIBDIR%%/twisted/enterprise/__init__.py %%PYTHON_SITELIBDIR%%/twisted/enterprise/__init__.pyc %%PYTHON_SITELIBDIR%%/twisted/enterprise/__init__.pyo @@ -125,13 +128,6 @@ %%PYTHON_SITELIBDIR%%/twisted/internet/cfreactor.py %%PYTHON_SITELIBDIR%%/twisted/internet/cfreactor.pyc %%PYTHON_SITELIBDIR%%/twisted/internet/cfreactor.pyo -%%PYTHON_SITELIBDIR%%/twisted/internet/cfsupport/cfdate.pxi -%%PYTHON_SITELIBDIR%%/twisted/internet/cfsupport/cfdecl.pxi -%%PYTHON_SITELIBDIR%%/twisted/internet/cfsupport/cfrunloop.pxi -%%PYTHON_SITELIBDIR%%/twisted/internet/cfsupport/cfsocket.pxi -%%PYTHON_SITELIBDIR%%/twisted/internet/cfsupport/cfsupport.c -%%PYTHON_SITELIBDIR%%/twisted/internet/cfsupport/cfsupport.pyx -%%PYTHON_SITELIBDIR%%/twisted/internet/cfsupport/python.pxi %%PYTHON_SITELIBDIR%%/twisted/internet/default.py %%PYTHON_SITELIBDIR%%/twisted/internet/default.pyc %%PYTHON_SITELIBDIR%%/twisted/internet/default.pyo @@ -247,6 +243,13 @@ %%PYTHON_SITELIBDIR%%/twisted/internet/test/__init__.py %%PYTHON_SITELIBDIR%%/twisted/internet/test/__init__.pyc %%PYTHON_SITELIBDIR%%/twisted/internet/test/__init__.pyo +%%PYTHON_SITELIBDIR%%/twisted/internet/test/fake_CAs/not-a-certificate +%%PYTHON_SITELIBDIR%%/twisted/internet/test/fake_CAs/thing1.pem +%%PYTHON_SITELIBDIR%%/twisted/internet/test/fake_CAs/thing2-duplicate.pem +%%PYTHON_SITELIBDIR%%/twisted/internet/test/fake_CAs/thing2.pem +%%PYTHON_SITELIBDIR%%/twisted/internet/test/fakeendpoint.py +%%PYTHON_SITELIBDIR%%/twisted/internet/test/fakeendpoint.pyc +%%PYTHON_SITELIBDIR%%/twisted/internet/test/fakeendpoint.pyo %%PYTHON_SITELIBDIR%%/twisted/internet/test/inlinecb_tests.py %%PYTHON_SITELIBDIR%%/twisted/internet/test/inlinecb_tests.pyc %%PYTHON_SITELIBDIR%%/twisted/internet/test/inlinecb_tests.pyo @@ -286,12 +289,18 @@ %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_iocp.py %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_iocp.pyc %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_iocp.pyo +%%PYTHON_SITELIBDIR%%/twisted/internet/test/test_main.py +%%PYTHON_SITELIBDIR%%/twisted/internet/test/test_main.pyc +%%PYTHON_SITELIBDIR%%/twisted/internet/test/test_main.pyo %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_pollingfile.py %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_pollingfile.pyc %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_pollingfile.pyo %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_posixbase.py %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_posixbase.pyc %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_posixbase.pyo +%%PYTHON_SITELIBDIR%%/twisted/internet/test/test_posixprocess.py +%%PYTHON_SITELIBDIR%%/twisted/internet/test/test_posixprocess.pyc +%%PYTHON_SITELIBDIR%%/twisted/internet/test/test_posixprocess.pyo %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_process.py %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_process.pyc %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_process.pyo @@ -316,9 +325,15 @@ %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_tls.py %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_tls.pyc %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_tls.pyo +%%PYTHON_SITELIBDIR%%/twisted/internet/test/test_udp.py +%%PYTHON_SITELIBDIR%%/twisted/internet/test/test_udp.pyc +%%PYTHON_SITELIBDIR%%/twisted/internet/test/test_udp.pyo %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_unix.py %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_unix.pyc %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_unix.pyo +%%PYTHON_SITELIBDIR%%/twisted/internet/test/test_win32events.py +%%PYTHON_SITELIBDIR%%/twisted/internet/test/test_win32events.pyc +%%PYTHON_SITELIBDIR%%/twisted/internet/test/test_win32events.pyo %%PYTHON_SITELIBDIR%%/twisted/internet/threads.py %%PYTHON_SITELIBDIR%%/twisted/internet/threads.pyc %%PYTHON_SITELIBDIR%%/twisted/internet/threads.pyo @@ -455,8 +470,6 @@ %%PYTHON_SITELIBDIR%%/twisted/protocols/__init__.py %%PYTHON_SITELIBDIR%%/twisted/protocols/__init__.pyc %%PYTHON_SITELIBDIR%%/twisted/protocols/__init__.pyo -%%PYTHON_SITELIBDIR%%/twisted/protocols/_c_urlarg.c -%%PYTHON_SITELIBDIR%%/twisted/protocols/_c_urlarg.so %%PYTHON_SITELIBDIR%%/twisted/protocols/amp.py %%PYTHON_SITELIBDIR%%/twisted/protocols/amp.pyc %%PYTHON_SITELIBDIR%%/twisted/protocols/amp.pyo @@ -570,9 +583,6 @@ %%PYTHON_SITELIBDIR%%/twisted/python/dist.py %%PYTHON_SITELIBDIR%%/twisted/python/dist.pyc %%PYTHON_SITELIBDIR%%/twisted/python/dist.pyo -%%PYTHON_SITELIBDIR%%/twisted/python/dxprofile.py -%%PYTHON_SITELIBDIR%%/twisted/python/dxprofile.pyc -%%PYTHON_SITELIBDIR%%/twisted/python/dxprofile.pyo %%PYTHON_SITELIBDIR%%/twisted/python/failure.py %%PYTHON_SITELIBDIR%%/twisted/python/failure.pyc %%PYTHON_SITELIBDIR%%/twisted/python/failure.pyo @@ -699,9 +709,6 @@ %%PYTHON_SITELIBDIR%%/twisted/python/threadpool.py %%PYTHON_SITELIBDIR%%/twisted/python/threadpool.pyc %%PYTHON_SITELIBDIR%%/twisted/python/threadpool.pyo -%%PYTHON_SITELIBDIR%%/twisted/python/timeoutqueue.py -%%PYTHON_SITELIBDIR%%/twisted/python/timeoutqueue.pyc -%%PYTHON_SITELIBDIR%%/twisted/python/timeoutqueue.pyo %%PYTHON_SITELIBDIR%%/twisted/python/urlpath.py %%PYTHON_SITELIBDIR%%/twisted/python/urlpath.pyc %%PYTHON_SITELIBDIR%%/twisted/python/urlpath.pyo @@ -1002,9 +1009,6 @@ %%PYTHON_SITELIBDIR%%/twisted/test/test_explorer.py %%PYTHON_SITELIBDIR%%/twisted/test/test_explorer.pyc %%PYTHON_SITELIBDIR%%/twisted/test/test_explorer.pyo -%%PYTHON_SITELIBDIR%%/twisted/test/test_extensions.py -%%PYTHON_SITELIBDIR%%/twisted/test/test_extensions.pyc -%%PYTHON_SITELIBDIR%%/twisted/test/test_extensions.pyo %%PYTHON_SITELIBDIR%%/twisted/test/test_factories.py %%PYTHON_SITELIBDIR%%/twisted/test/test_factories.pyc %%PYTHON_SITELIBDIR%%/twisted/test/test_factories.pyo @@ -1182,9 +1186,6 @@ %%PYTHON_SITELIBDIR%%/twisted/test/test_timehelpers.py %%PYTHON_SITELIBDIR%%/twisted/test/test_timehelpers.pyc %%PYTHON_SITELIBDIR%%/twisted/test/test_timehelpers.pyo -%%PYTHON_SITELIBDIR%%/twisted/test/test_timeoutqueue.py -%%PYTHON_SITELIBDIR%%/twisted/test/test_timeoutqueue.pyc -%%PYTHON_SITELIBDIR%%/twisted/test/test_timeoutqueue.pyo %%PYTHON_SITELIBDIR%%/twisted/test/test_tpfile.py %%PYTHON_SITELIBDIR%%/twisted/test/test_tpfile.pyc %%PYTHON_SITELIBDIR%%/twisted/test/test_tpfile.pyo @@ -1345,12 +1346,13 @@ @dirrm %%PYTHON_SITELIBDIR%%/twisted/manhole/ui/test @dirrm %%PYTHON_SITELIBDIR%%/twisted/manhole/ui @dirrm %%PYTHON_SITELIBDIR%%/twisted/manhole +@dirrm %%PYTHON_SITELIBDIR%%/twisted/internet/test/fake_CAs @dirrm %%PYTHON_SITELIBDIR%%/twisted/internet/test @dirrm %%PYTHON_SITELIBDIR%%/twisted/internet/iocpreactor/iocpsupport @dirrm %%PYTHON_SITELIBDIR%%/twisted/internet/iocpreactor -@dirrm %%PYTHON_SITELIBDIR%%/twisted/internet/cfsupport @dirrm %%PYTHON_SITELIBDIR%%/twisted/internet @dirrm %%PYTHON_SITELIBDIR%%/twisted/enterprise @dirrm %%PYTHON_SITELIBDIR%%/twisted/cred +@dirrm %%PYTHON_SITELIBDIR%%/twisted/application/test @dirrm %%PYTHON_SITELIBDIR%%/twisted/application @dirrm %%PYTHON_SITELIBDIR%%/twisted Index: devel/py-twistedRunner/Makefile =================================================================== RCS file: /home/pcvs/ports/devel/py-twistedRunner/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- devel/py-twistedRunner/Makefile 24 Aug 2010 02:08:43 -0000 1.7 +++ devel/py-twistedRunner/Makefile 6 Sep 2011 20:14:20 -0000 @@ -6,17 +6,21 @@ # PORTNAME= twistedRunner -PORTVERSION= 10.1.0 +PORTVERSION= 11.0.0 CATEGORIES= devel net python -MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Runner/${PORTVERSION:R}/ +MASTER_SITES= http://twistedmatrix.com/Releases/Runner/${PORTVERSION:R}/ \ + http://tmrc.mit.edu/mirror/twisted/Runner/${PORTVERSION:R}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedRunner-${PORTVERSION} MAINTAINER= neal@nelson.name COMMENT= Runner has process management, including an inetd replacement +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes USE_PYTHON= yes Index: devel/py-twistedRunner/distinfo =================================================================== RCS file: /home/pcvs/ports/devel/py-twistedRunner/distinfo,v retrieving revision 1.7 diff -u -r1.7 distinfo --- devel/py-twistedRunner/distinfo 3 Jul 2011 14:58:51 -0000 1.7 +++ devel/py-twistedRunner/distinfo 6 Sep 2011 20:14:20 -0000 @@ -1,2 +1,2 @@ -SHA256 (TwistedRunner-10.1.0.tar.bz2) = 53928c29c6990f4d1073627569b77f1eca87ef5b0d5c562d0d8a893d2d4557e3 -SIZE (TwistedRunner-10.1.0.tar.bz2) = 13217 +SHA256 (TwistedRunner-11.0.0.tar.bz2) = c0f62b4960b9122e898d568cad6afde6ec9c049373e5b1b764f24533582fe3f5 +SIZE (TwistedRunner-11.0.0.tar.bz2) = 13267 Index: dns/py-twistedNames/Makefile =================================================================== RCS file: /home/pcvs/ports/dns/py-twistedNames/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- dns/py-twistedNames/Makefile 24 Aug 2010 02:08:44 -0000 1.9 +++ dns/py-twistedNames/Makefile 6 Sep 2011 20:14:20 -0000 @@ -6,17 +6,21 @@ # PORTNAME= twistedNames -PORTVERSION= 10.1.0 +PORTVERSION= 11.0.0 CATEGORIES= dns devel python -MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Names/${PORTVERSION:R}/ +MASTER_SITES= http://twistedmatrix.com/Releases/Names/${PORTVERSION:R}/ \ + http://tmrc.mit.edu/mirror/twisted/Names/${PORTVERSION:R}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedNames-${PORTVERSION} MAINTAINER= neal@nelson.name COMMENT= A DNS protocol implementation with client and server +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes USE_PYTHON= yes Index: dns/py-twistedNames/distinfo =================================================================== RCS file: /home/pcvs/ports/dns/py-twistedNames/distinfo,v retrieving revision 1.9 diff -u -r1.9 distinfo --- dns/py-twistedNames/distinfo 20 Mar 2011 12:49:02 -0000 1.9 +++ dns/py-twistedNames/distinfo 6 Sep 2011 20:14:20 -0000 @@ -1,2 +1,2 @@ -SHA256 (TwistedNames-10.1.0.tar.bz2) = b6ec36bb24be8461f279f927d8d0545d9964f5f058e5ddaebe4048067dce8f16 -SIZE (TwistedNames-10.1.0.tar.bz2) = 50760 +SHA256 (TwistedNames-11.0.0.tar.bz2) = 738f3e4fa56d2ebeddf0f3774419fbe3de9067424eb928ce234bc178a146d496 +SIZE (TwistedNames-11.0.0.tar.bz2) = 52156 Index: mail/py-twistedMail/Makefile =================================================================== RCS file: /home/pcvs/ports/mail/py-twistedMail/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- mail/py-twistedMail/Makefile 24 Aug 2010 02:08:44 -0000 1.9 +++ mail/py-twistedMail/Makefile 6 Sep 2011 20:14:20 -0000 @@ -6,18 +6,22 @@ # PORTNAME= twistedMail -PORTVERSION= 10.1.0 +PORTVERSION= 11.0.0 CATEGORIES= mail devel python -MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Mail/${PORTVERSION:R}/ +MASTER_SITES= http://twistedmatrix.com/Releases/Mail/${PORTVERSION:R}/ \ + http://tmrc.mit.edu/mirror/twisted/Mail/${PORTVERSION:R}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedMail-${PORTVERSION} MAINTAINER= neal@nelson.name COMMENT= An SMTP, IMAP and POP protocol implementation with clients and servers +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore \ ${PYTHON_SITELIBDIR}/twisted/names:${PORTSDIR}/dns/py-twistedNames -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes USE_PYTHON= yes Index: mail/py-twistedMail/distinfo =================================================================== RCS file: /home/pcvs/ports/mail/py-twistedMail/distinfo,v retrieving revision 1.9 diff -u -r1.9 distinfo --- mail/py-twistedMail/distinfo 3 Jul 2011 13:53:28 -0000 1.9 +++ mail/py-twistedMail/distinfo 6 Sep 2011 20:14:20 -0000 @@ -1,2 +1,2 @@ -SHA256 (TwistedMail-10.1.0.tar.bz2) = 91abd6c00e8ea875a2fed76322baba9542ea204f59c51c8773d00440725b7f48 -SIZE (TwistedMail-10.1.0.tar.bz2) = 143736 +SHA256 (TwistedMail-11.0.0.tar.bz2) = 0f876dd80602294635cf8092260dcdc61f7dec177d75946ed21c557f534c7a8a +SIZE (TwistedMail-11.0.0.tar.bz2) = 145928 Index: net/py-twistedPair/Makefile =================================================================== RCS file: /home/pcvs/ports/net/py-twistedPair/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- net/py-twistedPair/Makefile 7 Feb 2010 09:37:21 -0000 1.6 +++ net/py-twistedPair/Makefile 6 Sep 2011 20:14:20 -0000 @@ -6,17 +6,21 @@ # PORTNAME= twistedPair -PORTVERSION= 9.0.0 +PORTVERSION= 11.0.0 CATEGORIES= net devel python -MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Pair/${PORTVERSION:R}/ +MASTER_SITES= http://twistedmatrix.com/Releases/Pair/${PORTVERSION:R}/ \ + http://tmrc.mit.edu/mirror/twisted/Pair/${PORTVERSION:R}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedPair-${PORTVERSION} MAINTAINER= neal@nelson.name COMMENT= Twisted Pair can do low level TCP work +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/TwistedPair-${PORTVERSION} Index: net/py-twistedPair/distinfo =================================================================== RCS file: /home/pcvs/ports/net/py-twistedPair/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- net/py-twistedPair/distinfo 20 Mar 2011 12:52:43 -0000 1.5 +++ net/py-twistedPair/distinfo 6 Sep 2011 20:14:20 -0000 @@ -1,2 +1,2 @@ -SHA256 (TwistedPair-9.0.0.tar.bz2) = 486a8e30ec0a74a046a80366987030ae0fe0e4f228887b6ec3ecfbc69977d0e0 -SIZE (TwistedPair-9.0.0.tar.bz2) = 8972 +SHA256 (TwistedPair-11.0.0.tar.bz2) = 3e6bc6a11385504759ea0897a10d27bbce431b426f60233d1b36d864d420284f +SIZE (TwistedPair-11.0.0.tar.bz2) = 9133 Index: net-im/py-twistedWords/Makefile =================================================================== RCS file: /home/pcvs/ports/net-im/py-twistedWords/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- net-im/py-twistedWords/Makefile 24 Aug 2010 02:08:44 -0000 1.10 +++ net-im/py-twistedWords/Makefile 6 Sep 2011 20:14:20 -0000 @@ -6,17 +6,21 @@ # PORTNAME= twistedWords -PORTVERSION= 10.1.0 +PORTVERSION= 11.0.0 CATEGORIES= net-im devel python -MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Words/${PORTVERSION:R}/ +MASTER_SITES= http://twistedmatrix.com/Releases/Words/${PORTVERSION:R}/ \ + http://tmrc.mit.edu/mirror/twisted/Words/${PORTVERSION:R}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedWords-${PORTVERSION} MAINTAINER= neal@nelson.name COMMENT= Twisted Words has more chat than you can handle +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes USE_PYTHON= yes Index: net-im/py-twistedWords/distinfo =================================================================== RCS file: /home/pcvs/ports/net-im/py-twistedWords/distinfo,v retrieving revision 1.9 diff -u -r1.9 distinfo --- net-im/py-twistedWords/distinfo 20 Mar 2011 12:53:36 -0000 1.9 +++ net-im/py-twistedWords/distinfo 6 Sep 2011 20:14:20 -0000 @@ -1,2 +1,2 @@ -SHA256 (TwistedWords-10.1.0.tar.bz2) = 93a1a21d8cffe885f13e508204bf7c30e09a6c22001c944453eab44bbef2e646 -SIZE (TwistedWords-10.1.0.tar.bz2) = 180419 +SHA256 (TwistedWords-11.0.0.tar.bz2) = 574ffbf706be8cc4281f2d64e006d5efa35fdaa611895494453ec9fb80cea8dd +SIZE (TwistedWords-11.0.0.tar.bz2) = 164453 Index: net-im/py-twistedWords/pkg-plist =================================================================== RCS file: /home/pcvs/ports/net-im/py-twistedWords/pkg-plist,v retrieving revision 1.7 diff -u -r1.7 pkg-plist --- net-im/py-twistedWords/pkg-plist 24 Aug 2010 02:08:44 -0000 1.7 +++ net-im/py-twistedWords/pkg-plist 6 Sep 2011 20:14:20 -0000 @@ -35,15 +35,6 @@ %%PYTHON_SITELIBDIR%%/twisted/words/im/pbsupport.py %%PYTHON_SITELIBDIR%%/twisted/words/im/pbsupport.pyc %%PYTHON_SITELIBDIR%%/twisted/words/im/pbsupport.pyo -%%PYTHON_SITELIBDIR%%/twisted/words/im/proxyui.py -%%PYTHON_SITELIBDIR%%/twisted/words/im/proxyui.pyc -%%PYTHON_SITELIBDIR%%/twisted/words/im/proxyui.pyo -%%PYTHON_SITELIBDIR%%/twisted/words/im/tap.py -%%PYTHON_SITELIBDIR%%/twisted/words/im/tap.pyc -%%PYTHON_SITELIBDIR%%/twisted/words/im/tap.pyo -%%PYTHON_SITELIBDIR%%/twisted/words/im/tocsupport.py -%%PYTHON_SITELIBDIR%%/twisted/words/im/tocsupport.pyc -%%PYTHON_SITELIBDIR%%/twisted/words/im/tocsupport.pyo %%PYTHON_SITELIBDIR%%/twisted/words/iwords.py %%PYTHON_SITELIBDIR%%/twisted/words/iwords.pyc %%PYTHON_SITELIBDIR%%/twisted/words/iwords.pyo @@ -92,9 +83,6 @@ %%PYTHON_SITELIBDIR%%/twisted/words/protocols/oscar.py %%PYTHON_SITELIBDIR%%/twisted/words/protocols/oscar.pyc %%PYTHON_SITELIBDIR%%/twisted/words/protocols/oscar.pyo -%%PYTHON_SITELIBDIR%%/twisted/words/protocols/toc.py -%%PYTHON_SITELIBDIR%%/twisted/words/protocols/toc.pyc -%%PYTHON_SITELIBDIR%%/twisted/words/protocols/toc.pyo %%PYTHON_SITELIBDIR%%/twisted/words/service.py %%PYTHON_SITELIBDIR%%/twisted/words/service.pyc %%PYTHON_SITELIBDIR%%/twisted/words/service.pyo @@ -119,6 +107,9 @@ %%PYTHON_SITELIBDIR%%/twisted/words/test/test_irc_service.py %%PYTHON_SITELIBDIR%%/twisted/words/test/test_irc_service.pyc %%PYTHON_SITELIBDIR%%/twisted/words/test/test_irc_service.pyo +%%PYTHON_SITELIBDIR%%/twisted/words/test/test_ircsupport.py +%%PYTHON_SITELIBDIR%%/twisted/words/test/test_ircsupport.pyc +%%PYTHON_SITELIBDIR%%/twisted/words/test/test_ircsupport.pyo %%PYTHON_SITELIBDIR%%/twisted/words/test/test_jabberclient.py %%PYTHON_SITELIBDIR%%/twisted/words/test/test_jabberclient.pyc %%PYTHON_SITELIBDIR%%/twisted/words/test/test_jabberclient.pyo @@ -131,6 +122,9 @@ %%PYTHON_SITELIBDIR%%/twisted/words/test/test_jabberjid.py %%PYTHON_SITELIBDIR%%/twisted/words/test/test_jabberjid.pyc %%PYTHON_SITELIBDIR%%/twisted/words/test/test_jabberjid.pyo +%%PYTHON_SITELIBDIR%%/twisted/words/test/test_jabberjstrports.py +%%PYTHON_SITELIBDIR%%/twisted/words/test/test_jabberjstrports.pyc +%%PYTHON_SITELIBDIR%%/twisted/words/test/test_jabberjstrports.pyo %%PYTHON_SITELIBDIR%%/twisted/words/test/test_jabbersasl.py %%PYTHON_SITELIBDIR%%/twisted/words/test/test_jabbersasl.pyc %%PYTHON_SITELIBDIR%%/twisted/words/test/test_jabbersasl.pyo @@ -155,9 +149,6 @@ %%PYTHON_SITELIBDIR%%/twisted/words/test/test_tap.py %%PYTHON_SITELIBDIR%%/twisted/words/test/test_tap.pyc %%PYTHON_SITELIBDIR%%/twisted/words/test/test_tap.pyo -%%PYTHON_SITELIBDIR%%/twisted/words/test/test_toc.py -%%PYTHON_SITELIBDIR%%/twisted/words/test/test_toc.pyc -%%PYTHON_SITELIBDIR%%/twisted/words/test/test_toc.pyo %%PYTHON_SITELIBDIR%%/twisted/words/test/test_xishutil.py %%PYTHON_SITELIBDIR%%/twisted/words/test/test_xishutil.pyc %%PYTHON_SITELIBDIR%%/twisted/words/test/test_xishutil.pyo @@ -170,9 +161,6 @@ %%PYTHON_SITELIBDIR%%/twisted/words/test/test_xpath.py %%PYTHON_SITELIBDIR%%/twisted/words/test/test_xpath.pyc %%PYTHON_SITELIBDIR%%/twisted/words/test/test_xpath.pyo -%%PYTHON_SITELIBDIR%%/twisted/words/toctap.py -%%PYTHON_SITELIBDIR%%/twisted/words/toctap.pyc -%%PYTHON_SITELIBDIR%%/twisted/words/toctap.pyo %%PYTHON_SITELIBDIR%%/twisted/words/xish/__init__.py %%PYTHON_SITELIBDIR%%/twisted/words/xish/__init__.pyc %%PYTHON_SITELIBDIR%%/twisted/words/xish/__init__.pyo @@ -201,3 +189,4 @@ @dirrm %%PYTHON_SITELIBDIR%%/twisted/words/protocols @dirrm %%PYTHON_SITELIBDIR%%/twisted/words/im @dirrm %%PYTHON_SITELIBDIR%%/twisted/words +@dirrmtry %%PYTHON_SITELIBDIR%%/twisted/plugins Index: news/py-twistedNews/Makefile =================================================================== RCS file: /home/pcvs/ports/news/py-twistedNews/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- news/py-twistedNews/Makefile 24 Aug 2010 02:08:44 -0000 1.8 +++ news/py-twistedNews/Makefile 6 Sep 2011 20:14:20 -0000 @@ -6,17 +6,21 @@ # PORTNAME= twistedNews -PORTVERSION= 10.1.0 +PORTVERSION= 11.0.0 CATEGORIES= news devel python -MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/News/${PORTVERSION:R}/ +MASTER_SITES= http://twistedmatrix.com/Releases/News/${PORTVERSION:R}/ \ + http://tmrc.mit.edu/mirror/twisted/News/${PORTVERSION:R}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedNews-${PORTVERSION} MAINTAINER= neal@nelson.name COMMENT= An NNTP protocol implementation with client and server +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes USE_PYTHON= yes Index: news/py-twistedNews/distinfo =================================================================== RCS file: /home/pcvs/ports/news/py-twistedNews/distinfo,v retrieving revision 1.8 diff -u -r1.8 distinfo --- news/py-twistedNews/distinfo 20 Mar 2011 12:54:25 -0000 1.8 +++ news/py-twistedNews/distinfo 6 Sep 2011 20:14:20 -0000 @@ -1,2 +1,2 @@ -SHA256 (TwistedNews-10.1.0.tar.bz2) = f72e92673562ab58caed226e849b39d06465a2743733daa43fc87caa2afe3f58 -SIZE (TwistedNews-10.1.0.tar.bz2) = 17139 +SHA256 (TwistedNews-11.0.0.tar.bz2) = 8a39fd6c38f89029b6028c15ebc7e29091b62a565b2e52e3ddb4e36d89773cc4 +SIZE (TwistedNews-11.0.0.tar.bz2) = 19289 Index: news/py-twistedNews/pkg-plist =================================================================== RCS file: /home/pcvs/ports/news/py-twistedNews/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- news/py-twistedNews/pkg-plist 12 Jan 2007 21:17:14 -0000 1.3 +++ news/py-twistedNews/pkg-plist 6 Sep 2011 20:14:20 -0000 @@ -19,6 +19,9 @@ %%PYTHON_SITELIBDIR%%/twisted/news/test/__init__.py %%PYTHON_SITELIBDIR%%/twisted/news/test/__init__.pyc %%PYTHON_SITELIBDIR%%/twisted/news/test/__init__.pyo +%%PYTHON_SITELIBDIR%%/twisted/news/test/test_database.py +%%PYTHON_SITELIBDIR%%/twisted/news/test/test_database.pyc +%%PYTHON_SITELIBDIR%%/twisted/news/test/test_database.pyo %%PYTHON_SITELIBDIR%%/twisted/news/test/test_news.py %%PYTHON_SITELIBDIR%%/twisted/news/test/test_news.pyc %%PYTHON_SITELIBDIR%%/twisted/news/test/test_news.pyo Index: security/py-twistedConch/Makefile =================================================================== RCS file: /home/pcvs/ports/security/py-twistedConch/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- security/py-twistedConch/Makefile 24 Aug 2010 02:08:44 -0000 1.10 +++ security/py-twistedConch/Makefile 6 Sep 2011 20:14:20 -0000 @@ -6,15 +6,19 @@ # PORTNAME= twistedConch -PORTVERSION= 10.1.0 +PORTVERSION= 11.0.0 CATEGORIES= security devel python -MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Conch/${PORTVERSION:R}/ +MASTER_SITES= http://twistedmatrix.com/Releases/Conch/${PORTVERSION:R}/ \ + http://tmrc.mit.edu/mirror/twisted/Conch/${PORTVERSION:R}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedConch-${PORTVERSION} MAINTAINER= neal@nelson.name COMMENT= An SSH and SFTP protocol implementation with clients and servers +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore RUN_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore \ ${PYTHON_PKGNAMEPREFIX}asn1>=0.0.9a:${PORTSDIR}/devel/py-asn1 Index: security/py-twistedConch/distinfo =================================================================== RCS file: /home/pcvs/ports/security/py-twistedConch/distinfo,v retrieving revision 1.9 diff -u -r1.9 distinfo --- security/py-twistedConch/distinfo 3 Jul 2011 14:03:33 -0000 1.9 +++ security/py-twistedConch/distinfo 6 Sep 2011 20:14:20 -0000 @@ -1,2 +1,2 @@ -SHA256 (TwistedConch-10.1.0.tar.bz2) = 74ab7d71e28b74c072f7a59adc1239a9d4b764c44c76bf15984eb5776eb0dea4 -SIZE (TwistedConch-10.1.0.tar.bz2) = 205593 +SHA256 (TwistedConch-11.0.0.tar.bz2) = a3bd009928b8388928b24fbbb29e1dae6ea092f3a378001f426c6f6302f25504 +SIZE (TwistedConch-11.0.0.tar.bz2) = 209673 Index: textproc/py-twistedLore/Makefile =================================================================== RCS file: /home/pcvs/ports/textproc/py-twistedLore/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- textproc/py-twistedLore/Makefile 24 Aug 2010 02:08:45 -0000 1.8 +++ textproc/py-twistedLore/Makefile 6 Sep 2011 20:14:20 -0000 @@ -6,17 +6,21 @@ # PORTNAME= twistedLore -PORTVERSION= 10.1.0 +PORTVERSION= 11.0.0 CATEGORIES= textproc python -MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Lore/${PORTVERSION:R}/ +MASTER_SITES= http://twistedmatrix.com/Releases/Lore/${PORTVERSION:R}/ \ + http://tmrc.mit.edu/mirror/twisted/Lore/${PORTVERSION:R}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedLore-${PORTVERSION} MAINTAINER= neal@nelson.name COMMENT= Documentation generator with HTML and LaTeX support +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes USE_PYTHON= yes Index: textproc/py-twistedLore/distinfo =================================================================== RCS file: /home/pcvs/ports/textproc/py-twistedLore/distinfo,v retrieving revision 1.8 diff -u -r1.8 distinfo --- textproc/py-twistedLore/distinfo 3 Jul 2011 14:39:53 -0000 1.8 +++ textproc/py-twistedLore/distinfo 6 Sep 2011 20:14:20 -0000 @@ -1,2 +1,2 @@ -SHA256 (TwistedLore-10.1.0.tar.bz2) = f80a3bb097d8f71db52a90c14a997a4f18a462b0158b2d1007af09ee834c13d8 -SIZE (TwistedLore-10.1.0.tar.bz2) = 87227 +SHA256 (TwistedLore-11.0.0.tar.bz2) = d9b16d5fe4e20cb2b4259386ed9871824d94dcb9f0b6abe4c2887a366b74c36e +SIZE (TwistedLore-11.0.0.tar.bz2) = 87252 Index: www/py-twistedWeb/Makefile =================================================================== RCS file: /home/pcvs/ports/www/py-twistedWeb/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- www/py-twistedWeb/Makefile 24 Aug 2010 02:08:45 -0000 1.8 +++ www/py-twistedWeb/Makefile 6 Sep 2011 20:14:20 -0000 @@ -6,17 +6,21 @@ # PORTNAME= twistedWeb -PORTVERSION= 10.1.0 +PORTVERSION= 11.0.0 CATEGORIES= www devel python -MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Web/${PORTVERSION:R}/ +MASTER_SITES= http://twistedmatrix.com/Releases/Web/${PORTVERSION:R}/ \ + http://tmrc.mit.edu/mirror/twisted/Web/${PORTVERSION:R}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedWeb-${PORTVERSION} MAINTAINER= neal@nelson.name COMMENT= An HTTP protocol implementation together with clients and servers +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes USE_PYTHON= yes Index: www/py-twistedWeb/distinfo =================================================================== RCS file: /home/pcvs/ports/www/py-twistedWeb/distinfo,v retrieving revision 1.8 diff -u -r1.8 distinfo --- www/py-twistedWeb/distinfo 19 Mar 2011 12:36:37 -0000 1.8 +++ www/py-twistedWeb/distinfo 6 Sep 2011 20:14:20 -0000 @@ -1,2 +1,2 @@ -SHA256 (TwistedWeb-10.1.0.tar.bz2) = 44f62848ce29aa163604f5ff7f2ab547d2684018f5b7228999730f6d426133be -SIZE (TwistedWeb-10.1.0.tar.bz2) = 332994 +SHA256 (TwistedWeb-11.0.0.tar.bz2) = 864a08aa283ba690f35cfbc18ba939a8b336bc6ad452a2a855bdf1b388aaac53 +SIZE (TwistedWeb-11.0.0.tar.bz2) = 358074 Index: www/py-twistedWeb/pkg-plist =================================================================== RCS file: /home/pcvs/ports/www/py-twistedWeb/pkg-plist,v retrieving revision 1.6 diff -u -r1.6 pkg-plist --- www/py-twistedWeb/pkg-plist 24 Aug 2010 02:08:45 -0000 1.6 +++ www/py-twistedWeb/pkg-plist 6 Sep 2011 20:14:20 -0000 @@ -16,9 +16,18 @@ %%PYTHON_SITELIBDIR%%/twisted/web/_auth/wrapper.py %%PYTHON_SITELIBDIR%%/twisted/web/_auth/wrapper.pyc %%PYTHON_SITELIBDIR%%/twisted/web/_auth/wrapper.pyo +%%PYTHON_SITELIBDIR%%/twisted/web/_element.py +%%PYTHON_SITELIBDIR%%/twisted/web/_element.pyc +%%PYTHON_SITELIBDIR%%/twisted/web/_element.pyo +%%PYTHON_SITELIBDIR%%/twisted/web/_flatten.py +%%PYTHON_SITELIBDIR%%/twisted/web/_flatten.pyc +%%PYTHON_SITELIBDIR%%/twisted/web/_flatten.pyo %%PYTHON_SITELIBDIR%%/twisted/web/_newclient.py %%PYTHON_SITELIBDIR%%/twisted/web/_newclient.pyc %%PYTHON_SITELIBDIR%%/twisted/web/_newclient.pyo +%%PYTHON_SITELIBDIR%%/twisted/web/_stan.py +%%PYTHON_SITELIBDIR%%/twisted/web/_stan.pyc +%%PYTHON_SITELIBDIR%%/twisted/web/_stan.pyo %%PYTHON_SITELIBDIR%%/twisted/web/_version.py %%PYTHON_SITELIBDIR%%/twisted/web/_version.pyc %%PYTHON_SITELIBDIR%%/twisted/web/_version.pyo @@ -85,6 +94,9 @@ %%PYTHON_SITELIBDIR%%/twisted/web/tap.py %%PYTHON_SITELIBDIR%%/twisted/web/tap.pyc %%PYTHON_SITELIBDIR%%/twisted/web/tap.pyo +%%PYTHON_SITELIBDIR%%/twisted/web/template.py +%%PYTHON_SITELIBDIR%%/twisted/web/template.pyc +%%PYTHON_SITELIBDIR%%/twisted/web/template.pyo %%PYTHON_SITELIBDIR%%/twisted/web/test/__init__.py %%PYTHON_SITELIBDIR%%/twisted/web/test/__init__.pyc %%PYTHON_SITELIBDIR%%/twisted/web/test/__init__.pyo @@ -103,6 +115,9 @@ %%PYTHON_SITELIBDIR%%/twisted/web/test/test_error.py %%PYTHON_SITELIBDIR%%/twisted/web/test/test_error.pyc %%PYTHON_SITELIBDIR%%/twisted/web/test/test_error.pyo +%%PYTHON_SITELIBDIR%%/twisted/web/test/test_flatten.py +%%PYTHON_SITELIBDIR%%/twisted/web/test/test_flatten.pyc +%%PYTHON_SITELIBDIR%%/twisted/web/test/test_flatten.pyo %%PYTHON_SITELIBDIR%%/twisted/web/test/test_http.py %%PYTHON_SITELIBDIR%%/twisted/web/test/test_http.pyc %%PYTHON_SITELIBDIR%%/twisted/web/test/test_http.pyo @@ -127,12 +142,18 @@ %%PYTHON_SITELIBDIR%%/twisted/web/test/test_soap.py %%PYTHON_SITELIBDIR%%/twisted/web/test/test_soap.pyc %%PYTHON_SITELIBDIR%%/twisted/web/test/test_soap.pyo +%%PYTHON_SITELIBDIR%%/twisted/web/test/test_stan.py +%%PYTHON_SITELIBDIR%%/twisted/web/test/test_stan.pyc +%%PYTHON_SITELIBDIR%%/twisted/web/test/test_stan.pyo %%PYTHON_SITELIBDIR%%/twisted/web/test/test_static.py %%PYTHON_SITELIBDIR%%/twisted/web/test/test_static.pyc %%PYTHON_SITELIBDIR%%/twisted/web/test/test_static.pyo %%PYTHON_SITELIBDIR%%/twisted/web/test/test_tap.py %%PYTHON_SITELIBDIR%%/twisted/web/test/test_tap.pyc %%PYTHON_SITELIBDIR%%/twisted/web/test/test_tap.pyo +%%PYTHON_SITELIBDIR%%/twisted/web/test/test_template.py +%%PYTHON_SITELIBDIR%%/twisted/web/test/test_template.pyc +%%PYTHON_SITELIBDIR%%/twisted/web/test/test_template.pyo %%PYTHON_SITELIBDIR%%/twisted/web/test/test_util.py %%PYTHON_SITELIBDIR%%/twisted/web/test/test_util.pyc %%PYTHON_SITELIBDIR%%/twisted/web/test/test_util.pyo @@ -154,9 +175,6 @@ %%PYTHON_SITELIBDIR%%/twisted/web/test/test_xmlrpc.py %%PYTHON_SITELIBDIR%%/twisted/web/test/test_xmlrpc.pyc %%PYTHON_SITELIBDIR%%/twisted/web/test/test_xmlrpc.pyo -%%PYTHON_SITELIBDIR%%/twisted/web/trp.py -%%PYTHON_SITELIBDIR%%/twisted/web/trp.pyc -%%PYTHON_SITELIBDIR%%/twisted/web/trp.pyo %%PYTHON_SITELIBDIR%%/twisted/web/twcgi.py %%PYTHON_SITELIBDIR%%/twisted/web/twcgi.pyc %%PYTHON_SITELIBDIR%%/twisted/web/twcgi.pyo @@ -172,6 +190,7 @@ %%PYTHON_SITELIBDIR%%/twisted/web/xmlrpc.py %%PYTHON_SITELIBDIR%%/twisted/web/xmlrpc.pyc %%PYTHON_SITELIBDIR%%/twisted/web/xmlrpc.pyo -@dirrm %%PYTHON_SITELIBDIR%%/twisted/web/_auth @dirrm %%PYTHON_SITELIBDIR%%/twisted/web/test -@dirrm %%PYTHON_SITELIBDIR%%/twisted/web/ +@dirrm %%PYTHON_SITELIBDIR%%/twisted/web/_auth +@dirrm %%PYTHON_SITELIBDIR%%/twisted/web +@dirrmtry %%PYTHON_SITELIBDIR%%/twisted/plugins