1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

2008-12-06 misc/heyu: no longer under development, use misc/heyu2

This commit is contained in:
Thomas Abthorpe 2009-01-07 14:02:53 +00:00
parent db8da30347
commit 03e8728681
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225393
10 changed files with 1 additions and 125 deletions

1
MOVED
View File

@ -3731,3 +3731,4 @@ java/ecj-bootstrap||2009-01-06|Removed
audio/dream||2009-01-06|Has expired: Needs DRM enabled in FAAD
emulators/mupen64plus-sound||2009-01-06|No supported anymore by mupen64plus team
misc/heyu||2009-01-07|Has expired: no longer under development, use misc/heyu2

View File

@ -158,7 +158,6 @@
SUBDIR += hb
SUBDIR += hello
SUBDIR += help2man
SUBDIR += heyu
SUBDIR += heyu2
SUBDIR += hicolor-icon-theme
SUBDIR += histring

View File

@ -1,48 +0,0 @@
# New ports collection makefile for: heyu
# Date created: 27 December 1999
# Whom: plambert@plambert.net
#
# $FreeBSD$
#
PORTNAME= heyu
PORTVERSION= 1.35
PORTREVISION= 3
CATEGORIES= misc
MASTER_SITES= http://www.heyu.org/version1/
DISTNAME= x10_heyu
EXTRACT_SUFX= .tgz
MAINTAINER= mstowe@chicago.us.mensa.org
COMMENT= Control a CM11A interface from the command line
DEPRECATED= no longer under development, use misc/heyu2
EXPIRATION_DATE= 2008-12-06
CONFLICTS= heyu2-[0-9]*
ALL_TARGET= heyu
WRKSRC= ${WRKDIR}/heyu.dir
MAN1= heyu.1 heyuhelper.1
MAN5= x10config.5 \
x10sched.5
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} -E 's|/usr/local|${PREFIX}|g; \
s,(CC) =,\1 ?=,g; \
s,(CFLAGS) =,\1 +=,g'\
${WRKSRC}/Configure
do-configure:
(cd ${WRKSRC} && ./Configure freebsd)
post-install:
${STRIP_CMD} ${PREFIX}/bin/heyu
${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/x10config ${EXAMPLESDIR}/x10config.sample
${INSTALL_DATA} ${WRKSRC}/x10sched.conf.sample ${EXAMPLESDIR}
.include <bsd.port.post.mk>

View File

@ -1,3 +0,0 @@
MD5 (x10_heyu.tgz) = e51ecc053c1d8780714bd53a128698f3
SHA256 (x10_heyu.tgz) = b8ca4efd7f7f1d44e852ca96c8d046dff0c76b5d51ccb0c791e2d37413c03504
SIZE (x10_heyu.tgz) = 84277

View File

@ -1,13 +0,0 @@
Add the following patch to the files directory:
--- Configure 2007-12-28 16:59:27.000000000 +0100
+++ Configure 2007-12-28 16:59:42.000000000 +0100
@@ -86,7 +86,7 @@
CC ?= gcc
CFLAGS += -g -O \$(DFLAGS) -Wall
LIBS = -lm -lc
- DFLAGS= -DHASSELECT -DNEEDGTIME -DFREEBSD
+ DFLAGS= -DPOSIX -DHASSELECT -DNEEDGTIME -DFREEBSD
EoF
;;
sco*)

View File

@ -1,13 +0,0 @@
$FreeBSD$
--- Makefile.in.orig
+++ Makefile.in
@@ -46,7 +46,6 @@
chgrp $(GROUP) $(BIN)/heyu
chmod 755 $(BIN)/heyu
chown $(OWNER) $(BIN)/heyu
- ./install.sh
$(BIN)/makesched: makesched
cp makesched $(BIN)

View File

@ -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

View File

@ -1,16 +0,0 @@
--- tty.c Sun Mar 30 22:57:59 2003
+++ tty.c Thu Mar 15 22:48:59 2007
@@ -86,11 +86,11 @@
#include <sgtty.h>
struct sgttyb oldsb, newsb;
#else
-#ifndef POSIX
-#include <termio.h>
#ifndef NCC
#define NCC NCCS
#endif
+#ifndef POSIX
+#include <termio.h>
struct termio oldsb, newsb;
#else
#include <termios.h>

View File

@ -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://heyu.tanj.com/
- plambert
plambert@plambert.net

View File

@ -1,7 +0,0 @@
bin/dawndusk
bin/heyu
bin/heyuhelper
bin/makesched
%%EXAMPLESDIR%%/x10config.sample
%%EXAMPLESDIR%%/x10sched.conf.sample
@dirrm %%EXAMPLESDIR%%