diff options
author | cube <cube@pkgsrc.org> | 2004-07-10 17:03:09 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-07-10 17:03:09 +0000 |
commit | 847c6d772760b8bdd2c90f3595d2227a3a5fdf7c (patch) | |
tree | cc708c6ef3576683f98e37859b599f40861258dc /sysutils/gkrellm-est | |
parent | 9364f1fb0c6276ba22019cae649f21532535892f (diff) | |
download | pkgsrc-847c6d772760b8bdd2c90f3595d2227a3a5fdf7c.tar.gz |
Initial import of gkrellm-est, version 20040710 into the NetBSD Packages
Collection.
gkrellm-est is a GKrellM plugin that displays the current frequency of the
processor, and allows the user to change it by clicking the label, either
with left button (to increase it) or with the right one (to decrease it).
It only works on NetBSD and with EST (Enhanced Speedstep Technology)
processors, such as the Centrino. A driver for this was introduced in
NetBSD-current on April, 30th, 2004.
Diffstat (limited to 'sysutils/gkrellm-est')
-rw-r--r-- | sysutils/gkrellm-est/DESCR | 7 | ||||
-rw-r--r-- | sysutils/gkrellm-est/Makefile | 19 | ||||
-rw-r--r-- | sysutils/gkrellm-est/PLIST | 2 | ||||
-rw-r--r-- | sysutils/gkrellm-est/distinfo | 4 |
4 files changed, 32 insertions, 0 deletions
diff --git a/sysutils/gkrellm-est/DESCR b/sysutils/gkrellm-est/DESCR new file mode 100644 index 00000000000..abb7ce724e6 --- /dev/null +++ b/sysutils/gkrellm-est/DESCR @@ -0,0 +1,7 @@ +gkrellm-est is a GKrellM plugin that displays the current frequency of the +processor, and allows the user to change it by clicking the label, either +with left button (to increase it) or with the right one (to decrease it). + +It only works on NetBSD and with EST (Enhanced Speedstep Technology) +processors, such as the Centrino. A driver for this was introduced in +NetBSD-current on April, 30th, 2004. diff --git a/sysutils/gkrellm-est/Makefile b/sysutils/gkrellm-est/Makefile new file mode 100644 index 00000000000..34bbce0cb01 --- /dev/null +++ b/sysutils/gkrellm-est/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/07/10 17:03:09 cube Exp $ +# + +DISTNAME= gkrellm-est-20040710 +CATEGORIES= sysutils +MASTER_SITES= http://cubidou.nerim.net/gkrellm-est/ + +MAINTAINER= cube@NetBSD.org +HOMEPAGE= http://cubidou.nerim.net/gkrellm-est/ +COMMENT= GKrellM plugin that controls EST-capable processors + +USE_BUILDLINK3= yes +NO_CONFIGURE= yes + +do-install: + ${INSTALL_DATA} ${WRKSRC}/gkrellm-est.so ${PREFIX}/lib/gkrellm2/plugins + +.include "../../sysutils/gkrellm/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/gkrellm-est/PLIST b/sysutils/gkrellm-est/PLIST new file mode 100644 index 00000000000..bd84436cfe3 --- /dev/null +++ b/sysutils/gkrellm-est/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/10 17:03:09 cube Exp $ +lib/gkrellm2/plugins/gkrellm-est.so diff --git a/sysutils/gkrellm-est/distinfo b/sysutils/gkrellm-est/distinfo new file mode 100644 index 00000000000..1f76e26e270 --- /dev/null +++ b/sysutils/gkrellm-est/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/07/10 17:03:09 cube Exp $ + +SHA1 (gkrellm-est-20040710.tar.gz) = 0a226be1b73e5fe29f18150156711fed2b6466ce +Size (gkrellm-est-20040710.tar.gz) = 3375 bytes |