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>
This commit is contained in:
Kirill Ponomarev 2004-03-10 15:35:51 +00:00
parent f81674b895
commit 50d44db5d5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103540
5 changed files with 45 additions and 0 deletions

View File

@ -284,6 +284,7 @@
SUBDIR += gorm
SUBDIR += gperf
SUBDIR += gputils
SUBDIR += gsoap
SUBDIR += gtgt
SUBDIR += gtranslator
SUBDIR += gvd

24
devel/gsoap/Makefile Normal file
View File

@ -0,0 +1,24 @@
# New ports collection makefile for: gsoap
# Date created: 8 March 2004
# Whom: Sergey Matveychuk <sem@ciam.ru>
#
# $FreeBSD$
#
PORTNAME= gsoap
PORTVERSION= 2.5.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gsoap2
DISTNAME= gsoap-2.5
MAINTAINER= sem@ciam.ru
COMMENT= Generator Tools for Coding SOAP/XML Web Services in C and C++
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
ONLY_FOR_ARCHS= i386
.include <bsd.port.mk>

2
devel/gsoap/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (gsoap-2.5.tar.gz) = 4cfb29b34728aadf3c3c6d5847d6c40b
SIZE (gsoap-2.5.tar.gz) = 2758220

11
devel/gsoap/pkg-descr Normal file
View File

@ -0,0 +1,11 @@
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

7
devel/gsoap/pkg-plist Normal file
View File

@ -0,0 +1,7 @@
bin/soapcpp2
bin/wsdl2h
include/stdsoap2.h
lib/libgsoap++.a
lib/libgsoap.a
lib/libgsoapck++.a
lib/libgsoapck.a