Package: apache-forrest Version: 0.7 Revision: 1 Source: mirror:apache:forrest/%n-%v.tar.gz Source-MD5: ec83eb26a2bd39a3577ae1d9debd2a64 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