aboutsummaryrefslogtreecommitdiff
path: root/devel/gsoap
Commit message (Collapse)AuthorAgeFilesLines
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - Ubdate to 2.7.0e and unbreakSergey Matveychuk2005-03-012-5/+3
| | | | Notes: svn path=/head/; revision=130063
* BROKEN: Size mismatchKris Kennaway2005-02-281-0/+2
| | | | Notes: svn path=/head/; revision=129976
* - Update to 2.7.0dSergey Matveychuk2004-11-144-5/+20
| | | | Notes: svn path=/head/; revision=121568
* Change email address for my ports.Sergey Matveychuk2004-07-071-1/+1
| | | | | | | Approved by: krion (mentor) Notes: svn path=/head/; revision=113155
* Update to 2.6.2Kirill Ponomarev2004-07-062-3/+5
| | | | | | | | PR: ports/68708 Submitted by: maintainer Notes: svn path=/head/; revision=113040
* - Update to 2.6Kirill Ponomarev2004-05-162-4/+3
| | | | | | | | PR: ports/66706 Submitted by: maintainer Notes: svn path=/head/; revision=109258
* Add gsoap 2.5.2,Kirill Ponomarev2004-03-104-0/+44
The gSOAP Web services development toolkit offers an XML to C/C++ language binding to ease the development of SOAP/XML Web services in C and C/C++. Most toolkits for C++ Web services adopt a SOAP-centric view and offer APIs that require the use of class libraries for SOAP-specific data structures. This often forces a user to adapt the application logic to these libraries. In contrast, gSOAP provides a transparent SOAP API through the use of proven compiler technologies. These technologies leverage strong typing to map XML schemas to C/C++ definitions. Strong typing provides a greater assurance on content validation of both WSDL schemas and SOAP/XML messages. WWW: http://www.cs.fsu.edu/~engelen/soap.html PR: ports/64019 Submitted by: Sergey Matveychuk <sem@ciam.ru> Notes: svn path=/head/; revision=103540