summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-10-06 11:41:44 +0000
committeredwin <edwin@FreeBSD.org>2003-10-06 11:41:44 +0000
commit230fbe3087f7ca81df9c276a90957a984c066345 (patch)
tree5cdff1aa41c75ea90ffee331a3fc1cdbe1c37a81 /misc
parent9e3cc6e3b50205892b3a768e2cfeb1cf4f1ec8c1 (diff)
downloadFreeBSD-ports-230fbe3087f7ca81df9c276a90957a984c066345.zip
FreeBSD-ports-230fbe3087f7ca81df9c276a90957a984c066345.tar.gz
new port: misc/gkrellm-helium, Prague thermometer
Tiny gkrellm plugin which read data from thermometer at Strahov, Prague. Probably useless for anyone not interested in Prague's weather. :) Tested on both stable and current. PR: ports/51162 Submitted by: Pav Lucistnik <pav@oook.cz>
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/gkrellm-helium/Makefile28
-rw-r--r--misc/gkrellm-helium/distinfo1
-rw-r--r--misc/gkrellm-helium/pkg-descr5
-rw-r--r--misc/gkrellm-helium/pkg-plist1
5 files changed, 36 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index b65d0cd..077e27b 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -92,6 +92,7 @@
SUBDIR += getopt
SUBDIR += git
SUBDIR += gkrellm-gamma
+ SUBDIR += gkrellm-helium
SUBDIR += gkrellm-reminder
SUBDIR += gkrellm-xkb
SUBDIR += gkrellmaflag
diff --git a/misc/gkrellm-helium/Makefile b/misc/gkrellm-helium/Makefile
new file mode 100644
index 0000000..8f37370
--- /dev/null
+++ b/misc/gkrellm-helium/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: gkrellm-helium
+# Date Created: 19 Apr 2003
+# Whom: Pav Lucistnik <pav@oook.cz>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gkrellm-helium
+PORTVERSION= 2.1
+CATEGORIES= misc
+MASTER_SITES= http://kmlinux.fjfi.cvut.cz/~makovick/gkrellm/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= pav@oook.cz
+COMMENT= GKrellM plugin reading data from helium thermometer at Strahov, Prague
+
+BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
+RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
+
+USE_X_PREFIX= yes
+USE_REINPLACE= yes
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
+ s|/usr/local/lib/gkrellm2/plugins|${PREFIX}/libexec/gkrellm2/plugins|' ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e 's|ulong|u_long|' ${WRKSRC}/*.c
+
+.include <bsd.port.mk>
diff --git a/misc/gkrellm-helium/distinfo b/misc/gkrellm-helium/distinfo
new file mode 100644
index 0000000..bb70b60
--- /dev/null
+++ b/misc/gkrellm-helium/distinfo
@@ -0,0 +1 @@
+MD5 (gkrellm-helium-2.1.tgz) = 53cbd8cff5f20b2d5a0297c94826f4f2
diff --git a/misc/gkrellm-helium/pkg-descr b/misc/gkrellm-helium/pkg-descr
new file mode 100644
index 0000000..3d9ba59
--- /dev/null
+++ b/misc/gkrellm-helium/pkg-descr
@@ -0,0 +1,5 @@
+Tiny GKrellM plugin for reading temperature data from the helium thermometer
+at Strahov, Prague, Czech republic. Great for all Prague citizens. Probably
+useless for anybody else, sorry folks.
+
+WWW: http://stoupa.sh.cvut.cz/teplomer/
diff --git a/misc/gkrellm-helium/pkg-plist b/misc/gkrellm-helium/pkg-plist
new file mode 100644
index 0000000..70a0fae
--- /dev/null
+++ b/misc/gkrellm-helium/pkg-plist
@@ -0,0 +1 @@
+libexec/gkrellm2/plugins/helium.so
OpenPOWER on IntegriCloud