==== Patch <dports_java_xercesj> level 1
Source: f4683a9b-5f3c-4ec4-b7f8-a7e21da36217:/local/trunk/dports/java:20086 [local]
Target: d073be05-634f-4543-b044-5fe20cf6d1d6:/trunk/dports/java:20583 [mirrored]
(http://svn.macports.org/repository/macports/trunk)
Log:
r19897@entropy: mark | 2006-11-08 11:01:13 -0800
Copy the mirrored repository to a local repository.
r20086@entropy: mark | 2006-11-25 03:38:23 -0800
UPDATE: xercesj-2.9.0
=== xercesj/Portfile
==================================================================
|
|
|
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | 4 | |
5 | | name xercesj |
6 | | version 2.8.1 |
| 5 | name xercesj |
| 6 | version 2.9.0 |
7 | 7 | |
8 | 8 | categories java textproc |
9 | 9 | maintainers jberry@macports.org |
… |
… |
|
11 | 11 | |
12 | 12 | description Apache Xerces 2 Java XML Parser |
13 | 13 | long_description The Xerces 2 Java Parser supports XML 1.0 Third Edition\; \ |
14 | | XML 1.1\; XML 1.1 Namespaces\; DOM Level 2 \ |
15 | | Core, Events, Traversal and Range\; \ |
16 | | SAX 2.0.1 Core and Extensions\; JAXP 1.2\; \ |
17 | | Schema 1.0 Structure and Datatypes. |
18 | | homepage http://xml.apache.org/xerces-j/ |
| 14 | XML 1.1\; XML 1.1 Namespaces\; DOM Level 2 \ |
| 15 | Core, Events, Traversal and Range\; \ |
| 16 | SAX 2.0.1 Core and Extensions\; JAXP 1.2\; \ |
| 17 | Schema 1.0 Structure and Datatypes. |
| 18 | homepage http://xml.apache.org/xerces-j/ |
19 | 19 | |
20 | | distname Xerces-J-src.${version} |
| 20 | distname Xerces-J-src.${version} |
21 | 21 | distfiles ${distname}${extract.suffix} \ |
22 | | Xerces-J-tools.${version}${extract.suffix} |
| 22 | Xerces-J-tools.${version}${extract.suffix} |
23 | 23 | |
24 | 24 | master_sites apache:xml/xerces-j/ |
25 | 25 | checksums ${distname}${extract.suffix} \ |
26 | | md5 737df086ccae96f77334974617ccb4e0 \ |
27 | | Xerces-J-tools.${version}${extract.suffix} \ |
28 | | md5 cffa1a327a7c3bbb965628b799497494 |
| 26 | md5 bd43e57ec7105acc9f13072e0208d445 \ |
| 27 | Xerces-J-tools.${version}${extract.suffix} \ |
| 28 | md5 79d48733b0ab41af190f1af7ca89ab3f |
29 | 29 | |
30 | 30 | depends_build bin:ant:apache-ant |
31 | 31 | depends_lib bin:java:kaffe |