# -*- 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
# $Id: Portfile 78753 2011-05-21 14:00:08Z ryandesign@macports.org $

PortSystem          1.0

name                gsoap
version             2.8.0
set branch          [join [lrange [split ${version} .] 0 1] .]
platforms           darwin
categories          devel
maintainers         nomaintainer

description         offers an XML to C/C++ language binding to ease the \
                    development of SOAP/XML Web services in C and C/C++

long_description    The gSOAP toolkit is a cross-platform development \
                    environment for C and C++ SOAP/XML Web services (SOAP \
                    1.1/1.2, WSDL 1.1). gSOAP supports XML serialization of \
                    native C/C++ data types. Includes stub/skeleton compiler, \
                    HTTP Web server, and much more.

homepage            http://www.cs.fsu.edu/~engelen/soap.html
master_sites        sourceforge:gsoap2

use_zip             yes
distname            ${name}_${version}
worksrcdir          ${name}-${branch}

checksums           sha1    e6363871fa0401090f3bd08bcd532c2e39a5d551 \
                    rmd160  eb47fbbf8e74ba5b6c97b694730658b27c03ba4f

depends_lib         port:openssl

use_parallel_build  no

livecheck.type      regex
livecheck.url       http://sourceforge.net/projects/gsoap2/files/
livecheck.regex     /${name}_(\[0-9.\]+)\\.
