Update of /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/libs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8655

Added Files:
        avalon-framework.info jacorb.info 
Log Message:
Moving to supported tree.


--- NEW FILE: avalon-framework.info ---
Package: avalon-framework
Version: 4.2.0
Revision: 1
Description: Interfaces for component interaction
Type: java
License: OSI-Approved
Maintainer: Trevor Harmon <[EMAIL PROTECTED]>
Depends: system-java13-dev | system-java14-dev
Source: mirror:apache:excalibur/%n/binaries/%n-%v.tar.gz
Source-MD5: 8ff312175554a7199769fad71a04cde4
SourceDirectory: %n
JarFiles: jars/%n-%v.jar jars/%n-api-%v.jar jars/%n-impl-%v.jar
Homepage: http://excalibur.apache.org/
CompileScript: # Binary package; no compilation required
InstallScript: <<
 # Copy the doc files (because Fink's DocFiles field can't recurse on a 
directory)
 mkdir -p %i/share/doc/%n/docs/
 cp -p LICENSE.txt %i/share/doc/%n/
 cp -p NOTICE.TXT %i/share/doc/%n/
 cp -Rp docs/ %i/share/doc/%n/docs/
<<
DescDetail: <<
Avalon-Framework is a small but vital jar file distributed by the Avalon
project, and some associated documentation. Avalon-Framework (often
abbreviated as AF, or even AF4 for version 4 of the framework) defines several
"lifecycle interfaces" that provide a common way for components to be created,
initialized, configured, started, etcetera.
<<

--- NEW FILE: jacorb.info ---
Package: jacorb
Version: 2.2.1
Revision: 1
Description: Java-based CORBA Object Request Broker (ORB)
Type: java
License: GPL
Maintainer: Trevor Harmon <[EMAIL PROTECTED]>
Depends: system-java13-dev | system-java14-dev, avalon-framework
BuildDepends: dos2unix
Source: http://www.jacorb.org/releases/%v/JacORB_2_2_1-compact.tar.gz
SourceDirectory: JacORB_2_2_1
Source-MD5: 1cbd91b33c278869b38fd961531d56be
JarFiles: lib/jacorb.jar
Homepage: http://www.jacorb.org/
CompileScript: # Binary package; no compilation required
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/etc/

 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 \"[EMAIL 
PROTECTED]" >> 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
<<
DocFiles: doc/*
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
<<



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to