commons-modeler _unstable_ port information

Package: commons-modeler
Version: 2.0
Revision: 2
Type: java(1.5)
Source: mirror:apache:jakarta/commons/modeler/source/%n-%v-src.tar.gz
Source-MD5: 43983c66113ddaa9880e4a7ea7d38db4
SourceDirectory: %n-%v-src
BuildDepends: <<
ant-base (>= 1.6.5-1),
ant-junit (>= 1.6.5-1),
commons-digester (>= 1.5-2),
commons-logging (>= 1.0.4-1),
mx4j (>= 2.1.1-1),
fink (>= 0.22.2-1),
fink-mirrors (>= 0.22.1.1-1),
junit (>= 3.8.1-1),
system-java-dev (>= 1.5-1)
<<
Depends: <<
commons-digester (>= 1.5-2),
commons-logging (>= 1.0.4-1),
mx4j (>= 2.1.1-1),
system-java (>= 1.5-1)
<<
PatchScript: <<
touch ../LICENSE
perl -pi -e 's, <<
CompileScript: <<
#!/bin/sh -ev

ant dist
<<
InstallScript: <<
mkdir -p %i/share/doc/%n
(cd dist/docs; gnutar -cf - .) | (cd %i/share/doc/%n; gnutar -xf -)
find %i/share/doc/%n -type d -exec chmod 755 {} \;
find %i/share/doc/%n -type f -exec chmod 644 {} \;
<<
JarFiles: dist/*.jar
DocFiles: LICENSE* NOTICE* RELEASE*
Homepage: http://jakarta.apache.org/commons/modeler.html
Maintainer: Benjamin Reed
Description: Jakarta Commons - Modeler
DescDetail: <<
Commons-Modeler provides mechanisms to create Model MBeans compatible
with the Java Management Extensions (JMX) specification.
<<
License: BSD