aboutsummaryrefslogtreecommitdiff
path: root/misc/heyu2
diff options
context:
space:
mode:
Diffstat (limited to 'misc/heyu2')
-rw-r--r--misc/heyu2/Makefile39
-rw-r--r--misc/heyu2/distinfo1
-rw-r--r--misc/heyu2/files/patch-aa35
-rw-r--r--misc/heyu2/files/patch-ab12
-rw-r--r--misc/heyu2/pkg-comment1
-rw-r--r--misc/heyu2/pkg-descr12
-rw-r--r--misc/heyu2/pkg-plist4
7 files changed, 0 insertions, 104 deletions
diff --git a/misc/heyu2/Makefile b/misc/heyu2/Makefile
deleted file mode 100644
index 96285548d196..000000000000
--- a/misc/heyu2/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection makefile for: heyu
-# Date created: 27 December 1999
-# Whom: plambert@plambert.net
-#
-# $FreeBSD$
-#
-
-PORTNAME= heyu
-PORTVERSION= 1.33
-CATEGORIES= misc
-MASTER_SITES= http://heyu.tanj.com/
-DISTNAME= x10_heyu
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= plambert@plambert.net
-
-IS_INTERACTIVE= yes
-ALL_TARGET= heyu
-WRKSRC= ${WRKDIR}/heyu.dir
-
-MAN1= heyu.1
-MAN5= x10config.5 \
- x10sched.5
-
-do-configure:
- ${PERL} -pi.orig -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile
-
-pre-patch:
- (cd ${WRKSRC} && ./Configure)
-
-post-install:
- strip ${PREFIX}/bin/heyu
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/examples/heyu
- ${INSTALL_DATA} ${WRKSRC}/x10config ${PREFIX}/share/examples/heyu/x10config.sample
- ${INSTALL_DATA} ${WRKSRC}/x10sched.conf.sample ${PREFIX}/share/examples/heyu
-.endif
-
-.include <bsd.port.mk>
diff --git a/misc/heyu2/distinfo b/misc/heyu2/distinfo
deleted file mode 100644
index 5be7a22a1c68..000000000000
--- a/misc/heyu2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (x10_heyu.tgz) = a942f8ad37189317e6b119b1949de7c0
diff --git a/misc/heyu2/files/patch-aa b/misc/heyu2/files/patch-aa
deleted file mode 100644
index f43b34251723..000000000000
--- a/misc/heyu2/files/patch-aa
+++ /dev/null
@@ -1,35 +0,0 @@
---- Makefile.orig Sun Jun 3 01:19:23 2001
-+++ Makefile Sun Jun 3 01:20:28 2001
-@@ -5,7 +5,7 @@
- MAN = /usr/local/man/man1
- MAN5 = /usr/local/man/man5
- GROUP = sys
--OWNER = bin
-+OWNER = root
-
- # set DFLAGS equal to:
- # -DSYSV if using SYSTEM V
-@@ -13,9 +13,9 @@
-
- #This makefile is built for freebsd
- CC = gcc
--CFLAGS = -g -O $(DFLAGS) -Wall
-+#CFLAGS = -g -O $(DFLAGS) -Wall
- LIBS = -lm -lc
--DFLAGS= -DHASSELECT -DNEEDGTIME -DFREEBSD
-+DFLAGS= -DHASSELECT -DNEEDGTIME -DFREEBSD -DLOCKDIR=\"/var/tmp\"
- # # The rest of the makefile should need no changes
-
- ## Makefile template for Heyu, a program to control an X10 CM11A computer
-@@ -42,9 +42,10 @@
- all: heyu dawndusk
-
- heyu: $(OBJS) version.h
-- $(CC) $(LDFLAGS) -o heyu $(OBJS) $(LIBS)
-+ $(CC) $(CFLAGS) $(LDFLAGS) $(DFLAGS) -o heyu $(OBJS) $(LIBS)
-
- $(OBJS): x10.h
-+ $(CC) $(CFLAGS) $(DFLAGS) -c $<
-
- eeprom.o: eeprom.h
-
diff --git a/misc/heyu2/files/patch-ab b/misc/heyu2/files/patch-ab
deleted file mode 100644
index a5c23b130d4c..000000000000
--- a/misc/heyu2/files/patch-ab
+++ /dev/null
@@ -1,12 +0,0 @@
---- xwrite.c.orig Sun Jun 3 01:13:55 2001
-+++ xwrite.c Sun Jun 3 01:16:43 2001
-@@ -42,7 +42,9 @@
- # ifdef SCO
- #include <sys/termio.h>
- # else
-+# if !defined(POSIX) && !defined(__FreeBSD__)
- #include <termio.h>
-+# endif
- # endif
- # endif
- #endif
diff --git a/misc/heyu2/pkg-comment b/misc/heyu2/pkg-comment
deleted file mode 100644
index 2bf207db5fef..000000000000
--- a/misc/heyu2/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Control a CM11A interface from the command line
diff --git a/misc/heyu2/pkg-descr b/misc/heyu2/pkg-descr
deleted file mode 100644
index 6b5c3c8b1550..000000000000
--- a/misc/heyu2/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-The CM11A is a device built by the X10 company for controlling
-devices by sending signals through the power lines. It's a small
-box that plugs into an AC outlet and connects to a serial port.
-The CM11A is shipped with Windows software. Heyu will control your
-X10 devices, set the cm11a interface clock and monitor x10 signals
-on the AC power lines. It will upload macros and timers to your
-CM11A for stand-alone execution.
-
-WWW: http://www.prado.com/~dbs/
-
-- plambert
-plambert@plambert.net
diff --git a/misc/heyu2/pkg-plist b/misc/heyu2/pkg-plist
deleted file mode 100644
index ee07938e074e..000000000000
--- a/misc/heyu2/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/heyu
-share/examples/heyu/x10config.sample
-share/examples/heyu/x10sched.conf.sample
-@dirrm share/examples/heyu