diff options
author | Greg Lehey <grog@FreeBSD.org> | 2004-06-20 08:31:31 +0000 |
---|---|---|
committer | Greg Lehey <grog@FreeBSD.org> | 2004-06-20 08:31:31 +0000 |
commit | 08a87613f9e8d377d21e5ba38f22265d19f0ee0f (patch) | |
tree | b2ad4c415ebc01c5b757114b1cc9f1617fc1f8c4 | |
parent | fe2caca99205247391c909bc6988213cd982cf99 (diff) | |
download | ports-08a87613f9e8d377d21e5ba38f22265d19f0ee0f.tar.gz ports-08a87613f9e8d377d21e5ba38f22265d19f0ee0f.zip |
Notes
-rw-r--r-- | misc/tempcontrol/Makefile | 19 | ||||
-rw-r--r-- | misc/tempcontrol/distinfo | 2 | ||||
-rw-r--r-- | misc/tempcontrol/pkg-descr | 11 | ||||
-rw-r--r-- | misc/tempcontrol/pkg-plist | 4 |
4 files changed, 36 insertions, 0 deletions
diff --git a/misc/tempcontrol/Makefile b/misc/tempcontrol/Makefile new file mode 100644 index 000000000000..0ea482b75d2b --- /dev/null +++ b/misc/tempcontrol/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: tempcontrol +# Date created: 20 June 2004 +# Who: grog +# +# $FreeBSD$ +# + +PORTNAME= tempcontrol +PORTVERSION= 1.0 +PORTREVISION= 1 +CATEGORIES= misc +MASTER_SITES= http://www.lemis.com/grog/brewing/src/brewing/tempcontrol/ + +MAINTAINER= grog@lemis.com +COMMENT= Temperature control for fermenting beer and other applications + +NO_WRKSUBDIR= YES + +.include <bsd.port.mk> diff --git a/misc/tempcontrol/distinfo b/misc/tempcontrol/distinfo new file mode 100644 index 000000000000..cf5fac25096a --- /dev/null +++ b/misc/tempcontrol/distinfo @@ -0,0 +1,2 @@ +MD5 (tempcontrol-1.0.tar.gz) = e1870b32439c566be2da872d56431e53 +SIZE (tempcontrol-1.0.tar.gz) = 122995 diff --git a/misc/tempcontrol/pkg-descr b/misc/tempcontrol/pkg-descr new file mode 100644 index 000000000000..b5074c349133 --- /dev/null +++ b/misc/tempcontrol/pkg-descr @@ -0,0 +1,11 @@ +Tempcontrol is a temperature control program. In its current version +it is specifically designed to control the temperature of beer +fermenters in a fridge. It controls the temperatures when necessary +by turning on either the fridge motor to cool the surroundings, or a +light bulb to warm them. + +The specific brewing-related details are relatively minor, and future +versions may become more general-purpose. + +Read the file README in the distribution for more information. At a +later date there will be real documentation. diff --git a/misc/tempcontrol/pkg-plist b/misc/tempcontrol/pkg-plist new file mode 100644 index 000000000000..e675c5535996 --- /dev/null +++ b/misc/tempcontrol/pkg-plist @@ -0,0 +1,4 @@ +bin/tempcontrol +share/tempcontrol/temperaturecontrolrc.sample +etc/rc.d/temperaturecontrol.sh.sample +@dirrm share/tempcontrol |