aboutsummaryrefslogtreecommitdiff
path: root/www/py-tgwebservices
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.2.4Cheng-Lung Sung2011-03-044-25/+24
| | | | Notes: svn path=/head/; revision=270270
* - Bump PORTREVISION after www/py-turbogears updateMartin Wilke2011-02-271-2/+2
| | | | | | | all these ports builds now with python27 \o/ Notes: svn path=/head/; revision=269920
* - Move over to py25Martin Wilke2011-02-252-3/+2
| | | | | | | | - while here drop md5 support - Small cleanups Notes: svn path=/head/; revision=269652
* - Update to 1.2.2Nicola Vitale2009-01-204-79/+66
| | | | | | | | | | | - Convert easy_install support to <bsd.python.mk> - Update WWW url in pkg-descr PR: ports/130784 Submitted by: nivit Notes: svn path=/head/; revision=226538
* 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