ups... didn't realize that there was once an py-twisted in wip

added files for version 2.0.0
This commit is contained in:
Siegmund Führinger 2005-03-29 04:52:59 +00:00 committed by Thomas Klausner
parent 0d190fc8d7
commit 788ffbcaa3
4 changed files with 1146 additions and 0 deletions

9
py-twisted/DESCR Normal file
View file

@ -0,0 +1,9 @@
Core part of Twisted.
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.

20
py-twisted/Makefile Normal file
View file

@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.15 2005/03/29 04:52:59 sifu Exp $
DISTNAME= Twisted-${TWISTED_VERSION}
PKGNAME= ${PYPKGPREFIX}-twisted-${TWISTED_VERSION}
CATEGORIES= net python
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Twisted/2.0/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= sifu@0xx0.net
HOMEPAGE= http://www.twistedmatrix.com/
COMMENT= Event-driven networking framework for Python
DEPENDS+= ${PYPKGPREFIX}-ZopeInterface>=3.0.1:../../wip/py-ZopeInterface
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
TWISTED_VERSION= 2.0.0
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"

1112
py-twisted/PLIST Normal file

File diff suppressed because it is too large Load diff

5
py-twisted/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.9 2005/03/29 04:53:00 sifu Exp $
SHA1 (Twisted-2.0.0.tar.bz2) = b19e0a4d41c1371e557411d1bd581072752a3928
RMD160 (Twisted-2.0.0.tar.bz2) = 3e7b51492f5dfa6edb1df24f5135eeff11f6db32
Size (Twisted-2.0.0.tar.bz2) = 1047807 bytes