summaryrefslogtreecommitdiff
path: root/sysutils/gkrellm/patches/patch-ab
AgeCommit message (Collapse)AuthorFilesLines
2004-07-05sysctl() uses size_t arguments for lengths, so don't pass a pointer to ancube1-16/+34
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-5/+3
xtraeme@.
2004-06-07Make a few krells use sysctl() instead of grovelling kernel memory.cube1-2/+233
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-0/+13
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-02-24Merge import of gkrellm2.cube1-87/+0
2003-02-15Updated to version 1.2.13.salo1-17/+20
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-05-02Update gkrellm to 1.2.11 (old distfile is no longer available):fredb1-13/+36
many bug fixes; i18n support + translations for several languages; mail-checker can now authenticate to an imap server; and a few new configuration options.
2001-11-01Bump to gkrellm-1.2.3nb1: Make sure the themes directory is there,hubertf1-5/+6
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-9/+28
pkg/14369.
2001-09-08Update gkrellm to 1.2.2zuntum1-5/+11
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-5/+18
2001-08-06Update to 1.2.1, provided by Anthony Mallet in pkg/13632.wiz1-7/+7
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-03-13Initial import of GKrellM-1.0.6, GTK based system monitorzuntum1-0/+22
Package contributed by Anthony Mallet <anthony.mallet@ficus.yi.org> in pkg/12133, modified by me. 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.