a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name jessie
version 1.0.0
categories java security
platforms darwin
maintainers nomaintainer@macports.org
description free implementation of the Java Secure Sockets Extension, JSSE
long_description Jessie is a free, clean-room implementation of the Java \
Secure Sockets Extension, the JSSE. It provides the core API \
for programming network sockets with the Secure Socket Layer \
(SSL), which creates an authenticated, unforgeable, and \
protected layer around network communications.
homepage http://www.nongnu.org/jessie/
master_sites http://syzygy.metastatic.org/jessie/
checksums md5 eba2838a9ae10f581ed7f8514242a1c5
depends_lib port:jamvm \
port:jikes \
port:gnu-classpath \
port:gnu-crypto
configure.args --datadir=${prefix}/share/java
configure.env JAVAC=${prefix}/bin/jikes \
JAVA=${prefix}/bin/jam-vm \
CLASSPATH=${prefix}/share/java/glibj.jar:${prefix}/share/java/gnu-crypto.jar:.