Date: Wed, 10 Mar 2004 03:06:12 +0300 From: Sergey Matveychuk <sem@ciam.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/64019: [NEW PORT] devel/gsoap: Generator Tools for Coding SOAP/XML Web Services in C and C++ Message-ID: <E1B0rEi-0000dg-GQ@Current.sem-home.ciam.ru> Resent-Message-ID: <200403100010.i2A0ANB1004700@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 64019 >Category: ports >Synopsis: [NEW PORT] devel/gsoap: Generator Tools for Coding SOAP/XML Web Services in C and C++ >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Mar 09 16:10:22 PST 2004 >Closed-Date: >Last-Modified: >Originator: Sergey Matveychuk >Release: FreeBSD 5.2.1-RELEASE i386 >Organization: >Environment: System: FreeBSD Current.sem-home.ciam.ru 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #4: Fri Feb 27 03:58:52 MSK 2004 >Description: 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 Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- gsoap-2.5.2.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # gsoap # gsoap/Makefile # gsoap/distinfo # gsoap/pkg-descr # gsoap/pkg-plist # echo c - gsoap mkdir -p gsoap > /dev/null 2>&1 echo x - gsoap/Makefile sed 's/^X//' >gsoap/Makefile << 'END-of-gsoap/Makefile' X# New ports collection makefile for: gsoap X# Date created: 8 March 2004 X# Whom: Sergey Matveychuk <sem@ciam.ru> X# X# $FreeBSD$ X# X XPORTNAME= gsoap XPORTVERSION= 2.5.2 XCATEGORIES= devel XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= gsoap2 XDISTNAME= gsoap-2.5 X XMAINTAINER= sem@ciam.ru XCOMMENT= Generator Tools for Coding SOAP/XML Web Services in C and C++ X XUSE_GMAKE= yes XGNU_CONFIGURE= yes XCONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} X X.include <bsd.port.mk> END-of-gsoap/Makefile echo x - gsoap/distinfo sed 's/^X//' >gsoap/distinfo << 'END-of-gsoap/distinfo' XMD5 (gsoap-2.5.tar.gz) = 4cfb29b34728aadf3c3c6d5847d6c40b XSIZE (gsoap-2.5.tar.gz) = 2758220 END-of-gsoap/distinfo echo x - gsoap/pkg-descr sed 's/^X//' >gsoap/pkg-descr << 'END-of-gsoap/pkg-descr' XThe gSOAP Web services development toolkit offers an XML to C/C++ language Xbinding to ease the development of SOAP/XML Web services in C and C/C++. XMost toolkits for C++ Web services adopt a SOAP-centric view and offer APIs Xthat require the use of class libraries for SOAP-specific data structures. XThis often forces a user to adapt the application logic to these libraries. XIn contrast, gSOAP provides a transparent SOAP API through the use of proven Xcompiler technologies. These technologies leverage strong typing to map XXML schemas to C/C++ definitions. Strong typing provides a greater assurance Xon content validation of both WSDL schemas and SOAP/XML messages. X XWWW: http://www.cs.fsu.edu/~engelen/soap.html END-of-gsoap/pkg-descr echo x - gsoap/pkg-plist sed 's/^X//' >gsoap/pkg-plist << 'END-of-gsoap/pkg-plist' Xbin/soapcpp2 Xbin/wsdl2h Xinclude/stdsoap2.h Xlib/libgsoap++.a Xlib/libgsoap.a Xlib/libgsoapck++.a Xlib/libgsoapck.a END-of-gsoap/pkg-plist exit --- gsoap-2.5.2.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1B0rEi-0000dg-GQ>