summaryrefslogtreecommitdiff
path: root/sysutils/gkrellm
AgeCommit message (Collapse)AuthorFilesLines
2004-06-07Make the disk krells use and display the correct names. Pointed out bycube2-7/+5
xtraeme@.
2004-06-07Make a few krells use sysctl() instead of grovelling kernel memory.cube6-12/+659
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.cube7-15/+34
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.xtraeme2-5/+5
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().fredb2-5/+8
2004-05-09Neither the client nor server needs to be setgid kmem on NetBSD.fredb1-2/+2
Note: it's very likely the client doesn't need to be setgid kmem on any platform.
2004-05-09With statvfs(), the significant measures are scaled in terms of f_frsize,fredb2-7/+11
not f_bsize.
2004-04-25Unused.wiz1-24/+0
2004-04-23Make this build in NetBSD -current (statfs->statvfs).xtraeme2-1/+36
2004-04-10Honor BINOWN and BINGRP.minskim1-1/+2
2004-03-29Update to 2.1.28.cube5-10/+19
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-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz3-4/+6
Buildlink files: RECOMMENDED version changed to current version.
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-05o Pkglint DESCR (was 27 lines) and correct server package name.cube3-7/+9
o Have empty directories created by the install script so they are created also when installing from a binary package. Bump PKGREVISION.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-6/+9
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05Add explicit dependency on pkgconfig.minskim1-1/+2
2004-02-28Update to version 2.1.27.cube3-6/+6
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.cube6-45/+14
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-25Merge after gkrellm2 import.cube1-25/+27
2004-02-24Merge import of gkrellm2.cube6-226/+36
2004-02-24Initial import of gkrellm, version 2.1.25, into the NetBSD Packagecube10-0/+582
Collection. This is the GTK+2 port of old gkrellm1. Package imported from pkgsrc-wip. With a single process, GKrellM manages multiple stacked monitors and supports applying themes to match the monitors appearance to your window manager, Gtk, or any other theme. * SMP CPU, Disk, Proc, and active net interface monitors with LEDs. * Internet monitor that displays current and charts historical port hits * Memory and swap space usage meters and a system uptime monitor. * File system meters show capacity/free space and can mount/umount. * A mailbox monitor which can launch mail reader, remote mail fetch. * Clock/calendar and hostname display. * APM laptop battery monitor. * CPU/motherboard temperature display if lm_sensors modules installed. * Multiple monitors managed by a single process to reduce system load. * A timer button that can execute PPP or ISDN logon/logoff scripts. * Charts are autoscaling with configurable grid line resolution, or can be set to a fixed scale mode. * Separate colors for "in" and "out" data. The in color is used for CPU user time, disk read, forks, and net receive data. The out color is used for CPU sys time, disk write, load, and net transmit data. * Commands can be configured to run when monitor labels are clicked. * GKrellM is plugin capable so special interest monitors can be created. * A different theme can be created with the GIMP. While GKrellM monitors the host it is running on, it can poll a server over the network. The server package is named gkrellm-server.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-03Bump package revisions for tiff update.reed2-4/+4
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-07-13PKGREVISION bump for libiconv update.wiz2-4/+4
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-3/+4
dependency bumps.
2003-02-15Updated to version 1.2.13.salo5-36/+40
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 diskfredb3-3/+36
stats), set OSVERSION_SPECIFIC, and bump PKGREVISION.
2002-10-09Unused.wiz1-34/+0
2002-10-09Add buildlink2.mk.wiz1-0/+22
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam4-8/+8
have been converted to USE_BUILDLINK2.
2002-07-24Use a macro name which is unlikely to collide with other packages' (mis)usage.he1-4/+4
Fix from PR#17705 by Julio Merino (jmmv at hispabsd dot org).
2002-07-13Add buildlink.mk.wiz1-0/+34
2002-06-07gkrellm needs to be linked with -E so that its plugins can use functionswiz3-6/+8
from it. Do that. Bump to 1.2.11nb1.
2002-05-03Set "BUILD_USES_MSGFMT" to conditionally pull in dependency on "gettext".fredb1-1/+2
2002-05-02Update gkrellm to 1.2.11 (old distfile is no longer available):fredb6-48/+116
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-03-13Give all packages which depend on "png" a version bump, and updatefredb1-2/+2
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-02-13Bump PKGREVISION for apm fix from pkg/15577.wiz1-1/+2
2002-02-13Zero out APM structure before use. pkg/15577 by Johan Danielsson.wiz2-1/+14
2001-11-26The buildlink.mk files for gtk and pth are implied by imlib/buildlink.mk.jlam1-7/+5
Also some minor whitespace changes.
2001-11-26Correct handling of directories in PLIST: we create empty directories withjlam1-3/+2
mkdir for use by other gkrellm-* packages, but we use @dirrm to remove them at deinstallation.
2001-11-26MKDIR and RMDIR are already substituted by bsd.pkg.mk.jlam1-3/+1
2001-11-11Updating to 1.2.4. Adds some NetBSD specific stuff from Anthony Mallet ↵damon2-6/+6
(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-07this is is in .. nowhubertf1-14/+0
2001-11-01Commit the last changes to the correct file - its commit message was:agc1-1/+3
"Bump to gkrellm-1.2.3nb1: Make sure the themes directory is there, and in a sane location (not /usr/share!)."
2001-11-01Bump to gkrellm-1.2.3nb1: Make sure the themes directory is there,hubertf4-8/+25
and in a sane location (not /usr/share!). I have a gkrellm-themes package to commit once the pkg/ issue is resolved.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-31Create plugin directory when installing from binary pkghubertf2-2/+6
2001-10-30Updated to version 1.2.3 based partly on Anthony Mallet's patches in PR ↵damon4-29/+39
pkg/14369.
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-2/+2
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.