aboutsummaryrefslogtreecommitdiff
path: root/deskutils/gdesklets
Commit message (Collapse)AuthorAgeFilesLines
* Yipes... I broke the port with my last commit. Nuke lthackAdam Weinberger2004-07-272-12/+2
| | | | | | | | (and the redundant configure patch that I'd forgotten to remove) and set LIBTOOL_VER to 15. Notes: svn path=/head/; revision=114836
* Use lthack; This port was installing a couple .la files.Adam Weinberger2004-07-261-1/+1
| | | | Notes: svn path=/head/; revision=114732
* Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 orJeremy Messenger2004-07-071-4/+2
| | | | | | | | | | | | | | | those ports will not work. Please see the more detail about this: http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html Also, please check http://www.freebsd.org/gnome/docs/porting.html for the update about gconf, gconf.pl script and etc. Approved by: marcus (portmgr hat) Reviewed by: My team, FreeBSD GNOME Team Notes: svn path=/head/; revision=113150
* The gdesklets distfile was rerolled with some key bugfixes. The new MD5Joe Marcus Clarke2004-05-012-2/+3
| | | | | | | checksum and size were confirmed with the gdesklets author. Notes: svn path=/head/; revision=108117
* Update to 0.26.2, and use statvfs() instead of libgtop.get_fsusage() asJoe Marcus Clarke2004-05-013-8/+37
| | | | | | | | | | the latter has a bug with block vs. I/O size on FreeBSD. PR: 66115 Submitted by: maintainer Notes: svn path=/head/; revision=108063
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-0/+1
| | | | Notes: svn path=/head/; revision=106175
* - Update to 0.26.1Pav Lucistnik2004-03-232-4/+4
| | | | | | | | PR: ports/64628 Submitted by: Franz Klammer <klammer@webonaut.com> (maintainer) Notes: svn path=/head/; revision=105087
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104520
* 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
* - Update to 0.26Pav Lucistnik2004-02-249-47/+124
| | | | | | | | PR: ports/63258 Submitted by: Franz Klammer <klammer@webonaut.com> (maintainer) Notes: svn path=/head/; revision=101994
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* - extend i18n.py to check as default also the gettext domain "gdesklets" toPav Lucistnik2004-01-052-0/+14
| | | | | | | | | | | fix i18n support on some desklets which installing there language-files as gdeklets.mo PR: ports/60920 Submitted by: Franz Klammer <klammer@webonaut.com> (maintainer) Obtained from: http://bugzilla.gnome.org/show_bug.cgi?id=130509 Notes: svn path=/head/; revision=97381
* * Update to 0.25.1Joe Marcus Clarke2003-12-3013-197/+56
| | | | | | | | | | * Change maintainer to Franz Klammer <klammer@webonaut.com> PR: 60742 Submitted by: Jeremy Messenger <mezz7@cox.net> (previous maintainer) Notes: svn path=/head/; revision=96971
* Add the official threads fix.Joe Marcus Clarke2003-11-182-10/+9
| | | | | | | | | PR: 59432 Submitted by: maintainer Obtained from: gDesklets CVS Notes: svn path=/head/; revision=94288
* * Fix threading and SysInfo functionality on FreeBSD [1]Joe Marcus Clarke2003-11-176-10/+87
| | | | | | | | | | | * Fix plist PR: 59389 Submitted by: maintainer Obtained from: Franz Klammer <klammer@webonaut.com> [1] Notes: svn path=/head/; revision=94209
* Update to 0.24.1 to address some minor bugs.Joe Marcus Clarke2003-11-102-2/+2
| | | | | | | | PR: 59152 Submitted by: maintainer Notes: svn path=/head/; revision=93709
* Update to 0.24.Alexander Leidinger2003-11-109-471/+51
| | | | | | | | Submitted by: maintainer PR: 59096 Notes: svn path=/head/; revision=93670
* Bump PORTREVISION for the last commit.Joe Marcus Clarke2003-10-251-0/+1
| | | | Notes: svn path=/head/; revision=92139
* Add a patch to properly obtain the character set on -STABLE.Joe Marcus Clarke2003-10-251-0/+17
| | | | | | | | | PR: 58508 Submitted by: maintainer Obtained from: Fredrick Nilsson <bender@impala.mine.nu> Notes: svn path=/head/; revision=92137
* Update to 0.23.Adam Weinberger2003-10-189-36/+61
| | | | | | | | PR: ports/58182 Submitted by: mezz (maintainer) Notes: svn path=/head/; revision=91544
* Update to 0.22.1.Alexander Leidinger2003-09-292-2/+2
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=89778
* Update to 0.22.Alexander Leidinger2003-09-2612-12/+621
| | | | | | | | | | | | | | | | | | This update is a collaboration between the maintainer and myself, the libdesklets part isn't finished and needs a little more debugging (RAM and boottime display). Unfortunately we also have a problem with threads (they get created, but they don't run/start) which we can't track down, so it's not easy to debug the remaining libdesklets bugs. We decided to commit the port in the current incarnation as at least the desklets which I will commit shortly after this update will work without problems. Submitted by: maintainer Notes: svn path=/head/; revision=89434
* Create directories for Sensors and Displays.Joe Marcus Clarke2003-09-033-0/+11
| | | | | | | | PR: 56331 Submitted by: maintainer Notes: svn path=/head/; revision=88401
* Add a missing BUILD_DEPENDS on py-gnome2.Joe Marcus Clarke2003-09-021-0/+1
| | | | | | | | PR: 56317 Submitted by: maintainer Notes: svn path=/head/; revision=88379
* Add gdesklets, a Python-based architecture for creating desktop applets.Joe Marcus Clarke2003-09-027-0/+154
PR: 56299 Submitted by: Jeremy Messenger <mezz7@cox.net> Notes: svn path=/head/; revision=88321