aboutsummaryrefslogtreecommitdiff
path: root/devel/py-dbus
Commit message (Collapse)AuthorAgeFilesLines
* Presenting GNOME 2.16.1 for FreeBSD. This release represents a massiveJoe Marcus Clarke2006-10-144-73/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update to 0.62.Joe Marcus Clarke2006-06-141-1/+1
| | | | Notes: svn path=/head/; revision=165368
* Add a missing dependency on py-libxml2.Joe Marcus Clarke2006-05-201-2/+3
| | | | Notes: svn path=/head/; revision=162893
* The system daemon is running as messagebus:messagebus, so it does notJean-Yves Lefort2006-04-281-2/+2
| | | | | | | | | | | have the permission to remove its pid file and socket on exit. Put these files in the /var/run/dbus directory, owned by messagebus:messagebus. Remove the files and directory on package deinstall. Notes: svn path=/head/; revision=160615
* Update to 0.61.Joe Marcus Clarke2006-03-151-1/+1
| | | | Notes: svn path=/head/; revision=157101
* Conversion to a single libtool environment.Ade Lovett2006-02-231-0/+4
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Hide USE_RC_SUBR behind !defined(DBUS_SLAVE).Joe Marcus Clarke2006-02-171-0/+1
| | | | Notes: svn path=/head/; revision=156232
* Sync the configure options with devel/dbus.Joe Marcus Clarke2006-02-151-1/+1
| | | | Notes: svn path=/head/; revision=156083
* * Point localstatedir to /var to prevent the creation of /usr/local/varJoe Marcus Clarke2006-02-141-0/+1
| | | | | | | | | | * Fix IGNORE message PR: 92844 Submitted by: leeym Notes: svn path=/head/; revision=156047
* Update to 0.60.Joe Marcus Clarke2005-12-312-2/+5
| | | | Notes: svn path=/head/; revision=152497
* Update to 0.36.1.Joe Marcus Clarke2005-08-281-0/+1
| | | | Notes: svn path=/head/; revision=141029
* This port triggers a gcc bug on ia64, so ignore on that platform.Joe Marcus Clarke2005-08-201-0/+2
| | | | | | | | Reported by: pointyhat via kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=140940
* Update to 0.35.Joe Marcus Clarke2005-07-162-4/+7
| | | | Notes: svn path=/head/; revision=139325
* Remove a leftover directory.Joe Marcus Clarke2005-07-032-1/+2
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=138371
* Sync with dbus-0.34.Joe Marcus Clarke2005-07-011-4/+28
| | | | Notes: svn path=/head/; revision=138279
* Update to 0.32.Joe Marcus Clarke2005-04-021-2/+2
| | | | Notes: svn path=/head/; revision=132273
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=130974
* Update to 0.23.Joe Marcus Clarke2005-01-221-1/+1
| | | | Notes: svn path=/head/; revision=127066
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-1/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* Update to 0.22.Joe Marcus Clarke2004-08-141-1/+3
| | | | Notes: svn path=/head/; revision=116167
* Fix the Python bindings build on -CURRENT, and make sure the PythonJoe Marcus Clarke2004-08-081-0/+1
| | | | | | | | | bindings are properly linked to libdbus-1. Reported by: olgeni Notes: svn path=/head/; revision=115671
* Add a missing BUILD_DEPENDS on pyrex.Joe Marcus Clarke2004-08-051-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=115435
* Add py-dbus, Python bindings for the D-BUS messaging system.Joe Marcus Clarke2004-07-273-0/+48
Notes: svn path=/head/; revision=114827