- update to 8.2.0
- web2 is being phased out - sanitize regress target ok wcmaier@
This commit is contained in:
parent
a425346223
commit
bd7c4096c9
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/07/29 14:37:37 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2009/01/30 16:22:08 eric Exp $
|
||||
|
||||
SUBDIR += core
|
||||
SUBDIR += conch
|
||||
@ -8,7 +8,7 @@
|
||||
SUBDIR += news
|
||||
SUBDIR += runner
|
||||
SUBDIR += web
|
||||
SUBDIR += web2
|
||||
# SUBDIR += web2
|
||||
SUBDIR += words
|
||||
|
||||
.include <bsd.port.subdir.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.3 2008/04/15 11:04:27 eric Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.4 2009/01/30 16:22:08 eric Exp $
|
||||
|
||||
CATEGORIES+= devel
|
||||
|
||||
@ -17,7 +17,12 @@ MODULES= lang/python
|
||||
MODPY_EGG_VERSION?= ${VERSION}
|
||||
|
||||
.if empty(PKGNAME:L:M*core*)
|
||||
RUN_DEPENDS+= :py-twisted-core-*:devel/py-twisted/core
|
||||
RUN_DEPENDS+= :py-twisted-core-*:devel/py-twisted/core
|
||||
.else
|
||||
REGRESS_DEPENDS+= :py-twisted-core-*:devel/py-twisted/core
|
||||
.endif
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
REGRESS_DEPENDS+=${RUN_DEPENDS}
|
||||
|
||||
do-regress:
|
||||
${LOCALBASE}/bin/trial --temp-directory=${WRKBUILD} ${TRIAL_TARGET}
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2008/06/12 06:46:40 eric Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2009/01/30 16:22:09 eric Exp $
|
||||
|
||||
COMMENT= SSH and SFTP protocol implementation
|
||||
|
||||
CATEGORIES= net
|
||||
|
||||
VERSION= 8.1.0
|
||||
VERSION= 8.2.0
|
||||
DISTNAME= TwistedConch-${VERSION}
|
||||
PKGNAME= py-twisted-conch-${VERSION}
|
||||
|
||||
@ -15,9 +15,6 @@ MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Conch/${VERSION:R}/
|
||||
REGRESS_DEPENDS=:py-twisted-conch-*:devel/py-twisted/conch
|
||||
RUN_DEPENDS= :py-crypto-*:security/py-crypto
|
||||
|
||||
do-regress:
|
||||
${LOCALBASE}/bin/trial \
|
||||
--temp-directory=${WRKBUILD} \
|
||||
twisted.conch
|
||||
TRIAL_TARGET= twisted.conch
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (TwistedConch-8.1.0.tar.bz2) = 50Zhhhi6k/cH93JYmeFBqQ==
|
||||
RMD160 (TwistedConch-8.1.0.tar.bz2) = cpxLJHk6ZS1gXbBKTYewQmvnFs4=
|
||||
SHA1 (TwistedConch-8.1.0.tar.bz2) = zv1/2W+8ujsJrYde1JYTBQWyCs0=
|
||||
SHA256 (TwistedConch-8.1.0.tar.bz2) = tcp6622yfAPoSqhUyw1RXeT2ZgiD33QPH9iREc9RWlI=
|
||||
SIZE (TwistedConch-8.1.0.tar.bz2) = 165064
|
||||
MD5 (TwistedConch-8.2.0.tar.bz2) = HhfO+KAQiswJ/C+fomvj8Q==
|
||||
RMD160 (TwistedConch-8.2.0.tar.bz2) = XDNpmRkDhvX47D+DZ5i+sjs5KaE=
|
||||
SHA1 (TwistedConch-8.2.0.tar.bz2) = TtTK4RNA716nHIklnrQcL35Bht0=
|
||||
SHA256 (TwistedConch-8.2.0.tar.bz2) = sKZoolgHi2zMzqwoPgfT0Ez9hb1QB0lk9DmfrgTrqXQ=
|
||||
SIZE (TwistedConch-8.2.0.tar.bz2) = 186761
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2008/04/15 11:04:27 eric Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2009/01/30 16:22:09 eric Exp $
|
||||
@conflict cftp-*
|
||||
bin/cftp
|
||||
bin/ckeygen
|
||||
@ -25,6 +25,8 @@ lib/python${MODPY_VERSION}/site-packages/twisted/conch/client/default.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/conch/client/default.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/conch/client/direct.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/conch/client/direct.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/conch/client/knownhosts.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/conch/client/knownhosts.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/conch/client/options.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/conch/client/options.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/conch/client/unix.py
|
||||
@ -120,10 +122,14 @@ lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/keydata.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/keydata.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_agent.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_agent.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_cftp.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_cftp.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_channel.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_channel.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_checkers.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_checkers.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_conch.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_conch.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_connection.py
|
||||
@ -136,10 +142,14 @@ lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_insults.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_insults.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_keys.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_keys.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_knownhosts.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_knownhosts.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_manhole.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_manhole.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_mixin.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_mixin.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_openssh_compat.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_openssh_compat.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_recvline.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_recvline.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_ssh.py
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2009/01/02 13:07:37 djm Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2009/01/30 16:22:09 eric Exp $
|
||||
|
||||
COMMENT= event-based Python framework (core module)
|
||||
|
||||
VERSION= 8.1.0
|
||||
VERSION= 8.2.0
|
||||
DISTNAME= TwistedCore-${VERSION}
|
||||
PKGNAME= py-twisted-core-${VERSION}p1
|
||||
PKGNAME= py-twisted-core-${VERSION}
|
||||
|
||||
HOMEPAGE= http://twistedmatrix.com/trac/wiki/TwistedCore
|
||||
|
||||
@ -25,11 +25,7 @@ post-install:
|
||||
${PREFIX}/share/doc/py-twisted-core/{} \;
|
||||
mv ${PREFIX}/share/doc/py-twisted-core/examples ${PREFIX}/share/examples/py-twisted-core
|
||||
|
||||
|
||||
do-regress: fake
|
||||
env PYTHONPATH=${WRKINST}${MODPY_SITEPKG} \
|
||||
${WRKINST}${LOCALBASE}/bin/trial \
|
||||
--temp-directory=${WRKBUILD} \
|
||||
twisted.test twisted.trial.test twisted.python.test twisted.internet.test
|
||||
TRIAL_TARGET=twisted.test twisted.trial.test twisted.python.test twisted.internet.test
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (TwistedCore-8.1.0.tar.bz2) = tvdmx1EtNCvhhE7u6XQDHQ==
|
||||
RMD160 (TwistedCore-8.1.0.tar.bz2) = kvKMFHCfXrMHdXzZk6URNEEJxZo=
|
||||
SHA1 (TwistedCore-8.1.0.tar.bz2) = d7br/1wR6m77YuQdCwmJfTfZdCM=
|
||||
SHA256 (TwistedCore-8.1.0.tar.bz2) = FLjPyMeCBzsM4EaxOdrFUUmZIIcgkZRpbTkGSbYvXzI=
|
||||
SIZE (TwistedCore-8.1.0.tar.bz2) = 1194164
|
||||
MD5 (TwistedCore-8.2.0.tar.bz2) = Rvems+Ke9IxANcItePaRlg==
|
||||
RMD160 (TwistedCore-8.2.0.tar.bz2) = cWK+DU8THi6DebpDMLD/iXimUww=
|
||||
SHA1 (TwistedCore-8.2.0.tar.bz2) = DE8kxmExamUO0Uk9LGqazmwQ/Sc=
|
||||
SHA256 (TwistedCore-8.2.0.tar.bz2) = SB6OpLBbSCqhOWyjrQn6xghqzd/Vfu17tj4ThXF63eQ=
|
||||
SIZE (TwistedCore-8.2.0.tar.bz2) = 1205654
|
||||
|
@ -1,8 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2008/06/12 06:46:40 eric Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2009/01/30 16:22:09 eric Exp $
|
||||
bin/manhole
|
||||
bin/mktap
|
||||
bin/pyhtmlizer
|
||||
bin/t-im
|
||||
bin/tap2deb
|
||||
bin/tap2rpm
|
||||
bin/tapconvert
|
||||
@ -65,6 +64,8 @@ lib/python${MODPY_VERSION}/site-packages/twisted/im.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/internet/
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/internet/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/internet/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/internet/_baseprocess.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/internet/_baseprocess.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/internet/_dumbwin32proc.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/internet/_dumbwin32proc.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/internet/_javaserialport.py
|
||||
@ -178,10 +179,26 @@ lib/python${MODPY_VERSION}/site-packages/twisted/internet/tcp.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/test_gtk2reactor.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/test_gtk2reactor.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/process_helper.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/process_helper.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/reactormixins.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/reactormixins.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/test_baseprocess.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/test_baseprocess.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/test_core.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/test_core.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/test_iocp.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/test_iocp.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/test_process.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/test_process.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/test_tcp.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/test_tcp.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/test_time.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/test_time.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/test_tls.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/test_tls.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/test_unix.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/test_unix.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/internet/threads.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/internet/threads.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/internet/tksupport.py
|
||||
@ -448,6 +465,8 @@ lib/python${MODPY_VERSION}/site-packages/twisted/python/test/test_dist.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/python/test/test_dist.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/python/test/test_release.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/python/test/test_release.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/python/test/test_runtime.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/python/test/test_runtime.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/python/test/test_util.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/python/test/test_util.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/python/test/test_versions.py
|
||||
@ -883,6 +902,8 @@ lib/python${MODPY_VERSION}/site-packages/twisted/trial/test/test_tests.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/trial/test/test_tests.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/trial/test/test_util.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/trial/test/test_util.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/trial/test/test_warning.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/trial/test/test_warning.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/trial/test/weird.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/trial/test/weird.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/trial/unittest.py
|
||||
@ -916,8 +937,6 @@ share/doc/py-twisted-core/howto/defer.html
|
||||
share/doc/py-twisted-core/howto/deferredindepth.html
|
||||
share/doc/py-twisted-core/howto/design.html
|
||||
share/doc/py-twisted-core/howto/dirdbm.html
|
||||
share/doc/py-twisted-core/howto/enterprise.html
|
||||
share/doc/py-twisted-core/howto/faq.html
|
||||
share/doc/py-twisted-core/howto/gendefer.html
|
||||
share/doc/py-twisted-core/howto/glossary.html
|
||||
share/doc/py-twisted-core/howto/howto.tidyrc
|
||||
@ -1005,6 +1024,7 @@ share/doc/py-twisted-core/howto/plugin.html
|
||||
share/doc/py-twisted-core/howto/process.html
|
||||
share/doc/py-twisted-core/howto/producers.html
|
||||
share/doc/py-twisted-core/howto/quotes.html
|
||||
share/doc/py-twisted-core/howto/rdbms.html
|
||||
share/doc/py-twisted-core/howto/reactor-basics.html
|
||||
share/doc/py-twisted-core/howto/row.html
|
||||
share/doc/py-twisted-core/howto/servers.html
|
||||
@ -1043,28 +1063,28 @@ share/doc/py-twisted-core/howto/tutorial/listings/finger/finger07.py
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/finger08.py
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/finger09.py
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/finger10.py
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/finger11.py
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/finger12.py
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/finger13.py
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/finger14.py
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/finger15.py
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/finger16.py
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/finger17.py
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/finger18.py
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/finger19.py
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/finger19a.py
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/finger11.tac
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/finger12.tac
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/finger13.tac
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/finger14.tac
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/finger15.tac
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/finger16.tac
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/finger17.tac
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/finger18.tac
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/finger19.tac
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/finger19a.tac
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/finger19a_changes.py
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/finger19b.py
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/finger19b.tac
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/finger19b_changes.py
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/finger19c.py
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/finger19c.tac
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/finger19c_changes.py
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/finger20.py
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/finger21.py
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/finger20.tac
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/finger21.tac
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/finger22.py
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/fingerPBclient.py
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/fingerXRclient.py
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/finger_config.py
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/fingerproxy.py
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/fingerproxy.tac
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/organized-finger.tac
|
||||
share/doc/py-twisted-core/howto/tutorial/listings/finger/simple-finger.tac
|
||||
share/doc/py-twisted-core/howto/tutorial/pb.html
|
||||
@ -1087,8 +1107,6 @@ share/doc/py-twisted-core/img/deferred.dia
|
||||
share/doc/py-twisted-core/img/deferred.png
|
||||
share/doc/py-twisted-core/img/twisted-overview.dia
|
||||
share/doc/py-twisted-core/img/twisted-overview.png
|
||||
share/doc/py-twisted-core/img/twisted_1.gif
|
||||
share/doc/py-twisted-core/img/twisted_2.gif
|
||||
share/doc/py-twisted-core/index.html
|
||||
share/doc/py-twisted-core/man/
|
||||
share/doc/py-twisted-core/man/manhole-man.html
|
||||
@ -1123,7 +1141,6 @@ share/examples/py-twisted-core/bananabench.py
|
||||
share/examples/py-twisted-core/chatserver.py
|
||||
share/examples/py-twisted-core/courier.py
|
||||
share/examples/py-twisted-core/cred.py
|
||||
share/examples/py-twisted-core/cursesclient.py
|
||||
share/examples/py-twisted-core/dbcred.py
|
||||
share/examples/py-twisted-core/echoclient.py
|
||||
share/examples/py-twisted-core/echoclient_ssl.py
|
||||
@ -1133,12 +1150,12 @@ share/examples/py-twisted-core/echoserv_ssl.py
|
||||
share/examples/py-twisted-core/echoserv_udp.py
|
||||
share/examples/py-twisted-core/filewatch.py
|
||||
share/examples/py-twisted-core/ftpclient.py
|
||||
share/examples/py-twisted-core/ftpserver.py
|
||||
share/examples/py-twisted-core/gpsfix.py
|
||||
share/examples/py-twisted-core/index.html
|
||||
share/examples/py-twisted-core/longex.py
|
||||
share/examples/py-twisted-core/longex2.py
|
||||
share/examples/py-twisted-core/mouse.py
|
||||
share/examples/py-twisted-core/pairudp.py
|
||||
share/examples/py-twisted-core/pb_exceptions.py
|
||||
share/examples/py-twisted-core/pbbenchclient.py
|
||||
share/examples/py-twisted-core/pbbenchserver.py
|
||||
@ -1178,5 +1195,6 @@ share/examples/py-twisted-core/threadedselect/Cocoa/SimpleWebClient/setup.py
|
||||
share/examples/py-twisted-core/threadedselect/README
|
||||
share/examples/py-twisted-core/threadedselect/blockingdemo.py
|
||||
share/examples/py-twisted-core/threadedselect/pygamedemo.py
|
||||
share/examples/py-twisted-core/twistd-logging.tac
|
||||
share/examples/py-twisted-core/wxacceptance.py
|
||||
share/examples/py-twisted-core/wxdemo.py
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2008/06/12 06:46:40 eric Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2009/01/30 16:22:09 eric Exp $
|
||||
|
||||
COMMENT= documentation generator
|
||||
|
||||
VERSION= 8.1.0
|
||||
VERSION= 8.2.0
|
||||
DISTNAME= TwistedLore-${VERSION}
|
||||
PKGNAME= py-twisted-lore-${VERSION}
|
||||
|
||||
@ -13,9 +13,6 @@ MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Lore/${VERSION:R}/
|
||||
REGRESS_DEPENDS=:py-twisted-lore-*:devel/py-twisted/lore
|
||||
RUN_DEPENDS= :py-twisted-web-*:devel/py-twisted/web
|
||||
|
||||
do-regress:
|
||||
${LOCALBASE}/bin/trial \
|
||||
--temp-directory=${WRKBUILD} \
|
||||
twisted.lore
|
||||
TRIAL_TARGET= twisted.lore
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (TwistedLore-8.1.0.tar.bz2) = 7HImuIIYWG7B1cOzYkN2tw==
|
||||
RMD160 (TwistedLore-8.1.0.tar.bz2) = eCmdhQGGO/M66nm2xpaCoKKeWwY=
|
||||
SHA1 (TwistedLore-8.1.0.tar.bz2) = camOxTxZ7IjFXYUsAd4pOvyL9X4=
|
||||
SHA256 (TwistedLore-8.1.0.tar.bz2) = IPWg5X5DD4ij3Q0KhFCUMpyL1uy03gHva4whH/Qe9Aw=
|
||||
SIZE (TwistedLore-8.1.0.tar.bz2) = 64114
|
||||
MD5 (TwistedLore-8.2.0.tar.bz2) = 4htE5sPZI8++VDqmN2QcMg==
|
||||
RMD160 (TwistedLore-8.2.0.tar.bz2) = BoX7K0JUFY0sgdiyTjSR8GC+EOg=
|
||||
SHA1 (TwistedLore-8.2.0.tar.bz2) = B8iYqMPBimRrOuKrmYYqtmfB6XQ=
|
||||
SHA256 (TwistedLore-8.2.0.tar.bz2) = XCY6hPHcAlYtWra/UR6AcSa+HwAiX+02QGe6TvFgMoQ=
|
||||
SIZE (TwistedLore-8.2.0.tar.bz2) = 64172
|
||||
|
@ -1,5 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2008/04/15 11:04:27 eric Exp $
|
||||
bin/bookify
|
||||
@comment $OpenBSD: PLIST,v 1.4 2009/01/30 16:22:09 eric Exp $
|
||||
bin/lore
|
||||
lib/python${MODPY_VERSION}/site-packages/Twisted_Lore-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/lore/
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2008/06/12 06:46:40 eric Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2009/01/30 16:22:09 eric Exp $
|
||||
|
||||
COMMENT= MTP, IMAP and POP protocol implementation
|
||||
|
||||
CATEGORIES= mail
|
||||
|
||||
VERSION= 8.1.0
|
||||
VERSION= 8.2.0
|
||||
DISTNAME= TwistedMail-${VERSION}
|
||||
PKGNAME= py-twisted-mail-${VERSION}
|
||||
|
||||
@ -15,9 +15,6 @@ MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Mail/${VERSION:R}/
|
||||
REGRESS_DEPENDS=:py-twisted-mail-*:devel/py-twisted/mail \
|
||||
:py-twisted-names-*:devel/py-twisted/names
|
||||
|
||||
do-regress:
|
||||
${LOCALBASE}/bin/trial \
|
||||
--temp-directory=${WRKBUILD} \
|
||||
twisted.mail
|
||||
TRIAL_TARGET= twisted.mail
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (TwistedMail-8.1.0.tar.bz2) = tHFDQ1baXN+wTb44gCQl7w==
|
||||
RMD160 (TwistedMail-8.1.0.tar.bz2) = w6Ze//vhXa2H/ApR6fUBcgplpIw=
|
||||
SHA1 (TwistedMail-8.1.0.tar.bz2) = ybq+RqQydTG/bmTV7pt2zORGoBc=
|
||||
SHA256 (TwistedMail-8.1.0.tar.bz2) = L6edZ3/yeSM+lA6F2MXkxj138FSmAh2vP12JvkWNOrs=
|
||||
SIZE (TwistedMail-8.1.0.tar.bz2) = 128587
|
||||
MD5 (TwistedMail-8.2.0.tar.bz2) = WntGnXkIfOiXPR9DwSA80w==
|
||||
RMD160 (TwistedMail-8.2.0.tar.bz2) = Xg3A6WxzG78nT2tnFD0TAh1HEJM=
|
||||
SHA1 (TwistedMail-8.2.0.tar.bz2) = 9PMQpW4yHsS/9zDDJDJ3Fbeoe1c=
|
||||
SHA256 (TwistedMail-8.2.0.tar.bz2) = GshRf+tL6SZV18W5umUrJ5ZX08eyBeb7JnsJTIcHTq4=
|
||||
SIZE (TwistedMail-8.2.0.tar.bz2) = 130035
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2008/04/15 11:04:27 eric Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2009/01/30 16:22:09 eric Exp $
|
||||
bin/mailmail
|
||||
lib/python${MODPY_VERSION}/site-packages/Twisted_Mail-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/mail/
|
||||
@ -49,6 +49,8 @@ lib/python${MODPY_VERSION}/site-packages/twisted/mail/test/test_imap.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/mail/test/test_imap.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/mail/test/test_mail.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/mail/test/test_mail.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/mail/test/test_mailmail.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/mail/test/test_mailmail.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/mail/test/test_options.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/mail/test/test_options.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/mail/test/test_pop3.py
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2008/06/12 06:46:40 eric Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2009/01/30 16:22:09 eric Exp $
|
||||
|
||||
COMMENT= DNS protocol implementation
|
||||
|
||||
CATEGORIES+= net
|
||||
|
||||
VERSION= 8.1.0
|
||||
VERSION= 8.2.0
|
||||
DISTNAME= TwistedNames-${VERSION}
|
||||
PKGNAME= py-twisted-names-${VERSION}
|
||||
|
||||
@ -14,9 +14,6 @@ MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Names/${VERSION:R}/
|
||||
|
||||
REGRESS_DEPENDS=:py-twisted-names-*:devel/py-twisted/names
|
||||
|
||||
do-regress:
|
||||
${LOCALBASE}/bin/trial \
|
||||
--temp-directory=${WRKBUILD} \
|
||||
twisted.names
|
||||
TRIAL_TARGET= twisted.names
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (TwistedNames-8.1.0.tar.bz2) = 5fSfwjvvAVSE29Alv4NWEQ==
|
||||
RMD160 (TwistedNames-8.1.0.tar.bz2) = YEfWiLbPO05vQd4hY8leXzZ/P9g=
|
||||
SHA1 (TwistedNames-8.1.0.tar.bz2) = IIeqPPAJFxCeyDYzWRgTCOwsli0=
|
||||
SHA256 (TwistedNames-8.1.0.tar.bz2) = cg6qzfyQD+93TvDGDXkbb8R33JATQOn6Oqw2GzaPPhs=
|
||||
SIZE (TwistedNames-8.1.0.tar.bz2) = 36870
|
||||
MD5 (TwistedNames-8.2.0.tar.bz2) = wFbJlsuusnB4u6IU5r9Ycg==
|
||||
RMD160 (TwistedNames-8.2.0.tar.bz2) = c86Yq2r/5GAIS5i1UntEhwpNg6Y=
|
||||
SHA1 (TwistedNames-8.2.0.tar.bz2) = uoUICetaFBx5XjzRC72zaFpsohc=
|
||||
SHA256 (TwistedNames-8.2.0.tar.bz2) = taNxIvi5IX/dZZM8pnjmdSJ36UC+luE7uUuqnw5/gTg=
|
||||
SIZE (TwistedNames-8.2.0.tar.bz2) = 43881
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2008/06/12 06:46:40 eric Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2009/01/30 16:22:09 eric Exp $
|
||||
|
||||
COMMENT= NNTP protocol implementation
|
||||
|
||||
CATEGORIES+= news
|
||||
|
||||
VERSION= 8.1.0
|
||||
VERSION= 8.2.0
|
||||
DISTNAME= TwistedNews-${VERSION}
|
||||
PKGNAME= py-twisted-news-${VERSION}
|
||||
|
||||
@ -15,9 +15,6 @@ MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/News/${VERSION:R}/
|
||||
REGRESS_DEPENDS=:py-twisted-news-*:devel/py-twisted/news
|
||||
RUN_DEPENDS= :py-twisted-mail-*:devel/py-twisted/mail
|
||||
|
||||
do-regress:
|
||||
${LOCALBASE}/bin/trial \
|
||||
--temp-directory=${WRKBUILD} \
|
||||
twisted.news
|
||||
TRIAL_TARGET= twisted.news
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (TwistedNews-8.1.0.tar.bz2) = JYSa19SqjlFspIaYYQnroA==
|
||||
RMD160 (TwistedNews-8.1.0.tar.bz2) = LanbitcKDMNck3mt3IVRyJ9u92M=
|
||||
SHA1 (TwistedNews-8.1.0.tar.bz2) = UR59zMMmwzjRs4ZllsqlfwTa4VQ=
|
||||
SHA256 (TwistedNews-8.1.0.tar.bz2) = zoISKuCucibyN+iy4cNZfwhUUg+1dMS7zaX3aj1KNWg=
|
||||
SIZE (TwistedNews-8.1.0.tar.bz2) = 17008
|
||||
MD5 (TwistedNews-8.2.0.tar.bz2) = Rt648GJjXRqV707jsuOCvw==
|
||||
RMD160 (TwistedNews-8.2.0.tar.bz2) = 9VvXhg2cVeKi69AQEq6vTb//EQs=
|
||||
SHA1 (TwistedNews-8.2.0.tar.bz2) = GLRs+uSwlUwrCWDrO15xNGc2JSc=
|
||||
SHA256 (TwistedNews-8.2.0.tar.bz2) = H1jJalHqF+H/lNFPGxiwBc9eZ8p9mToO7wH6MZYxkck=
|
||||
SIZE (TwistedNews-8.2.0.tar.bz2) = 17082
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2008/04/15 11:04:27 eric Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2009/01/30 16:22:09 eric Exp $
|
||||
|
||||
COMMENT= process management module for Twisted
|
||||
|
||||
VERSION= 8.0.0
|
||||
VERSION= 8.2.0
|
||||
DISTNAME= TwistedRunner-${VERSION}
|
||||
PKGNAME= py-twisted-runner-${VERSION}
|
||||
|
||||
@ -12,9 +12,6 @@ MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Runner/${VERSION:R}/
|
||||
|
||||
REGRESS_DEPENDS=:py-twisted-runner-*:devel/py-twisted/runner
|
||||
|
||||
do-regress:
|
||||
${LOCALBASE}/bin/trial \
|
||||
--temp-directory=${WRKBUILD} \
|
||||
twisted.runner
|
||||
TRIAL_TARGET= twisted.runner
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (TwistedRunner-8.0.0.tar.bz2) = jcwPTLsGIbdh72eq5zBRqA==
|
||||
RMD160 (TwistedRunner-8.0.0.tar.bz2) = 2wG715U0tUH0Yu8vY52n0r845mU=
|
||||
SHA1 (TwistedRunner-8.0.0.tar.bz2) = OPTTKDXrYwOjZjVIpTX7bujpNYA=
|
||||
SHA256 (TwistedRunner-8.0.0.tar.bz2) = B16LKY4f66zCoVDvK6gML25SUaJY+yi5Q0AnQoQn4sA=
|
||||
SIZE (TwistedRunner-8.0.0.tar.bz2) = 8255
|
||||
MD5 (TwistedRunner-8.2.0.tar.bz2) = iKq2ZmO8wbmE0+3reJ1PHA==
|
||||
RMD160 (TwistedRunner-8.2.0.tar.bz2) = 5GIRGXDS3ebrTtXOb1KRS62PYIo=
|
||||
SHA1 (TwistedRunner-8.2.0.tar.bz2) = 2YY9fwLgpA1AkfR4iKjHRD9Jsdc=
|
||||
SHA256 (TwistedRunner-8.2.0.tar.bz2) = EOm7oslgvbsbRtCcHhnq9CBFCuPiA4V6iss0OLTZyig=
|
||||
SIZE (TwistedRunner-8.2.0.tar.bz2) = 8328
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2008/06/12 06:46:40 eric Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2009/01/30 16:22:09 eric Exp $
|
||||
|
||||
COMMENT= HTTP protocol implementation
|
||||
|
||||
CATEGORIES+= www
|
||||
|
||||
VERSION= 8.1.0
|
||||
VERSION= 8.2.0
|
||||
DISTNAME= TwistedWeb-${VERSION}
|
||||
PKGNAME= py-twisted-web-${VERSION}
|
||||
|
||||
@ -15,9 +15,6 @@ MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Web/${VERSION:R}/
|
||||
RUN_DEPENDS= :py-SOAPpy-*:devel/py-SOAPpy
|
||||
REGRESS_DEPENDS=:py-twisted-web-*:devel/py-twisted/web
|
||||
|
||||
do-regress:
|
||||
${LOCALBASE}/bin/trial \
|
||||
--temp-directory=${WRKBUILD} \
|
||||
twisted.web
|
||||
TRIAL_TARGET= twisted.web
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (TwistedWeb-8.1.0.tar.bz2) = BxC4l29kvsdou1IYqxgCwA==
|
||||
RMD160 (TwistedWeb-8.1.0.tar.bz2) = ZKAYbI3nhbvB21g1G41PpmqBYY4=
|
||||
SHA1 (TwistedWeb-8.1.0.tar.bz2) = 4eAktTBq7B1ZXkTeN0B60vP368M=
|
||||
SHA256 (TwistedWeb-8.1.0.tar.bz2) = WdfvnGEepP8o7ZGSU+fxUMzGP67n9++ctfRfQwc5jYU=
|
||||
SIZE (TwistedWeb-8.1.0.tar.bz2) = 275009
|
||||
MD5 (TwistedWeb-8.2.0.tar.bz2) = 4uMBzf7b6CAlNhJpBR5/ZQ==
|
||||
RMD160 (TwistedWeb-8.2.0.tar.bz2) = wWCGeJ4FSrJ/14K2kmwnTBEgn54=
|
||||
SHA1 (TwistedWeb-8.2.0.tar.bz2) = u2ZXIcMxQ/eBgZv93oEJjZrhSxA=
|
||||
SHA256 (TwistedWeb-8.2.0.tar.bz2) = 8wq6gDqbGKF+DStYrOblMml4HovBFhsukNRSe4UQn28=
|
||||
SIZE (TwistedWeb-8.2.0.tar.bz2) = 332055
|
||||
|
@ -1,10 +1,19 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2008/04/15 11:04:27 eric Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2009/01/30 16:22:09 eric Exp $
|
||||
lib/python${MODPY_VERSION}/site-packages/Twisted_Web-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
|
||||
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/
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/_auth/
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/_auth/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/_auth/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/_auth/basic.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/_auth/basic.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/_auth/digest.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/_auth/digest.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/_auth/wrapper.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/_auth/wrapper.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/_version.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/_version.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/client.py
|
||||
@ -25,6 +34,10 @@ lib/python${MODPY_VERSION}/site-packages/twisted/web/html.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/html.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/http.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/http.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/http_headers.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/http_headers.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/iweb.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/iweb.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/microdom.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/microdom.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/monitor.py
|
||||
@ -58,6 +71,10 @@ lib/python${MODPY_VERSION}/site-packages/twisted/web/test/test_domhelpers.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/test/test_domhelpers.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/test/test_http.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/test/test_http.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/test/test_http_headers.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/test/test_http_headers.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/test/test_httpauth.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/test/test_httpauth.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/test/test_mvc.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/test/test_mvc.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/test/test_proxy.py
|
||||
@ -74,6 +91,8 @@ lib/python${MODPY_VERSION}/site-packages/twisted/web/test/test_webclient.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/test/test_webclient.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/test/test_woven.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/test/test_woven.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/test/test_wsgi.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/test/test_wsgi.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/test/test_xml.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/test/test_xml.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/test/test_xmlrpc.py
|
||||
@ -127,6 +146,8 @@ lib/python${MODPY_VERSION}/site-packages/twisted/web/woven/view.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/woven/view.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/woven/widgets.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/woven/widgets.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/wsgi.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/wsgi.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/xmlrpc.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/web/xmlrpc.pyc
|
||||
@exec %D/sbin/twisted-regen-dropin.cache
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2008/06/12 06:46:40 eric Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2009/01/30 16:22:09 eric Exp $
|
||||
|
||||
COMMENT= experimental HTTP/1.1 server framework
|
||||
|
||||
CATEGORIES+= www
|
||||
|
||||
VERSION= 8.1.0
|
||||
VERSION= 8.2.0
|
||||
DISTNAME= TwistedWeb2-${VERSION}
|
||||
PKGNAME= py-twisted-web2-${VERSION}
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2008/06/12 06:46:40 eric Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2009/01/30 16:22:09 eric Exp $
|
||||
|
||||
COMMENT= chat and instant messaging module for Twisted
|
||||
|
||||
VERSION= 8.1.0
|
||||
VERSION= 8.2.0
|
||||
DISTNAME= TwistedWords-${VERSION}
|
||||
PKGNAME= py-twisted-words-${VERSION}
|
||||
|
||||
@ -10,12 +10,10 @@ HOMEPAGE= http://twistedmatrix.com/trac/wiki/TwistedWords
|
||||
|
||||
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Words/${VERSION:R}/
|
||||
|
||||
|
||||
REGRESS_DEPENDS=:py-twisted-words-*:devel/py-twisted/words
|
||||
RUN_DEPENDS= :py-twisted-web-*:devel/py-twisted/web
|
||||
|
||||
do-regress:
|
||||
${LOCALBASE}/bin/trial \
|
||||
--temp-directory=${WRKBUILD} \
|
||||
twisted.words
|
||||
TRIAL_TARGET= twisted.words
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (TwistedWords-8.1.0.tar.bz2) = QM7NxtWO/v2wK1CWG7mjgQ==
|
||||
RMD160 (TwistedWords-8.1.0.tar.bz2) = ta57NUquZruANHBQYIZ3q4CMyyY=
|
||||
SHA1 (TwistedWords-8.1.0.tar.bz2) = e3nIxsT3PAANr+hoXFcf2HXy3Jo=
|
||||
SHA256 (TwistedWords-8.1.0.tar.bz2) = Y8NkgMUPIx13Kfw/6ZeFVB7yrUMaJGl8s0MFsBt5x4I=
|
||||
SIZE (TwistedWords-8.1.0.tar.bz2) = 163253
|
||||
MD5 (TwistedWords-8.2.0.tar.bz2) = cGe55m+PuFZX6QRP+9KOFw==
|
||||
RMD160 (TwistedWords-8.2.0.tar.bz2) = 7torXgtTD/FR+nNJjmybdnjHqT0=
|
||||
SHA1 (TwistedWords-8.2.0.tar.bz2) = F3Fo92GQTey2kQ4D8eZJtuoaI6s=
|
||||
SHA256 (TwistedWords-8.2.0.tar.bz2) = GQAAcLDDi6zEp03DFVMZc7K8Ds9VlXXJCOfwI84rq5s=
|
||||
SIZE (TwistedWords-8.2.0.tar.bz2) = 174475
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2008/04/15 11:04:27 eric Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2009/01/30 16:22:09 eric Exp $
|
||||
bin/im
|
||||
lib/python${MODPY_VERSION}/site-packages/Twisted_Words-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/plugins/twisted_words.py
|
||||
@ -126,6 +126,8 @@ lib/python${MODPY_VERSION}/site-packages/twisted/words/test/test_xishutil.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/words/test/test_xishutil.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/words/test/test_xmlstream.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/words/test/test_xmlstream.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/words/test/test_xmpproutertap.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/words/test/test_xmpproutertap.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/words/test/test_xpath.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/words/test/test_xpath.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/words/toctap.py
|
||||
@ -146,3 +148,5 @@ lib/python${MODPY_VERSION}/site-packages/twisted/words/xish/xpathparser.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/words/xish/xpathparser.pyc
|
||||
@exec %D/sbin/twisted-regen-dropin.cache
|
||||
@unexec %D/sbin/twisted-regen-dropin.cache
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/words/xmpproutertap.py
|
||||
lib/python${MODPY_VERSION}/site-packages/twisted/words/xmpproutertap.pyc
|
||||
|
Loading…
Reference in New Issue
Block a user