[csw-devel] SF.net SVN: gar:[6095] csw/mgar/pkg
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Mon Aug 24 00:30:31 CEST 2009
Revision: 6095
http://gar.svn.sourceforge.net/gar/?rev=6095&view=rev
Author: skayser
Date: 2009-08-23 22:30:31 +0000 (Sun, 23 Aug 2009)
Log Message:
-----------
ZSI: initial commit
Added Paths:
-----------
csw/mgar/pkg/ZSI/
csw/mgar/pkg/ZSI/branches/
csw/mgar/pkg/ZSI/tags/
csw/mgar/pkg/ZSI/trunk/
csw/mgar/pkg/ZSI/trunk/Makefile
csw/mgar/pkg/ZSI/trunk/checksums
csw/mgar/pkg/ZSI/trunk/files/
Property changes on: csw/mgar/pkg/ZSI/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/ZSI/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ZSI/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/ZSI/trunk/Makefile 2009-08-23 22:30:31 UTC (rev 6095)
@@ -0,0 +1,31 @@
+# BEWARE:
+# For now this build recipe relies on gar/v2-skayser for the python category
+#
+GARNAME = ZSI
+GARVERSION = 2.0
+CATEGORIES = python
+
+DESCRIPTION = Web services for Python programmers, both client and servers.
+define BLURB
+ ZSI, the Zolera SOAP Infrastructure, is a Python package that provides
+ an implementation of SOAP messaging, as described in The SOAP 1.1
+ Specification. In particular, ZSI parses and generates SOAP messages,
+ and converts between native Python datatypes and SOAP syntax. It can
+ also be used to build applications using SOAP Messages with Attachments.
+ ZSI is ``transport neutral'', and provides only a simple I/O and
+ dispatch framework; a more complete solution is the responsibility of
+ the application using ZSI. As usage patterns emerge, and common
+ application frameworks are more understood, this may change.
+endef
+
+MASTER_SITES = $(SF_MIRRORS)
+SF_PROJ = pywebsvcs/$(DISTNAME)
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+
+SPKG_SOURCEURL = http://pywebsvcs.sf.net/
+PACKAGES = CSWpyzsi
+CATALOGNAME = py_zsi
+
+REQUIRED_PKGS = CSWpyxml
+
+include gar/category.mk
Added: csw/mgar/pkg/ZSI/trunk/checksums
===================================================================
--- csw/mgar/pkg/ZSI/trunk/checksums (rev 0)
+++ csw/mgar/pkg/ZSI/trunk/checksums 2009-08-23 22:30:31 UTC (rev 6095)
@@ -0,0 +1 @@
+bb706337cafe9e2201b06b1bce71ca0f download/ZSI-2.0.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list