[Python-modules-commits] r2192 - in /packages/zsi: ./ branches/ branches/upstream/ branches/upstream/current/ branches/upstream/current/ZSI.egg-info/ branches/upstream/current/ZSI.egg-info/SOURCES.txt branches/upstream/current/doc/ branches/upstream/current/doc/Makefile tags/

mithrandi-guest at users.alioth.debian.org mithrandi-guest at users.alioth.debian.org
Mon Apr 30 01:02:25 UTC 2007


Author: mithrandi-guest
Date: Mon Apr 30 01:02:25 2007
New Revision: 2192

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2192
Log:
[svn-inject] Installing original source of zsi

Added:
    packages/zsi/
    packages/zsi/branches/
    packages/zsi/branches/upstream/
    packages/zsi/branches/upstream/current/
    packages/zsi/branches/upstream/current/ZSI.egg-info/
    packages/zsi/branches/upstream/current/ZSI.egg-info/SOURCES.txt
    packages/zsi/branches/upstream/current/doc/
    packages/zsi/branches/upstream/current/doc/Makefile
    packages/zsi/tags/

Added: packages/zsi/branches/upstream/current/ZSI.egg-info/SOURCES.txt
URL: http://svn.debian.org/wsvn/python-modules/packages/zsi/branches/upstream/current/ZSI.egg-info/SOURCES.txt?rev=2192&op=file
==============================================================================
--- packages/zsi/branches/upstream/current/ZSI.egg-info/SOURCES.txt (added)
+++ packages/zsi/branches/upstream/current/ZSI.egg-info/SOURCES.txt Mon Apr 30 01:02:25 2007
@@ -1,0 +1,264 @@
+CHANGES
+MANIFEST.in
+README
+setup.cfg
+setup.py
+ZSI/ServiceContainer.py
+ZSI/ServiceProxy.py
+ZSI/TC.py
+ZSI/TCapache.py
+ZSI/TCcompound.py
+ZSI/TCnumbers.py
+ZSI/TCtimes.py
+ZSI/__init__.py
+ZSI/address.py
+ZSI/auth.py
+ZSI/client.py
+ZSI/digest_auth.py
+ZSI/dispatch.py
+ZSI/fault.py
+ZSI/parse.py
+ZSI/resolvers.py
+ZSI/schema.py
+ZSI/typeinterpreter.py
+ZSI/version.py
+ZSI/writer.py
+ZSI.egg-info/PKG-INFO
+ZSI.egg-info/SOURCES.txt
+ZSI.egg-info/dependency_links.txt
+ZSI.egg-info/entry_points.txt
+ZSI.egg-info/requires.txt
+ZSI.egg-info/top_level.txt
+ZSI/generate/__init__.py
+ZSI/generate/commands.py
+ZSI/generate/containers.py
+ZSI/generate/pyclass.py
+ZSI/generate/utility.py
+ZSI/generate/wsdl2dispatch.py
+ZSI/generate/wsdl2python.py
+ZSI/twisted/WSresource.py
+ZSI/twisted/WSsecurity.py
+ZSI/twisted/__init__.py
+ZSI/twisted/client.py
+ZSI/wstools/Namespaces.py
+ZSI/wstools/TimeoutSocket.py
+ZSI/wstools/UserTuple.py
+ZSI/wstools/Utility.py
+ZSI/wstools/WSDLTools.py
+ZSI/wstools/XMLSchema.py
+ZSI/wstools/XMLname.py
+ZSI/wstools/__init__.py
+ZSI/wstools/c14n.py
+ZSI/wstools/logging.py
+ZSI/wstools/test/__init__.py
+ZSI/wstools/test/test_t1.py
+ZSI/wstools/test/test_wsdl.py
+ZSI/wstools/test/test_wstools.py
+ZSI/wstools/test/test_wstools_net.py
+doc/.cvsignore
+doc/Makefile
+doc/app-dispatch-dict.tex
+doc/app-dispatch.tex
+doc/app-lowlevel.tex
+doc/app-pickler.tex
+doc/app-wsdl2dispatch.tex
+doc/app-wsdl2py.tex
+doc/bibliography.tex
+doc/blank.png
+doc/c01-intro.tex
+doc/c02-samples.tex
+doc/c02a-coverage.tex
+doc/c03-except.tex
+doc/c04-utils.tex
+doc/c05-parse.tex
+doc/c06-tc.tex
+doc/c07-writer.tex
+doc/c08-fault.tex
+doc/c09-resolve.tex
+doc/c10-dispatch.tex
+doc/client-hello-struct.tex
+doc/contents.png
+doc/dispatch-rpc-hello-array.tex
+doc/dispatch-rpc-hello-struct.tex
+doc/guide.css
+doc/guide.html
+doc/guide.pdf
+doc/guide.ps
+doc/guide.tex
+doc/guide01-intro.tex
+doc/guide02-wsdl2py.tex
+doc/guide03-wsdl2dispatch.tex
+doc/index.png
+doc/modules.png
+doc/next.png
+doc/previous.png
+doc/pyfav.png
+doc/up.png
+doc/version.tex
+doc/zsi.css
+doc/zsi.html
+doc/zsi.pdf
+doc/zsi.ps
+doc/zsi.tex
+doc/zsi.xsd
+doc/examples/client/receive_response/complex/binding.wsdl
+doc/examples/client/receive_response/complex/interface.wsdl
+doc/examples/client/receive_response/complex/types.xsd
+doc/examples/client/receive_response/complex/manual/.cvsignore
+doc/examples/client/receive_response/complex/manual/ComplexTypes.py
+doc/examples/client/receive_response/complex/manual/client.py
+doc/examples/client/receive_response/complex/server/.cvsignore
+doc/examples/client/receive_response/complex/server/server.py
+doc/examples/client/receive_response/complex/wsdl2py/.cvsignore
+doc/examples/client/receive_response/complex/wsdl2py/client.py
+doc/examples/client/receive_response/simple/binding.wsdl
+doc/examples/client/receive_response/simple/interface.wsdl
+doc/examples/client/receive_response/simple/ServiceProxy/client.py
+doc/examples/client/receive_response/simple/server/.cvsignore
+doc/examples/client/receive_response/simple/server/server.py
+doc/examples/client/receive_response/simple/wsdl2py/.cvsignore
+doc/examples/client/receive_response/simple/wsdl2py/README
+doc/examples/client/receive_response/simple/wsdl2py/client.py
+doc/examples/client/send_request/complex/binding.wsdl
+doc/examples/client/send_request/complex/interface.wsdl
+doc/examples/client/send_request/complex/types.xsd
+doc/examples/client/send_request/complex/manual/.cvsignore
+doc/examples/client/send_request/complex/manual/ComplexTypes.py
+doc/examples/client/send_request/complex/manual/client.py
+doc/examples/client/send_request/complex/server/.cvsignore
+doc/examples/client/send_request/complex/server/ComplexTypes.py
+doc/examples/client/send_request/complex/server/server.py
+doc/examples/client/send_request/complex/wsdl2py/.cvsignore
+doc/examples/client/send_request/complex/wsdl2py/client.py
+doc/examples/client/send_request/simple/README
+doc/examples/client/send_request/simple/binding.wsdl
+doc/examples/client/send_request/simple/interface.wsdl
+doc/examples/client/send_request/simple/Binding/client.py
+doc/examples/client/send_request/simple/ServiceProxy/client.py
+doc/examples/client/send_request/simple/server/.cvsignore
+doc/examples/client/send_request/simple/server/server.py
+doc/examples/client/send_request/simple/wsdl2py/.cvsignore
+doc/examples/client/send_request/simple/wsdl2py/README
+doc/examples/client/send_request/simple/wsdl2py/client.py
+doc/examples/server/receive_request/complex/binding.wsdl
+doc/examples/server/receive_request/complex/interface.wsdl
+doc/examples/server/receive_request/complex/types.xsd
+doc/examples/server/receive_request/complex/client/.cvsignore
+doc/examples/server/receive_request/complex/client/ComplexTypes.py
+doc/examples/server/receive_request/complex/client/client.py
+doc/examples/server/receive_request/complex/manual/.cvsignore
+doc/examples/server/receive_request/complex/manual/ComplexTypes.py
+doc/examples/server/receive_request/complex/manual/server.py
+doc/examples/server/receive_request/complex/wsdl2py/.cvsignore
+doc/examples/server/receive_request/complex/wsdl2py/server.py
+doc/examples/server/receive_request/simple/binding.wsdl
+doc/examples/server/receive_request/simple/interface.wsdl
+doc/examples/server/receive_request/simple/CGI/README
+doc/examples/server/receive_request/simple/CGI/cgi.py
+doc/examples/server/receive_request/simple/client/client.py
+doc/examples/server/receive_request/simple/mod_python/.cvsignore
+doc/examples/server/receive_request/simple/mod_python/MyHandler.py
+doc/examples/server/receive_request/simple/mod_python/README
+doc/examples/server/receive_request/simple/mod_python/mod_python.py
+doc/examples/server/receive_request/simple/standalone/.cvsignore
+doc/examples/server/receive_request/simple/standalone/README
+doc/examples/server/receive_request/simple/standalone/standalone.py
+doc/examples/server/send_response/complex/binding.wsdl
+doc/examples/server/send_response/complex/interface.wsdl
+doc/examples/server/send_response/complex/types.xsd
+doc/examples/server/send_response/complex/client/.cvsignore
+doc/examples/server/send_response/complex/client/client.py
+doc/examples/server/send_response/complex/manual/.cvsignore
+doc/examples/server/send_response/complex/manual/ComplexTypes.py
+doc/examples/server/send_response/complex/manual/server.py
+doc/examples/server/send_response/complex/wsdl2py/.cvsignore
+doc/examples/server/send_response/complex/wsdl2py/server.py
+doc/examples/server/send_response/simple/binding.wsdl
+doc/examples/server/send_response/simple/interface.wsdl
+doc/examples/server/send_response/simple/no_typecode/client.py
+doc/examples/server/send_response/simple/no_typecode/server.py
+doc/examples/server/send_response/simple/wsdl2py/.cvsignore
+doc/examples/server/send_response/simple/wsdl2py/README
+doc/examples/server/send_response/simple/wsdl2py/client.py
+doc/examples/server/send_response/simple/wsdl2py/server.py
+interop/InteropTest.wsdl
+interop/InteropTestB.wsdl
+interop/README
+interop/client.py
+interop/cpackets.py
+interop/echoHeaderBindings.wsdl
+interop/sclasses.py
+interop/server.py
+samples/README
+samples/poly.py
+samples/Echo/Echo.wsdl
+samples/Echo/EchoClient.py
+samples/Echo/EchoServer.py
+samples/Echo/README
+samples/Echo/buildms.bat
+samples/Echo/echo.cs
+scripts/wsdl2dispatch
+scripts/wsdl2py
+test/README
+test/cgicli.py
+test/test_TCtimes.py
+test/test_URI.py
+test/test_list.py
+test/test_rfc2617.py
+test/test_t1.py
+test/test_t2.py
+test/test_t3.py
+test/test_t4.py
+test/test_t5.py
+test/test_t6.py
+test/test_t7.py
+test/test_t8.py
+test/test_t9.py
+test/test_union.py
+test/test_zsi.py
+test/test_zsi_net.py
+test/tests_bad.py
+test/tests_good.py
+test/wsdl2py/BasicComm.wsdl
+test/wsdl2py/DateService.wsdl
+test/wsdl2py/EchoWSAddr200403.wsdl
+test/wsdl2py/FinancialService.wsdl
+test/wsdl2py/README
+test/wsdl2py/Racing.wsdl
+test/wsdl2py/ServiceTest.py
+test/wsdl2py/SquareService.wsdl
+test/wsdl2py/config.txt
+test/wsdl2py/runTests.py
+test/wsdl2py/test_AWSECommerceService.py
+test/wsdl2py/test_AmazonS3.py
+test/wsdl2py/test_Attributes.py
+test/wsdl2py/test_Attributes.xsd
+test/wsdl2py/test_BasicComm.py
+test/wsdl2py/test_Choice.py
+test/wsdl2py/test_Choice.xsd
+test/wsdl2py/test_DateService.py
+test/wsdl2py/test_DerivedTypes.py
+test/wsdl2py/test_DerivedTypes.xsd
+test/wsdl2py/test_Echo.py
+test/wsdl2py/test_EchoWSAddr200403.py
+test/wsdl2py/test_FinancialService.py
+test/wsdl2py/test_InfoBil.py
+test/wsdl2py/test_MapPoint.py
+test/wsdl2py/test_OpcDaGateway.py
+test/wsdl2py/test_Racing.py
+test/wsdl2py/test_Sabre.py
+test/wsdl2py/test_SquareService.py
+test/wsdl2py/test_TerraService.py
+test/wsdl2py/test_ThreatService.py
+test/wsdl2py/test_WhiteMesa.py
+test/wsdl2py/test_WolframSearch.py
+test/wsdl2py/test_XMethodsQuery.py
+test/wsdl2py/test_ZipCodeResolver.py
+test/wsdl2py/servers/BasicServer.py
+test/wsdl2py/servers/DateService.py
+test/wsdl2py/servers/EchoServer.py
+test/wsdl2py/servers/EchoWSAddr200403Server.py
+test/wsdl2py/servers/FinancialService.py
+test/wsdl2py/servers/SquareService.py
+test/wsdl2py/servers/WhiteMesa.py
+test/wsdl2py/servers/WolframSearchService.py

Added: packages/zsi/branches/upstream/current/doc/Makefile
URL: http://svn.debian.org/wsvn/python-modules/packages/zsi/branches/upstream/current/doc/Makefile?rev=2192&op=file
==============================================================================
--- packages/zsi/branches/upstream/current/doc/Makefile (added)
+++ packages/zsi/branches/upstream/current/doc/Makefile Mon Apr 30 01:02:25 2007
@@ -1,0 +1,65 @@
+# $Header$
+
+# put the path to where the Python source was untar'd here (not where it
+# is installed)
+PYSRCDIR=	/Library/Frameworks/Python.framework/Versions/2.4
+MKHOWTO=	PATH=$$PATH mkhowto
+#PAPER=		a4
+PAPER=		letter
+
+M_CHAPTERS=	c01-intro.tex c02-samples.tex \
+		c03-except.tex c04-utils.tex c05-parse.tex c06-tc.tex \
+		c07-writer.tex c08-fault.tex c09-resolve.tex \
+		c10-dispatch.tex 
+	
+G_CHAPTERS=	guide01-intro.tex guide02-wsdl2py.tex
+
+M=		zsi
+G=		guide
+
+SOURCES=	$M.tex version.tex $(M_CHAPTERS) 
+GSOURCES=	$G.tex version.tex $(G_CHAPTERS)
+
+
+all:	ps pdf html
+pdf:	$M.pdf $G.pdf
+ps:	$M.ps $G.ps
+html:	$M.html $G.html
+.PHONY: all pdf ps html
+
+$M.ps: $(SOURCES)
+	$(MKHOWTO) --dvi $M.tex
+	dvips -N0 -t $(PAPER) -o $@ $M.dvi
+	rm $M.dvi
+
+$G.ps: $(GSOURCES)
+	$(MKHOWTO) --dvi $G.tex
+	dvips -N0 -t $(PAPER) -o $@ $G.dvi
+	rm $G.dvi
+
+$M.pdf: $(SOURCES)
+	$(MKHOWTO) --pdf $M.tex
+
+$G.pdf: $(GSOURCES)
+	$(MKHOWTO) --pdf $G.tex
+
+$M.html: $(SOURCES)
+	$(MKHOWTO) --html --split=1 $M.tex
+	mv $M/$M.html $M/$M.css .
+	rm -rf $M zsi.l2h
+
+$G.html: $(GSOURCES)
+	$(MKHOWTO) --html --split=1 $G.tex
+	mv $G/$G.html $G/$G.css .
+	rm -rf $G zsi.l2h
+
+#zsixsd.tex: zsi.xsd
+#	sed -e '1,/-->/d' zsi.xsd | expand >$@
+
+clean:
+	rm -f *.aux *.idx *.ilg *.ind *.log *.toc *.bkm *.syn *.pla *.how
+clobber: clean
+	rm -f $M.ps $M.pdf $M.html $M.l2h $M.css $G.ps $G.pdf $G.html zsixsd.tex 
+realclean: clobber
+distclean: clobber
+.PHONY: clean clobber realclean distclean




More information about the Python-modules-commits mailing list