saxon-b stable port information

Package: saxon-b
Version: 8.8
Revision: 1
Description: Java tools for processing XML documents
License: OSI-Approved
Maintainer: Trevor Harmon

Source: mirror:sourceforge:saxon/saxonb8-8j.zip
Source-MD5: 35c4c376174cfe340f179d2e44dd84f0
NoSourceDirectory: true

BuildDepends: fink (>= 0.24.12)
PatchFile: %n.patch
PatchFile-MD5: bffffcfb71e550df8e4d020b2edddd17
PatchScript: sed -e 's|@PREFIX@|%p|g' -e 's|@PACKAGE@|%n|g' < %{PatchFile} | patch -p1

CompileScript: echo "Nothing to compile..."

InstallScript: <<
#!/bin/sh -ex
/usr/bin/install -d -m 755 %i/bin
/usr/bin/install -c -p -m 755 saxon %i/bin
/usr/bin/install -d -m 755 %i/share/%n
/usr/bin/install -d -m 755 %i/share/doc/%n
cp -R doc/* %i/share/doc/%n
<<
JarFiles: saxon8.jar saxon8-dom.jar saxon8-dom4j.jar saxon8-jdom.jar saxon8-sql.jar saxon8-xom.jar saxon8-xpath.jar saxon8-xqj.jar

DescDetail: <<
The latest open-source implementation of XSLT 2.0 and XPath 2.0, and XQuery
1.0. This provides the "basic" conformance level of these languages: in effect,
this provides all the features of the languages except schema-aware processing.
This version reflects the syntax of the XSLT 2.0, XQuery 1.0, and XPath 2.0
Candidate Recommendations of 8 June 2006.
<<

DescPackaging: <<
SAXON works straight out of the box. The only thing I've added is a
small shell script wrapper to provide a "saxon" shell command. The packaging
is based on Nigel Stanger's original 6.5.3 version for Saxon.
<<

DescUsage: <<
Type saxon without any arguments for help (the -? command line switch
is supposed to do this, but seems to get tangled up with tcsh's
filename globbing or something). Full HTML documentation is also
available.
<<

Homepage: http://saxon.sourceforge.net/

saxon-b stable port .patch

diff -Naur saxon-base/saxon saxon-patched/saxon
--- saxon-base/saxon Thu Jan 1 12:00:00 1970
+++ saxon-patched/saxon Thu Apr 3 20:30:17 2003
@@ -0,0 +1,2 @@
+#!/bin/sh
+java -jar @PREFIX@/share/java/@PACKAGE@/saxon8.jar $*

saxon-b _unstable_ port .patch