From bac6e6836104bce289485b6275aa34e04164e164 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Wed, 21 Jan 2004 22:18:02 +0000 Subject: 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 --- misc/Makefile | 1 + misc/voltcraft304/Makefile | 19 +++++++++++++++++++ misc/voltcraft304/distinfo | 1 + misc/voltcraft304/pkg-descr | 2 ++ 4 files changed, 23 insertions(+) create mode 100644 misc/voltcraft304/Makefile create mode 100644 misc/voltcraft304/distinfo create mode 100644 misc/voltcraft304/pkg-descr 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 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. -- cgit v1.2.3