# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $

PortSystem 1.0

name		xmlrpc-c
version		1.06.30
categories	devel www
maintainers	kallisys.net:pguyot openmaintainer
description	Lightweight RPC library based on XML and HTTP
long_description	XML-RPC is a quick-and-easy way to make procedure calls \
			over the Internet. It converts the procedure call into \
			XML document, sends it to a remote server using HTTP, and \
			gets back the response as XML. \
			This library provides a modular implementation of XML-RPC \
			for C and C++.
homepage	http://xmlrpc-c.sourceforge.net/
platforms	darwin
master_sites	sourceforge
checksums	md5 6c07fa0a25db020c746543b146efa12c \
			sha1 c3c7c384b71c72683757a85bcaf63da7bb15e142 \
			rmd160 7f53c5b681a2861dd9cf67902c7faaaa9ee91f0c
depends_lib	bin:libwww-config:libwww
extract.suffix	.tgz

livecheck.url	http://sourceforge.net/export/rss2_projfiles.php?group_id=16847
livecheck.distname	Xmlrpc-c stable
