summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/py-gnome2
Commit message (Collapse)AuthorAgeFilesLines
* Presenting GNOME 2.16.1 for FreeBSD. This release represents a massivemarcus2006-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)
* devel/py-orbit2 -> devel/py-orbitmezz2006-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.
* - Pet portlintahze2006-04-302-1/+0
| | | | - Remove empty patch
* Update to 2.12.4.marcus2006-03-154-21/+18
|
* Conversion to a single libtool environment.ade2006-02-232-1/+11
| | | | Approved by: portmgr (kris)
* Update to 2.12.3.marcus2005-12-232-4/+4
|
* Update to 2.12.2.marcus2005-12-022-4/+4
|
* - Add SHA256 checksumspav2005-11-231-0/+1
|
* Update to 2.12.1.marcus2005-11-055-5/+49
|
* - Update or add WWW lineahze2005-07-211-0/+1
|
* Update to 2.10.0.marcus2005-03-123-49/+21
|
* Update to 2.6.2.marcus2004-12-262-3/+3
|
* Update to 2.6.1.kwm2004-11-203-4/+6
| | | | Approved by: pav (mentor)
* Update to 2.6.0.marcus2004-11-073-7/+9
|
* - Update to 2.0.3.mezz2004-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
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-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
* Update to 2.0.2.marcus2004-04-053-4/+16
|
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-1/+1
|
* - Add SIZE to GNOME portspav2004-03-181-0/+1
| | | | Submitted by: trevor
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-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.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* Don't call a non-existent pkg-install.marcus2004-01-301-5/+0
| | | | Reported by: Mike Harding <mvh@ix.netcom.com>
* Add CONFLICTS for py-gnome and py-gnome2 on each other.marcus2004-01-302-16/+2
| | | | Reported by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
* Update to 2.0.0.marcus2003-09-043-15/+15
| | | | | PR: 56397 Submitted by: Jeremy Messenger <mezz7@cox.net>
* Update to 1.99.18.adamw2003-08-243-17/+16
| | | | Note that all the module so's have changed names AGAIN.
* Fix build with new py-gtk2.marcus2003-08-011-3/+3
| | | | Submitted by: Jeremy Messenger <mezz7@cox.net>
* Fix coexistence check for py-gnome.marcus2003-04-131-1/+1
| | | | PR: 50900
* * Add a missing dependency on py-orbit2marcus2003-04-081-10/+6
| | | | | | * Convert to new GNOME infrastructure Reported by: bento
* Update to 1.99.16.marcus2003-04-044-7/+17
| | | | Submitted by: Mezz bsdforums.org <reigncracks@hotmail.com>
* Add missing dependencies on libzvt and gnomepanel.marcus2003-03-021-0/+3
| | | | Reported by: bento
* Add py-gnome2 after a repo copy from py-gnome. py-gnome2 offers Pythonmarcus2003-02-239-195/+107
| | | | bindings for GNOME 2.
* Bump PORTREVISION after the gtkhtml version bump.marcus2002-11-121-0/+1
|
* GNOME has just changed the layout of their FTP site. This resulted inmarcus2002-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.
* Update to 1.4.4.sobomax2002-08-285-91/+124
|
* Use USE_GNOMENG.sobomax2002-07-144-36/+34
|
* Update to 1.4.2.sobomax2002-07-141-2/+4
|
* - Fix the build with the forthcoming gnomecontrolcenter-1.4.0.3;sobomax2002-02-072-4/+5
| | | | | | - silence harmless configure warning by overriding CONFIGURE_TARGET. Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>, sobomax
* Update to 1.4.2.sobomax2002-01-042-2/+2
|
* Backout previous change - it seems that new revision of the patch doesn'tsobomax2001-12-201-17/+8
| | | | | | apply everywhere. Submitted by: Todd Punderson <todd@doonga.net>
* Don't filter libc_r on 5-CURRENT.sobomax2001-12-191-8/+17
|
* Fix a breakage resulted from path to gdk-pixbuf's includes beingsobomax2001-11-121-0/+14
| | | | | | hardcoded. Reported by: Patrik Backlund <pbacklun@cc.hut.fi>
* Don't link in libc - FreeBSD doesn't need this.sobomax2001-10-311-4/+14
| | | | Submitted by: Ports Fury
* defs files are in share/gnome/pygtk/1.2/defs, not share/pygtk/1.2/defs.asami2001-08-271-8/+8
| | | | Submitted by: bento
* Remove gtkhtml from LIB_DEPENDS - we inherit this dependency along withsobomax2001-07-231-1/+0
| | | | USE_GNOME anyway.
* Update to 1.4.1.sobomax2001-07-034-8/+31
|
* Re-enable gtkhtml module - now gtkhtml is dependency for gnomecore, so itsobomax2001-07-032-6/+8
| | | | could be safely enabled.
* Use ${PYTHON_SITELIBDIR} where appropriate.sobomax2001-06-131-1/+1
|
* Missed one (grr)ade2001-05-161-2/+1
|
* Remove --with-gtkhtml fully. PORTREVISION bumped.ade2001-05-161-3/+2
| | | | Discovered by: gnome-builder automated script
* Comment out files that belong to gtkhtml module.sobomax2001-05-151-4/+4
|
OpenPOWER on IntegriCloud