mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
e375457f7c
Disable native shared library support, doesn't work, use own scheme as before. Don't use shared library version numbering on ELF for now, needs more thought. Document shared library version numbering scheme I chose. Pump shared library version number on aout. Better COMMENT and DESCR (still too long). Remove patch to regognize now outdated FreeBSD JDK.
34 lines
1.8 KiB
Plaintext
34 lines
1.8 KiB
Plaintext
ILU is a CORBA-compatible multi-language Object Request Broker.
|
|
|
|
You define class interfaces in a language-independent way and
|
|
implement them in a language of your choice. Currently supported
|
|
languages are C, Java (See Makefile how to enable Java Support on
|
|
FreeBSD), Common Lisp (Allegro CL 4.x in Linux emulation mode may work
|
|
on FreeBSD) and Python. Rough support for C++ (the old C++ support is
|
|
built by default on FreeBSD) and Guile Scheme (built if you have Guile
|
|
+ slib installed) is also present. perl support is available from the
|
|
net. ILU also runs on Win32 which means Unix and Win32 objects can
|
|
freely talk to each other.
|
|
|
|
2.0alpha13 supports interoperability with ONC RPC services, OMG CORBA
|
|
services, World Wide Web HTTP services, and W3C HTTP-NG services.
|
|
``Plug-in'' extensibility is provided for RPC message formats, message
|
|
transport schemes, URL schemes, accounting and authorization identity
|
|
types, threading and event loop processing, and various other things.
|
|
An implementation of the IETF's Common Authentication Technology
|
|
working group's Generic Security Service (GSS) is provided, and can be
|
|
used to wrap client-server connections in a security context. An XML
|
|
parser is provided. ILU is provided free for unrestricted use.
|
|
|
|
FreeBSD port notes:
|
|
- I enabled support for the http protocol support.
|
|
- The FreeBSD port has its own scheme to build and use shared
|
|
libraries. The official support is incomplete.
|
|
- Official ILU patches are not fetched from PARC, but I hold a proven
|
|
snapshot that doesn't conflict with my patches at one of my own sites.
|
|
- configure --bindir/--mandir doesn't work with current ILU version.
|
|
I make symbolic links to ${PREFIX}/{bin,man}.
|
|
- I don't use shared library version numbers on ELF systems for now.
|
|
- Shared library versioning scheme history for aout:
|
|
*.so.1: ilu-2.0a12, *.so.2: ilu-2.0a13
|