From eric@magdalena.osd.bsdi.com  Wed Sep 27 11:21:40 2000
Return-Path: <eric@magdalena.osd.bsdi.com>
Received: from magdalena.osd.bsdi.com (magdalena.osd.bsdi.com [204.216.28.184])
	by hub.freebsd.org (Postfix) with ESMTP id 5F9DC37B43C
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 27 Sep 2000 11:21:40 -0700 (PDT)
Received: (from eric@localhost)
	by magdalena.osd.bsdi.com (8.9.3/8.9.3) id LAA27389;
	Wed, 27 Sep 2000 11:21:40 -0700 (PDT)
	(envelope-from eric)
Message-Id: <200009271821.LAA27389@magdalena.osd.bsdi.com>
Date: Wed, 27 Sep 2000 11:21:40 -0700 (PDT)
From: Eric Melville <eric@magdalena.osd.bsdi.com>
Reply-To: eric@magdalena.osd.bsdi.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: port of wm x10 controller
X-Send-Pr-Version: 3.2

>Number:         21598
>Category:       ports
>Synopsis:       New port: wm x10 controller
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    eric
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 27 11:30:02 PDT 2000
>Closed-Date:    Mon Apr 9 04:13:43 PDT 2001
>Last-Modified:  Mon Apr 09 04:15:26 PDT 2001
>Originator:     Eric Melville
>Release:        FreeBSD 4.1-RELEASE i386
>Organization:
OSD/BSDi
>Environment:

	

>Description:

	

>How-To-Repeat:

	

>Fix:

	

# 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/wmx10
#	/usr/ports/misc/wmx10/pkg
#	/usr/ports/misc/wmx10/pkg/COMMENT
#	/usr/ports/misc/wmx10/pkg/DESCR
#	/usr/ports/misc/wmx10/pkg/PLIST
#	/usr/ports/misc/wmx10/files
#	/usr/ports/misc/wmx10/files/md5
#	/usr/ports/misc/wmx10/Makefile
#	/usr/ports/misc/wmx10/patches
#	/usr/ports/misc/wmx10/patches/patch-aa
#
echo c - /usr/ports/misc/wmx10
mkdir -p /usr/ports/misc/wmx10 > /dev/null 2>&1
echo c - /usr/ports/misc/wmx10/pkg
mkdir -p /usr/ports/misc/wmx10/pkg > /dev/null 2>&1
echo x - /usr/ports/misc/wmx10/pkg/COMMENT
sed 's/^X//' >/usr/ports/misc/wmx10/pkg/COMMENT << 'END-of-/usr/ports/misc/wmx10/pkg/COMMENT'
XWindowMaker dockable X10 remote controller
END-of-/usr/ports/misc/wmx10/pkg/COMMENT
echo x - /usr/ports/misc/wmx10/pkg/DESCR
sed 's/^X//' >/usr/ports/misc/wmx10/pkg/DESCR << 'END-of-/usr/ports/misc/wmx10/pkg/DESCR'
XThis is a WindowMaker dock app that provides a remote control for X10 home
Xautomation. It can be configured to control multiple devices connected to
Xmultiple houses.
END-of-/usr/ports/misc/wmx10/pkg/DESCR
echo x - /usr/ports/misc/wmx10/pkg/PLIST
sed 's/^X//' >/usr/ports/misc/wmx10/pkg/PLIST << 'END-of-/usr/ports/misc/wmx10/pkg/PLIST'
Xbin/wmx10
END-of-/usr/ports/misc/wmx10/pkg/PLIST
echo c - /usr/ports/misc/wmx10/files
mkdir -p /usr/ports/misc/wmx10/files > /dev/null 2>&1
echo x - /usr/ports/misc/wmx10/files/md5
sed 's/^X//' >/usr/ports/misc/wmx10/files/md5 << 'END-of-/usr/ports/misc/wmx10/files/md5'
XMD5 (wmx10-0.03.tar.gz) = 0fd038df0cec856168eff40734feafca
END-of-/usr/ports/misc/wmx10/files/md5
echo x - /usr/ports/misc/wmx10/Makefile
sed 's/^X//' >/usr/ports/misc/wmx10/Makefile << 'END-of-/usr/ports/misc/wmx10/Makefile'
X# New ports collection makefile for:	wmx10
X# Date created:				16 September 2000
X# Whom:					eric
X#
X# $FreeBSD$
X#
X
XPORTNAME=	wmx10
XPORTVERSION=	0.03
XCATEGORIES=	misc windowmaker
XMASTER_SITES=	http://www.cs.uml.edu/~jhawkins/wmx10/
XDISTNAME=	wmx10-${PORTVERSION}
X
XMAINTAINER=	eric@osd.bsdi.com
X
XLIB_DEPENDS=	Xpm.4:${PORTSDIR}/graphics/xpm \
X		Xext.6:${PORTSDIR}/x11/XFree86-aoutlibs
X
XWRKSRC=		${WRKDIR}/wmx10.app/wmx10
X
XUSE_GMAKE=	yes
XUSE_X_PREFIX=	yes
X
X.include <bsd.port.mk>
END-of-/usr/ports/misc/wmx10/Makefile
echo c - /usr/ports/misc/wmx10/patches
mkdir -p /usr/ports/misc/wmx10/patches > /dev/null 2>&1
echo x - /usr/ports/misc/wmx10/patches/patch-aa
sed 's/^X//' >/usr/ports/misc/wmx10/patches/patch-aa << 'END-of-/usr/ports/misc/wmx10/patches/patch-aa'
X--- Makefile.orig	Sat Sep 16 13:46:48 2000
X+++ Makefile	Sat Sep 16 13:53:45 2000
X@@ -19,6 +19,6 @@
X 	done
X 	rm -f wmx10 *~
X 
X-install:
X+install: wmx10
X 	strip wmx10
X-	mv wmx10 /usr/local/bin
X+	mv wmx10 /usr/X11R6/bin
END-of-/usr/ports/misc/wmx10/patches/patch-aa
exit


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->eric 
Responsible-Changed-By: will 
Responsible-Changed-When: Fri Apr 6 23:39:25 PDT 2001 
Responsible-Changed-Why:  
Over to submitter. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=21598 
State-Changed-From-To: open->closed 
State-Changed-By: eric 
State-Changed-When: Mon Apr 9 04:13:43 PDT 2001 
State-Changed-Why:  
imported into tree 

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