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>
This commit is contained in:
Pav Lucistnik 2004-01-21 22:18:02 +00:00
parent 4c73ff2ad7
commit bac6e68361
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98730
4 changed files with 23 additions and 0 deletions

View File

@ -363,6 +363,7 @@
SUBDIR += videotext
SUBDIR += vifm
SUBDIR += viz
SUBDIR += voltcraft304
SUBDIR += whichman
SUBDIR += wmScoreBoard
SUBDIR += wmcalendar

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (voltcraft304-1.0.tar.gz) = 947338e29da8727b40bd6ced5efa27c5

View File

@ -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.