1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name jakarta-oro |
---|
6 | version 2.0.8 |
---|
7 | |
---|
8 | categories java |
---|
9 | maintainers james@jberry.us |
---|
10 | platforms darwin |
---|
11 | |
---|
12 | description Jakarta ORO |
---|
13 | long_description The Jakarta-ORO Java classes are a set of text-processing Java \ |
---|
14 | classes that provide Perl5 compatible regular expressions, \ |
---|
15 | AWK-like regular expressions, glob expressions, and utility \ |
---|
16 | classes for performing substitutions, splits, filtering \ |
---|
17 | filenames, etc. This library is the successor to the OROMatcher, \ |
---|
18 | AwkTools, PerlTools, and TextTools libraries originally from ORO, Inc. |
---|
19 | homepage http://jakarta.apache.org/oro/ |
---|
20 | |
---|
21 | master_sites apache:jakarta/oro/source/ |
---|
22 | checksums md5 6f7690c6ba9750e3cbb8ebd10078a79a |
---|
23 | |
---|
24 | depends_build bin:ant:apache-ant |
---|
25 | depends_lib bin:java:kaffe |
---|
26 | |
---|
27 | use_configure no |
---|
28 | |
---|
29 | build.cmd ant |
---|
30 | build.target package |
---|
31 | build.args -Dfinal.name=${name} \ |
---|
32 | -Dfinal.dir=${worksrcpath}/dist |
---|
33 | |
---|
34 | destroot { |
---|
35 | xinstall -m 755 -d ${destroot}${prefix}/share/java \ |
---|
36 | ${destroot}${prefix}/share/doc |
---|
37 | xinstall -m 644 \ |
---|
38 | ${worksrcpath}/dist/${name}.jar \ |
---|
39 | ${destroot}${prefix}/share/java/ |
---|
40 | file copy ${worksrcpath}/dist/docs ${destroot}${prefix}/share/doc/${name} |
---|
41 | } |
---|