mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
37 lines
1.3 KiB
Tcl
37 lines
1.3 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
|
|
name wsdlpull
|
|
version 1.24
|
|
revision 3
|
|
categories devel
|
|
license LGPL
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
|
|
description C++ Web services library
|
|
|
|
long_description wsdlpull is an efficient C++ Web services library that \
|
|
includes a standards compliant WSDL parser API, a Schema \
|
|
parser and validator, an XML parser and serializer, and \
|
|
an API and command line tool for dynamically inspecting \
|
|
and invoking WSDL Web services.
|
|
|
|
homepage http://wsdlpull.sourceforge.net/
|
|
master_sites sourceforge:project/wsdlpull/wsdlpull/wsdlpull%20${version}
|
|
use_bzip2 yes
|
|
|
|
checksums rmd160 c2fd195aee668aa47fc4905fc68f60921934daab \
|
|
sha256 833f4f0a2e5a8193aa6b663bb10502a7514bcce7d698e8faf8183a487d22835f
|
|
|
|
depends_build path:bin/doxygen:doxygen
|
|
|
|
depends_lib port:curl \
|
|
path:lib/libssl.dylib:openssl \
|
|
port:zlib
|
|
|
|
configure.args --with-docdir=${prefix}/share/doc/${name}
|
|
|
|
livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix}
|