c0ebbd3943
(port did not build with ORBit ports >= 0.5.10). - GNU_CONFIGURE -> USE_AUTOMAKE, in order to incorporate variables from Makefile.buildvars in Makefiles. - Move removal of "test" directory from Makefile.in to Makefile.am, to accommodate the fact that we're now using automake: Remove patch-Makefile.in and add patch-Makefile.am. - Expand pkg-descr a bit. - Alphabetise pkg-plist and add directories. - Bump PORTREVISION.
17 lines
685 B
Plaintext
17 lines
685 B
Plaintext
Paraphrasing the website:
|
|
|
|
ORBit-C++ provides C++ bindings for ORBit, an open source CORBA
|
|
2.2-compliant Object Request Broker.
|
|
|
|
The primary objectives of ORBit-C++ are:
|
|
- To provide a spec-compliant C++ CORBA mapping for ORBit.
|
|
- To allow programmers to use and write ORBit objects and gnome components
|
|
in C++ with little or no runtime overhead (compared to writing C ones)
|
|
- To allow C programmers to use C++ objects without having to deal with any
|
|
of that "horrible C++ syntax".
|
|
|
|
In short, to C++ programmers, all ORBit objects look like C++ objects, and
|
|
to C programmers, all ORBit objects should look like C objects.
|
|
|
|
WWW: http://orbitcpp.sourceforge.net/
|