the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: annogen
Version: 0.1.0
Revision: 2
Type: java(1.4)
Source: http://dist.codehaus.org/%n/distributions/%n-%v.zip
Source-MD5: a1b80c851080a53ff060e55b981103de
Depends: system-java (>= 1.4), stax
NoSourceDirectory: true
CompileScript: # No compilation necessary
InstallScript: <<
#!/bin/sh -ex
mkdir -p %i/share/doc/%n
cp -R docs/* %i/share/doc/%n
find %i/share/doc/%n -type d -print0 | xargs -0 chmod 755
find %i/share/doc/%n -type f -print0 | xargs -0 chmod 644
<<
JarFiles: %n-%v.jar
DocFiles: license/LICENSE.txt license/NOTICE.txt
Homepage: http://annogen.codehaus.org/
Maintainer: Trevor Harmon
Description: Framework for JSR175 Annotations
DescDetail: <<
Annogen is a tool which helps you work with JSR175 annotations, a new feature
in JDK 1.5. JSR175 is a much-needed improvement to Java. However, a few
challenges may lie in store for developers of frameworks which need to process
JSR175 annotations (hereafter, simply called frameworks). Annogen aims to
provide an elegant solution for the following problems: annotation overriding,
migration to JSR175 from older JDKs, and disparate access models.
<<
License: BSD