diff options
author | rh <rh@pkgsrc.org> | 2002-10-27 09:16:08 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-10-27 09:16:08 +0000 |
commit | 76dbc707803ab4ff40dbe8f992ed42e24d008404 (patch) | |
tree | bac862dc58d0f715e41aef837aaf3395e15e13a2 /net/ORBit2/PLIST | |
parent | e4fc75bb47e6bd6275f1f9da2c64bd605230e0b5 (diff) | |
download | pkgsrc-76dbc707803ab4ff40dbe8f992ed42e24d008404.tar.gz |
Update ORBit2 to 2.5.0. Provided in PR pkg/18707 by Julio Merino.
Changes include:
* bug fixes
+ HP/UX / ANSI fixes (Albert Chin)
+ imodule fixage (James Henstridge)
+ nested unions, structs, exceptions
+ fall-through case unions subnames
+ type mis-inclusion
+ request handler segv (Mark)
+ epv typecasts (Gergo)
+ improve generic marshaller (Michael)
+ fix TC_void's kind (Michael)
+ fix linc EOF locking interaction silly (Michael)
+ kill name server cruft (Mark)
+ fix linking for -pthread (Mark)
+ IDL compiler backend fix (Murray Cumming)
+ internal header / build fixes (Gergo Erdi)
* features
+ IDL compiler language backend API (Mark, Gergo)
NB. see module 'orbitcpp' for C++ bindings [!]
+ CORBA_Typecode API (Gergo)
+ IDL -> IInterface converter (Mark)
+ improved imodule handling (Mark)
+ more regression tests (Michael, James)
+ de-bloated IDL compiler -6k LOBC (Mark)
Diffstat (limited to 'net/ORBit2/PLIST')
-rw-r--r-- | net/ORBit2/PLIST | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/ORBit2/PLIST b/net/ORBit2/PLIST index 276efaba3f8..a8154e952e3 100644 --- a/net/ORBit2/PLIST +++ b/net/ORBit2/PLIST @@ -1,10 +1,11 @@ -@comment $NetBSD: PLIST,v 1.2 2002/10/14 09:51:36 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/10/27 09:16:08 rh Exp $ bin/ior-decode-2 bin/orbit-idl-2 bin/orbit2-config bin/typelib-dump include/orbit-2.0/ORBitservices/CosNaming.h include/orbit-2.0/ORBitservices/CosNaming_impl.h +include/orbit-2.0/orbit-idl/orbit-idl-backend.h include/orbit-2.0/orbit/GIOP/giop-basics.h include/orbit-2.0/orbit/GIOP/giop-connection.h include/orbit-2.0/orbit/GIOP/giop-endian.h @@ -72,6 +73,7 @@ lib/orbit-2.0/Everything_module.so.0 lib/orbit-2.0/Everything_module.so.0.0 lib/pkgconfig/ORBit-2.0.pc lib/pkgconfig/ORBit-CosNaming-2.0.pc +lib/pkgconfig/ORBit-idl-2.0.pc share/aclocal/ORBit2.m4 share/idl/orbit-2.0/CosNaming.idl @dirrm share/idl/orbit-2.0 @@ -81,6 +83,7 @@ share/idl/orbit-2.0/CosNaming.idl @dirrm include/orbit-2.0/orbit/orb-core @dirrm include/orbit-2.0/orbit/dynamic @dirrm include/orbit-2.0/orbit/GIOP +@dirrm include/orbit-2.0/orbit-idl @dirrm include/orbit-2.0/orbit @dirrm include/orbit-2.0/ORBitservices @dirrm include/orbit-2.0 |