# $Id: Portfile 108173 2013-07-15 06:48:35Z devans@macports.org $

PortSystem 1.0

name		libxmlxx
set gname	libxml++
version		1.0.5
categories	textproc
maintainers	nomaintainer
license		LGPL

description	libxml++ is a C++ interface for working with XML files
long_description	\
	libxml++ is a C++ interface for working with XML files, using \
	libxml (gnome-xml) to parse and write the actual XML files. It \
	has a simple but complete API.
homepage	http://libxmlplusplus.sourceforge.net/
platforms	darwin
master_sites	gnome:sources/${gname}/1.0 freebsd
use_bzip2	yes
distname	${gname}-${version}
checksums	sha1 e90e66beff0af2e2f2a320ffbf8f4c1a3790bc44
# deliberately don't match panther's libxml2.2 (we need 2.5.8+)
depends_lib     port:libxml2 port:zlib port:libiconv
depends_build   bin:pkg-config:pkgconfig
configure.args  --infodir=${prefix}/share/info --mandir=${prefix}/share/man

livecheck.type	gnome
livecheck.name  ${gname}
livecheck.regex {LATEST-IS-(1\.\d*[02468](?:\.\d+)*)}

