apache-forrest _unstable_ port information

Package: apache-forrest
Version: 0.8
Revision: 1
Source: mirror:apache:forrest/%n-%v.tar.gz
Source-MD5: 56799bac54f79cd26a8ba29b10904259
Depends: ant-base (>= 1.6.5-1), system-java (>= 1.4-1)
Type: java(1.4)
CompileScript: echo "none needed"
InstallScript: <<
#!/bin/sh -ex

install -d -m 755 %i/bin
mv bin/forrest %i/bin
install -d -m 755 %i/share/%N
mv etc lib main plugins site-author tools whiteboard %i/share/%N/
pushd %i/share/%N
ln -s main/*.xml .
popd
<<
RuntimeVars: FORREST_HOME: %p/share/%N
JarFiles: build/*.jar
DocFiles: KEYS *.txt *.html
Homepage: http://forrest.apache.org/
Maintainer: Benjamin Reed
Description: Java-based publishing framework
DescDetail: <<
Apache Forrest is a publishing framework that transforms input from
various sources into a unified presentation in one or more output
formats. The modular and extensible plugin architecture is based on
Apache Cocoon and relevant standards, which separates presentation
from content. Forrest can generate static documents, or be used as
a dynamic server, or be deployed by its automated facility.
<<
License: BSD