aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorMIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org>2008-03-31 08:52:57 +0000
committerMIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org>2008-03-31 08:52:57 +0000
commit5a3940b6dd636253339b9c1b39da95fbaa8ef025 (patch)
tree2255617bcf92692076a4fcbdfb16e46474716ee7 /misc
parent7baeadb49c06bb9ed9a3fdac5cdf2fc1dc232a1e (diff)
downloadports-5a3940b6dd636253339b9c1b39da95fbaa8ef025.tar.gz
ports-5a3940b6dd636253339b9c1b39da95fbaa8ef025.zip
usbrh reads temperatures and humidity from sensors of a "USB-RH",
which is connected to a USB port of the computer. Strawberry Linux Co.,Ltd. USH-RH(Sensirion SHT-11) WWW: http://www2.strawberry-linux.com/products/usbrh/
Notes
Notes: svn path=/head/; revision=210213
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/usbrh/Makefile22
-rw-r--r--misc/usbrh/distinfo3
-rw-r--r--misc/usbrh/files/patch-aa10
-rw-r--r--misc/usbrh/pkg-descr7
5 files changed, 43 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 3f8bfea08ee2..c5531ad26fbe 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -477,6 +477,7 @@
SUBDIR += unclutter
SUBDIR += upclient
SUBDIR += us-zipcodes
+ SUBDIR += usbrh
SUBDIR += utf8locale
SUBDIR += utftools
SUBDIR += vbidecode
diff --git a/misc/usbrh/Makefile b/misc/usbrh/Makefile
new file mode 100644
index 000000000000..3e5fd1735c06
--- /dev/null
+++ b/misc/usbrh/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: usbrh
+# Date created: 2008-01-06
+# Whom: sanpei@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= usbrh
+PORTVERSION= 0.3
+CATEGORIES= misc
+MASTER_SITES= http://www.nk-home.net/~aoyama/usbrh/ \
+ ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= sanpei
+
+MAINTAINER= sanpei@FreeBSD.org
+COMMENT= Reads temperatures and humidity from a Strawberry Linux USB-RH
+
+MAN1= usbrh.1
+MANCOMPRESSED= yes
+PLIST_FILES= bin/usbrh
+
+.include <bsd.port.mk>
diff --git a/misc/usbrh/distinfo b/misc/usbrh/distinfo
new file mode 100644
index 000000000000..d428d0d286fe
--- /dev/null
+++ b/misc/usbrh/distinfo
@@ -0,0 +1,3 @@
+MD5 (usbrh-0.3.tar.gz) = a2ed89a5e00593fdeabcdcaf5067e3f6
+SHA256 (usbrh-0.3.tar.gz) = fdd52916bc82c900bd86b56b2ff488205185939bdc9553a6fdafd994e9114013
+SIZE (usbrh-0.3.tar.gz) = 3760
diff --git a/misc/usbrh/files/patch-aa b/misc/usbrh/files/patch-aa
new file mode 100644
index 000000000000..4aff601b229d
--- /dev/null
+++ b/misc/usbrh/files/patch-aa
@@ -0,0 +1,10 @@
+--- Makefile.org Tue Jan 6 17:08:35 2008
++++ Makefile Tue Jan 6 17:09:21 2008
+@@ -14,6 +14,6 @@
+ MAN = usbrh.1
+
+ BINDIR ?= ${PREFIX}/bin
+-MANDIR ?= ${PREFIX}/man
++MANDIR ?= ${PREFIX}/man/man
+
+ .include <bsd.prog.mk>
diff --git a/misc/usbrh/pkg-descr b/misc/usbrh/pkg-descr
new file mode 100644
index 000000000000..a5f896581b93
--- /dev/null
+++ b/misc/usbrh/pkg-descr
@@ -0,0 +1,7 @@
+usbrh reads temperatures and humidity from sensors of a "USB-RH",
+which is connected to a USB port of the computer.
+
+Strawberry Linux Co.,Ltd. USH-RH(Sensirion SHT-11)
+WWW: http://www2.strawberry-linux.com/products/usbrh/
+
+WWW: http://www.nk-home.net/~aoyama/usbrh/