jakarta-regexp stable port information

Package: jakarta-regexp
Version: 1.5
Revision: 2
Type: java(1.5)
Source: mirror:apache:jakarta/regexp/source/%n-%v.tar.gz
Source-MD5: b941b8f4de297827f3211c2cb34af199
SourceDirectory: %n-%v
PatchScript: perl -pi -e 's, BuildDepends: ant-base (>= 1.6.5-1), fink (>= 0.22.2-1), fink-mirrors (>= 0.22.1.1-1), system-java-dev (>= 1.5)
Depends: system-java (>= 1.5)
CompileScript: <<
#!/bin/sh -ex

rm -rf ant*.jar
mkdir lib
ant jar -Djakarta-site2.dir=.
mv build/%n-%v.jar %n.jar
<<
InstallScript: <<
#!/bin/sh -ex

mkdir -p %i/share/doc/%n
pushd docs
cp -R * %i/share/doc/%n/
find %i/share/doc/%n -type d -exec chmod 755 {} \;
find %i/share/doc/%n -type f -exec chmod 644 {} \;
popd
<<
JarFiles: %n.jar
DocFiles: LICENSE* README*
Homepage: http://jakarta.apache.org/regexp/
Maintainer: Benjamin Reed
Description: Java Regular Expression Parsing
DescDetail: <<
Regexp is a 100% Pure Java Regular Expression package that was graciously
donated to the Apache Software Foundation by Jonathan Locke. He originally
wrote this software back in 1996 and it has stood up quite well to the
test of time. It includes complete Javadoc documentation as well as a
simple Applet for visual debugging and testing suite for compatibility.
<<
License: BSD