1b81383f05
Rename this ports to use the real vendor package name. The advantage of this is to allow our users' keyword search works and easier for users to file the Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and other OSs have the correct package name, but not in our ports tree. My team, FreeBSD GNOME Team, have agreed with it. As for x11-toolkits/py-gnome2, chase the rename.
9 lines
406 B
Text
9 lines
406 B
Text
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.
|