summaryrefslogtreecommitdiff
path: root/misc/xtend
diff options
context:
space:
mode:
authortsarna <tsarna@pkgsrc.org>2000-12-18 23:16:22 +0000
committertsarna <tsarna@pkgsrc.org>2000-12-18 23:16:22 +0000
commit1429dbc79e38ed0d88b1f60ebda238eb742814dc (patch)
tree4969c2df44276c70650a4532391b76537d8e0cc2 /misc/xtend
parent6b27431484062feffa8d58363488cd883c8b408b (diff)
downloadpkgsrc-1429dbc79e38ed0d88b1f60ebda238eb742814dc.tar.gz
xtend-1.2beta4 from Damon Brodie in PR#11761
Diffstat (limited to 'misc/xtend')
-rw-r--r--misc/xtend/Makefile16
-rw-r--r--misc/xtend/files/md53
-rw-r--r--misc/xtend/pkg/COMMENT1
-rw-r--r--misc/xtend/pkg/DESCR11
-rw-r--r--misc/xtend/pkg/PLIST3
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