a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20478 2006-11-03 15:31:57Z blair@macports.org $
PortSystem 1.0
name libxml
version 1.8.17
revision 0
categories textproc
maintainers nomaintainer@macports.org
description XML parsing library
long_description \
Libxml is the XML C library developed for the Gnome project. XML \
itself is a metalanguage to design markup languages, i.e. text \
language where semantic and structure are added to the content using \
extra "markup" information enclosed between angle brackets. HTML is \
the most well-known markup language. Though the library is written \
in C a variety of language bindings make it available in other \
environments.
homepage http://xmlsoft.org/
platforms darwin
master_sites gnome:sources/${name}/1.8
checksums md5 53846294aa850a7d042948176d1d19dc
depends_lib bin:pkg-config:pkgconfig
configure.env CFLAGS=-O3
configure.args --disable-static
variant darwin {
patchfiles patches
}