Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
of the shlib major bump.
PKGREVISION++ for the dependencies.
|
|
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
|
|
|
|
|
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
|
ok'd a while back at pkgsrcCon by agc and wiz
|
|
|
|
Changes for 1.5, released 10-Mar-2004:
- TypeCode honoring for response parameters
- String adherence to wsdl for request/response params via ServiceProxy
- wsdl2py bug fixes
- Numerous bug fixes
|
|
spotted by wiz@
|
|
|
|
|
|
So update to 1.4.1 for real this time and add DIST_SUBDIR accordingly..
Changes for 1.4.1 released 11-Nov-2003:
- Make docstyle work for returning data, too (Alexis Marrero-Narvaez)
- TC.Struct.typed will output xsi:type parameter now.
- Numerous bug fixes
|
|
ZSI, the Zolera SOAP Infrastructure, is a pure-Python module that
provides an implementation of SOAP messaging, as described in The
SOAP 1.1 Specification (see http://www.w3.org/TR/soap). It can also
be used to build applications using SOAP Messages with Attachments.
(see http://www.w3.org/TR/SOAP-attachments) ZSI is intended to make it
easier to write web services in Python.
In particular, ZSI parses and generates SOAP messages, and converts
between native Python datatypes and SOAP syntax. Simple dispatch and
invocation methods are supported. There are no known bugs. It's only
known limitation is that it cannot handle multi-dimensional arrays.
|