the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: crimson
Version: 1.1.3
Revision: 1
Source: http://xml.apache.org/dist/%n/%n-%v-src.tar.gz
Source-MD5: bb0a5fe59fd28ce5bfc4b22baeca12c1
SourceDirectory: %n-%v
PatchScript: <<
perl -pi -e 's,
BuildDepends: <<
ant-base (>= 1.6.5-1),
fink (>= 0.22.2-1),
fink-mirrors (>= 0.22.1.1-1),
system-java-dev (>= 1.4-1)
<<
Depends: system-java (>= 1.4-1)
Type: java(1.4)
CompileScript: ant dist -Dnoget=true
JarFiles: build/*.jar
InstallScript: <<
install -d -m 755 %i/share/doc/%N
mv build/%n-%v/docs/* build/%n-%v/examples %i/share/doc/%N/
<<
DocFiles: ChangeLog *.txt
Homepage: http://jakarta.apache.org/crimson/
Maintainer: Benjamin Reed
Description: Java XML parser
DescDetail: <<
Crimson is a Java XML parser which supports XML 1.0 via the following APIs:
* Java API for XML Processing (JAXP) 1.1 minus the javax.xml.transform
package. JAXP is a pluggable API that allows applications to access XML
documents in a parser-independent manner. It endorses the industry
standard SAX and DOM APIs and also adds a few classes under the
javax.xml.parsers package to implement pluggability and utility methods.
Note: the javax.xml.transform package hierarchy of JAXP is not implemented
by Crimson. One implementation of javax.xml.transform can be found at
Xalan Java 2.
* SAX 2.0
* SAX2 Extensions version 1.0
* DOM Level 2 Core Recommendation
<<
License: BSD