pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/gkrellm o Pkglint DESCR (was 27 lines) and co...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62e776afcc99
branches:  trunk
changeset: 470051:62e776afcc99
user:      cube <cube%pkgsrc.org@localhost>
date:      Fri Mar 05 21:01:53 2004 +0000

description:
o Pkglint DESCR (was 27 lines) and correct server package name.
o Have empty directories created by the install script so they are created
  also when installing from a binary package.  Bump PKGREVISION.

diffstat:

 sysutils/gkrellm/DESCR    |  7 ++-----
 sysutils/gkrellm/Makefile |  4 +++-
 sysutils/gkrellm/PLIST    |  5 ++++-
 3 files changed, 9 insertions(+), 7 deletions(-)

diffs (61 lines):

diff -r 9bc1821d6812 -r 62e776afcc99 sysutils/gkrellm/DESCR
--- a/sysutils/gkrellm/DESCR    Fri Mar 05 19:42:06 2004 +0000
+++ b/sysutils/gkrellm/DESCR    Fri Mar 05 21:01:53 2004 +0000
@@ -4,24 +4,21 @@
 
   * 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.
+  * And a lot more...
 
 While GKrellM monitors the host it is running on, it can poll a server
-over the network.  The server package is named gkrellm2-server.
+over the network.  The server package is named gkrellm-server.
diff -r 9bc1821d6812 -r 62e776afcc99 sysutils/gkrellm/Makefile
--- a/sysutils/gkrellm/Makefile Fri Mar 05 19:42:06 2004 +0000
+++ b/sysutils/gkrellm/Makefile Fri Mar 05 21:01:53 2004 +0000
@@ -1,6 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2004/03/05 17:08:51 minskim Exp $
+# $NetBSD: Makefile,v 1.31 2004/03/05 21:01:54 cube Exp $
 .include "Makefile.common"
 
+PKGREVISION=           1
+
 GKRELLM_PKGBASE=       gkrellm
 WRKSRC=                        ${GKRELLM_SRCDIR}
 
diff -r 9bc1821d6812 -r 62e776afcc99 sysutils/gkrellm/PLIST
--- a/sysutils/gkrellm/PLIST    Fri Mar 05 19:42:06 2004 +0000
+++ b/sysutils/gkrellm/PLIST    Fri Mar 05 21:01:53 2004 +0000
@@ -1,10 +1,13 @@
-@comment $NetBSD: PLIST,v 1.6 2004/02/24 22:21:15 cube Exp $
+@comment $NetBSD: PLIST,v 1.7 2004/03/05 21:01:54 cube Exp $
 bin/gkrellm
 include/gkrellm2/gkrellm.h
 include/gkrellm2/gkrellm-public-proto.h
 lib/pkgconfig/gkrellm.pc
 man/man1/gkrellm.1
 @dirrm include/gkrellm2
+@exec ${MKDIR} %D/lib/gkrellm2 || ${TRUE}
+@exec ${MKDIR} %D/lib/gkrellm2/plugins || ${TRUE}
 @dirrm lib/gkrellm2/plugins
 @dirrm lib/gkrellm2
+@exec ${MKDIR} %D/share/gkrellm2/theme || ${TRUE}
 @dirrm share/gkrellm2/themes



Home | Main Index | Thread Index | Old Index