Index: Makefile =================================================================== RCS file: /cvs/ports/devel/py-twisted/web/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 16 Feb 2007 07:30:56 -0000 1.2 +++ Makefile 20 May 2007 19:32:28 -0000 @@ -4,15 +4,19 @@ CATEGORIES+= www -DISTNAME= TwistedWeb-0.6.0 -PKGNAME= py-twisted-web-0.6.0 +DISTNAME= TwistedWeb-0.7.0 +PKGNAME= py-twisted-web-0.7.0 HOMEPAGE= http://twistedmatrix.com/trac/wiki/TwistedWeb -MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Web/0.6/ +MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Web/0.7/ RUN_DEPENDS= :py-SOAPpy-*:devel/py-SOAPpy REGRESS_DEPENDS=:py-twisted-web-*:devel/py-twisted/web + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/py-twisted-web + ${INSTALL_DATA} ${WRKSRC}/doc/examples/* ${PREFIX}/share/examples/py-twisted-web/ do-regress: ${LOCALBASE}/bin/trial \ Index: distinfo =================================================================== RCS file: /cvs/ports/devel/py-twisted/web/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 5 Apr 2007 15:38:05 -0000 1.2 +++ distinfo 20 May 2007 19:32:28 -0000 @@ -1,5 +1,5 @@ -MD5 (TwistedWeb-0.6.0.tar.bz2) = poGTHS63R8qHHvcdjR9f8Q== -RMD160 (TwistedWeb-0.6.0.tar.bz2) = OIRTiz2Tc2WsurBtv0SnIjugGeA= -SHA1 (TwistedWeb-0.6.0.tar.bz2) = JZO/5Rk55SYGcaluOW9X5wFoV4g= -SHA256 (TwistedWeb-0.6.0.tar.bz2) = 24y4f9ZfdRqAf+IokxRSECNc6fvAcOEP2CdJXwW6vKY= -SIZE (TwistedWeb-0.6.0.tar.bz2) = 263572 +MD5 (TwistedWeb-0.7.0.tar.bz2) = 3lXuGPhDvMY3LTTriKJ8IQ== +RMD160 (TwistedWeb-0.7.0.tar.bz2) = fhws8aKYSimL0q89PZg/VZ7UPgA= +SHA1 (TwistedWeb-0.7.0.tar.bz2) = /vwC9dcuVpPlf1lwtr5jmvWjHbE= +SHA256 (TwistedWeb-0.7.0.tar.bz2) = e5NNEdOSDBjh+F+3g1K1sjL6aMEOwhgIWr3t0WejgPE= +SIZE (TwistedWeb-0.7.0.tar.bz2) = 263183 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/devel/py-twisted/web/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- pkg/PLIST 29 Jul 2006 14:37:39 -0000 1.1.1.1 +++ pkg/PLIST 20 May 2007 19:32:28 -0000 @@ -1,5 +1,4 @@ @comment $OpenBSD: PLIST,v 1.1.1.1 2006/07/29 14:37:39 alek Exp $ -bin/websetroot lib/python${MODPY_VERSION}/site-packages/twisted/plugins/twisted_web.py lib/python${MODPY_VERSION}/site-packages/twisted/plugins/twisted_web.pyc lib/python${MODPY_VERSION}/site-packages/twisted/web/ @@ -37,11 +36,6 @@ lib/python${MODPY_VERSION}/site-packages/twisted/web/rewrite.pyc lib/python${MODPY_VERSION}/site-packages/twisted/web/script.py lib/python${MODPY_VERSION}/site-packages/twisted/web/script.pyc -lib/python${MODPY_VERSION}/site-packages/twisted/web/scripts/ -lib/python${MODPY_VERSION}/site-packages/twisted/web/scripts/__init__.py -lib/python${MODPY_VERSION}/site-packages/twisted/web/scripts/__init__.pyc -lib/python${MODPY_VERSION}/site-packages/twisted/web/scripts/websetroot.py -lib/python${MODPY_VERSION}/site-packages/twisted/web/scripts/websetroot.pyc lib/python${MODPY_VERSION}/site-packages/twisted/web/server.py lib/python${MODPY_VERSION}/site-packages/twisted/web/server.pyc lib/python${MODPY_VERSION}/site-packages/twisted/web/soap.py @@ -132,3 +126,29 @@ lib/python${MODPY_VERSION}/site-packages/twisted/web/xmlrpc.pyc @exec %D/sbin/twisted-regen-dropin.cache @unexec %D/sbin/twisted-regen-dropin.cache +share/examples/py-twisted-web/ +share/examples/py-twisted-web/advogato.py +share/examples/py-twisted-web/dlpage.py +share/examples/py-twisted-web/fortune.rpy.py +share/examples/py-twisted-web/getpage.py +share/examples/py-twisted-web/google.py +share/examples/py-twisted-web/hello.rpy.py +share/examples/py-twisted-web/index.html +share/examples/py-twisted-web/lj.rpy.py +share/examples/py-twisted-web/proxy.py +share/examples/py-twisted-web/report.rpy.py +share/examples/py-twisted-web/rootscript.py +share/examples/py-twisted-web/silly-web.py +share/examples/py-twisted-web/simple.rtl +share/examples/py-twisted-web/simple.tpl +share/examples/py-twisted-web/simpleguardex.py +share/examples/py-twisted-web/simpleguardex2.py +share/examples/py-twisted-web/soap.py +share/examples/py-twisted-web/tkwebmon.py +share/examples/py-twisted-web/users.rpy.py +share/examples/py-twisted-web/vhost.rpy.py +share/examples/py-twisted-web/web.py +share/examples/py-twisted-web/webmon.py +share/examples/py-twisted-web/wovenrss.rpy.py +share/examples/py-twisted-web/xmlrpc.py +share/examples/py-twisted-web/xmlrpcclient.py