From 1fb5336b71525d4f97aa209a689b4b02318a1b34 Mon Sep 17 00:00:00 2001 From: rh Date: Sat, 15 Jul 2000 07:12:26 +0000 Subject: Initial import of the FreeBSD port of bottlerocket-0.04c, a home automation software for the X10 firecracker kit. --- misc/bottlerocket/Makefile | 19 +++++++++++++++++++ misc/bottlerocket/files/md5 | 1 + misc/bottlerocket/patches/patch-aa | 11 +++++++++++ misc/bottlerocket/pkg/COMMENT | 1 + misc/bottlerocket/pkg/DESCR | 21 +++++++++++++++++++++ misc/bottlerocket/pkg/PLIST | 1 + 6 files changed, 54 insertions(+) create mode 100644 misc/bottlerocket/Makefile create mode 100644 misc/bottlerocket/files/md5 create mode 100644 misc/bottlerocket/patches/patch-aa create mode 100644 misc/bottlerocket/pkg/COMMENT create mode 100644 misc/bottlerocket/pkg/DESCR create mode 100644 misc/bottlerocket/pkg/PLIST (limited to 'misc') diff --git a/misc/bottlerocket/Makefile b/misc/bottlerocket/Makefile new file mode 100644 index 00000000000..a3021ca0286 --- /dev/null +++ b/misc/bottlerocket/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: bottlerocket +# Date created: 15 July 1999 +# Whom: Mike Smith +# +# $FreeBSD: ports/misc/bottlerocket/Makefile,v 1.4 2000/04/14 08:45:23 asami Exp $ +# + +PORTNAME= bottlerocket +PORTVERSION= 0.04c +CATEGORIES= misc +MASTER_SITES= http://mlug.missouri.edu/~tymm/ + +MAINTAINER= msmith@freebsd.org + +USE_GMAKE= yes +GNU_CONFIGURE= yes +ALL_TARGET= br + +.include diff --git a/misc/bottlerocket/files/md5 b/misc/bottlerocket/files/md5 new file mode 100644 index 00000000000..6b274790d6b --- /dev/null +++ b/misc/bottlerocket/files/md5 @@ -0,0 +1 @@ +MD5 (bottlerocket-0.04c.tar.gz) = 07e0c84456a826143d30ed8aa98c5499 diff --git a/misc/bottlerocket/patches/patch-aa b/misc/bottlerocket/patches/patch-aa new file mode 100644 index 00000000000..c8b7b83a9f6 --- /dev/null +++ b/misc/bottlerocket/patches/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.in.old Tue Dec 28 15:12:47 1999 ++++ Makefile.in Tue Dec 28 15:12:59 1999 +@@ -23,7 +23,7 @@ + + CFLAGS = @CFLAGS@ + +-CFLAGS += -I. -Wall -O2 -DX10_PORTNAME=\"@X10PORT@\" ++CFLAGS += -I. -Wall -DX10_PORTNAME=\"@X10PORT@\" + DEFS=@DEFS@ + LIBS=@LIBS@ + INSTALL= @INSTALL@ diff --git a/misc/bottlerocket/pkg/COMMENT b/misc/bottlerocket/pkg/COMMENT new file mode 100644 index 00000000000..a18a4d9cf8a --- /dev/null +++ b/misc/bottlerocket/pkg/COMMENT @@ -0,0 +1 @@ +Home Automation Software for the X10 FireCracker kit diff --git a/misc/bottlerocket/pkg/DESCR b/misc/bottlerocket/pkg/DESCR new file mode 100644 index 00000000000..39e8912dd4e --- /dev/null +++ b/misc/bottlerocket/pkg/DESCR @@ -0,0 +1,21 @@ +What is BottleRocket? + + BottleRocket is a command-line interface for Unix systems to use the + FireCracker kit. It is easy to use, has all of the major (non-gui) + functionality of the Windows interface, is easy to call from scripts + and the backend code is made to be easily linked into other programs. + +What is the X10 FireCracker kit? + + The X10 Firecracker kit is a simple wireless home automation system, + consisting of a lamp module, an appliance module/radio receiver, a + hand held wireless transmitter and a wireless transmitter that plugs + into a standard RS-232 serial port. Using either the handheld + transmitter or the serial port transmitter, a user can turn on or off + any of up to 256 appliances, and brighten/dim any of those that happen + to be lamps and plugged into the special lamp modules. Each appliance + to be controlled must be plugged into its own module, and each module + is set (by turning dials on the front) to a unique address by which it + is identified. + +WWW: http://mlug.missouri.edu/~tymm/ diff --git a/misc/bottlerocket/pkg/PLIST b/misc/bottlerocket/pkg/PLIST new file mode 100644 index 00000000000..ac980a78bfb --- /dev/null +++ b/misc/bottlerocket/pkg/PLIST @@ -0,0 +1 @@ +bin/br -- cgit v1.2.3