diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-21 22:18:02 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-21 22:18:02 +0000 |
commit | bac6e6836104bce289485b6275aa34e04164e164 (patch) | |
tree | 6617ab5862ce78ac616b6a11af6cb65f8d6ef2d4 /misc/voltcraft304 | |
parent | 4c73ff2ad717a08bbf995cade51c21915ec8b3a6 (diff) | |
download | ports-bac6e6836104bce289485b6275aa34e04164e164.tar.gz ports-bac6e6836104bce289485b6275aa34e04164e164.zip |
Notes
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 000000000000..0fb0183ac3d7 --- /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 000000000000..b5bce1776051 --- /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 000000000000..3a2b8ade530d --- /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. |