Package: jakarta-regexp Version: 1.3 Revision: 1 Type: java(1.3) Source: mirror:apache:jakarta/regexp/source/%n-%v.tar.gz Source-MD5: 4322f82bea908ca4a7db270f7fa4850d SourceDirectory: %n-%v BuildDepends: ant (>= 1.6.1-1), fink (>= 0.22.2-1), fink-mirrors (>= 0.22.1.1-1), system-java13-dev Depends: system-java13 | system-java14 | system-java15 CompileScript: << #!/bin/sh -ex rm -rf ant*.jar mkdir lib ant jar -Djakarta-site2.dir=. mv build/%n*.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: *.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