aboutsummaryrefslogtreecommitdiff
path: root/www/py-tgwebservices
Commit message (Collapse)AuthorAgeFilesLines
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+2
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* - Update to 1.1.2Nicola Vitale2007-03-272-4/+4
| | | | | | | | PR: ports/110924 Submitted by: nivit Notes: svn path=/head/; revision=188568
* - Updated to 1.1Nicola Vitale2007-03-073-4/+12
| | | | Notes: svn path=/head/; revision=186781
* - Updated to 1.0.2Nicola Vitale2007-02-223-6/+4
| | | | | | | | PR: ports/109431 Submitted by: nivit Notes: svn path=/head/; revision=185712
* Multiprotocol Web Services for TurboGearsNicola Vitale2007-02-174-0/+102
TGWebServices provides a super simple API for creating web services that are available via SOAP, HTTP->XML, and HTTP->JSON. The SOAP API generates WSDL automatically for your Python and even generates enough type information for statically typed languages (Java and C#, for example) to generate good client code on their end. Author: Kevin Dangoor WWW: http://tgwebservices.python-hosting.com/ Notes: svn path=/head/; revision=185382