the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: commons-discovery
Version: 0.2
Revision: 3
Distribution: 10.3, 10.4
Type: java(1.3)
Source: mirror:apache:jakarta/commons/discovery/source/%n-%v-src.tar.gz
Source-MD5: 57968a150ea9b7158ac0e995c8f24080
SourceDirectory: %n-%v-src/discovery
BuildDepends: ant (>= 1.6.1-2), ant-junit (>= 1.6.1-2), commons-logging (>= 1.0.4-1), fink (>= 0.22.2-1), fink-mirrors (>= 0.22.1.1-1), system-java13-dev
Depends: commons-logging (>= 1.0.4-1), system-java13 | system-java14 | system-java15
PatchScript: <<
cp LICENSE.txt ../LICENSE
<<
CompileScript: <<
#!/bin/sh -ex
ant dist
<<
JarFiles: dist/*.jar
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 {} \;
<<
DocFiles: dist/LICENSE
Homepage: http://jakarta.apache.org/commons/discovery/
Maintainer: Benjamin Reed
Description: Jakarta Commons - Discovery
DescDetail: <<
The Discovery Component is about discovering, or finding,
implementations for pluggable interfaces. It provides
facilities intantiating classes in general, and for
lifecycle management of singleton (factory) classes.
<<
License: BSD
Package: commons-discovery
Version: 0.4
Revision: 1
Type: java(1.4)
Source: mirror:apache:jakarta/commons/discovery/source/%n-%v-src.tar.gz
Source-MD5: 1275ad4c6ce54b9323269e30dc42dd0e
SourceDirectory: %n-%v-src
BuildDepends: <<
ant-base (>= 1.6.5-1),
ant-junit (>= 1.6.5-1),
commons-logging (>= 1.0.4-1),
fink (>= 0.22.2-1),
fink-mirrors (>= 0.22.1.1-1),
system-java-dev (>= 1.4-1)
<<
Depends: <<
commons-logging (>= 1.0.4-1),
system-java (>= 1.4-1)
<<
PatchScript: <<
perl -pi -e 's,
CompileScript: <<
#!/bin/sh -ex
ant dist
<<
JarFiles: dist/*.jar
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 {} \;
<<
DocFiles: *.txt
Homepage: http://jakarta.apache.org/commons/discovery/
Maintainer: Benjamin Reed
Description: Jakarta Commons - Discovery
DescDetail: <<
The Discovery Component is about discovering, or finding,
implementations for pluggable interfaces. It provides
facilities intantiating classes in general, and for
lifecycle management of singleton (factory) classes.
<<
License: BSD