summaryrefslogtreecommitdiff
path: root/sysutils/gkrellm
AgeCommit message (Collapse)AuthorFilesLines
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.
2001-09-08Update gkrellm to 1.2.2zuntum5-37/+47
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-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam1-1/+2
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-23Use config script wrappers for proper buildlinking.jlam3-14/+38
2001-08-23Remove USE_BUILDLINK_X11 setting...it's not supposed to be used, yet.jlam1-2/+1
2001-08-06Update to 1.2.1, provided by Anthony Mallet in pkg/13632.wiz3-17/+18
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.8zuntum3-19/+10
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 distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-22Update to 1.0.7, provided by Anthony Mallet in pkg/12446.wiz3-5/+7
Changes: new man page, POP3/IMAP connections can be on non-standard port numbers if you enter server:port instead of just the server in the config. Bugfixes: imap checking could not handle untagged responses to LOGIN, apm will add itself under Net/Open BSD, meminfo label initialization and mua_is_launched fixes.