aboutsummaryrefslogtreecommitdiff
path: root/net/py-zsi/pkg-descr
diff options
context:
space:
mode:
authorJohann Visagie <wjv@FreeBSD.org>2001-09-17 09:06:52 +0000
committerJohann Visagie <wjv@FreeBSD.org>2001-09-17 09:06:52 +0000
commitd2fc60ddc26a9801697615a69889ed7784cfefbc (patch)
treeb53a91b18b1f0fe25b21e05814519de21a03efe5 /net/py-zsi/pkg-descr
parent8cd0cf83da2d3592868828161ad0c44f07b96a34 (diff)
downloadports-d2fc60ddc26a9801697615a69889ed7784cfefbc.tar.gz
ports-d2fc60ddc26a9801697615a69889ed7784cfefbc.zip
Notes
Diffstat (limited to 'net/py-zsi/pkg-descr')
-rw-r--r--net/py-zsi/pkg-descr14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/py-zsi/pkg-descr b/net/py-zsi/pkg-descr
new file mode 100644
index 000000000000..6f4ddec86936
--- /dev/null
+++ b/net/py-zsi/pkg-descr
@@ -0,0 +1,14 @@
+Paraphrasing the website:
+
+ ZSI, the Zolera SOAP Infrastructure, is a pure Python module that provides
+ an implementation of the SOAP 1.1 specification. ZSI parses and generates
+ SOAP messages, and converts between native Python datatypes and SOAP
+ syntax. Simple client and server support are also provided.
+
+ ZSI is built on top of DOM. It requires Python 2.0 or later, and PyXML 0.6
+ or later. Feedback to <zsi@zolera.com>.
+
+Author: Rich Salz <rsalz@zolera.com>
+WWW: http://www.zolera.com/resources/opensrc/zsi/
+
+-- Johann Visagie <wjv@FreeBSD.org>