aboutsummaryrefslogtreecommitdiff
path: root/x11/gnome-applets
Commit message (Collapse)AuthorAgeFilesLines
* Presenting GNOME 2.12 for FreeBSD. The release is chock full of bug fixesJoe Marcus Clarke2005-11-0518-1847/+1084
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and new features. Don't believe me? Then see for yourself at http://www.gnome.org/start/2.12/notes/en/. DO NOT USE portupgrade by itself to upgrade to GNOME 2.12. Instead, use the gnome_upgrade.sh script from http://www.marcuscom.com/downloads/gnome_upgrade212.sh. This script will circumvent some potential pitfalls users can see if they use portupgrade by itself. In keeping with tradition, GNOME 2.12 for FreeBSD comes with a special splash screen. The winner of this release's contest is Dominique Goncalves <dominique.goncalves@gmail.com>. His splash screen was inspired by http://art.gnome.org/contests/2.12-splash/83. The FreeBSD GNOME Team would lank to thank the following users for their contributions to this release: Matthew Luckie <mjl@luckie.org.nz> ade sajd on #freebsd-gnome Caelian on #freebsd-gnome mnag Yasuda Keisuke <kysd@po.harenet.ne.jp> Mark Hobden <markhobden@gmail.com> Sergey Akifyev <asa@agava.com> Andreas Kohn For more information on GNOME on FreeBSD, checkout http://www.FreeBSD.org/gnome/. The 2.12 documentation will be posted shortly. Notes: svn path=/head/; revision=147261
* Check to make sure we were able to open /var/run/devd.pipe successfullyJoe Marcus Clarke2005-07-032-212/+228
| | | | | | | | | once before continually trying to reopen it. Because of this, some users not using the devd patch to process dynamic ACPI updates were bitten by the file descriptor leak. Thus, I am bumping PORTREVISION for this commit. Notes: svn path=/head/; revision=138431
* Fix some bugs in the recent devd support code. I had a memory leak as wellJoe Marcus Clarke2005-07-031-223/+225
| | | | | | | as a potential file descriptor leak on /dev/acpi. Notes: svn path=/head/; revision=138368
* Add support for getting real-time acpi battery events from devd. ThisJoe Marcus Clarke2005-06-291-84/+185
| | | | | | | | | | | | | won't work yet for non-root users unless they are using my devd patch at http://www.marcuscom.com/downloads/devd.diff to give open permissions to the devd.pipe socket. Without this real-time update support, it can take up to 30 seconds for the battstat applet to update on an ACPI event. Because this support is still experimental, I am not bumping PORTREVISION. Notes: svn path=/head/; revision=138153
* Update the battstat status a bit quicker.Joe Marcus Clarke2005-06-102-10/+11
| | | | Notes: svn path=/head/; revision=137134
* Correct the location to the power-management.c source file.Joe Marcus Clarke2005-05-111-2/+2
| | | | | | | Submitted by: sajd on #freebsd-gnome Notes: svn path=/head/; revision=135081
* Don't read ACPI info twice. This can cause battstat to take up more CPUJoe Marcus Clarke2005-05-112-112/+107
| | | | | | | | | than it needs to. Submitted by: Ryan Lortie <desrt@desrt.ca> Notes: svn path=/head/; revision=135059
* - Update to 2.10.1Michael Johnson2005-04-043-4/+129
| | | | Notes: svn path=/head/; revision=132499
* Add battstat (ACPI only) support for amd64.Joe Marcus Clarke2005-03-153-15/+61
| | | | | | | Submitted by: Jung-uk Kim <jkim@niksun.com> Notes: svn path=/head/; revision=131282
* Presenting GNOME 2.10 for FreeBSD!Joe Marcus Clarke2005-03-1215-1744/+1347
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The release notes can be found at http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a good idea of what has gone into this release overall. However, a lot of FreeBSD specific additions and fixes have been made. For example, this release offers fixed ACPI support as well as new CPU freqeuncy monitoring support. See the FreeBSD GNOME 2.10 upgrade page at http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well as a list of known issues and upgrade instructions. GNOME 2.10, as well as all of our releases, would not be possible without the great team that goes into porting and testign each and every component. Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all their work. We would also like to thank our adventurous users that chose to ride the walrus. We'd especially like to thank the following users that provided patches for GNOME 2.10: ade Yasuda Keisuke Franz Klammer Khairil Yusof Radek Kozlowsk And anyone else I may have accidentally omitted. As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen courtesy of Franz Klammer. However, unlike GNOME 2.8, we've included all of the FreeBSD GNOME splashscreen entries with gnomesession. You can use the deskutils/splashsetter port to choose the one you like best. As always, GNOME users should _not_ use portupgrade alone to upgrade to 2.10. Instead, get the gnome_upgrade.sh script from http://www.FreeBSD.org/gnome/gnome_upgrade.sh. Enjoy! Notes: svn path=/head/; revision=130972
* - split multimedia/gstreamer-plugins in to individual ports perMichael Johnson2005-02-281-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gstreamer plugin (52 new ports). - Chase changes to ports that used USE_GNOME=gstreamerplugisn to use new USE_GSTREAMER= macro, Bump PORTREVISION's -- Examples of new USE_GSTREAMER macro: USE_GSTREAMER= dvd lame flac .include <bsd.port.mk> If you want to use USE_GSTREAMER after <bsd.port.pre.mk> you must follow one of the examples listed below WANT_GSTREAMER= yes .include <bsd.port.pre.mk> .if defined(WITH_VORBIS) USE_GSTREAMER+= vorbis .endif or USE_GSTREAMER= yes .include <bsd.port.pre.mk> .if defined(WITH_FAAD) USE_GSTREAMER+= faad .endif Note: USE_GSTREAMER=yes will always add a dependency to ports/multimedia/gstreamer-plugins -- Thanks to krion for runing this on pointyhat Thanks to kwm for helping with this, and many bug fixes , and updates. Notes: svn path=/head/; revision=130046
* Put all hacks of hicolor icons and mime from ports to bsd.gnome.mk's gnomehack.Jeremy Messenger2004-12-211-4/+0
| | | | | | | | | | | | deskutils/drivel is the only port that has pkg-plist change, so bump the PORTREVISION. The rest else should be no function change, but just remove the patches to allow gnomehack takes care of it. Keep in mind, I only touch those ports that already have gnomehack. Reviewed by: pav and marcus Notes: svn path=/head/; revision=124646
* Update to 2.8.2.Joe Marcus Clarke2004-12-075-21/+25
| | | | Notes: svn path=/head/; revision=123351
* Use new INSTALLS_OMF.Jeremy Messenger2004-11-232-346/+1
| | | | | | | Approved by: bland, kwm, marcus and pav Notes: svn path=/head/; revision=122196
* Bump 29 ports that use GCONF_SCHEMAS. Somehow, the diff of GNOME 2.8.x hasJeremy Messenger2004-11-101-0/+1
| | | | | | | | | | lost the small part. The small part was GCONF_SCHEMAS in bsd.gnome.mk that is taking care of gconf key and schemas files for pkg-plist. Pav has committed by re-add GCONF_SCHEMAS back in bsd.gnome.mk this afternoon. Therefore, must bump PORTREVISION to correct our pkg-plist database installed. Notes: svn path=/head/; revision=121277
* Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact).Joe Marcus Clarke2004-11-077-94/+603
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release notes detailing all of the new goodies in GNOME 2.8 can be found at http://www.gnome.org/start/2.8/notes/, and the list of what was fixed in GNOME 2.8.1 can be found at http://lists.gnome.org/archives/gnome-announce-list/2004-October/msg00056.html. This release, as well as all of our others, would not have been possible without the great efforts of our FreeBSD GNOME Team. The list of current members can be found at http://www.freebsd.org/gnome/contact.html (including our newest member, Michael Johnson <ahze@FreeBSD.org>). Special thanks also goes out to all of the loyal FreeBSD GNOME users that put up with crashes and hangs to test and debug GNOME on FreeBSD. We would especially like to thank those users that provided patches for GNOME 2.7 and 2.8: Franz Klammer <klammer@webonaut.com> Piotr Smyrak <piotr.smyrak@heron.pl> Radek Kozlowski <radek@raadradd.com> Khairil Yusof <kaeru@pd.jaring.my> Yasuda Keisuke <kysd@po.harenet.ne.jp> Tom McLaughlin <tmclaugh@sdf.lonestar.org> Vladimir Grebenschikov <vova@fbsd.ru> GNOME 2.8 also features a new, FreeBSD-specific splashscreen that was designed by jimmac for GNOME 2.8, then daemonized by Franz Klammer <klammer@webonaut.com> and Radek Kozlowski <radek@raadradd.com>. As with GNOME 2.6, you cannot just "portupgrade" to GNOME 2.8. There is a script provided at http://www.marcuscom.com/downloads/gnome_upgrade28.sh that will aid in the upgrade process. Full documentation on the GNOME 2.8 upgrade is coming following this commit. From all of us at FreeBSD GNOME, ENJOY! Notes: svn path=/head/; revision=121068
* Fix plist.Alexander Nedotsukov2004-08-172-1/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=116475
* Chase the gstreamer shared lib bump.Joe Marcus Clarke2004-08-161-1/+1
| | | | Notes: svn path=/head/; revision=116442
* Bump PORTREVISION to chase the gstreamer shared lib version.Joe Marcus Clarke2004-08-021-1/+1
| | | | Notes: svn path=/head/; revision=115299
* Remove extra directory.Adam Weinberger2004-07-291-1/+0
| | | | Notes: svn path=/head/; revision=115009
* Move a bunch of now unique stuff out of gnomehier and intoAdam Weinberger2004-07-282-0/+7
| | | | | | | the ports that really own the directories. Notes: svn path=/head/; revision=114939
* Update to 2.6.2.1.Joe Marcus Clarke2004-07-223-10/+18
| | | | Notes: svn path=/head/; revision=114381
* Use the new new GConf handling scheme.Joe Marcus Clarke2004-06-291-72/+30
| | | | Notes: svn path=/head/; revision=112514
* Update to 2.6.2.Adam Weinberger2004-06-293-4/+4
| | | | Notes: svn path=/head/; revision=112513
* Use tabs and not spaces to appease portlint.Joe Marcus Clarke2004-06-151-2/+2
| | | | Notes: svn path=/head/; revision=111516
* * Plug a potential file descriptor leak in the wireless appletJoe Marcus Clarke2004-06-152-9/+13
| | | | | | | * Add a missing dependency on gstreamerplugins, and bump PORTREVISION Notes: svn path=/head/; revision=111515
* Update to 2.6.1.Joe Marcus Clarke2004-05-144-35/+202
| | | | Notes: svn path=/head/; revision=109093
* Fix package build on !i386.Joe Marcus Clarke2004-04-211-2/+2
| | | | | | | | Reported by: bento via kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=107764
* Presenting GNOME 2.6.0. The FreeBSD GNOME Team feels this our best releaseJoe Marcus Clarke2004-04-059-193/+750
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ever. It fixes many bugs, and adds some features missing in previous FreeBSD ports. To help users upgrade from GNOME 2.4, we have constructed an upgrade FAQ at: http://www.freebsd.org/gnome/docs/faq26.html Please read it carefully. GNOME 2.6 packages are also available for all supported i386 versions of FreeBSD at: http://www.marcuscom.com/tinderbox/ The FreeBSD GNOME Team would like the thank the following users for their wonderful testing and patching efforts. We would especially like to thank Franz Klammer <klammer@webonaut.com> for his wonderful new splash screen. Without these people, our team, and our team alumni, GNOME on FreeBSD would not be possible. Jeremy Messenger <mezz7@cox.net> Khairil Yusof <kaeru@pd.jaring.my> Koop Mast <kwm@rainbow-runner.nl> Simon Barner <barner@in.tum.de> Tom McLaughlin <tmclaugh@sdf.lonestar.org> Scott Dodson <sdodson@sdodson.com> Vladimir Grebenschikov <vova@sw.ru> Notes: svn path=/head/; revision=106172
* - 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
* Update to 2.4.2.Adam Weinberger2004-01-165-40/+29
| | | | Notes: svn path=/head/; revision=98349
* Remove share/gnome/gen_util.Joe Marcus Clarke2004-01-111-0/+1
| | | | | | | Reported by: adamw Notes: svn path=/head/; revision=97909
* Add support for ath wireless cards.Joe Marcus Clarke2004-01-022-2/+2
| | | | | | | Submitted by: Jung-uk Kim <jkim@niksun.com> Notes: svn path=/head/; revision=97103
* Remove some left-over directories.Joe Marcus Clarke2003-11-201-0/+2
| | | | | | | Spotted by: adamw Notes: svn path=/head/; revision=94581
* Network load indicator from multiload applet now works on FreeBSD.Alexander Nedotsukov2003-11-172-1/+85
| | | | Notes: svn path=/head/; revision=94181
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.Trevor Johnson2003-11-171-1/+0
| | | | Notes: svn path=/head/; revision=94172
* Conditionalize two more battstat files.Joe Marcus Clarke2003-09-301-2/+2
| | | | Notes: svn path=/head/; revision=89922
* Update to 2.4.1.Joe Marcus Clarke2003-09-275-26/+33
| | | | Notes: svn path=/head/; revision=89512
* Bump PORTREVISION for the last commit. It fixes the dreaded thread problemJoe Marcus Clarke2003-09-251-0/+1
| | | | | | | on 5.x. Notes: svn path=/head/; revision=89322
* Fix build on Alpha.Joe Marcus Clarke2003-09-251-6/+15
| | | | Notes: svn path=/head/; revision=89289
* Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,Joe Marcus Clarke2003-09-189-160/+389
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | future plans, etc., please see http://www.gnome.org/start/2.4/. This commit represents work done by adamw, bland, and myself as well as many other contributers: Koop Mast <einekoai@chello.nl> Akifyev Sergey <asa@gascom.ru> Franz Klammer <klammer@webonaut.com> Øyvind Kolbu <oyvind@kebab.gaffel.nu> Thomas E. Zander <riggs@rrr.de> Jeremy Messenger <mezz7@cox.net> Without these contirbuters, and our faithful users, GNOME 2.4.0 would not be possible. Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as general FAQs and documentation (GNOME 2.4 updates to be posted soon). The best way to upgrade so that you get all shared library dependencies is: portupgrade -rf -m BATCH=yes atk portupgrade -R -m BATCH=yes gnome2 Approved by: portmgr (kris, will, myself implicitly) Requested by: re as well as many other users Notes: svn path=/head/; revision=89023
* Check __FreeBSD_version to fix build error on old 4.6Alexander Nedotsukov2003-08-201-14/+21
| | | | | | | | | | systems wich do not have <dev/wi/if_wavelan_ieee.h> header. PR: 55706 Approved by: marcus (mentor) Notes: svn path=/head/; revision=87326
* Correct the default path to the CD-ROM device.Joe Marcus Clarke2003-08-162-2/+2
| | | | | | | Submitted by: Glenn Johnson <glennpj@charter.net> Notes: svn path=/head/; revision=87087
* Fix path in wireless patch.Joe Marcus Clarke2003-08-081-2/+2
| | | | Notes: svn path=/head/; revision=86611
* Print the signal strength for wi-driven cards instead of signal quality.Joe Marcus Clarke2003-08-082-14/+16
| | | | | | | | | | | | | This fixes problems some users were seeing where the wireless-applet would display N/A for status. This brings the wi functionality inline with the Aironet functionality. While I'm here, change an instance of strcpy to strlcpy. Tested by: Andrew Thomson <ajthomson@optushome.com.au> Notes: svn path=/head/; revision=86593
* Add support for wi-driven wireless cards.Joe Marcus Clarke2003-08-022-14/+83
| | | | | | | Submitted by: David Jonas <djonas@splitretina.com> Notes: svn path=/head/; revision=86183
* Remove REINPLACE commands that were rolled into gnomehack.Adam Weinberger2003-06-121-4/+0
| | | | Notes: svn path=/head/; revision=82858
* Update to 2.2.2.Joe Marcus Clarke2003-05-193-27/+675
| | | | Notes: svn path=/head/; revision=81342