diff options
author | pav <pav@FreeBSD.org> | 2004-01-21 22:18:02 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-01-21 22:18:02 +0000 |
commit | 977ae3ebf042fa48fee35e37e926f8e38ba1a97e (patch) | |
tree | bcbcd3a49d52df10f6e8ca2dd9302072fd2c1aa5 /misc/voltcraft304 | |
parent | d4515a1e869d1cf1c49a34648764dd7832b2ed65 (diff) | |
download | FreeBSD-ports-977ae3ebf042fa48fee35e37e926f8e38ba1a97e.zip FreeBSD-ports-977ae3ebf042fa48fee35e37e926f8e38ba1a97e.tar.gz |
Add voltcraft304, a program that reads the temperature values from a Voltcraft 304
4-channel-thermometer connected to a serial line.
PR: ports/61645
Submitted by: Bernd Luevelsmeyer <bdluevel@heitec.net>
Diffstat (limited to 'misc/voltcraft304')
-rw-r--r-- | misc/voltcraft304/Makefile | 19 | ||||
-rw-r--r-- | misc/voltcraft304/distinfo | 1 | ||||
-rw-r--r-- | misc/voltcraft304/pkg-descr | 2 |
3 files changed, 22 insertions, 0 deletions
diff --git a/misc/voltcraft304/Makefile b/misc/voltcraft304/Makefile new file mode 100644 index 0000000..0fb0183 --- /dev/null +++ b/misc/voltcraft304/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: voltcraft304 +# Date created: 2004-01-20 +# Whom: bdluevel@heitec.net +# +# $FreeBSD$ +# + +PORTNAME= voltcraft304 +PORTVERSION= 1.0 +CATEGORIES= misc +MASTER_SITES= ftp://ftp.heitec.net/pub/distfiles/ + +MAINTAINER= bdluevel@heitec.net +COMMENT= Reads temperatures from a Voltcraft 304 thermometer + +MAN1= vc304.1 +PLIST_FILES= bin/vc304 + +.include <bsd.port.mk> diff --git a/misc/voltcraft304/distinfo b/misc/voltcraft304/distinfo new file mode 100644 index 0000000..b5bce17 --- /dev/null +++ b/misc/voltcraft304/distinfo @@ -0,0 +1 @@ +MD5 (voltcraft304-1.0.tar.gz) = 947338e29da8727b40bd6ced5efa27c5 diff --git a/misc/voltcraft304/pkg-descr b/misc/voltcraft304/pkg-descr new file mode 100644 index 0000000..3a2b8ad --- /dev/null +++ b/misc/voltcraft304/pkg-descr @@ -0,0 +1,2 @@ +vc304 reads temperatures from the 4 sensors of a "Voltcraft 304" +thermometer, which is connected to a serial line of the computer. |