1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile 93690 2012-05-28 10:34:07Z ryandesign@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name gsoap |
---|
7 | version 2.8.9 |
---|
8 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
9 | categories devel |
---|
10 | license GPL-2+ |
---|
11 | platforms darwin |
---|
12 | maintainers nomaintainer |
---|
13 | |
---|
14 | description offers an XML to C/C++ language binding to ease the \ |
---|
15 | development of SOAP/XML Web services in C and C/C++ |
---|
16 | |
---|
17 | long_description The gSOAP toolkit is a cross-platform development \ |
---|
18 | environment for C and C++ SOAP/XML Web services (SOAP \ |
---|
19 | 1.1/1.2, WSDL 1.1). gSOAP supports XML serialization of \ |
---|
20 | native C/C++ data types. Includes stub/skeleton compiler, \ |
---|
21 | HTTP Web server, and much more. |
---|
22 | |
---|
23 | homepage http://www.cs.fsu.edu/~engelen/soap.html |
---|
24 | master_sites sourceforge:project/gsoap2/gSOAP |
---|
25 | |
---|
26 | use_zip yes |
---|
27 | distname ${name}_${version} |
---|
28 | worksrcdir ${name}-${branch} |
---|
29 | |
---|
30 | checksums rmd160 aa15776a6d3a7078bbec5036abe2994d58263de7 \ |
---|
31 | sha256 24ff4a4c3b2470149febfd9d2d22127a267e9e92f4a5dd1ad2b16d07da62a7d5 |
---|
32 | |
---|
33 | depends_lib port:openssl |
---|
34 | |
---|
35 | patchfiles patch-configure.diff patch-stdsoap2.h.diff |
---|
36 | |
---|
37 | use_parallel_build no |
---|
38 | |
---|
39 | livecheck.type regex |
---|
40 | livecheck.url http://sourceforge.net/projects/gsoap2/files/ |
---|
41 | livecheck.regex /${name}_(\[0-9.\]+)\\. |
---|