Package: apache-forrest Version: 0.8 Revision: 4 Description: Java-based publishing framework Type: java License: BSD Maintainer: Benjamin Reed Depends: << ant-base (>= 1.8.1-1), system-java (>= 1.5-1) << Source: mirror:apache:forrest/%n-%v.tar.gz Source-MD5: 56799bac54f79cd26a8ba29b10904259 UseMaxBuildJobs: true 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 . ln -sf %p/share/java/%n/xml-forrest.jar %i/share/%N/lib/xml-forrest.jar mkdir bin ln -sf %p/bin/forrest bin popd << JarFiles: build/*.jar DocFiles: KEYS *.txt *.html RuntimeVars: FORREST_HOME: %p/share/%N Homepage: http://forrest.apache.org/ 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. <<