From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Mar 29 08:20:07 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E534816A4CF for ; Mon, 29 Mar 2004 08:20:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5BA743D48 for ; Mon, 29 Mar 2004 08:20:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2TGK7bv049414 for ; Mon, 29 Mar 2004 08:20:07 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2TGK7qN049413; Mon, 29 Mar 2004 08:20:07 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 29 Mar 2004 08:20:07 -0800 (PST) Resent-Message-Id: <200403291620.i2TGK7qN049413@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Charlie & Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5DBB16A4CE for ; Mon, 29 Mar 2004 08:15:52 -0800 (PST) Received: from baddomain.com (dsl093-114-252.chi2.dsl.speakeasy.net [66.93.114.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52F2243D45 for ; Mon, 29 Mar 2004 08:15:52 -0800 (PST) (envelope-from mstowe@baddomain.com) Received: from baddomain.com (smmsp@localhost [127.0.0.1]) by baddomain.com (8.12.10/8.12.10) with ESMTP id i2TGFpp9009052 for ; Mon, 29 Mar 2004 10:15:51 -0600 (CST) (envelope-from mstowe@baddomain.com) Received: (from root@localhost) by baddomain.com (8.12.10/8.12.10/Submit) id i2TGFo03009049; Mon, 29 Mar 2004 10:15:50 -0600 (CST) (envelope-from mstowe) Message-Id: <200403291615.i2TGFo03009049@baddomain.com> Date: Mon, 29 Mar 2004 10:15:50 -0600 (CST) From: Charlie & To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/64898: new port: heyu2 for X10 control X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Charlie & List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Mar 2004 16:20:08 -0000 >Number: 64898 >Category: ports >Synopsis: new port: heyu2 for X10 control >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 29 08:20:07 PST 2004 >Closed-Date: >Last-Modified: >Originator: Michael Stowe >Release: FreeBSD 4.9-STABLE i386 >Organization: >Environment: System: FreeBSD baddomain.com 4.9-STABLE FreeBSD 4.9-STABLE #45: Sun Mar 28 20:33:14 CST 2004 root@baddomain.com:/usr/src/sys/compile/STOWE i386 >Description: Control a CM11A interface from the command line, version 2 >How-To-Repeat: >Fix: --- heyu2.port begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # /usr/ports/misc/heyu2 # /usr/ports/misc/heyu2/Makefile # /usr/ports/misc/heyu2/README.html # /usr/ports/misc/heyu2/distinfo # /usr/ports/misc/heyu2/pkg-descr # /usr/ports/misc/heyu2/pkg-plist # echo c - /usr/ports/misc/heyu2 mkdir -p /usr/ports/misc/heyu2 > /dev/null 2>&1 echo x - /usr/ports/misc/heyu2/Makefile sed 's/^X//' >/usr/ports/misc/heyu2/Makefile << 'END-of-/usr/ports/misc/heyu2/Makefile' X# New ports collection makefile for: heyu2 X# Date created: 29 March 2004 X# Whom: mstowe@chicago.us.mensa.org X# X XPORTNAME= heyu2 XPORTVERSION= 2.0.5.2 XPORTREVISION= 1 XCATEGORIES= misc XMASTER_SITES= http://heyu.tanj.com/heyu2/ XDISTNAME= heyu2.alpha-5 XEXTRACT_SUFX= .tgz X XMAINTAINER= mstowe@chicago.us.mensa.org XCOMMENT= Control a CM11A interface from the command line X XIS_INTERACTIVE= yes XALL_TARGET= heyu2 XWRKSRC= ${WRKDIR}/heyu2.alpha-5.2.dir XUSE_REINPLACE= yes X XMAN1= heyu2.1 XMAN5= x10config2.5 \ X x10sched2.5 \ X x10scripts2.5 X Xdo-configure: X ${REINPLACE_CMD} 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile X Xpre-patch: X (cd ${WRKSRC} && ./Configure freebsd) X Xpost-install: X ${STRIP_CMD} ${PREFIX}/bin/heyu2 X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/examples/heyu2 X ${INSTALL_DATA} ${WRKSRC}/x10config.sample ${PREFIX}/share/examples/heyu2/x10config.sample X ${INSTALL_DATA} ${WRKSRC}/x10.sched.sample ${PREFIX}/share/examples/heyu2 X.endif X X.include END-of-/usr/ports/misc/heyu2/Makefile echo x - /usr/ports/misc/heyu2/README.html sed 's/^X//' >/usr/ports/misc/heyu2/README.html << 'END-of-/usr/ports/misc/heyu2/README.html' X X X X X The FreeBSD Ports Collection (misc/heyu) X X X X

The FreeBSD Ports Collection (misc/heyu)

X
X X

You are now in the directory for the port "misc/heyu".

X X

The package name of this port is "heyu-1.35".

X X

This is the one-line description for this port:

X
X X

XControl a CM11A interface from the command line X

X
X X

Please read the "description file" for a X longer description and/or visit the web site for futher informations.

X X

If needed, you may contact the maintainer of this port or the port mailing-list.

X X

X X

X X

Go to the top of the ports tree for X a summary on how to use the ports collection.

X
X X

Go up one level | Go to top of ports tree

X X X END-of-/usr/ports/misc/heyu2/README.html echo x - /usr/ports/misc/heyu2/distinfo sed 's/^X//' >/usr/ports/misc/heyu2/distinfo << 'END-of-/usr/ports/misc/heyu2/distinfo' XMD5 (heyu2.alpha-5.tgz) = c653f3571eaa573abe2126c57ce7d2d7 XSIZE (heyu2.alpha-5.tgz) = 247023 END-of-/usr/ports/misc/heyu2/distinfo echo x - /usr/ports/misc/heyu2/pkg-descr sed 's/^X//' >/usr/ports/misc/heyu2/pkg-descr << 'END-of-/usr/ports/misc/heyu2/pkg-descr' XThe CM11A is a device built by the X10 company for controlling Xdevices by sending signals through the power lines. It's a small Xbox that plugs into an AC outlet and connects to a serial port. XThe CM11A is shipped with Windows software. Heyu2 will control your XX10 devices, set the CM11A interface clock and monitor X10 signals Xon the AC power lines. It will upload macros and timers to your XCM11A for stand-alone execution. X XWWW: http://heyu.tanj.com/heyu2/ X END-of-/usr/ports/misc/heyu2/pkg-descr echo x - /usr/ports/misc/heyu2/pkg-plist sed 's/^X//' >/usr/ports/misc/heyu2/pkg-plist << 'END-of-/usr/ports/misc/heyu2/pkg-plist' Xbin/heyu2 Xshare/examples/heyu2/x10config.sample Xshare/examples/heyu2/x10.sched.sample X@dirrm share/examples/heyu2 END-of-/usr/ports/misc/heyu2/pkg-plist exit --- heyu2.port ends here --- >Release-Note: >Audit-Trail: >Unformatted: