1 | # $Id: Portfile,v 1.1 2005/03/16 14:11:41 mww Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name gsoap |
---|
6 | version 2.7.3 |
---|
7 | distfiles ${name}_${version}${extract.suffix} |
---|
8 | worksrcdir ${name}-2.7 |
---|
9 | patchfiles gsoap-2.7.diff |
---|
10 | patch.pre_args -p1 |
---|
11 | pre-configure { |
---|
12 | cd ${worksrcpath} |
---|
13 | system "./makemake" |
---|
14 | } |
---|
15 | categories devel |
---|
16 | maintainers andre@splunk.com |
---|
17 | description offers an XML to C/C++ language binding to ease the \ |
---|
18 | development of SOAP/XML Web services in C and C/C++ |
---|
19 | long_description The gSOAP toolkit is a cross-platform development \ |
---|
20 | environment for C and C++ SOAP/XML Web services (SOAP \ |
---|
21 | 1.1/1.2, WSDL 1.1). gSOAP supports XML serialization of \ |
---|
22 | native C/C++ data types. Includes stub/skeleton compiler, \ |
---|
23 | HTTP Web server, and much more. |
---|
24 | homepage http://www.cs.fsu.edu/~engelen/soap.html |
---|
25 | master_sites sourceforge |
---|
26 | master_sites.mirror_subdir gsoap2 |
---|
27 | checksums md5 fb0f5928cdcbc79586112f52fc9bf683 |
---|