the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: jaas
Version: 1.0
Revision: 2
Depends: system-java (>= 1.3-1)
Source: http://ranger.befunk.com/fink/jaas-1_0_01.zip
Source-MD5: 6cbe149a1081e2aba1588adba328c5c1
SourceDirectory: %n1_0_01
CompileScript: true
InstallScript: <<
#!/bin/sh -xe
mkdir -p %i/share/doc/%n
mv doc/* %i/share/doc/%n/
find %i/share/doc/%n -type d -exec chmod 755 {} \;
find %i/share/doc/%n -type f -exec chmod 644 {} \;
<<
JarFiles: lib/*.jar
Homepage: http://java.sun.com/products/jaas/
Maintainer: Benjamin Reed
Description: Java Authentication and Authorization Service
DescDetail: <<
The Java Authentication and Authorization Service (JAAS) is a
set of APIs that enable services to authenticate and enforce
access controls upon users. It implements a Java technology
version of the standard Pluggable Authentication Module (PAM)
framework, and supports user-based authorization.
<<
License: Restrictive/Distributable