pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/gkrellm-share Initial import of gkrellm-share...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c47639da095c
branches: trunk
changeset: 469526:c47639da095c
user: cube <cube%pkgsrc.org@localhost>
date: Tue Feb 24 22:27:27 2004 +0000
description:
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:
sysutils/gkrellm-share/DESCR | 29 +++++++++++++++++++++++++++++
sysutils/gkrellm-share/Makefile | 16 ++++++++++++++++
sysutils/gkrellm-share/PLIST | 16 ++++++++++++++++
3 files changed, 61 insertions(+), 0 deletions(-)
diffs (73 lines):
diff -r 6a99b2e68307 -r c47639da095c sysutils/gkrellm-share/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/gkrellm-share/DESCR Tue Feb 24 22:27:27 2004 +0000
@@ -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 -r 6a99b2e68307 -r c47639da095c sysutils/gkrellm-share/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/gkrellm-share/Makefile Tue Feb 24 22:27:27 2004 +0000
@@ -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 -r 6a99b2e68307 -r c47639da095c sysutils/gkrellm-share/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/gkrellm-share/PLIST Tue Feb 24 22:27:27 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index