aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Lehey <grog@FreeBSD.org>2004-06-20 08:31:31 +0000
committerGreg Lehey <grog@FreeBSD.org>2004-06-20 08:31:31 +0000
commit08a87613f9e8d377d21e5ba38f22265d19f0ee0f (patch)
treeb2ad4c415ebc01c5b757114b1cc9f1617fc1f8c4
parentfe2caca99205247391c909bc6988213cd982cf99 (diff)
downloadports-08a87613f9e8d377d21e5ba38f22265d19f0ee0f.tar.gz
ports-08a87613f9e8d377d21e5ba38f22265d19f0ee0f.zip
Notes
-rw-r--r--misc/tempcontrol/Makefile19
-rw-r--r--misc/tempcontrol/distinfo2
-rw-r--r--misc/tempcontrol/pkg-descr11
-rw-r--r--misc/tempcontrol/pkg-plist4
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