Another x.10 utility,

BottleRocket is a command-line interface for Unix systems to
use the X.10 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.
This commit is contained in:
jason 2002-06-05 20:28:21 +00:00
parent 58e3eaeb12
commit 8c80b1dbb7
5 changed files with 61 additions and 0 deletions

View File

@ -0,0 +1,24 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/06/05 20:28:21 jason Exp $
COMMENT= "X.10 firecracker interface"
DISTNAME= bottlerocket-0.04c
CATEGORIES= comms
NEED_VERSION= 1.402
HOMEPAGE= http://mlug.missouri.edu/~tymm/
MASTER_SITES= ${HOMEPAGE}
MAINTAINER= Jason Wright <jason@openbsd.org>
CONFIGURE_STYLE=gnu
SEPARATE_BUILD= simple
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (bottlerocket-0.04c.tar.gz) = 07e0c84456a826143d30ed8aa98c5499
SHA1 (bottlerocket-0.04c.tar.gz) = 70f4877cea17653ae8e21d93c1a620c7ddeeeb69
RMD160 (bottlerocket-0.04c.tar.gz) = d1db2caa29faf599132e7c7f6036a7d170778718

View File

@ -0,0 +1,25 @@
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2002/06/05 20:28:21 jason Exp $
--- Makefile.in.orig Sat Jul 17 15:03:14 1999
+++ Makefile.in Wed Jun 5 15:43:12 2002
@@ -39,6 +39,10 @@ CC=@CC@
# DEFS += -DTIOCM_FOR_0=TIOCM_ST
+DESTDIR=
+
+all: br
+
br: br_cmd.o br.o
${CC} ${CFLAGS} ${DEFS} -o br br.o br_cmd.o
@@ -49,8 +53,8 @@ br_cmd.o: ${srcdir}/br_cmd.c ${srcdir}/b
${CC} ${CFLAGS} ${DEFS} -c ${srcdir}/br_cmd.c
install: br
- ${INSTALL} -d -m 755 ${bindir}
- ${INSTALL} -m 555 br ${bindir}
+ ${INSTALL} -d -m 755 ${DESTDIR}${bindir}
+ ${INSTALL} -m 555 br ${DESTDIR}${bindir}
clean:
-rm -f *.o br

View File

@ -0,0 +1,7 @@
BottleRocket is a command-line interface for Unix systems to
use the X.10 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.
WWW: ${HOMEPAGE}

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/06/05 20:28:21 jason Exp $
bin/br