pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-twisted update to 1.3.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6251797bc389
branches:  trunk
changeset: 475786:6251797bc389
user:      recht <recht%pkgsrc.org@localhost>
date:      Wed May 26 11:59:25 2004 +0000

description:
update to 1.3.0.
patch provided by Michal Pasternak in PR pkg/25705

changes:

- Address objects for IPv4 and Unix addresses throughout twisted.internet.
- Improved connected UDP APIs.
- Refactored SSH client support.
- Initial implementation of Windows I/O Completion Ports event loop.
- Bug fixes and feature enhancements.
- Nevow support for Lore (so your Lore documents can use Nevow directives).
- This is the last release before Twisted begins splitting up.

diffstat:

 net/py-twisted/Makefile.common |     4 +-
 net/py-twisted/PLIST           |  2923 ++++++++++++++++++++-------------------
 net/py-twisted/distinfo        |     6 +-
 3 files changed, 1518 insertions(+), 1415 deletions(-)

diffs (truncated from 3072 to 300 lines):

diff -r 0fe975f5ef5b -r 6251797bc389 net/py-twisted/Makefile.common
--- a/net/py-twisted/Makefile.common    Wed May 26 11:14:33 2004 +0000
+++ b/net/py-twisted/Makefile.common    Wed May 26 11:59:25 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.1.1.1 2004/03/30 13:27:08 recht Exp $
+# $NetBSD: Makefile.common,v 1.2 2004/05/26 11:59:25 recht Exp $
 #
 
-TWISTED_VERSION=       1.2.0
+TWISTED_VERSION=       1.3.0
 TWISTED_DISTNAME=      Twisted-${TWISTED_VERSION}
 TWISTED_PKGNAME=       ${TWISTED_DISTNAME:S/T/t/}
 TWISTED_MASTER_SITES=          http://twisted.sourceforge.net/ \
diff -r 0fe975f5ef5b -r 6251797bc389 net/py-twisted/PLIST
--- a/net/py-twisted/PLIST      Wed May 26 11:14:33 2004 +0000
+++ b/net/py-twisted/PLIST      Wed May 26 11:59:25 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/30 13:27:08 recht Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/05/26 11:59:25 recht Exp $
 bin/ckeygen${PYVERSSUFFIX}
 bin/conch${PYVERSSUFFIX}
 bin/im${PYVERSSUFFIX}
@@ -8,6 +8,7 @@
 bin/mktap${PYVERSSUFFIX}
 bin/t-im${PYVERSSUFFIX}
 bin/tap2deb${PYVERSSUFFIX}
+bin/tap2rpm${PYVERSSUFFIX}
 bin/tapconvert${PYVERSSUFFIX}
 bin/tkconch${PYVERSSUFFIX}
 bin/tkmktap${PYVERSSUFFIX}
@@ -15,1503 +16,1602 @@
 bin/twistd${PYVERSSUFFIX}
 bin/websetroot${PYVERSSUFFIX}
 ${PYSITELIB}/twisted/__init__.py
-${PYSITELIB}/twisted/__init__.pyc
-${PYSITELIB}/twisted/__init__.pyo
+${PYSITELIB}/twisted/copyright.py
+${PYSITELIB}/twisted/application/internet.py
 ${PYSITELIB}/twisted/application/__init__.py
-${PYSITELIB}/twisted/application/__init__.pyc
-${PYSITELIB}/twisted/application/__init__.pyo
+${PYSITELIB}/twisted/application/service.py
 ${PYSITELIB}/twisted/application/app.py
-${PYSITELIB}/twisted/application/app.pyc
-${PYSITELIB}/twisted/application/app.pyo
+${PYSITELIB}/twisted/application/strports.py
 ${PYSITELIB}/twisted/application/compat.py
-${PYSITELIB}/twisted/application/compat.pyc
-${PYSITELIB}/twisted/application/compat.pyo
-${PYSITELIB}/twisted/application/internet.py
 ${PYSITELIB}/twisted/application/internet.pyc
-${PYSITELIB}/twisted/application/internet.pyo
-${PYSITELIB}/twisted/application/service.py
+${PYSITELIB}/twisted/application/__init__.pyc
 ${PYSITELIB}/twisted/application/service.pyc
+${PYSITELIB}/twisted/application/app.pyc
+${PYSITELIB}/twisted/application/strports.pyc
+${PYSITELIB}/twisted/application/compat.pyc
+${PYSITELIB}/twisted/application/internet.pyo
+${PYSITELIB}/twisted/application/__init__.pyo
 ${PYSITELIB}/twisted/application/service.pyo
-${PYSITELIB}/twisted/application/strports.py
-${PYSITELIB}/twisted/application/strports.pyc
+${PYSITELIB}/twisted/application/app.pyo
 ${PYSITELIB}/twisted/application/strports.pyo
+${PYSITELIB}/twisted/application/compat.pyo
+${PYSITELIB}/twisted/conch/identity.py
+${PYSITELIB}/twisted/conch/error.py
+${PYSITELIB}/twisted/conch/authorizer.py
+${PYSITELIB}/twisted/conch/credentials.py
 ${PYSITELIB}/twisted/conch/__init__.py
-${PYSITELIB}/twisted/conch/__init__.pyc
-${PYSITELIB}/twisted/conch/__init__.pyo
-${PYSITELIB}/twisted/conch/authorizer.py
-${PYSITELIB}/twisted/conch/authorizer.pyc
-${PYSITELIB}/twisted/conch/authorizer.pyo
+${PYSITELIB}/twisted/conch/pamauth.py
+${PYSITELIB}/twisted/conch/interfaces.py
+${PYSITELIB}/twisted/conch/ttymodes.py
+${PYSITELIB}/twisted/conch/avatar.py
+${PYSITELIB}/twisted/conch/unix.py
 ${PYSITELIB}/twisted/conch/checkers.py
-${PYSITELIB}/twisted/conch/checkers.pyc
-${PYSITELIB}/twisted/conch/checkers.pyo
-${PYSITELIB}/twisted/conch/credentials.py
-${PYSITELIB}/twisted/conch/credentials.pyc
-${PYSITELIB}/twisted/conch/credentials.pyo
-${PYSITELIB}/twisted/conch/error.py
-${PYSITELIB}/twisted/conch/error.pyc
-${PYSITELIB}/twisted/conch/error.pyo
-${PYSITELIB}/twisted/conch/identity.py
-${PYSITELIB}/twisted/conch/identity.pyc
-${PYSITELIB}/twisted/conch/identity.pyo
-${PYSITELIB}/twisted/conch/insults/__init__.py
-${PYSITELIB}/twisted/conch/insults/__init__.pyc
-${PYSITELIB}/twisted/conch/insults/__init__.pyo
-${PYSITELIB}/twisted/conch/insults/client.py
-${PYSITELIB}/twisted/conch/insults/client.pyc
-${PYSITELIB}/twisted/conch/insults/client.pyo
-${PYSITELIB}/twisted/conch/insults/colors.py
-${PYSITELIB}/twisted/conch/insults/colors.pyc
-${PYSITELIB}/twisted/conch/insults/colors.pyo
-${PYSITELIB}/twisted/conch/pamauth.py
-${PYSITELIB}/twisted/conch/pamauth.pyc
-${PYSITELIB}/twisted/conch/pamauth.pyo
-${PYSITELIB}/twisted/conch/realm.py
-${PYSITELIB}/twisted/conch/realm.pyc
-${PYSITELIB}/twisted/conch/realm.pyo
+${PYSITELIB}/twisted/conch/client/connect.py
+${PYSITELIB}/twisted/conch/client/direct.py
+${PYSITELIB}/twisted/conch/client/options.py
+${PYSITELIB}/twisted/conch/client/agent.py
+${PYSITELIB}/twisted/conch/client/__init__.py
+${PYSITELIB}/twisted/conch/client/unix.py
+${PYSITELIB}/twisted/conch/client/default.py
+${PYSITELIB}/twisted/conch/client/connect.pyc
+${PYSITELIB}/twisted/conch/client/direct.pyc
+${PYSITELIB}/twisted/conch/client/options.pyc
+${PYSITELIB}/twisted/conch/client/agent.pyc
+${PYSITELIB}/twisted/conch/client/__init__.pyc
+${PYSITELIB}/twisted/conch/client/unix.pyc
+${PYSITELIB}/twisted/conch/client/default.pyc
+${PYSITELIB}/twisted/conch/client/connect.pyo
+${PYSITELIB}/twisted/conch/client/direct.pyo
+${PYSITELIB}/twisted/conch/client/options.pyo
+${PYSITELIB}/twisted/conch/client/agent.pyo
+${PYSITELIB}/twisted/conch/client/__init__.pyo
+${PYSITELIB}/twisted/conch/client/unix.pyo
+${PYSITELIB}/twisted/conch/client/default.pyo
+${PYSITELIB}/twisted/conch/openssh_compat/__init__.py
+${PYSITELIB}/twisted/conch/openssh_compat/primes.py
+${PYSITELIB}/twisted/conch/openssh_compat/factory.py
+${PYSITELIB}/twisted/conch/openssh_compat/__init__.pyc
+${PYSITELIB}/twisted/conch/openssh_compat/primes.pyc
+${PYSITELIB}/twisted/conch/openssh_compat/factory.pyc
+${PYSITELIB}/twisted/conch/openssh_compat/__init__.pyo
+${PYSITELIB}/twisted/conch/openssh_compat/primes.pyo
+${PYSITELIB}/twisted/conch/openssh_compat/factory.pyo
+${PYSITELIB}/twisted/conch/ssh/connection.py
+${PYSITELIB}/twisted/conch/ssh/common.py
+${PYSITELIB}/twisted/conch/ssh/sexpy.py
+${PYSITELIB}/twisted/conch/ssh/channel.py
+${PYSITELIB}/twisted/conch/ssh/keys.py
+${PYSITELIB}/twisted/conch/ssh/transport.py
+${PYSITELIB}/twisted/conch/ssh/agent.py
 ${PYSITELIB}/twisted/conch/ssh/__init__.py
+${PYSITELIB}/twisted/conch/ssh/forwarding.py
+${PYSITELIB}/twisted/conch/ssh/userauth.py
+${PYSITELIB}/twisted/conch/ssh/service.py
+${PYSITELIB}/twisted/conch/ssh/session.py
+${PYSITELIB}/twisted/conch/ssh/asn1.py
+${PYSITELIB}/twisted/conch/ssh/filetransfer.py
+${PYSITELIB}/twisted/conch/ssh/factory.py
+${PYSITELIB}/twisted/conch/ssh/connection.pyc
+${PYSITELIB}/twisted/conch/ssh/common.pyc
+${PYSITELIB}/twisted/conch/ssh/sexpy.pyc
+${PYSITELIB}/twisted/conch/ssh/channel.pyc
+${PYSITELIB}/twisted/conch/ssh/keys.pyc
+${PYSITELIB}/twisted/conch/ssh/transport.pyc
+${PYSITELIB}/twisted/conch/ssh/agent.pyc
 ${PYSITELIB}/twisted/conch/ssh/__init__.pyc
+${PYSITELIB}/twisted/conch/ssh/forwarding.pyc
+${PYSITELIB}/twisted/conch/ssh/userauth.pyc
+${PYSITELIB}/twisted/conch/ssh/service.pyc
+${PYSITELIB}/twisted/conch/ssh/session.pyc
+${PYSITELIB}/twisted/conch/ssh/asn1.pyc
+${PYSITELIB}/twisted/conch/ssh/filetransfer.pyc
+${PYSITELIB}/twisted/conch/ssh/factory.pyc
+${PYSITELIB}/twisted/conch/ssh/connection.pyo
+${PYSITELIB}/twisted/conch/ssh/common.pyo
+${PYSITELIB}/twisted/conch/ssh/sexpy.pyo
+${PYSITELIB}/twisted/conch/ssh/channel.pyo
+${PYSITELIB}/twisted/conch/ssh/keys.pyo
+${PYSITELIB}/twisted/conch/ssh/transport.pyo
+${PYSITELIB}/twisted/conch/ssh/agent.pyo
 ${PYSITELIB}/twisted/conch/ssh/__init__.pyo
-${PYSITELIB}/twisted/conch/ssh/agent.py
-${PYSITELIB}/twisted/conch/ssh/agent.pyc
-${PYSITELIB}/twisted/conch/ssh/agent.pyo
-${PYSITELIB}/twisted/conch/ssh/asn1.py
-${PYSITELIB}/twisted/conch/ssh/asn1.pyc
+${PYSITELIB}/twisted/conch/ssh/forwarding.pyo
+${PYSITELIB}/twisted/conch/ssh/userauth.pyo
+${PYSITELIB}/twisted/conch/ssh/service.pyo
+${PYSITELIB}/twisted/conch/ssh/session.pyo
 ${PYSITELIB}/twisted/conch/ssh/asn1.pyo
-${PYSITELIB}/twisted/conch/ssh/channel.py
-${PYSITELIB}/twisted/conch/ssh/channel.pyc
-${PYSITELIB}/twisted/conch/ssh/channel.pyo
-${PYSITELIB}/twisted/conch/ssh/common.py
-${PYSITELIB}/twisted/conch/ssh/common.pyc
-${PYSITELIB}/twisted/conch/ssh/common.pyo
-${PYSITELIB}/twisted/conch/ssh/connection.py
-${PYSITELIB}/twisted/conch/ssh/connection.pyc
-${PYSITELIB}/twisted/conch/ssh/connection.pyo
-${PYSITELIB}/twisted/conch/ssh/factory.py
-${PYSITELIB}/twisted/conch/ssh/factory.pyc
-${PYSITELIB}/twisted/conch/ssh/factory.pyo
-${PYSITELIB}/twisted/conch/ssh/filetransfer.py
-${PYSITELIB}/twisted/conch/ssh/filetransfer.pyc
 ${PYSITELIB}/twisted/conch/ssh/filetransfer.pyo
-${PYSITELIB}/twisted/conch/ssh/forwarding.py
-${PYSITELIB}/twisted/conch/ssh/forwarding.pyc
-${PYSITELIB}/twisted/conch/ssh/forwarding.pyo
-${PYSITELIB}/twisted/conch/ssh/keys.py
-${PYSITELIB}/twisted/conch/ssh/keys.pyc
-${PYSITELIB}/twisted/conch/ssh/keys.pyo
-${PYSITELIB}/twisted/conch/ssh/primes.py
-${PYSITELIB}/twisted/conch/ssh/primes.pyc
-${PYSITELIB}/twisted/conch/ssh/primes.pyo
-${PYSITELIB}/twisted/conch/ssh/service.py
-${PYSITELIB}/twisted/conch/ssh/service.pyc
-${PYSITELIB}/twisted/conch/ssh/service.pyo
-${PYSITELIB}/twisted/conch/ssh/session.py
-${PYSITELIB}/twisted/conch/ssh/session.pyc
-${PYSITELIB}/twisted/conch/ssh/session.pyo
-${PYSITELIB}/twisted/conch/ssh/sexpy.py
-${PYSITELIB}/twisted/conch/ssh/sexpy.pyc
-${PYSITELIB}/twisted/conch/ssh/sexpy.pyo
-${PYSITELIB}/twisted/conch/ssh/transport.py
-${PYSITELIB}/twisted/conch/ssh/transport.pyc
-${PYSITELIB}/twisted/conch/ssh/transport.pyo
-${PYSITELIB}/twisted/conch/ssh/ttymodes.py
-${PYSITELIB}/twisted/conch/ssh/ttymodes.pyc
-${PYSITELIB}/twisted/conch/ssh/ttymodes.pyo
-${PYSITELIB}/twisted/conch/ssh/userauth.py
-${PYSITELIB}/twisted/conch/ssh/userauth.pyc
-${PYSITELIB}/twisted/conch/ssh/userauth.pyo
+${PYSITELIB}/twisted/conch/ssh/factory.pyo
+${PYSITELIB}/twisted/conch/ui/tkvt100.py
+${PYSITELIB}/twisted/conch/ui/ansi.py
 ${PYSITELIB}/twisted/conch/ui/__init__.py
-${PYSITELIB}/twisted/conch/ui/__init__.pyc
-${PYSITELIB}/twisted/conch/ui/__init__.pyo
-${PYSITELIB}/twisted/conch/ui/ansi.py
+${PYSITELIB}/twisted/conch/ui/tkvt100.pyc
 ${PYSITELIB}/twisted/conch/ui/ansi.pyc
-${PYSITELIB}/twisted/conch/ui/ansi.pyo
-${PYSITELIB}/twisted/conch/ui/tkvt100.py
-${PYSITELIB}/twisted/conch/ui/tkvt100.pyc
+${PYSITELIB}/twisted/conch/ui/__init__.pyc
 ${PYSITELIB}/twisted/conch/ui/tkvt100.pyo
-${PYSITELIB}/twisted/copyright.py
-${PYSITELIB}/twisted/copyright.pyc
-${PYSITELIB}/twisted/copyright.pyo
-${PYSITELIB}/twisted/cred/__init__.py
-${PYSITELIB}/twisted/cred/__init__.pyc
-${PYSITELIB}/twisted/cred/__init__.pyo
+${PYSITELIB}/twisted/conch/ui/ansi.pyo
+${PYSITELIB}/twisted/conch/ui/__init__.pyo
+${PYSITELIB}/twisted/conch/insults/client.py
+${PYSITELIB}/twisted/conch/insults/__init__.py
+${PYSITELIB}/twisted/conch/insults/colors.py
+${PYSITELIB}/twisted/conch/insults/client.pyc
+${PYSITELIB}/twisted/conch/insults/__init__.pyc
+${PYSITELIB}/twisted/conch/insults/colors.pyc
+${PYSITELIB}/twisted/conch/insults/client.pyo
+${PYSITELIB}/twisted/conch/insults/__init__.pyo
+${PYSITELIB}/twisted/conch/insults/colors.pyo
+${PYSITELIB}/twisted/conch/identity.pyc
+${PYSITELIB}/twisted/conch/error.pyc
+${PYSITELIB}/twisted/conch/authorizer.pyc
+${PYSITELIB}/twisted/conch/credentials.pyc
+${PYSITELIB}/twisted/conch/__init__.pyc
+${PYSITELIB}/twisted/conch/pamauth.pyc
+${PYSITELIB}/twisted/conch/interfaces.pyc
+${PYSITELIB}/twisted/conch/avatar.pyc
+${PYSITELIB}/twisted/conch/ttymodes.pyc
+${PYSITELIB}/twisted/conch/unix.pyc
+${PYSITELIB}/twisted/conch/checkers.pyc
+${PYSITELIB}/twisted/conch/identity.pyo
+${PYSITELIB}/twisted/conch/error.pyo
+${PYSITELIB}/twisted/conch/authorizer.pyo
+${PYSITELIB}/twisted/conch/credentials.pyo
+${PYSITELIB}/twisted/conch/__init__.pyo
+${PYSITELIB}/twisted/conch/pamauth.pyo
+${PYSITELIB}/twisted/conch/interfaces.pyo
+${PYSITELIB}/twisted/conch/ttymodes.pyo
+${PYSITELIB}/twisted/conch/avatar.pyo
+${PYSITELIB}/twisted/conch/unix.pyo
+${PYSITELIB}/twisted/conch/checkers.pyo
+${PYSITELIB}/twisted/cred/identity.py
+${PYSITELIB}/twisted/cred/error.py
+${PYSITELIB}/twisted/cred/perspective.py
 ${PYSITELIB}/twisted/cred/authorizer.py
-${PYSITELIB}/twisted/cred/authorizer.pyc
-${PYSITELIB}/twisted/cred/authorizer.pyo
+${PYSITELIB}/twisted/cred/credentials.py
+${PYSITELIB}/twisted/cred/util.py
+${PYSITELIB}/twisted/cred/__init__.py
+${PYSITELIB}/twisted/cred/service.py
+${PYSITELIB}/twisted/cred/portal.py
 ${PYSITELIB}/twisted/cred/checkers.py
-${PYSITELIB}/twisted/cred/checkers.pyc
-${PYSITELIB}/twisted/cred/checkers.pyo
-${PYSITELIB}/twisted/cred/credentials.py
+${PYSITELIB}/twisted/cred/identity.pyc
+${PYSITELIB}/twisted/cred/error.pyc
+${PYSITELIB}/twisted/cred/perspective.pyc
+${PYSITELIB}/twisted/cred/authorizer.pyc



Home | Main Index | Thread Index | Old Index