- 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 :-/
This commit is contained in:
Johann Visagie 2002-07-11 12:08:58 +00:00
parent 72f20def8c
commit 0e89320b5c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62807

View File

@ -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>