set branch [join [lrange [split ${version} .] 0 1] .]
conflicts zeroc-ice34-java zeroc-ice35-java
description Fast, object-oriented RPC for C++, Java, Python, Ruby, PHP
The Internet Communications Engine (Ice) is a modern alternative to \
object middleware such as CORBA or COM/DCOM/COM+, with support for \
C++, C#, Java, PHP, Python, Ruby and Visual Basic. \
Ice consists of the following packages. \
Slice: The Specification Language for Ice. Slice establishes a \
contract between clients and servers, and is also used to describe \
Slice Compilers: Slice specifications are compiled into various \
programming languages. Ice supports C++, Java, C#, Visual Basic, PHP, \
Python and Ruby. Ice clients and servers work together, regardless \
of the programming language. \
Ice: The Ice core library manages all the communication tasks using a \
highly efficient protocol (including protocol compression and support \
for both TCP and UDP), provides a flexible thread pool for \
multi-threaded servers. \
This Port provides the Java runtime and bindings.
homepage http://www.zeroc.com/
master_sites ${homepage}download/Ice/${branch}/
checksums md5 1f37dfcec4662fcde030553fb447d064 \
sha1 08d0f32bdb7d909b4a531d45cccfa97bdde649aa \
rmd160 d64d52c35640cebe1145e62f57618473d17cbeb5
depends_lib port:db46-java \
depends_build port:apache-ant \
set classpath ${prefix}/lib/db46/db.jar:${prefix}/share/java/jgoodies-forms.jar:${prefix}/share/java/jgoodies-looks.jar:${prefix}/share/java/proguard.jar
build.dir ${worksrcpath}/java
build.env JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home CLASSPATH=${classpath} ICE_HOME=${prefix}
test.env JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home CLASSPATH=${classpath} ICE_HOME=${prefix} DYLD_LIBRARY_PATH=${prefix}/lib/db46
set javadir ${destroot}${prefix}/share/java
set docdir ${destroot}${prefix}/share/doc/${name}