# -*- 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 145510 2016-02-08 03:40:18Z devans@macports.org $ PortSystem 1.0 name libxmlxx2 set gname libxml++ version 2.38.1 revision 2 set branch [join [lrange [split ${version} .] 0 1] .] categories textproc license LGPL maintainers devans openmaintainer 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 distname ${gname}-${version} master_sites gnome:sources/${gname}/${branch}/ use_xz yes checksums rmd160 152350d95c2924a3f5f15111db439fd769ce8bad \ sha256 882529189b03db6c69925b3f579ab1941feb4f02b5fe2612504ee7e498a4a05f depends_build port:pkgconfig depends_lib port:libxml2 \ port:glibmm configure.perl /usr/bin/perl livecheck.type gnome livecheck.name ${gname} livecheck.regex "LATEST-IS-(2\\.\\d*\[02468\](?:\\.\\d+)*)"