diff options
author | sanpei <sanpei@FreeBSD.org> | 2008-03-31 16:52:57 +0800 |
---|---|---|
committer | sanpei <sanpei@FreeBSD.org> | 2008-03-31 16:52:57 +0800 |
commit | 056a0f02ee97e8c3de86bad5eb50a5cb19da72d2 (patch) | |
tree | 1357a2b5b66f5ba34ac10f02edc86da5ddcfeda2 /misc | |
parent | 802f45e79d0c2d33ef1cd0dc5fdef1540ae66dfd (diff) | |
download | freebsd-ports-gnome-056a0f02ee97e8c3de86bad5eb50a5cb19da72d2.tar.gz freebsd-ports-gnome-056a0f02ee97e8c3de86bad5eb50a5cb19da72d2.tar.zst freebsd-ports-gnome-056a0f02ee97e8c3de86bad5eb50a5cb19da72d2.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/
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/usbrh/Makefile | 22 | ||||
-rw-r--r-- | misc/usbrh/distinfo | 3 | ||||
-rw-r--r-- | misc/usbrh/files/patch-aa | 10 | ||||
-rw-r--r-- | misc/usbrh/pkg-descr | 7 |
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/ |