1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile 56979 2009-09-04 10:34:43Z toby@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name gsoap |
---|
7 | version 2.7.17 |
---|
8 | platforms darwin |
---|
9 | use_zip yes |
---|
10 | distfiles ${name}_${version}${extract.suffix} |
---|
11 | categories devel |
---|
12 | maintainers stechert |
---|
13 | description offers an XML to C/C++ language binding to ease the \ |
---|
14 | development of SOAP/XML Web services in C and C/C++ |
---|
15 | long_description The gSOAP toolkit is a cross-platform development \ |
---|
16 | environment for C and C++ SOAP/XML Web services (SOAP \ |
---|
17 | 1.1/1.2, WSDL 1.1). gSOAP supports XML serialization of \ |
---|
18 | native C/C++ data types. Includes stub/skeleton compiler, \ |
---|
19 | HTTP Web server, and much more. |
---|
20 | homepage http://www.cs.fsu.edu/~engelen/soap.html |
---|
21 | master_sites sourceforge |
---|
22 | master_sites.mirror_subdir gsoap2 |
---|
23 | checksums md5 6f58cabfc67b4d5eafd1a30057fc4343 \ |
---|
24 | sha1 573a08ab7d8ca2d970158911482c308484fdd5ed \ |
---|
25 | rmd160 3f947cbc5e1656dd82b8c6425816cfaf08063c19 |
---|