Port details |
- py-orbit2 Python bindings for ORBit2
- 2.14.0 devel
=41 2.14.0Version of this port present on the latest quarterly branch. - Maintainer: gnome@FreeBSD.org
 - Port Added: 2003-03-05 23:21:11
- Last Update: 2006-05-28 12:06:14
- SVN Revision: UNKNOWN
- People watching this port, also watch:: gmake, libglade2, libogg, glib, libaudiofile
- Also Listed In: python
- License: not specified in port
- Description:
- 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.
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- py24-orbit>0:devel/py-orbit2
- No installation instructions:
- This port has been deleted.
- PKGNAME: py24-orbit
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- python : lang/python
- gmake : devel/gmake
- pkg-config : devel/pkgconfig
- Runtime dependencies:
-
- python : lang/python
- pkg-config : devel/pkgconfig
- Library dependencies:
-
- glib-2.0.0 : devel/glib20
- IDL-2.0 : devel/libIDL
- ORBit-2.0 : devel/ORBit2
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.14.0 28 May 2006 12:06:14
 |
mezz  |
devel/py-orbit2 -> devel/py-orbit
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. |
2.14.0 30 Apr 2006 00:47:21
 |
marcus  |
Presenting GNOME 2.14.1 for FreeBSD! Checkout
http://www.gnome.org/start/2.14/ for the official release notes, and a list
of all the gooides in this new release. In particular, GNOME 2.14 focused
on performance, and they did not miss the mark. There's some new eye candy,
but most of the big things are waiting until GNOME 2.16. On the FreeBSD
side, we tried to clean up all the crashers we could. In particular, we
really improved GNOME's 64-bit support.
The good news is that this release does not bring any big shared library
version bumps, so you can almost do a simple portupgrade to get to 2.14.
There are a few minor gotchas that will be documented in UPDATING shortly.
The FreeBSD GNOME Team would like th thank the following users for their
patches, feedback, and sometimes incessant complaing about crashes (you
know who you are). (Only the first 15 lines of the commit message are shown above ) |
2.0.1_3 23 Feb 2006 10:40:45
 |
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
2.0.1_2 23 Nov 2005 22:41:05
 |
pav  |
- Add SHA256 checksums |
2.0.1_2 15 Nov 2005 06:52:12
 |
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
2.0.1_2 05 Nov 2005 05:22:06
 |
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
2.0.1_1 13 Sep 2005 20:53:27
 |
pav  |
- Remove WWW, it relates to another project. This project got no real homepage |
2.0.1_1 12 Mar 2005 10:54:27
 |
marcus  |
Bump PORTREVISION to chase the glib20 shared lib version change. |
2.0.1 07 Nov 2004 22:49:44
 |
marcus  |
Update to 2.0.1. |
2.0.0_3 25 Aug 2004 18:38:39
 |
marcus  |
* Correct the ORBIT_CONFIG [1]
* Use the new libtool scheme
* Make CONFLICTS for portlint friendly
PR: 69484 [1] |
2.0.0_2 09 Jul 2004 17:43:11
 |
marcus  |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
2.0.0_2 05 Apr 2004 03:31:02
 |
marcus  |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
2.0.0_1 18 Mar 2004 13:47:05
 |
pav  |
- Add SIZE to GNOME ports
Submitted by: trevor |
2.0.0_1 14 Mar 2004 06:17:56
 |
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
2.0.0_1 04 Feb 2004 05:21:48
 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
2.0.0 24 Dec 2003 20:24:21
 |
linimon  |
Revert the part of the previous commit that involved innocent
bystander py-orbit. |
2.0.0 24 Dec 2003 16:34:45
 |
linimon  |
Mark py-omniorb, py-orbit, and py-orbit2 as being mutuallly exclusive.
PR: ports/60019
Submitted by: Patrick Hartling <patrick@137.org>
Reviewed by: Joe Marcus Clarke <marcus@marcuscom.com> (py-orbit2),
Sergey Matveychuk <sem@ciam.ru> (py-omniorb) |
2.0.0 04 Sep 2003 05:25:10
 |
marcus  |
Update to 2.0.0.
PR: 56396
Submitted by: Jeremy Messenger <mezz7@cox.net> |
1.99.7 24 Aug 2003 22:42:20
 |
adamw  |
Update to 1.99.7. |
1.99.6 31 Jul 2003 18:09:37
 |
adamw  |
Update to 1.99.6. |
1.99.5 16 Jul 2003 16:21:19
 |
adamw  |
Update to 1.99.5. |
1.99.4 22 Apr 2003 04:21:47
 |
marcus  |
Convert to new GNOME infrastructure. |
1.99.4 20 Apr 2003 02:56:27
 |
marcus  |
Remove USE_GNOMENG. |
1.99.4 04 Apr 2003 07:57:38
 |
marcus  |
Update to 1.99.4.
Submitted by: Mezz bsdforums.org <reigncracks@hotmail.com> |
1.99.3 05 Mar 2003 23:19:59
 |
marcus  |
Add py-orbit2 after a repo-copy from py-orbit. py-orbit2 are Python
bindings for ORBit2. |