pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-twisted initial import of Twisted 1.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/405f8c202a36
branches:  trunk
changeset: 471711:405f8c202a36
user:      recht <recht%pkgsrc.org@localhost>
date:      Tue Mar 30 13:27:05 2004 +0000

description:
initial import of Twisted 1.2.0
provided by Michal Pasternak via pkgsrc-wip

Twisted is a framework, written in Python, for writing networked applications.
It includes implementations of a number of commonly used network services such
as a web server, an IRC chat server, a mail server, a relational database
interface and an object broker. Developers can build applications using all of
these services as well as custom services that they write themselves. Twisted
also includes a user authentication system that controls access to services
and provides services with user context information to implement their own
security models.

diffstat:

 net/py-twisted/DESCR            |     8 +
 net/py-twisted/MESSAGE          |    10 +
 net/py-twisted/Makefile         |    23 +
 net/py-twisted/Makefile.common  |    13 +
 net/py-twisted/PLIST            |  1551 +++++++++++++++++++++++++++++++++++++++
 net/py-twisted/distinfo         |     5 +
 net/py-twisted/patches/patch-aa |    24 +
 7 files changed, 1634 insertions(+), 0 deletions(-)

diffs (truncated from 1662 to 300 lines):

diff -r 7b643283c8f9 -r 405f8c202a36 net/py-twisted/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-twisted/DESCR      Tue Mar 30 13:27:05 2004 +0000
@@ -0,0 +1,8 @@
+Twisted is a framework, written in Python, for writing networked applications.
+It includes implementations of a number of commonly used network services such
+as a web server, an IRC chat server, a mail server, a relational database
+interface and an object broker. Developers can build applications using all of
+these services as well as custom services that they write themselves. Twisted
+also includes a user authentication system that controls access to services
+and provides services with user context information to implement their own
+security models.
diff -r 7b643283c8f9 -r 405f8c202a36 net/py-twisted/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-twisted/MESSAGE    Tue Mar 30 13:27:05 2004 +0000
@@ -0,0 +1,10 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2004/03/30 13:27:08 recht Exp $
+
+Please install package:
+
+       security/py-amkCrypto
+
+if you plan to use Twisted Conch (SSH client/server).
+
+===========================================================================
diff -r 7b643283c8f9 -r 405f8c202a36 net/py-twisted/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-twisted/Makefile   Tue Mar 30 13:27:05 2004 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/03/30 13:27:08 recht Exp $
+#
+
+DISTNAME=              ${TWISTED_DISTNAME}
+PKGNAME=               ${PYPKGPREFIX}-${TWISTED_PKGNAME}
+CATEGORIES=            net
+MASTER_SITES=          ${TWISTED_MASTER_SITES}
+
+MAINTAINER=            dotz%irc.pl@localhost
+HOMEPAGE=              http://www.twistedmatrix.com/
+COMMENT=               Framework for writing networked applications
+
+USE_BUILDLINK3=                yes
+PY_PATCHPLIST=         yes
+PYDISTUTILSPKG=                yes
+PLIST_SUBST+=          PYVERSSUFFIX="-${PYVERSSUFFIX}"
+MAKE_ENV+=             PKGSRC="1" PYVERSSUFFIX="-${PYVERSSUFFIX}"
+
+PYTHON_VERSIONS_ACCEPTED=      23 22 23pth 22pth
+
+.include "../../net/py-twisted/Makefile.common"
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7b643283c8f9 -r 405f8c202a36 net/py-twisted/Makefile.common
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-twisted/Makefile.common    Tue Mar 30 13:27:05 2004 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile.common,v 1.1.1.1 2004/03/30 13:27:08 recht Exp $
+#
+
+TWISTED_VERSION=       1.2.0
+TWISTED_DISTNAME=      Twisted-${TWISTED_VERSION}
+TWISTED_PKGNAME=       ${TWISTED_DISTNAME:S/T/t/}
+TWISTED_MASTER_SITES=          http://twisted.sourceforge.net/ \
+                       http://twistedmatrix.com/downloads/
+EXTRACT_SUFX=          .tar.bz2
+
+DISTINFO_FILE?=                ${.CURDIR}/../py-twisted/distinfo
+COMMON_FILESDIR?=      ${.CURDIR}/../py-twisted/files
+PATCHDIR?=             ${.CURDIR}/../py-twisted/patches
diff -r 7b643283c8f9 -r 405f8c202a36 net/py-twisted/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-twisted/PLIST      Tue Mar 30 13:27:05 2004 +0000
@@ -0,0 +1,1551 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/30 13:27:08 recht Exp $
+bin/ckeygen${PYVERSSUFFIX}
+bin/conch${PYVERSSUFFIX}
+bin/im${PYVERSSUFFIX}
+bin/lore${PYVERSSUFFIX}
+bin/mailmail${PYVERSSUFFIX}
+bin/manhole${PYVERSSUFFIX}
+bin/mktap${PYVERSSUFFIX}
+bin/t-im${PYVERSSUFFIX}
+bin/tap2deb${PYVERSSUFFIX}
+bin/tapconvert${PYVERSSUFFIX}
+bin/tkconch${PYVERSSUFFIX}
+bin/tkmktap${PYVERSSUFFIX}
+bin/trial${PYVERSSUFFIX}
+bin/twistd${PYVERSSUFFIX}
+bin/websetroot${PYVERSSUFFIX}
+${PYSITELIB}/twisted/__init__.py
+${PYSITELIB}/twisted/__init__.pyc
+${PYSITELIB}/twisted/__init__.pyo
+${PYSITELIB}/twisted/application/__init__.py
+${PYSITELIB}/twisted/application/__init__.pyc
+${PYSITELIB}/twisted/application/__init__.pyo
+${PYSITELIB}/twisted/application/app.py
+${PYSITELIB}/twisted/application/app.pyc
+${PYSITELIB}/twisted/application/app.pyo
+${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/service.pyc
+${PYSITELIB}/twisted/application/service.pyo
+${PYSITELIB}/twisted/application/strports.py
+${PYSITELIB}/twisted/application/strports.pyc
+${PYSITELIB}/twisted/application/strports.pyo
+${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/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/ssh/__init__.py
+${PYSITELIB}/twisted/conch/ssh/__init__.pyc
+${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/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/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/ansi.pyc
+${PYSITELIB}/twisted/conch/ui/ansi.pyo
+${PYSITELIB}/twisted/conch/ui/tkvt100.py
+${PYSITELIB}/twisted/conch/ui/tkvt100.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/cred/authorizer.py
+${PYSITELIB}/twisted/cred/authorizer.pyc
+${PYSITELIB}/twisted/cred/authorizer.pyo
+${PYSITELIB}/twisted/cred/checkers.py
+${PYSITELIB}/twisted/cred/checkers.pyc
+${PYSITELIB}/twisted/cred/checkers.pyo
+${PYSITELIB}/twisted/cred/credentials.py
+${PYSITELIB}/twisted/cred/credentials.pyc
+${PYSITELIB}/twisted/cred/credentials.pyo
+${PYSITELIB}/twisted/cred/error.py
+${PYSITELIB}/twisted/cred/error.pyc
+${PYSITELIB}/twisted/cred/error.pyo
+${PYSITELIB}/twisted/cred/identity.py
+${PYSITELIB}/twisted/cred/identity.pyc
+${PYSITELIB}/twisted/cred/identity.pyo
+${PYSITELIB}/twisted/cred/perspective.py
+${PYSITELIB}/twisted/cred/perspective.pyc
+${PYSITELIB}/twisted/cred/perspective.pyo
+${PYSITELIB}/twisted/cred/portal.py
+${PYSITELIB}/twisted/cred/portal.pyc
+${PYSITELIB}/twisted/cred/portal.pyo
+${PYSITELIB}/twisted/cred/service.py
+${PYSITELIB}/twisted/cred/service.pyc
+${PYSITELIB}/twisted/cred/service.pyo
+${PYSITELIB}/twisted/cred/util.py
+${PYSITELIB}/twisted/cred/util.pyc
+${PYSITELIB}/twisted/cred/util.pyo
+${PYSITELIB}/twisted/enterprise/__init__.py
+${PYSITELIB}/twisted/enterprise/__init__.pyc
+${PYSITELIB}/twisted/enterprise/__init__.pyo
+${PYSITELIB}/twisted/enterprise/adbapi.py
+${PYSITELIB}/twisted/enterprise/adbapi.pyc
+${PYSITELIB}/twisted/enterprise/adbapi.pyo
+${PYSITELIB}/twisted/enterprise/dbcred.py
+${PYSITELIB}/twisted/enterprise/dbcred.pyc
+${PYSITELIB}/twisted/enterprise/dbcred.pyo
+${PYSITELIB}/twisted/enterprise/dbgadgets.py
+${PYSITELIB}/twisted/enterprise/dbgadgets.pyc
+${PYSITELIB}/twisted/enterprise/dbgadgets.pyo
+${PYSITELIB}/twisted/enterprise/reflector.py
+${PYSITELIB}/twisted/enterprise/reflector.pyc
+${PYSITELIB}/twisted/enterprise/reflector.pyo
+${PYSITELIB}/twisted/enterprise/row.py
+${PYSITELIB}/twisted/enterprise/row.pyc
+${PYSITELIB}/twisted/enterprise/row.pyo
+${PYSITELIB}/twisted/enterprise/sqlreflector.py
+${PYSITELIB}/twisted/enterprise/sqlreflector.pyc
+${PYSITELIB}/twisted/enterprise/sqlreflector.pyo
+${PYSITELIB}/twisted/enterprise/util.py
+${PYSITELIB}/twisted/enterprise/util.pyc
+${PYSITELIB}/twisted/enterprise/util.pyo
+${PYSITELIB}/twisted/enterprise/xmlreflector.py
+${PYSITELIB}/twisted/enterprise/xmlreflector.pyc
+${PYSITELIB}/twisted/enterprise/xmlreflector.pyo
+${PYSITELIB}/twisted/flow/__init__.py
+${PYSITELIB}/twisted/flow/__init__.pyc
+${PYSITELIB}/twisted/flow/__init__.pyo
+${PYSITELIB}/twisted/flow/base.py
+${PYSITELIB}/twisted/flow/base.pyc
+${PYSITELIB}/twisted/flow/base.pyo
+${PYSITELIB}/twisted/flow/controller.py
+${PYSITELIB}/twisted/flow/controller.pyc
+${PYSITELIB}/twisted/flow/controller.pyo
+${PYSITELIB}/twisted/flow/flow.py
+${PYSITELIB}/twisted/flow/flow.pyc
+${PYSITELIB}/twisted/flow/flow.pyo
+${PYSITELIB}/twisted/flow/pipe.py
+${PYSITELIB}/twisted/flow/pipe.pyc
+${PYSITELIB}/twisted/flow/pipe.pyo
+${PYSITELIB}/twisted/flow/protocol.py
+${PYSITELIB}/twisted/flow/protocol.pyc
+${PYSITELIB}/twisted/flow/protocol.pyo
+${PYSITELIB}/twisted/flow/stage.py
+${PYSITELIB}/twisted/flow/stage.pyc
+${PYSITELIB}/twisted/flow/stage.pyo
+${PYSITELIB}/twisted/flow/threads.py
+${PYSITELIB}/twisted/flow/threads.pyc
+${PYSITELIB}/twisted/flow/threads.pyo
+${PYSITELIB}/twisted/flow/web.py
+${PYSITELIB}/twisted/flow/web.pyc
+${PYSITELIB}/twisted/flow/web.pyo
+${PYSITELIB}/twisted/flow/wrap.py
+${PYSITELIB}/twisted/flow/wrap.pyc
+${PYSITELIB}/twisted/flow/wrap.pyo
+${PYSITELIB}/twisted/im/__init__.py
+${PYSITELIB}/twisted/im/__init__.pyc
+${PYSITELIB}/twisted/im/__init__.pyo
+${PYSITELIB}/twisted/im/baseaccount.py
+${PYSITELIB}/twisted/im/baseaccount.pyc
+${PYSITELIB}/twisted/im/baseaccount.pyo



Home | Main Index | Thread Index | Old Index