diff options
Diffstat (limited to 'misc/heyu2')
-rw-r--r-- | misc/heyu2/Makefile | 35 | ||||
-rw-r--r-- | misc/heyu2/distinfo | 1 | ||||
-rw-r--r-- | misc/heyu2/files/patch-aa | 49 | ||||
-rw-r--r-- | misc/heyu2/files/patch-ab | 11 | ||||
-rw-r--r-- | misc/heyu2/pkg-comment | 1 | ||||
-rw-r--r-- | misc/heyu2/pkg-descr | 12 | ||||
-rw-r--r-- | misc/heyu2/pkg-plist | 4 |
7 files changed, 0 insertions, 113 deletions
diff --git a/misc/heyu2/Makefile b/misc/heyu2/Makefile deleted file mode 100644 index cd91d88ec577..000000000000 --- a/misc/heyu2/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: heyu -# Date created: 27 December 1999 -# Whom: plambert@plambert.net -# -# $FreeBSD$ -# - -PORTNAME= heyu -PORTVERSION= 1.29 -CATEGORIES= misc -MASTER_SITES= http://www.prado.com/~dbs/ -DISTNAME= x10_heyu -EXTRACT_SUFX= .tgz - -MAINTAINER= plambert@plambert.net - -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 - -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 b521c0aaf333..000000000000 --- a/misc/heyu2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (x10_heyu.tgz) = 0cd1f0b1cc3889b34074fab3ebbaa8ad diff --git a/misc/heyu2/files/patch-aa b/misc/heyu2/files/patch-aa deleted file mode 100644 index 05d5cb310c29..000000000000 --- a/misc/heyu2/files/patch-aa +++ /dev/null @@ -1,49 +0,0 @@ ---- Makefile.orig Tue May 23 22:57:17 2000 -+++ Makefile Sat May 27 17:06:28 2000 -@@ -4,7 +4,7 @@ - MAN = /usr/local/man/man1 - MAN5 = /usr/local/man/man5 - GROUP = sys --OWNER = bin -+OWNER = root - - - # set DFLAGS equal to: -@@ -16,14 +16,14 @@ - #LDFLAGS = -z -i - #LIBS = -lm -lc_s # uncomment if using shared libraries - CC = gcc --CFLAGS = -g -O $(DFLAGS) -Wall -+#CFLAGS = -g -O $(DFLAGS) -Wall - LIBS = -lm -lc - - ## For LINUX, use the following - #DFLAGS = -DSYSV -DPOSIX -DHAS_ITIMER -DLINUX - CC = gcc - CFLAGS = -g -O $(DFLAGS) -Wall --DFLAGS = -DSYSV -DPOSIX -DHAS_ITIMER -DLINUX -DHASSELECT -+#DFLAGS = -DSYSV -DPOSIX -DHAS_ITIMER -DLINUX -DHASSELECT - #LIBS = -lm -lc_s # uncomment if using shared libraries - LIBS = -lm -lc # uncoment if not using shared libraries - -@@ -39,7 +39,7 @@ - # CC = gcc - # CFLAGS = -g -O $(DFLAGS) -Wall - # LIBS = -lm -lc --# DFLAGS= -DHASSELECT -+DFLAGS= -DHASSELECT -DLOCKDIR=\"/var/tmp\" - - ## for Alpha, OSF1 v4.0 , Use this - # GROUP = uucp -@@ -80,9 +80,10 @@ - EVERYTHING = $(OTHERSRC) $(SRCS) - - 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 8e934f962f74..000000000000 --- a/misc/heyu2/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- xwrite.c.orig Sat May 27 17:07:40 2000 -+++ xwrite.c Sat May 27 17:08:09 2000 -@@ -30,7 +30,7 @@ - #include <unistd.h> - #include <syslog.h> - #else --# ifndef POSIX -+# if !defined(POSIX) && !defined(__FreeBSD__) - #include <termio.h> - # else - #include <sys/termios.h> 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 |