the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: jacorb
Version: 2.2.2
Revision: 1
Distribution: 10.4, 10.5
Description: Java-based CORBA Object Request Broker (ORB)
Type: java
License: LGPL
Maintainer: Trevor Harmon
Depends: system-java, avalon-framework (>= 4.1.5), avalon-logkit (>= 1.2)
BuildDepends: ant, dos2unix, fink (>= 0.24.12-1)
Source: http://www.jacorb.org/releases/%v/JacORB-2_2_2-full.tar.gz
SourceDirectory: JacORB
Source-MD5: 8e6b445950fd9b9c7305d9be9b29fd74
JarFiles: lib/jacorb.jar lib/idl.jar
Homepage: http://www.jacorb.org/
PatchFile: %n.patch
PatchFile-MD5: be9a51bb6a9a690a3694ad37a192b5af
CompileScript: ant
InstallScript: <<
#!/bin/sh -ev
# Copy the etc files into the doc dir
mkdir -p "%i/share/doc/%n/etc/"
cp -Rp etc/ "%i/share/doc/%n/"
# Copy all doc files to doc dir
cp -Rp doc/* "%i/share/doc/%n"
install -d "%i/bin/" # Create a bin directory in the install directory
# Generate the jaco file
echo \#!/bin/sh > jaco
echo java -Dorg.omg.CORBA.ORBClass=org.jacorb.orb.ORB -Dorg.omg.CORBA.ORBSingletonClass=org.jacorb.orb.ORBSingleton \"\$@\" >> jaco
install -p jaco "%i/bin/"
for JACORB_COMMAND in appligator bindns dior ds fixior idltemplate imr imr_mg imr_ssd ir jacapplet ks lsns nmg ns ntfy pingo qir trader ts unbindns ; do
dos2unix "%b/bin/$JACORB_COMMAND"
install -p "%b/bin/$JACORB_COMMAND" "%i/bin"
done
<<
DescDetail: <<
JacORB is a Java-based ORB (Object Request Broker) that complies with the
CORBA 2.3 standard. It is a full-featured ORB that offers:
* Support for IIOP 1.1
* Java Bindings
* Open Source (LGPL)
* Zero Cost Licensing
* 100% Pure Java, JDK 1.1 and above, any platform with Java Virtual Machine
* High-performance, Fully Multithreaded ORB
* POA (Portable Object Adapter)
* Support for the following CORBA Services:
* Naming
* Trading
* Transaction
* COS Event
* Collection
* Concurrency
* Both Implementation and Interface Repositories
* Portable Interceptors
* GUI tools for POA, Interface Repository, Implementation Repository, Naming
Service, Domain Management
* HTTP Tunneling and IIOP Proxy
* IIOP over SSL
<<