summaryrefslogtreecommitdiff
path: root/sysutils/gkrellm/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2004-07-27Update gkrellm packages to version 2.2.2.cube1-3/+3
2.2.2 Fri Jul 16, 2004 ---------------------- * Added some theme gkrellmrc variables, see Themes changelog. * Bugfixes: o Client mode seconds display had a sampling beat effect which caused a second to be periodically skipped. o Craig Boston <craig--at--fopye.gank.org> fix pixbuf memory leak in gkrellm_decal_scroll_text_set_internal().
2004-07-05sysctl() uses size_t arguments for lengths, so don't pass a pointer to ancube1-2/+3
int, it breaks on 64-bits platforms. While there, prevent sa_family_t from being redefined by making sure __NetBSD_Version__ is defined. Bump revision of both gkrellm and gkrellm-server. Should fix PR 26144.
2004-06-07Make the disk krells use and display the correct names. Pointed out bycube1-2/+2
xtraeme@.
2004-06-07Make a few krells use sysctl() instead of grovelling kernel memory.cube1-3/+5
Mem and Proc krells by Simon Burge, Disks by myself. Restore setgid kmem for gkrellm and gkrellmd because of 'Internet' krell, which is now the only one needing libkvm on NetBSD. Bump PKGREVISION for both package.
2004-06-05Update to version 2.2.1.cube1-3/+4
2.2.1 - Thu Jun 3, 2004 ----------------------- * Added markup text decal functions, see plugins changelog. * Use <small> markup in system name if it doesn't fit. * Try to trap out GdkFont font configs from < 2.2.0 versions. * Translation updates o de.po o fr.po from Jerome UZEL pkgsrc: * Add a patch to fix the "gkrellm spinning at start-up" bug. This will make gkrellm2 work on systems that export anything useful for gkrellm through sysmon. * Correct PLISTs
2004-05-15Update sysutils/gkrellm to 2.2.0.xtraeme1-3/+3
2.2.0 - Sat May 15, 2004 ------------------------ * Replace GdkFont text drawing with Pango. * Add plugin capability to the gkrellmd server. Wrote demo5 plugin as a tutorial on a client/server capable plugin. * Minimize Pango drawing to get CPU usage down: 1) Draw chart text on a caching text layer. 2) Add a "scroll text" api to text decals where a Pango string is drawn on a pixmap which can be srolled by setting the decal offset. See the plugins and themes changelog for more info. * linux.c reads temperatures from the hddtemp daemon so disk temperature display can be consistent with other sensors (and detected by gkrellmd). * Hajimu Umemoto: glib12 server Makefile, use `glib-config --libs glib gmodule and initialize text extent in clock.c * Sjoerd Simons: set the _NET_WM_STRUT property when dock type. * Defer setting withdrawn state until after main window realize.
2004-05-09Make this build again on older NetBSD systems, without statvfs().fredb1-2/+2
2004-05-09With statvfs(), the significant measures are scaled in terms of f_frsize,fredb1-2/+2
not f_bsize.
2004-04-23Make this build in NetBSD -current (statfs->statvfs).xtraeme1-1/+2
2004-03-29Update to 2.1.28.cube1-3/+3
pkgsrc changes: o provide GKRELLM_DEBUG to easily build a debug version (should help with the spinning gkrellm issue) o don't strip binaries in debug mode o small gkrellm Makefiles fixes GKrellM changes (from Changelog): o Stephan Kapfinger <s.kapfinger--at--gmx.de> mail.c patch fixes bug I introduced into the last release where parsing of the mail reader command could fail.
2004-02-28Update to version 2.1.27.cube1-3/+3
2.1.27 - Sat Feb 28, 2004 ------------------------- * Handle changing sysfs sensor name format from xxx_inputN to xxxN_input. * Patches: o Kurt V. Hindenburg <khindenburg--at--cherrynebula.net> Consider only .so, .la, and .dll files during plugin scan (avoid Gentoo .keep ebuild files). * Bugfixes: o Use g_spawn_async_with_pipes() instead of popen() in mail.c so gkrellm file descriptors won't be open in the mail monitor launched MUA.
2004-02-25Update to 2.1.26.cube1-5/+3
Pkgsrc change: o use subst.mk instead of hand-crafted sed which removes the need for patches. GKrellM changes: * Patches: o Frederick Bruckman <fredb--at--immanent.net> detect multiple CPUs on NetBSD. * Bugfixes: o Andreas Liebe <liebe--at--hrz.tu-darmstadt.de> patch to solaris.c prevents running out of fds on some SPARC servers. o CPU and Net stats from 64 bit gkrellmd server overflowed on a 32 bit client. o Changed Linux sysfs sensor temperature factor from 100 to 1000. Those running Linux kernels >= 2.6.2 should now only need gkrellm config temperature factors of 1.0. But those still running kernels <= 2.6.1 may still need factor of 10 gkrellm config adjustments. o $d should be %d typo in cs.po
2004-02-24Merge import of gkrellm2.cube1-6/+5
2003-02-15Updated to version 1.2.13.salo1-5/+5
Changes: - USE_PKGLOCALEDIR - don't hardcode -Wl,-E 1.2.13: ======= - Very minor changes: enforce no message popups during init_plugin(), and allow a " in mailbox passwords. - Contributions - Ben Hines <bhines--at--alumni.ucsd.edu> added Mac OS X code so monitors now have a native Mac interface. 1.2.12: ======= - Theme changing keyboard shortcuts changed to Page_Up/Page_Down. - Fix Linux APM to use ac_online status when battery status is unknown. - Allow spaces in remote mailbox username and password. - Get data for remote fs mounts in a thread. - Use data-suffix directories when running gkrellm -c or when in force-host-config mode. - Contributions o Nick Mitchell <firepile@speakeasy.net> patch: Fix IMAP login fail if password had certain chars. o Christian Rose <menthos--at--menthos.com> sv.po update. o Przemyslaw Sulek <pbs--at--linux.net.pl> pl.po update. o de.po translation update. o Jerome UZEL <jerome.uzel--at--wanadoo.fr> fr.po update. o Grigory Batalov <bga--at--altlinux.ru> ru.po update. o Chris <chris@starforge.co.uk> patch adds clock chime option.
2002-11-07Make this build on NetBSD 1.6K (new, separate read and write diskfredb1-1/+2
stats), set OSVERSION_SPECIFIC, and bump PKGREVISION.
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-1/+1
have been converted to USE_BUILDLINK2.
2002-06-07gkrellm needs to be linked with -E so that its plugins can use functionswiz1-2/+2
from it. Do that. Bump to 1.2.11nb1.
2002-05-02Update gkrellm to 1.2.11 (old distfile is no longer available):fredb1-6/+5
many bug fixes; i18n support + translations for several languages; mail-checker can now authenticate to an imap server; and a few new configuration options.
2002-02-13Zero out APM structure before use. pkg/15577 by Johan Danielsson.wiz1-1/+2
2001-11-11Updating to 1.2.4. Adds some NetBSD specific stuff from Anthony Mallet ↵damon1-3/+3
(among other things) Changelog: * Mail monitor option: Count unseen mail as new mail. (Based on a patch by Martin Man <Martin.Man--at--seznam.cz>) * Bugfixes: o gkrellm -demo segfaulted. o CPU sensor decals could be mapped wrong. * Contributions: o Anthony Mallet <anthony.mallet--at--useless-ficus.net> sensors.c patch adds temp, fan, and voltage monitoring for NetBSD o Przemyslaw Sulek <pbs--at--linux.net.pl> pl.po translation update. o Darell Tan <dardil@singnet.com.sg> fs.c patch checks for uid matching "owner" in fstab_user_permission(). o Tomas Ogren <stric--at--cs.umu.se> Solaris disk.c patch avoids adding not found disks to the disk list.
2001-11-01Bump to gkrellm-1.2.3nb1: Make sure the themes directory is there,hubertf1-2/+2
and in a sane location (not /usr/share!). I have a gkrellm-themes package to commit once the pkg/ issue is resolved.
2001-10-30Updated to version 1.2.3 based partly on Anthony Mallet's patches in PR ↵damon1-5/+5
pkg/14369.
2001-09-08Update gkrellm to 1.2.2zuntum1-5/+5
Changes: 1.2.2 Wed Aug 22, 2001 ---------------------- * Hostname panel can also display system name. * Move krells out of the way only if data is displayed in panels, * Bugfixes: o Close open files before launching panel commands and net timer command. o Display and alert setting problems for negative voltages. o Allow "owner" as well as "user" for fstab mounting. * Contributions: o Anthony Mallet <anthony.mallet@ficus.yi.org> patch to fix some compile issues with defining INET6 and HAVE_GETADDRINFO for Solaris 7. Also made removable disk media ioctl work for Solaris 7. o Przemyslaw Sulek <pbs@linux.net.pl> sent in a Polish translation. o we don't use X11BASE any more, install to normal PREFIX o clean up Makefile o link gkrellm with --export-dynamic so now plugins work properly (fixes pkg/13884 by Jasper Wallace <jasper@pointless.net>
2001-08-23Use config script wrappers for proper buildlinking.jlam1-3/+3
2001-08-06Update to 1.2.1, provided by Anthony Mallet in pkg/13632.wiz1-4/+4
Changes since 1.0.8: NOTE: Some configuration issues: o Net and inet command launching will need re-entering. o Inet charts can't use data saved by 1.0.x versions. o Plugins that were automatically enabled by being in ~/.gkrellm/plugins will now have to be enabled on the plugins config page. A consequence of this is that your existing configuration setup for these plugins may be lost. * New chart drawing routines give many appearance options which can be configured by right clicking on the charts. Plugins which create charts must make some coding changes - see the plugins changelog. One of these options is a split view which uses a new theme image, so split views in some themes won't look right until the themes are updated. * CPU charts can now show nice time, which also uses a new theme image. * New panel routines so panel and chart interfaces will be consistent, but unlike chart plugins, meter styled plugins may upgrade gracefully without a "required" recompile - see plugins changelog. * Added an alert interface so limits can be set for triggering warn and alarm commands. Builtin APM and sensor (temps, fan, volt) monitors can have alerts set. Alerts can use the gvoice plugin. * User selectable fonts. * User plugin placements. * User definable format strings for drawing chart labels. * Right click on most panels to open the monitor config window. * There is no longer compatibility with pre 0.10.0 theme formats (the change was announced a year ago). Package change: buildlinkified.
2001-06-11Update gkrellm to version 1.0.8zuntum1-4/+4
Changelog: 1.0.8 Mon Apr 16, 2001 ---------------------- * Cesar Perez Turrado <cesar@perez.turrado.com> sent in updated es.po * Bugfixes o Anthony Mallet <anthony.mallet@ficus.yi.org> patch to fix fonts with XFree86 > 4.0.2 o Composite disk launch commands were not saved.
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-0/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo