summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohann Visagie <wjv@FreeBSD.org>2002-07-11 12:08:58 +0000
committerJohann Visagie <wjv@FreeBSD.org>2002-07-11 12:08:58 +0000
commit0e89320b5c39cb36d09eed470cb3fd0b786459e4 (patch)
tree3d829b6e379fe51676243085b19d79ec3909d9bc
parent- Add patch that will, for -CURRENT only, change: -pthread -> -lc_r (diff)
- Update $DESCR to indicate that this module now forms part of Python's
standard library. If there are ports that depend on this one, it may become yet another candidate for "special treatment" in bsd.python.mk :-/
Notes
Notes: svn path=/head/; revision=62807
-rw-r--r--net/py-xmlrpclib/pkg-descr9
1 files changed, 8 insertions, 1 deletions
diff --git a/net/py-xmlrpclib/pkg-descr b/net/py-xmlrpclib/pkg-descr
index d511fbd39460..6f92b363c73f 100644
--- a/net/py-xmlrpclib/pkg-descr
+++ b/net/py-xmlrpclib/pkg-descr
@@ -1,3 +1,10 @@
+----------------------------------IMPORTANT-------------------------------
+This module has been integrated with Python's standard library, and the
+standalone version is not maintained anymore. If you have a version of
+Python >= 2.1 installed, you already have a more recent version of this
+module and you should NOT need to install this port.
+--------------------------------------------------------------------------
+
Fredrik Lundh's original and widely used Python implementation of Userland's
XML-RPC protocol (http://www.xmlrpc.com/) is tightly integrated with Python
and extremely simple to use. It includes a simple example server based on
@@ -8,4 +15,4 @@ Version 0.9.9 is regarded as a beta-quality development release.
Author: Fredrik Lundh <fredrik@pythonware.com>
WWW: http://www.pythonware.com/products/xmlrpc/
--- Johann Visagie <johann@egenetics.com>
+-- Johann Visagie <wjv@FreeBSD.org>