diff options
author | cube <cube@pkgsrc.org> | 2004-02-24 22:27:27 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-02-24 22:27:27 +0000 |
commit | b3cc9713ba39bdd706c6ea6c3b8cafe750148bfe (patch) | |
tree | 8b75f7914308c4a170b4ae9cf7091462fe9534f2 /sysutils | |
parent | 6616df21dfc968255737421497115b578ef1227b (diff) | |
download | pkgsrc-b3cc9713ba39bdd706c6ea6c3b8cafe750148bfe.tar.gz |
Initial import of gkrellm-share into the NetBSD Package Collection, from
pkgsrc-wip. This package contains the locale files for gkrellm and
gkrellm-server.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gkrellm-share/DESCR | 29 | ||||
-rw-r--r-- | sysutils/gkrellm-share/Makefile | 16 | ||||
-rw-r--r-- | sysutils/gkrellm-share/PLIST | 16 |
3 files changed, 61 insertions, 0 deletions
diff --git a/sysutils/gkrellm-share/DESCR b/sysutils/gkrellm-share/DESCR new file mode 100644 index 00000000000..9a5cc549218 --- /dev/null +++ b/sysutils/gkrellm-share/DESCR @@ -0,0 +1,29 @@ +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. + +GKrellM can either monitor the host it is running on or poll a server +over the network. Both packages, gkrellm2 and gkrellm2-server, share a +certain amount of data, notably i18n files which are included in the +gkrellm2-share package. diff --git a/sysutils/gkrellm-share/Makefile b/sysutils/gkrellm-share/Makefile new file mode 100644 index 00000000000..cfd756d5981 --- /dev/null +++ b/sysutils/gkrellm-share/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/02/24 22:27:27 cube Exp $ +.include "../../sysutils/gkrellm/Makefile.common" + +GKRELLM_PKGBASE= gkrellm-share + +COMMENT= GKrellM2 locale files + +BUILD_USES_MSGFMT= YES + +MAKE_ENV+= MODULES=po + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/gkrellm2 + ${INSTALL_DATA} ${GKRELLM_SRCDIR}/README ${GKRELLM_SRCDIR}/COPYRIGHT ${PREFIX}/share/gkrellm2 + +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/gkrellm-share/PLIST b/sysutils/gkrellm-share/PLIST new file mode 100644 index 00000000000..84e1df632e5 --- /dev/null +++ b/sysutils/gkrellm-share/PLIST @@ -0,0 +1,16 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/24 22:27:27 cube Exp $ +share/gkrellm2/COPYRIGHT +share/gkrellm2/README +${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gkrellm.mo +${PKGLOCALEDIR}/locale/da/LC_MESSAGES/gkrellm.mo +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gkrellm.mo +${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gkrellm.mo +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gkrellm.mo +${PKGLOCALEDIR}/locale/it/LC_MESSAGES/gkrellm.mo +${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/gkrellm.mo +${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gkrellm.mo +${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/gkrellm.mo +${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/gkrellm.mo +${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/gkrellm.mo +${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gkrellm.mo +@dirrm share/gkrellm2 |