summaryrefslogtreecommitdiff
path: root/devel/ilu/pkg-descr
diff options
context:
space:
mode:
authorMartin Cracauer <cracauer@FreeBSD.org>1997-12-17 09:43:21 +0000
committerMartin Cracauer <cracauer@FreeBSD.org>1997-12-17 09:43:21 +0000
commit76076ef5085d9bc92030af4cd4c40cad498c1152 (patch)
treebe138f51db8223afc064cf86f26c2df4b8c60be9 /devel/ilu/pkg-descr
parentUpgrade to 2.8.1 (diff)
Update to ILU-2.0alpha12
New Xerox patches NO_PACKAGE since this doesn't work with optimization enabled
Notes
Notes: svn path=/head/; revision=9120
Diffstat (limited to '')
-rw-r--r--devel/ilu/pkg-descr23
1 files changed, 13 insertions, 10 deletions
diff --git a/devel/ilu/pkg-descr b/devel/ilu/pkg-descr
index e27efe6d28b0..dae7c9bf5da8 100644
--- a/devel/ilu/pkg-descr
+++ b/devel/ilu/pkg-descr
@@ -9,16 +9,17 @@ used to define and document interfaces between the modules of
non-distributed programs. ILU interfaces can be specified in either
the OMG's IDL language, or in ILU's Interface Specification Language,
which allows extensions to the CORBA spec. Programming languages
-supported in 2.0alpha11 are ANSI C, Common Lisp, Java, and Python;
-rough C++ support is also present. Operating systems supported in
-2.0alpha11 are all Windows platforms with Win32 and WinSock, and all
-UNIX platforms with BSD sockets and minimal POSIX compliance.
-2.0alpha11 supports interoperability with ONC RPC services, OMG CORBA
-services, World Wide Web HTTP services, and XNS Courier 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.
-ILU is provided free for unrestricted use.
+supported in 2.0alpha12 are ANSI C, Common Lisp, Java, and Python;
+rough Guile Scheme and C++ support is also present. Additional ILU
+support for Perl is freely available from outside sources. Operating
+systems supported in 2.0alpha12 are all Windows platforms with Win32
+and WinSock, and all UNIX platforms with BSD sockets and minimal POSIX
+compliance. 2.0alpha12 supports interoperability with ONC RPC
+services, OMG CORBA services, World Wide Web HTTP services, and XNS
+Courier 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. ILU is provided free for unrestricted use.
FreeBSD port notes:
- I enabled http protocol support by default.
@@ -27,3 +28,5 @@ FreeBSD port notes:
I make symbolic links to ${PREFIX}/{bin,man}.
- The FreeBSD port builds shareds libs for C libraries.
- jdk-1.1 for FreeBSD works, 1.0.2 is not supported.
+- guile support is diabled. You need guile-1.2 with slib, then
+ remove -"-disable-guile-support" from Makefile to built with guile