From mstowe@baddomain.com  Mon Mar 29 08:15:53 2004
Return-Path: <mstowe@baddomain.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E5DBB16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 & <root@baddomain.com>
Reply-To: Charlie & <root@baddomain.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: new port:  heyu2 for X10 control
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         64898
>Category:       ports
>Synopsis:       new port: misc/heyu2 for X10 control
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    oliver
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 29 08:20:07 PST 2004
>Closed-Date:    Sat Jun 11 12:26:36 GMT 2005
>Last-Modified:  Sat Jun 11 12:26:36 GMT 2005
>Originator:     Michael Stowe <mstowe@chicago.us.mensa.org>
>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 <bsd.port.mk>
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<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">
X
X<html>
X  <head>
X    <title>The FreeBSD Ports Collection (misc/heyu)</title>
X  </head>
X
X  <body>
X    <h1>The FreeBSD Ports Collection (misc/heyu)</h1>
X    <hr>
X
X    <p>You are now in the directory for the port "misc/heyu".</p>
X
X    <p>The package name of this port is "heyu-1.35".</p>
X
X    <p>This is the one-line description for this port:</p>
X    <hr>
X
X    <p>
XControl a CM11A interface from the command line
X    </p>
X    <hr>
X
X    <p>Please read the "<a href="pkg-descr">description file</a>" for a
X    longer description and/or visit the <a href="http://www.prado.com/~dbs/">web site</a> for futher informations.</p>
X
X    <p>If needed, you may contact the <a href=
X    "mailto:plambert@plambert.net">maintainer</a> of this port or the port <a href=
X    "mailto:ports@FreeBSD.org">mailing-list</a>.</p>
X
X    <p></p>
X
X    <p></p>
X
X    <p>Go to the <a href="../../README.html">top of the ports tree</a> for
X    a summary on how to use the ports collection.</p>
X    <hr>
X
X    <p><a href="../README.html">Go up one level</a> | <a href=
X    "../../README.html">Go to top of ports tree</a></p>
X  </body>
X</html>
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:
State-Changed-From-To: open->feedback 
State-Changed-By: pav 
State-Changed-When: Thu Apr 1 08:53:26 PST 2004 
State-Changed-Why:  
Is this a successor of misc/heyu port? Is it worth 
separate port or should we update existing misc/heyu port? 
Is there a reason to have heyu 1 and heyu 2 alongside 
in ports tree? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=64898 

From: Michael Stowe <mstowe@chicago.us.mensa.org>
To: freebsd-gnats-submit@FreeBSD.org, root@baddomain.com
Cc:  
Subject: Re: ports/64898: new port: misc/heyu2 for X10 control
Date: Tue, 13 Apr 2004 00:14:39 -0500

  > Is this a successor of misc/heyu port? Is it worth
  > separate port or should we update existing misc/heyu port?
  > Is there a reason to have heyu 1 and heyu 2 alongside
  > in ports tree?
 
 Well, they're separate branches, and the heyu2 branch has been fairly 
 unstable -- but also, the file names are different, and the setup files 
 are very different.  They can both coexist on a system, though they 
 can't both control the same device.  I'd be inclined to think of them 
 like php3/php4, but I don't feel particularly strongly about it.
 
State-Changed-From-To: feedback->open 
State-Changed-By: pav 
State-Changed-When: Thu May 27 15:01:00 PDT 2004 
State-Changed-Why:  
Feedback received a while ago. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=64898 
Responsible-Changed-From-To: freebsd-ports-bugs->oliver 
Responsible-Changed-By: oliver 
Responsible-Changed-When: Tue Jun 7 21:36:37 GMT 2005 
Responsible-Changed-Why:  
I'll take care 

http://www.freebsd.org/cgi/query-pr.cgi?pr=64898 
State-Changed-From-To: open->repocopy 
State-Changed-By: oliver 
State-Changed-When: Tue Jun 7 21:36:57 GMT 2005 
State-Changed-Why:  
please copy misc/heyu to misc/heyu2 


Responsible-Changed-From-To: oliver->portmgr 
Responsible-Changed-By: oliver 
Responsible-Changed-When: Tue Jun 7 21:36:57 GMT 2005 
Responsible-Changed-Why:  
please copy misc/heyu to misc/heyu2 

http://www.freebsd.org/cgi/query-pr.cgi?pr=64898 
State-Changed-From-To: repocopy->open 
State-Changed-By: marcus 
State-Changed-When: Sat Jun 11 00:12:56 GMT 2005 
State-Changed-Why:  
Repocopy completed. 


Responsible-Changed-From-To: portmgr->oliver 
Responsible-Changed-By: marcus 
Responsible-Changed-When: Sat Jun 11 00:12:56 GMT 2005 
Responsible-Changed-Why:  
Repocopy completed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=64898 
State-Changed-From-To: open->closed 
State-Changed-By: oliver 
State-Changed-When: Sat Jun 11 12:26:24 GMT 2005 
State-Changed-Why:  
Committed, Thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=64898 
>Unformatted:
