aboutsummaryrefslogtreecommitdiff
path: root/devel/py-orbit2
Commit message (Collapse)AuthorAgeFilesLines
* - Add SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149215
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* - Remove WWW, it relates to another project. This project got no real homepagePav Lucistnik2005-09-131-2/+0
| | | | Notes: svn path=/head/; revision=142625
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-0/+1
| | | | Notes: svn path=/head/; revision=130974
* Update to 2.0.1.Joe Marcus Clarke2004-11-072-4/+3
| | | | Notes: svn path=/head/; revision=121072
* * Correct the ORBIT_CONFIG [1]Joe Marcus Clarke2004-08-252-13/+4
| | | | | | | | | | * Use the new libtool scheme * Make CONFLICTS for portlint friendly PR: 69484 [1] Notes: svn path=/head/; revision=117269
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=113296
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106175
* - Add SIZE to GNOME portsPav Lucistnik2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104461
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Revert the part of the previous commit that involved innocentMark Linimon2003-12-241-1/+1
| | | | | | | bystander py-orbit. Notes: svn path=/head/; revision=96547
* Mark py-omniorb, py-orbit, and py-orbit2 as being mutuallly exclusive.Mark Linimon2003-12-241-0/+2
| | | | | | | | | | 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) Notes: svn path=/head/; revision=96541
* Update to 2.0.0.Joe Marcus Clarke2003-09-042-3/+3
| | | | | | | | PR: 56396 Submitted by: Jeremy Messenger <mezz7@cox.net> Notes: svn path=/head/; revision=88481
* Update to 1.99.7.Adam Weinberger2003-08-242-2/+2
| | | | Notes: svn path=/head/; revision=87619
* Update to 1.99.6.Adam Weinberger2003-07-312-2/+2
| | | | Notes: svn path=/head/; revision=86061
* Update to 1.99.5.Adam Weinberger2003-07-163-2/+8
| | | | Notes: svn path=/head/; revision=84998
* Convert to new GNOME infrastructure.Joe Marcus Clarke2003-04-221-3/+1
| | | | Notes: svn path=/head/; revision=79435
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79332
* Update to 1.99.4.Joe Marcus Clarke2003-04-044-6/+6
| | | | | | | Submitted by: Mezz bsdforums.org <reigncracks@hotmail.com> Notes: svn path=/head/; revision=78146
* Add py-orbit2 after a repo-copy from py-orbit. py-orbit2 are PythonJoe Marcus Clarke2003-03-057-51/+37
| | | | | | | bindings for ORBit2. Notes: svn path=/head/; revision=76990
* Convert USE_GLIB into USE_GNOMENG+USE_GNOME.Maxim Sobolev2002-07-151-1/+2
| | | | Notes: svn path=/head/; revision=63003
* - Recent changes to the ORBit port caused a build error, which highlighted aJohann Visagie2002-03-252-2/+11
| | | | | | | | | | | | | | | deficiency in orbit-python's Makefile structure: it's not sufficiently inclusive w.r.t actually using *_CFLAGS generated by various test programs called from its own configure script. Added a patch to fix this. - (It's also not very good about using generated *_LIBS, which may cause future problems.) - No PORTREVISION bump; this is a build-time problem. PR: 36278 Submitted by: Christopher Farley <chris@northernbrewer.com> Notes: svn path=/head/; revision=56612
* - Update to version 0.3.1; this is a bugfix releaseJohann Visagie2001-11-152-4/+5
| | | | Notes: svn path=/head/; revision=50045
* - Fix a build breakage which suddenly appeared from I know not where.Johann Visagie2001-11-021-0/+2
| | | | | | | | | - No PORTREVISION bump; it's just a build-time thing. Submitted by: bento Notes: svn path=/head/; revision=49495
* - Update to version 0.3.0Johann Visagie2001-08-284-4/+5
| | | | | | | | | | | | | | | - Release notes: - many new features - improved stability - improved memory usage - all known leaks fixed - improved compliance with Python mapping specification - CORBA exceptions overhauled - object references implemented as class instances - works better with GNOME IDLs - etc. Notes: svn path=/head/; revision=47019
* Updating my email address in my remaining ports.Johann Visagie2001-06-271-1/+1
| | | | | | | Prompted by: vanilla Notes: svn path=/head/; revision=44495
* Add py-orbit, python bindings for ORBit, a CORBA 2.2-compliant ORB.Neil Blakey-Milner2001-04-045-0/+54
PR: 26346 Submitted by: Johann Visagie <johann@egenetics.com> Notes: svn path=/head/; revision=40840