1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name xalanc |
---|
6 | version 1.11 |
---|
7 | revision 1 |
---|
8 | categories textproc |
---|
9 | platforms darwin freebsd |
---|
10 | maintainers mww |
---|
11 | license Apache-2 |
---|
12 | description XSLT processor in C++ for transforming XML |
---|
13 | long_description Xalan is an XSLT processor for transforming XML \ |
---|
14 | documents into HTML, text, or other XML document \ |
---|
15 | types. Xalan-C++ version 1.6 is a robust \ |
---|
16 | implementation of the W3C Recommendations for XSL \ |
---|
17 | Transformations (XSLT) and the XML Path Language \ |
---|
18 | (XPath). |
---|
19 | |
---|
20 | homepage http://xalan.apache.org/xalan-c/ |
---|
21 | master_sites apache:xalan/xalan-c/sources/ |
---|
22 | distname xalan_c-${version}-src |
---|
23 | checksums md5 9227d3e7ab375da3c643934b33a585b8 |
---|
24 | patchfiles patch-Makefile.incl.in |
---|
25 | |
---|
26 | depends_lib port:xercesc3 |
---|
27 | |
---|
28 | worksrcdir xalan-c-${version}/c |
---|
29 | |
---|
30 | compiler.blacklist clang |
---|
31 | |
---|
32 | configure.env XALANCROOT='${workpath}/${worksrcdir}' \ |
---|
33 | XERCESCROOT='${prefix}' |
---|
34 | configure.cmd ./runConfigure |
---|
35 | configure.pre_args -C --prefix=${prefix} \ |
---|
36 | -c ${configure.cc} -x ${configure.cxx} |
---|
37 | |
---|
38 | platform darwin { |
---|
39 | configure.pre_args-append -p macosx |
---|
40 | } |
---|
41 | |
---|
42 | build.env ${configure.env} |
---|
43 | build.type gnu |
---|
44 | use_parallel_build no |
---|
45 | |
---|
46 | destroot.env ${configure.env} |
---|
47 | |
---|
48 | livecheck.type moddate |
---|
49 | |
---|