diff options
author | recht <recht> | 2004-03-30 13:27:05 +0000 |
---|---|---|
committer | recht <recht> | 2004-03-30 13:27:05 +0000 |
commit | 607c1b6cca97fb6df460e59f9f38a9c2a7e893f9 (patch) | |
tree | 5cc9fdcae1a3810761919ef1bfb73ec52810395a /net/py-twisted/MESSAGE | |
parent | b1bfcad2a7fc0d501fcf46807e8f507022b29643 (diff) | |
download | pkgsrc-607c1b6cca97fb6df460e59f9f38a9c2a7e893f9.tar.gz |
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 (limited to 'net/py-twisted/MESSAGE')
-rw-r--r-- | net/py-twisted/MESSAGE | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/py-twisted/MESSAGE b/net/py-twisted/MESSAGE new file mode 100644 index 00000000000..ef29c165ffb --- /dev/null +++ b/net/py-twisted/MESSAGE @@ -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). + +=========================================================================== |