summaryrefslogtreecommitdiffstats
path: root/sysutils/bubblemon-dockapp
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-04-17 18:23:49 +0000
committerwill <will@FreeBSD.org>2001-04-17 18:23:49 +0000
commitf671cae589ad774137adcfc8cea8a0d4eaa352c1 (patch)
tree0f4c01d98152c2b553479f7756490f809663b878 /sysutils/bubblemon-dockapp
parent8f91ecb70ac361e9a5ac978fbbcf677b3d1d8827 (diff)
downloadFreeBSD-ports-f671cae589ad774137adcfc8cea8a0d4eaa352c1.zip
FreeBSD-ports-f671cae589ad774137adcfc8cea8a0d4eaa352c1.tar.gz
Add bubblemon-dockapp 1.32, X eye candy for displaying CPU and
memory load in a dock. PR: 26615 Submitted by: Mark Pulford <mark@kyne.com.au>
Diffstat (limited to 'sysutils/bubblemon-dockapp')
-rw-r--r--sysutils/bubblemon-dockapp/Makefile26
-rw-r--r--sysutils/bubblemon-dockapp/distinfo1
-rw-r--r--sysutils/bubblemon-dockapp/pkg-comment1
-rw-r--r--sysutils/bubblemon-dockapp/pkg-descr10
-rw-r--r--sysutils/bubblemon-dockapp/pkg-plist1
5 files changed, 39 insertions, 0 deletions
diff --git a/sysutils/bubblemon-dockapp/Makefile b/sysutils/bubblemon-dockapp/Makefile
new file mode 100644
index 0000000..4498f6e
--- /dev/null
+++ b/sysutils/bubblemon-dockapp/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: bubblemon-dockapp
+# Date created: Apr 16, 2001
+# Whom: Mark Pulford <mark@kyne.com.au>
+#
+# $FreeBSD$
+#
+
+PORTNAME= bubblemon-dockapp
+PORTVERSION= 1.32
+CATEGORIES= sysutils
+MASTER_SITES= http://www.ne.jp/asahi/linux/timecop/software/
+
+MAINTAINER= mark@kyne.com.au
+
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_GTK= yes
+MAKE_ARGS+= PREFIX="${PREFIX}"
+
+pre-configure:
+ ${PERL} -pi -e "s@CC = gcc@CC = ${CC}@g; s@-O3 -ansi -Wall@${CFLAGS} -Wall@g; \
+ s@PREFIX = /usr/local@PREFIX = ${PREFIX}@g; \
+ s@gtk-config@${GTK_CONFIG}@g; s@-lgtk@-lgtk12@g; \
+ s@-c -g kmem -m 2755 -o root@-s -c -g kmem -m 2755 -o root@g" ${WRKSRC}/Makefile
+
+.include <bsd.port.mk>
diff --git a/sysutils/bubblemon-dockapp/distinfo b/sysutils/bubblemon-dockapp/distinfo
new file mode 100644
index 0000000..63e4da4
--- /dev/null
+++ b/sysutils/bubblemon-dockapp/distinfo
@@ -0,0 +1 @@
+MD5 (bubblemon-dockapp-1.32.tar.gz) = d3ede4371c673bc155a11cf1ab791d9e
diff --git a/sysutils/bubblemon-dockapp/pkg-comment b/sysutils/bubblemon-dockapp/pkg-comment
new file mode 100644
index 0000000..647136c
--- /dev/null
+++ b/sysutils/bubblemon-dockapp/pkg-comment
@@ -0,0 +1 @@
+X eye candy for displaying CPU and memory load in a dock
diff --git a/sysutils/bubblemon-dockapp/pkg-descr b/sysutils/bubblemon-dockapp/pkg-descr
new file mode 100644
index 0000000..a3c2bc8
--- /dev/null
+++ b/sysutils/bubblemon-dockapp/pkg-descr
@@ -0,0 +1,10 @@
+Bubblemon is a dockapp for Blackbox, Window Maker, Afterstep and
+Enlightenment. It displays CPU and memory load as bubbles in a jar of
+water.
+
+Bubblemon has 2 additional screen available - memory and load average.
+To see the load average screen move the mouse into the window. To see
+the memory screen hold the shift key before moving the mouse into the
+window. Bubblemon fades from one display to the next, click the right
+mouse button in the window to lock the fading halfway between the
+displays.
diff --git a/sysutils/bubblemon-dockapp/pkg-plist b/sysutils/bubblemon-dockapp/pkg-plist
new file mode 100644
index 0000000..3048f8d
--- /dev/null
+++ b/sysutils/bubblemon-dockapp/pkg-plist
@@ -0,0 +1 @@
+bin/bubblemon
OpenPOWER on IntegriCloud