summaryrefslogtreecommitdiffstats
path: root/devel/py-orbit/pkg-descr
diff options
context:
space:
mode:
authornbm <nbm@FreeBSD.org>2001-04-04 15:13:28 +0000
committernbm <nbm@FreeBSD.org>2001-04-04 15:13:28 +0000
commit4c81fbe53b08f333648cc5b548176062e101a760 (patch)
tree3bcc344849efe3e3742f64107007d7ea1a1d7a59 /devel/py-orbit/pkg-descr
parent4fe6feb5d6000665da8feff79306f57f81afd320 (diff)
downloadFreeBSD-ports-4c81fbe53b08f333648cc5b548176062e101a760.zip
FreeBSD-ports-4c81fbe53b08f333648cc5b548176062e101a760.tar.gz
Add py-orbit, python bindings for ORBit, a CORBA 2.2-compliant ORB.
PR: 26346 Submitted by: Johann Visagie <johann@egenetics.com>
Diffstat (limited to 'devel/py-orbit/pkg-descr')
-rw-r--r--devel/py-orbit/pkg-descr23
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/py-orbit/pkg-descr b/devel/py-orbit/pkg-descr
new file mode 100644
index 0000000..7133834
--- /dev/null
+++ b/devel/py-orbit/pkg-descr
@@ -0,0 +1,23 @@
+ORBit-Python provides Python bindings for ORBit, an open source CORBA
+2.2-compliant Object Request Broker.
+
+To paraphrase the README:
+
+ ORBit-Python makes full use of the fact that Python is a dynamically typed
+ language. It not only does away with the need for an IDL compiler, but
+ takes the dynamic approach one step further by automatically discovering
+ available IDL modules and transparently loading them when the corresponding
+ modules get imported. When the IDL files are loaded, the appropriate
+ objects and classes are created dynamically.
+
+ Most of the ORBit types are implemented, with the exception of the fixed
+ and long double types. (Wide types are partially supported and currently
+ experimental.) Also, only a fairly small subset of the POA is implemented.
+
+ Considerable effort has been taken to adhere to the Python Language Mapping
+ Specification and remain compatible with other Python ORBs.
+
+Author: Jason Tackaberry <tack@linux.com>
+WWW: http://orbit-python.sault.org/
+
+-- Johann Visagie <johann@egenetics.com>
OpenPOWER on IntegriCloud