From owner-cvs-all@FreeBSD.ORG Sun Jun 26 07:01:52 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EF551065670; Sun, 26 Jun 2011 07:01:52 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F2E048FC19; Sun, 26 Jun 2011 07:01:51 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p5Q71pXc064221; Sun, 26 Jun 2011 07:01:51 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p5Q71p3J064220; Sun, 26 Jun 2011 07:01:51 GMT (envelope-from miwi) Message-Id: <201106260701.p5Q71p3J064220@repoman.freebsd.org> From: Martin Wilke Date: Sun, 26 Jun 2011 07:01:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc Makefile ports/misc/digitemp Makefile distinfo pkg-descr pkg-message ports/misc/digitemp/files digitemp.conf.sample patch-digitemp.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2011 07:01:52 -0000 miwi 2011-06-26 07:01:51 UTC FreeBSD ports repository Modified files: misc Makefile Added files: misc/digitemp Makefile distinfo pkg-descr pkg-message misc/digitemp/files digitemp.conf.sample patch-digitemp.h Log: DigiTemp is a simple to use console application for reading values from Dallas Semiconductor 1-wire devices. Its main use is for reading temperature sensors, but it also reads counters and understands the 1-wire hubs with devices on different branches of the network. DigiTemp now supports the following 1-wire temperature sensors: DS18S20 (and DS1820), DS18B20, DS1822, the DS2438 Smart Battery Monitor, DS2422 and DS2423 Counters, DS2409 MicroLAN Coupler (used in 1-wire hubs) and the AAG TAI-8540 humidity sensor. WWW: http://www.digitemp.com/software.shtml PR: ports/158290 Submitted by: Evaldas Auryla Revision Changes Path 1.979 +1 -0 ports/misc/Makefile 1.1 +55 -0 ports/misc/digitemp/Makefile (new) 1.1 +2 -0 ports/misc/digitemp/distinfo (new) 1.1 +10 -0 ports/misc/digitemp/files/digitemp.conf.sample (new) 1.1 +11 -0 ports/misc/digitemp/files/patch-digitemp.h (new) 1.1 +9 -0 ports/misc/digitemp/pkg-descr (new) 1.1 +8 -0 ports/misc/digitemp/pkg-message (new)