Update to 2.4.0. py-twisted becomes meta package for all of the twisted packages.

This commit is contained in:
M. Negovanovic 2006-08-27 16:50:05 +00:00 committed by Thomas Klausner
parent ae1a2e656e
commit 732210147b
3 changed files with 34 additions and 1160 deletions

View file

@ -1,9 +1,8 @@
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
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.

View file

@ -1,19 +1,33 @@
# $NetBSD: Makefile,v 1.19 2005/10/09 10:13:29 sifu Exp $
# $NetBSD: Makefile,v 1.20 2006/08/27 16:50:05 milosn Exp $
.include "../../wip/py-twisted-core/version.mk"
DISTNAME= Twisted-${TWISTED_VERSION}
PKGNAME= ${PYPKGPREFIX}-twisted-${TWISTED_VERSION}
CATEGORIES= net python
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Twisted/2.1/
EXTRACT_SUFX= .tar.bz2
DISTNAME= Twisted-${TWISTED_VERSION}
PKGNAME= ${PYPKGPREFIX}-twisted-${TWISTED_VERSION}
CATEGORIES = meta-pkgs net python
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= sifu@0xx0.net
HOMEPAGE= http://www.twistedmatrix.com/
COMMENT= Event-driven networking framework for Python
MAINTAINER= milos.negovanovic@googlemail.com
HOMEPAGE= http://www.twistedmatrix.com/
COMMENT= Event-driven networking framework for Python
DEPENDS+= ${PYPKGPREFIX}-ZopeInterface>=3.0.1:../../devel/py-ZopeInterface
DEPENDS+= ${PYPKGPREFIX}-twisted-core>=2.4.0:../../wip/py-twisted-core
DEPENDS+= ${PYPKGPREFIX}-twisted-conch>=0.7.0:../../wip/py-twisted-conch
DEPENDS+= ${PYPKGPREFIX}-twisted-web>=0.6.0:../../wip/py-twisted-web
DEPENDS+= ${PYPKGPREFIX}-twisted-lore>=0.2.0:../../wip/py-twisted-lore
DEPENDS+= ${PYPKGPREFIX}-twisted-names>=0.3.0:../../wip/py-twisted-names
DEPENDS+= ${PYPKGPREFIX}-twisted-mail>=0.3.0:../../wip/py-twisted-mail
DEPENDS+= ${PYPKGPREFIX}-twisted-runner>=0.2.0:../../wip/py-twisted-runner
DEPENDS+= ${PYPKGPREFIX}-twisted-words>=0.4.0:../../wip/py-twisted-words
DEPENDS+= ${PYPKGPREFIX}-twisted-news>=0.2.0:../../wip/py-twisted-news
PYDISTUTILSPKG= yes
TWISTED_VERSION= 2.1.0
EXTRACT_ONLY= # empty
NO_CHECKSUM= yes
NO_CONFIGURE= yes
NO_BUILD= yes
NO_MTREE= yes
do-install: # empty
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"

File diff suppressed because it is too large Load diff