diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-10-04 12:12:04 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-10-04 12:12:04 +0800 |
commit | 87a5c6e3d1605b77d04c5c9fb8743ff4723c16fb (patch) | |
tree | 72a6d3ad7f4c53f8c124b2542fb55fddfbb8887b /devel/py-orbit2/pkg-descr | |
parent | bdf181d80fc1fa8a97354e4606ae490cea4837cd (diff) | |
download | marcuscom-ports-87a5c6e3d1605b77d04c5c9fb8743ff4723c16fb.tar marcuscom-ports-87a5c6e3d1605b77d04c5c9fb8743ff4723c16fb.tar.gz marcuscom-ports-87a5c6e3d1605b77d04c5c9fb8743ff4723c16fb.tar.bz2 marcuscom-ports-87a5c6e3d1605b77d04c5c9fb8743ff4723c16fb.tar.lz marcuscom-ports-87a5c6e3d1605b77d04c5c9fb8743ff4723c16fb.tar.xz marcuscom-ports-87a5c6e3d1605b77d04c5c9fb8743ff4723c16fb.tar.zst marcuscom-ports-87a5c6e3d1605b77d04c5c9fb8743ff4723c16fb.zip |
Add py-orbit2, and update to 2.0.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2927 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/py-orbit2/pkg-descr')
-rw-r--r-- | devel/py-orbit2/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/py-orbit2/pkg-descr b/devel/py-orbit2/pkg-descr new file mode 100644 index 000000000..e1f63d2fa --- /dev/null +++ b/devel/py-orbit2/pkg-descr @@ -0,0 +1,11 @@ +To paraphase the README: + +This is a Python language binding for the ORBit2 CORBA implementation. +It aims to take advantage of new features found in ORBit2 to make +language bindings more efficient. This includes: + - Use of ORBit2 type libraries to generate stubs + - use of the ORBit_small_invoke_stub() call for operation + invocation, which allows for short circuited invocation on local + objects. + +WWW: http://orbit-python.sault.org/ |