summaryrefslogtreecommitdiff
path: root/misc/voltcraft304
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-01-21 22:18:02 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-01-21 22:18:02 +0000
commitbac6e6836104bce289485b6275aa34e04164e164 (patch)
tree6617ab5862ce78ac616b6a11af6cb65f8d6ef2d4 /misc/voltcraft304
parentMake the linprocfs check succeed if linprocfs is already mounted, and (diff)
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>
Notes
Notes: svn path=/head/; revision=98730
Diffstat (limited to 'misc/voltcraft304')
-rw-r--r--misc/voltcraft304/Makefile19
-rw-r--r--misc/voltcraft304/distinfo1
-rw-r--r--misc/voltcraft304/pkg-descr2
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.