aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/py-gnome2
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.16.2Michael Johnson2006-11-063-8/+9
| | | | Notes: svn path=/head/; revision=176605
* Presenting GNOME 2.16.1 for FreeBSD. This release represents a massiveJoe Marcus Clarke2006-10-145-36/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | amount of work by the FreeBSD GNOME Team and our testers. On top of the usual GNOME update, we have taken this opportunity to move GNOME from X11BASE to LOCALBASE. This means roughly 600 ports NOT part of the GNOME Desktop also need to be changed. The bulk of the move was carried out by ahze, mezz, and pav, but it would not have been possible without cooperation from the FreeBSD KDE team who worked with us to make sure GNOME and KDE can still coexist happily. We would also like to send a shout out to kris and pointyhat for putting up with multiple test runs until we got something that was solid. Back to GNOME 2.16. This release brings a huge amount of new functionality to FreeBSD. The standard release notes can be read at http://www.gnome.org/start/2.16/ . But on top of what you will read there, jylefort and marcus have completed work on a port of HAL to FreeBSD. This will allow FreeBSD to take advantage of closer hardware interaction such as auto-mounting CD-ROMs, USB drives, and music players; auto-playing audio CDs; and managing laptop power consumption. But where would this all be without our loyal testers and contributors? Therefore, the FreeBSD GNOME team would like to thank the following users: Phillip Neumann <pneumann@gmail.com> tmclaugh mux Yuri Pankov <yuri.pankov@gmail.com> chinsan Thomas <freebsdlists@bsdunix.ch> Brian Gruber <knightbg@yahoo.com> Franz Klammer <klammer@webonaut.com> Dominique Goncalves <dominique.goncalves@gmail.com> Pascal Hofstee <caelian@gmail.com> Yasuda Keisuke <kysd@po.harenet.ne.jp> backyard <backyard1454-bsd@yahoo.com> Andris Raugulis <endrju@null.lv> <endrju@null.lv> Eric L. Chen <d9364104@mail.nchu.edu.tw> Pawel Worach <pawel.worach@gmail.com> QuiRK on #freebsd-gnome Shane Bell <decept0@gmail.com> luigi sajd on #freebsd-gnome sat Chris Coleman <chrisc@vmunix.com> kaeru on #freebsd-gnome crsd_ via irc.freenode.org/#FreeBSD-GNOME Joel Diaz <joeldiaz@mac.com> Enjoy! Approved by: portmgr (implicit, kris) Notes: svn path=/head/; revision=175253
* devel/py-orbit2 -> devel/py-orbitJeremy Messenger2006-05-281-2/+2
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=163687
* - Pet portlintMichael Johnson2006-04-302-1/+0
| | | | | | | - Remove empty patch Notes: svn path=/head/; revision=160889
* Update to 2.12.4.Joe Marcus Clarke2006-03-154-21/+18
| | | | Notes: svn path=/head/; revision=157117
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+11
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Update to 2.12.3.Joe Marcus Clarke2005-12-232-4/+4
| | | | Notes: svn path=/head/; revision=151927
* Update to 2.12.2.Joe Marcus Clarke2005-12-022-4/+4
| | | | Notes: svn path=/head/; revision=150191
* - Add SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149215
* Update to 2.12.1.Joe Marcus Clarke2005-11-055-5/+49
| | | | Notes: svn path=/head/; revision=147324
* - Update or add WWW lineMichael Johnson2005-07-211-0/+1
| | | | Notes: svn path=/head/; revision=139800
* Update to 2.10.0.Joe Marcus Clarke2005-03-123-49/+21
| | | | Notes: svn path=/head/; revision=130993
* Update to 2.6.2.Joe Marcus Clarke2004-12-262-3/+3
| | | | Notes: svn path=/head/; revision=125186
* Update to 2.6.1.Koop Mast2004-11-203-4/+6
| | | | | | | Approved by: pav (mentor) Notes: svn path=/head/; revision=122022
* Update to 2.6.0.Joe Marcus Clarke2004-11-073-7/+9
| | | | Notes: svn path=/head/; revision=121074
* - Update to 2.0.3.Jeremy Messenger2004-08-073-21/+11
| | | | | | | | | | | | - Remove 'py-' from the PORTNAME and add PKGNAMEPREFIX=${PYTHON_PKGNAMEPREFIX}. - Change DIST_SUBDIR to gnome2. - Remove patch-configure and use libtool 15. - Chase the current bsd.gnome.mk, pygtk2. Reviewed by: marcus Notes: svn path=/head/; revision=115565
* 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
* Update to 2.0.2.Joe Marcus Clarke2004-04-053-4/+16
| | | | Notes: svn path=/head/; revision=106201
* 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=104470
* 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 1) Notes: svn path=/head/; revision=99918
* Don't call a non-existent pkg-install.Joe Marcus Clarke2004-01-301-5/+0
| | | | | | | Reported by: Mike Harding <mvh@ix.netcom.com> Notes: svn path=/head/; revision=99545
* Add CONFLICTS for py-gnome and py-gnome2 on each other.Joe Marcus Clarke2004-01-302-16/+2
| | | | | | | Reported by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Notes: svn path=/head/; revision=99458
* Update to 2.0.0.Joe Marcus Clarke2003-09-043-15/+15
| | | | | | | | PR: 56397 Submitted by: Jeremy Messenger <mezz7@cox.net> Notes: svn path=/head/; revision=88482
* Update to 1.99.18.Adam Weinberger2003-08-243-17/+16
| | | | | | | Note that all the module so's have changed names AGAIN. Notes: svn path=/head/; revision=87620
* Fix build with new py-gtk2.Joe Marcus Clarke2003-08-011-3/+3
| | | | | | | Submitted by: Jeremy Messenger <mezz7@cox.net> Notes: svn path=/head/; revision=86092
* Fix coexistence check for py-gnome.Joe Marcus Clarke2003-04-131-1/+1
| | | | | | | PR: 50900 Notes: svn path=/head/; revision=78914
* * Add a missing dependency on py-orbit2Joe Marcus Clarke2003-04-081-10/+6
| | | | | | | | | * Convert to new GNOME infrastructure Reported by: bento Notes: svn path=/head/; revision=78616
* Update to 1.99.16.Joe Marcus Clarke2003-04-044-7/+17
| | | | | | | Submitted by: Mezz bsdforums.org <reigncracks@hotmail.com> Notes: svn path=/head/; revision=78147
* Add missing dependencies on libzvt and gnomepanel.Joe Marcus Clarke2003-03-021-0/+3
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=76759
* Add py-gnome2 after a repo copy from py-gnome. py-gnome2 offers PythonJoe Marcus Clarke2003-02-239-195/+107
| | | | | | | bindings for GNOME 2. Notes: svn path=/head/; revision=76291
* Bump PORTREVISION after the gtkhtml version bump.Joe Marcus Clarke2002-11-121-0/+1
| | | | Notes: svn path=/head/; revision=69934
* GNOME has just changed the layout of their FTP site. This resulted inJoe Marcus Clarke2002-09-201-1/+1
| | | | | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location. Notes: svn path=/head/; revision=66862
* Update to 1.4.4.Maxim Sobolev2002-08-285-91/+124
| | | | Notes: svn path=/head/; revision=65181
* Use USE_GNOMENG.Maxim Sobolev2002-07-144-36/+34
| | | | Notes: svn path=/head/; revision=62923
* Update to 1.4.2.Maxim Sobolev2002-07-141-2/+4
| | | | Notes: svn path=/head/; revision=62921
* - Fix the build with the forthcoming gnomecontrolcenter-1.4.0.3;Maxim Sobolev2002-02-072-4/+5
| | | | | | | | | - silence harmless configure warning by overriding CONFIGURE_TARGET. Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>, sobomax Notes: svn path=/head/; revision=54309
* Update to 1.4.2.Maxim Sobolev2002-01-042-2/+2
| | | | Notes: svn path=/head/; revision=52560
* Backout previous change - it seems that new revision of the patch doesn'tMaxim Sobolev2001-12-201-17/+8
| | | | | | | | | apply everywhere. Submitted by: Todd Punderson <todd@doonga.net> Notes: svn path=/head/; revision=51877
* Don't filter libc_r on 5-CURRENT.Maxim Sobolev2001-12-191-8/+17
| | | | Notes: svn path=/head/; revision=51864
* Fix a breakage resulted from path to gdk-pixbuf's includes beingMaxim Sobolev2001-11-121-0/+14
| | | | | | | | | hardcoded. Reported by: Patrik Backlund <pbacklun@cc.hut.fi> Notes: svn path=/head/; revision=49963
* Don't link in libc - FreeBSD doesn't need this.Maxim Sobolev2001-10-311-4/+14
| | | | | | | Submitted by: Ports Fury Notes: svn path=/head/; revision=49417
* defs files are in share/gnome/pygtk/1.2/defs, not share/pygtk/1.2/defs.Satoshi Asami2001-08-271-8/+8
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=46952
* Remove gtkhtml from LIB_DEPENDS - we inherit this dependency along withMaxim Sobolev2001-07-231-1/+0
| | | | | | | USE_GNOME anyway. Notes: svn path=/head/; revision=45396
* Update to 1.4.1.Maxim Sobolev2001-07-034-8/+31
| | | | Notes: svn path=/head/; revision=44713
* Re-enable gtkhtml module - now gtkhtml is dependency for gnomecore, so itMaxim Sobolev2001-07-032-6/+8
| | | | | | | could be safely enabled. Notes: svn path=/head/; revision=44694
* Use ${PYTHON_SITELIBDIR} where appropriate.Maxim Sobolev2001-06-131-1/+1
| | | | Notes: svn path=/head/; revision=43941
* Missed one (grr)Ade Lovett2001-05-161-2/+1
| | | | Notes: svn path=/head/; revision=42640
* Remove --with-gtkhtml fully. PORTREVISION bumped.Ade Lovett2001-05-161-3/+2
| | | | | | | Discovered by: gnome-builder automated script Notes: svn path=/head/; revision=42637