# $Id: Portfile,v 1.14 2003/11/21 09:36:40 michaelm Exp $ PortSystem 1.0 name libxslt version 1.0.33 revision 2 description gnome xslt library and xsltproc categories textproc platforms darwin maintainers michaelm@opendarwin.org master_sites gnome:sources/libxslt/1.0/ ftp://xmlsoft.org/ checksums md5 caf27cc5232f5f4cd57be99e206e6c4a depends_lib lib:libxml2.5:libxml2 patchfiles patch-ltmain.sh configure.args --mandir=${prefix}/share/man --enable-static=no \ --with-libxml-prefix=${prefix} long_description \ Libxslt is the XSLT C library developed for the Gnome project. \ XSLT itself is a an XML language to define transformation for XML. \ Libxslt is based on libxml2 the XML C library developed for the Gnome project. \ It also implements most of the EXSLT set of processor-portable extensions \ functions and some of Saxon's evaluate and expressions extensions.