aboutsummaryrefslogtreecommitdiff
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
parent4c73ff2ad717a08bbf995cade51c21915ec8b3a6 (diff)
downloadports-bac6e6836104bce289485b6275aa34e04164e164.tar.gz
ports-bac6e6836104bce289485b6275aa34e04164e164.zip
Notes
-rw-r--r--misc/Makefile1
-rw-r--r--misc/voltcraft304/Makefile19
-rw-r--r--misc/voltcraft304/distinfo1
-rw-r--r--misc/voltcraft304/pkg-descr2
4 files changed, 23 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index ec9878d5d228..8d05b05dbbba 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -363,6 +363,7 @@
SUBDIR += videotext
SUBDIR += vifm
SUBDIR += viz
+ SUBDIR += voltcraft304
SUBDIR += whichman
SUBDIR += wmScoreBoard
SUBDIR += wmcalendar
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.