# $Id: Portfile,v 1.2 2004/10/29 14:21:26 jberry Exp $ PortSystem 1.0 name xalanj version 2.6.0 set ver2 2_6_0 categories java textproc maintainers jberry@opendarwin.org platforms darwin description Apache Xerces 2 Java XML Parser long_description Xalan-Java is an XSLT processor for transforming XML documents \ into HTML, text, or other XML document types. It implements \ XSL Transformations (XSLT) Version 1.0 and XML Path Language \ (XPath) Version 1.0. It can be used from the command line, \ in an applet or a servlet, or as a module in other program. homepage http://xml.apache.org/xalan-j/ distname xalan-j_${ver2}-src master_sites apache:xml/xalan-j/source/ checksums md5 a210f7108e680ab60a11977ec99ab1f9 depends_build bin:ant:apache-ant depends_lib bin:java:kaffe depends_run lib:XXX:xercesj worksrcdir xalan-j_${ver2} use_configure no build.cmd ant build.target jar docs javadocs destroot { xinstall -m 755 -d ${destroot}${prefix}/share/java \ ${destroot}${prefix}/share/doc xinstall -m 644 \ ${worksrcpath}/build/xalan.jar \ ${destroot}${prefix}/share/java/ file copy ${worksrcpath}/build/docs ${destroot}${prefix}/share/doc/${name} }