the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: jaf
Version: 1.1
Revision: 1
Source: http://ranger.befunk.com/fink/%n-1_1-fr.zip
Source-MD5: 7423eb6831ba82e7d1f10956eb2bd0d3
SourceDirectory: %n-%v
Depends: system-java (>= 1.4-1)
CompileScript: /usr/bin/true
JarFiles: *.jar
InstallScript: <<
mkdir -p %i/share/doc/%n
cp -R demo docs/* %i/share/doc/%n/
find %i/share/doc/%n -type d -exec chmod 755 {} \;
find %i/share/doc/%n -type f -exec chmod 644 {} \;
<<
DocFiles: LICENSE.txt README.txt RELNOTES.txt
Homepage: http://java.sun.com/products/javabeans/glasgow/jaf.html
Maintainer: Benjamin Reed
Description: JavaBeans Activation Framework
DescDetail: <<
==============================================================================
With the JavaBeans Activation Framework standard extension, developers who
use Java technology can take advantage of standard services to determine the
type of an arbitrary piece of data, encapsulate access to it, discover the
operations available on it, and to instantiate the appropriate bean to
perform said operation(s). For example, if a browser obtained a JPEG image,
this framework would enable the browser to identify that stream of data as a
JPEG image, and from that type, the browser could locate and instantiate an
object that could manipulate, or view that image.
<<
DescPort: <<
JAF is supplied as a binary jar package.
<<
License: Restrictive/Distributable