1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name xalanj |
---|
6 | version 2.6.0 |
---|
7 | set ver2 2_6_0 |
---|
8 | |
---|
9 | categories java |
---|
10 | maintainers james@jberry.us |
---|
11 | platforms darwin |
---|
12 | |
---|
13 | description Apache Xerces 2 Java XML Parser |
---|
14 | long_description Xalan-Java is an XSLT processor for transforming XML documents \ |
---|
15 | into HTML, text, or other XML document types. It implements \ |
---|
16 | XSL Transformations (XSLT) Version 1.0 and XML Path Language \ |
---|
17 | (XPath) Version 1.0. It can be used from the command line, \ |
---|
18 | in an applet or a servlet, or as a module in other program. |
---|
19 | homepage http://xml.apache.org/xalan-j/ |
---|
20 | |
---|
21 | distname xalan-j_${ver2}-src |
---|
22 | master_sites apache:xml/xalan-j/source/ |
---|
23 | checksums md5 a210f7108e680ab60a11977ec99ab1f9 |
---|
24 | |
---|
25 | depends_build bin:ant:apache-ant |
---|
26 | depends_lib bin:java:kaffe \ |
---|
27 | lib:XXX:xercesj |
---|
28 | |
---|
29 | worksrcdir xalan-j_${ver2} |
---|
30 | |
---|
31 | use_configure no |
---|
32 | |
---|
33 | build.cmd ant |
---|
34 | build.target jar docs javadocs |
---|
35 | |
---|
36 | destroot { |
---|
37 | xinstall -m 755 -d ${destroot}${prefix}/share/java \ |
---|
38 | ${destroot}${prefix}/share/doc |
---|
39 | xinstall -m 644 \ |
---|
40 | ${worksrcpath}/build/xalan.jar \ |
---|
41 | ${destroot}${prefix}/share/java/ |
---|
42 | file copy ${worksrcpath}/build/docs ${destroot}${prefix}/share/doc/${name} |
---|
43 | } |
---|