aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-omniorb/pkg-descr
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2002-11-28 11:20:05 +0800
committerkan <kan@FreeBSD.org>2002-11-28 11:20:05 +0800
commitcf22dd6b6435d863d3d9161afc94b6d53020adad (patch)
tree6dc5e7c735b56dc1c5f90a7e75f4013dd7cb325f /devel/py-omniorb/pkg-descr
parent26c5f89ef930e876eb72f1004ca3575cd0e75d1b (diff)
downloadfreebsd-ports-gnome-cf22dd6b6435d863d3d9161afc94b6d53020adad.tar.gz
freebsd-ports-gnome-cf22dd6b6435d863d3d9161afc94b6d53020adad.tar.zst
freebsd-ports-gnome-cf22dd6b6435d863d3d9161afc94b6d53020adad.zip
Upgrade to version 2.0 to catch up with newer omniORB port.
This fixes the port build.
Diffstat (limited to 'devel/py-omniorb/pkg-descr')
-rw-r--r--devel/py-omniorb/pkg-descr33
1 files changed, 19 insertions, 14 deletions
diff --git a/devel/py-omniorb/pkg-descr b/devel/py-omniorb/pkg-descr
index c1385a71269b..e2404d658091 100644
--- a/devel/py-omniorb/pkg-descr
+++ b/devel/py-omniorb/pkg-descr
@@ -1,18 +1,23 @@
omniORBpy is an object request broker (ORB) for Python which implements
-specification 2.3 of the Common Object Request Broker Arhitecture (CORBA).
+specification 2.6 of the Common Object Request Broker Arhitecture (CORBA).
omniORBpy is implemented as a Python extension module (written in C++) to
-provide bindings for omniORB3, a high performance C++ ORB.
+provide bindings for omniORB4, a high performance C++ ORB.
-Some features of omniORB3:
-- Support for the Portable Object Adapter (POA)
-- Support for the Interoperable Naming Service (INS)
-- The Internet Inter-ORB Protocol (IIOP 1.0) is used as the native protocol.
-- The omniORB3 runtime is fully multithreaded. It uses native platform thread
- support encapsulated with a small class library, omnithread, to abstract
- away from differences in native thread APIs.
-- TypeCode and type Any are supported.
-- DynAny is supported (CORBA 2.2)
-- The Dynamic Invocation and Dynamic Skeleton interfaces are supported
-- A COS Naming Service, omniNames, is provided.
+Some features of omniORB4:
+- Support for GIOP and IIOP 1.0, 1.1 and 1.2.
+- Fully multithreaded runtime.
+- TypeCode and type Any.
+- CORBA 2.6 DynAny interfaces.
+- Dynamic Invocation and Dynamic Skeleton interfaces.
+- Complete Naming Service, omniNames.
+- Support for wchar, wstring and code set negotiation.
+- Full long long, long double, fixed point support.
+- PortableServer::Current.
+- Unix domain socket transport.
+- Bidirectional GIOP.
+- Interoperable Secure Socket Layer transport.
+- Flexible thread management.
+- Interceptors.
+- Fully interoperable with other CORBA ORBs.
-WWW: http://www.uk.research.att.com/omniORB/omniORBpy/
+WWW: http://omniorb.sourceforge.net