the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: xalan-j
Version: 2.7.1
Revision: 1
Maintainer: Benjamin Reed
Type: java
BuildDepends: ant-base (>= 1.6.5-1), fink (>= 0.22.2-1), fink-mirrors (>= 0.22.1.1-1), system-java-dev (>= 1.5-1), xerces-j (>= 2.9.0-1)
Depends: system-java (>= 1.5-1), xerces-j (>= 2.9.0-1)
Source: mirror:apache:xml/%n/source/%n_2_7_1-src.tar.gz
SourceDirectory: %n_2_7_1
Source-MD5: fc805051f0fe505c7a4b1b5c8db9b9e3
PatchScript: <<
perl -pi -e 's,\r,,g' build.sh
perl -pi -e 's,
CompileScript: sh build.sh jar
InstallScript: # nothing to do
DocFiles: *.txt readme.html
JarFiles: build/*.jar
Description: Java XSLT processor
DescDetail: <<
Xalan is an XSLT processor for transforming XML documents into HTML,
text, or other XML document types. It implements the W3C Recommendations
for XSL Transformations (XSLT) and the XML Path Language (XPath).
It can be used from the command line, in an applet or a servlet,
or as a module in other program.
<<
DescPort: <<
build.sh is a dos file and darwin doesn't handle it
so I've patched it to remove all those line endings (^M)
<<
DescPackaging: <<
avoid the lengthy build of docs (install xalan-j-docs if you want that)
<<
Homepage: http://xml.apache.org/xalan-j/index.html
License: BSD