the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: javamail
Version: 1.4
Revision: 1
Depends: jaf (>= 1.1-1), system-java (>= 1.4-1)
Source: http://ranger.befunk.com/fink/javamail-1_4.zip
Source-MD5: 4541a84c4d329291fe87b57fde276b0e
SourceDirectory: %n-%v
CompileScript: /usr/bin/true
JarFiles: *.jar lib/*.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* *README* *NOTES* *CHANGES*
Homepage: http://java.sun.com/products/javamail/index.html
Maintainer: Benjamin Reed
Description: Java Mail (SMTP/IMAP/POP) API
DescDetail: <<
The JavaMail 1.4 API provides a set of abstract classes that model a
mail system. The API provides a platform independent and protocol
independent framework to build Java technology-based mail and
messaging applications. The JavaMail API is implemented as a Java
platform optional package and is also available as part of the Java
2 platform, Enterprise Edition. Sun provides a royalty-free
reference implementation, in binary form, that developers will be
able to use and ship. The POP3 service provider is now bundled with
JavaMail 1.3 API.
<<
DescPort: <<
JavaMail is supplied by Sun as a set of binary jar packages.
<<
License: Restrictive/Distributable