summaryrefslogtreecommitdiff
path: root/sysutils/gkrellm/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2004-03-29Update to 2.1.28.cube1-2/+2
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.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-03-05o Pkglint DESCR (was 27 lines) and correct server package name.cube1-1/+3
o Have empty directories created by the install script so they are created also when installing from a binary package. Bump PKGREVISION.
2004-03-05Add explicit dependency on pkgconfig.minskim1-1/+2
2004-02-25Update to 2.1.26.cube1-4/+5
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-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-03Bump package revisions for tiff update.reed1-2/+2
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.wiz1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2003-02-15Updated to version 1.2.13.salo1-3/+4
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-2/+3
stats), set OSVERSION_SPECIFIC, and bump PKGREVISION.
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-5/+5
have been converted to USE_BUILDLINK2.
2002-06-07gkrellm needs to be linked with -E so that its plugins can use functionswiz1-1/+3
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):fredb1-4/+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-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
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-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 ↵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-1/+3
and in a sane location (not /usr/share!). I have a gkrellm-themes package to commit once the pkg/ issue is resolved.
2001-10-31Create plugin directory when installing from binary pkghubertf1-1/+3
2001-10-30Updated to version 1.2.3 based partly on Anthony Mallet's patches in PR ↵damon1-2/+2
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.2zuntum1-18/+8
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-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.wiz1-6/+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-06-11Update gkrellm to version 1.0.8zuntum1-3/+5
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-03-22Update to 1.0.7, provided by Anthony Mallet in pkg/12446.wiz1-2/+3
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.
2001-03-13Initial import of GKrellM-1.0.6, GTK based system monitorzuntum1-0/+34
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.