aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-10 15:35:51 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-10 15:35:51 +0000
commit50d44db5d5cc5396e0c5d2e28b21979f74e47e9d (patch)
treed6d3118547f90658824ffabcb7cea371dad98aa0 /devel/Makefile
parentf81674b8959d5c7b99c468f0abf37d4fee4497d1 (diff)
downloadports-50d44db5d5cc5396e0c5d2e28b21979f74e47e9d.tar.gz
ports-50d44db5d5cc5396e0c5d2e28b21979f74e47e9d.zip
Add gsoap 2.5.2,
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
Notes: svn path=/head/; revision=103540
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 2373ee5d7a0b..843c01408879 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -284,6 +284,7 @@
SUBDIR += gorm
SUBDIR += gperf
SUBDIR += gputils
+ SUBDIR += gsoap
SUBDIR += gtgt
SUBDIR += gtranslator
SUBDIR += gvd