the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: fop
Version: 0.20.5
Revision: 9
Source: mirror:apache:/xml/%n/%n-%v-src.tar.gz
Source-MD5: 1a31eb1357e5d4b8d32d4cb3edae2da2
SourceDirectory: %n-%v
Type: java (1.4)
BuildDepends: fink (>= 0.24.12-1)
PatchFile: %n.patch
Patchfile-MD5: 38c6623631622f75c1782a836b9ce179
PatchScript: sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1
CompileScript: <<
## Not needed since Type: java (1.4) is set
## JAVA_HOME=/Library/Java/Home ./build.sh
./build.sh
rm -f lib/ant*.jar
<<
JarFiles: build/fop.jar lib/*.jar
RuntimeVars: <<
## Need to adjust to the right Framework
JAVA_HOME: /System/Library/Frameworks/JavaVM.Framework/Versions/1.4.2/Home
<<
InstallScript: <<
mkdir -p %i/bin
install -m 0755 fop.sh %i/bin/fop
install -m 0755 fop_pfmreader.sh %i/bin/fop_pfmreader
install -m 0755 fop_ttfreader.sh %i/bin/fop_ttfreader
install -m 0755 xalan.sh %i/bin/xalan
mkdir -p %i/share/doc/%n/xslfoRef
cp -r docs/* %i/share/doc/%n/xslfoRef/
cp -r build/site/* %i/share/doc/%n/
<<
DocFiles: CHANGES LICENSE README ReleaseNotes.html STATUS
Description: Formatting Objects (FO) Processor
DescDetail: <<
FOP (Formatting Objects Processor) is the world's first print formatter driven
by XSL formatting objects and the world's first output independent formatter.
.
It is a Java application that reads a formatting object tree and then renders
the resulting pages to a specified output. Output formats currently supported
are PDF, PCL, PS, SVG, XML (area tree representation), Print, AWT, MIF and TXT.
<<
DescUsage: <<
See the documentation in %p/share/doc/fop.
You may want to install beforehand batik, xml-commons-resolver if
you plan to use them.
Also fop-offo may be useful.
<<
DescPort: <<
Previous maintainers Thomas Kotzian and Michele Garoche
Changed all references to java-home in patch to specific java 1.4.2 version
Added xalan script to allow debugging xsl-fo step results.
Modified by Benjamin Reed
Changed
is generated properly.
<<
Maintainer: None
License: BSD
Homepage: http://xmlgraphics.apache.org/fop/