# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 # $Id: Portfile 45375 2009-01-14 21:42:11Z devans@macports.org $ PortSystem 1.0 name libsoup version 2.24.3 set branch [join [lrange [split ${version} .] 0 1] .] categories gnome net platforms darwin maintainers nomaintainer description Soup is an HTTP library implementation in C. long_description \ Soup provides a queued asynchronous callback-based \ mechanism for sending and servicing SOAP requests \ and a WSDL (Web Service Definition Language) for C \ compilers which generates client stubs and server \ skeletons for easily calling and implementing SOAP \ methods. homepage http://www.gnome.org/ master_sites gnome:sources/${name}/${branch}/ use_bzip2 yes checksums md5 118967f097a7e1e9d5023f1f06e0b65a \ sha1 b63cf9c0bc20264c59e84dea73eb76862be9329c \ rmd160 9000d0355e65879f4031278bead9a4ad61a2bdea depends_lib \ port:libxml2 \ path:lib/pkgconfig/glib-2.0.pc:glib2 \ port:gnutls use_parallel_build yes test.run yes test.target check livecheck.check regex livecheck.url ftp://ftp.gnome.org/pub/gnome/sources/$name/$branch/ livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}