diff options
-rw-r--r-- | misc/xtend/Makefile | 16 | ||||
-rw-r--r-- | misc/xtend/files/md5 | 3 | ||||
-rw-r--r-- | misc/xtend/pkg/COMMENT | 1 | ||||
-rw-r--r-- | misc/xtend/pkg/DESCR | 11 | ||||
-rw-r--r-- | misc/xtend/pkg/PLIST | 3 |
5 files changed, 34 insertions, 0 deletions
diff --git a/misc/xtend/Makefile b/misc/xtend/Makefile new file mode 100644 index 00000000000..9a91da14869 --- /dev/null +++ b/misc/xtend/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/12/18 23:16:22 tsarna Exp $ +# + +DISTNAME= xtend-1.2beta4 +PKGNAME= ${DISTNAME} +CATEGORIES= misc +MASTER_SITES= ftp://ftp.jabberwocky.com/pub/xtend/ + +MAINTAINER= damon@brodiefamily.org +HOMEPAGE= http://www.jabberwocky.com/software/xtend/ + +DEPENDS+= x10_heyu>=1.29:../../misc/heyu + +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/misc/xtend/files/md5 b/misc/xtend/files/md5 new file mode 100644 index 00000000000..358fa0e4fe3 --- /dev/null +++ b/misc/xtend/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/12/18 23:16:22 tsarna Exp $ + +MD5 (xtend-1.2beta4.tar.gz) = ee4a63cacfdbbf6789523eac7545bc31 diff --git a/misc/xtend/pkg/COMMENT b/misc/xtend/pkg/COMMENT new file mode 100644 index 00000000000..dfca754e205 --- /dev/null +++ b/misc/xtend/pkg/COMMENT @@ -0,0 +1 @@ +Monitors X10 commands using heyu to automate UNIX functions diff --git a/misc/xtend/pkg/DESCR b/misc/xtend/pkg/DESCR new file mode 100644 index 00000000000..f3641d6d545 --- /dev/null +++ b/misc/xtend/pkg/DESCR @@ -0,0 +1,11 @@ +Xtend now keeps track of the state of all X10 devices. This allows +you to have conditional execution of commands (e.g. "do this only +if lights A1 and P7 are on"). This data is also made available to +all programs run by Xtend and to any interested process running +on the computer. + +Information made available to programs: + +On/Off status for all 256 devices +Addressed / not addressed status for all 256 devices +Appliance or light for all 256 devices diff --git a/misc/xtend/pkg/PLIST b/misc/xtend/pkg/PLIST new file mode 100644 index 00000000000..24ed55735ab --- /dev/null +++ b/misc/xtend/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/18 23:16:22 tsarna Exp $ +bin/xtend +man/man1/xtend.1 |