From tlp@LiquidX.org  Mon Dec 20 02:05:01 2004
Return-Path: <tlp@LiquidX.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C2A8216A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 20 Dec 2004 02:05:01 +0000 (GMT)
Received: from smtpauth.kewlio.net (smtpauth.kewlio.net [195.22.134.25])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DB03F43D46
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 20 Dec 2004 02:05:00 +0000 (GMT)
	(envelope-from tlp@LiquidX.org)
Received: from maya.liquidx.org (70-56-157-27.bois.qwest.net [70.56.157.27])
	(authenticated bits=0)
	by smtpauth.kewlio.net (8.12.10/8.12.10) with ESMTP id iBK24u90008466
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 20 Dec 2004 02:04:59 GMT
Message-Id: <20041219190517.3211c2da@maya.liquidx.org>
Date: Sun, 19 Dec 2004 19:05:17 -0700
From: Travis Poppe <tlp@LiquidX.org>
To: FreeBSD-gnats-submit@freebsd.org
Subject: New Port: x11/padkey - Use an SNES pad on FreeBSD

>Number:         75285
>Category:       ports
>Synopsis:       New Port: x11/padkey - Use an SNES pad on FreeBSD
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 20 02:10:24 GMT 2004
>Closed-Date:    Tue Mar 01 07:01:32 GMT 2005
>Last-Modified:  Tue Mar 01 07:01:32 GMT 2005
>Originator:     Travis Poppe <tlp@LiquidX.org>
>Release:        
>Organization:
>Environment:
>Description:
BSD PadKey is a program that sends keystrokes to X according to buttons
being pressed on an SNES pad connected to the parallel port. 

In short, you can use this to play games on FreeBSD with an authentic
SNES controller.
>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:
#
#	x11/padkey
#	x11/padkey/Makefile
#	x11/padkey/distinfo
#	x11/padkey/pkg-descr
#
echo c - x11/padkey
mkdir -p x11/padkey > /dev/null 2>&1
echo x - x11/padkey/Makefile
sed 's/^X//' >x11/padkey/Makefile << 'END-of-x11/padkey/Makefile'
X# New ports collection makefile for:	padkey
X# Date created:			19 Dec 2004
X# Whom:				Travis Poppe <tlp@liquidx.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	padkey
XPORTVERSION=	0.1
XCATEGORIES=	x11 games
XMASTER_SITES=	http://www.liquidx.org/padkey/releases/dist/
XDISTNAME=	bsd${PORTNAME}-${PORTVERSION}
X
XMAINTAINER=	tlp@liquidx.org
XCOMMENT=	Use an authentic SNES controller to play games
X
XUSE_GZIP=	yes
XUSE_XLIB=	yes
XUSE_X_PREFIX=	yes
XUSE_REINPLACE=	yes
X
X.if defined(NOPORTDOCS)
XPLIST_FILES=	bin/padkey
X.endif
X
XPLIST_FILES=	bin/padkey %%DOCSDIR%%/CREDITS %%DOCSDIR%%/README
XPLIST_DIRS=	%%DOCSDIR%%
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's|/usr/X11R6/|${X11BASE}/|' ${WRKSRC}/Makefile
X	@${REINPLACE_CMD} -e 's|default:|all:|' ${WRKSRC}/Makefile
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/padkey ${PREFIX}/bin/padkey
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA}	${WRKSRC}/CREDITS ${DOCSDIR}/CREDITS
X	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
X.endif
X
X.include <bsd.port.mk>
END-of-x11/padkey/Makefile
echo x - x11/padkey/distinfo
sed 's/^X//' >x11/padkey/distinfo << 'END-of-x11/padkey/distinfo'
XMD5 (bsdpadkey-0.1.tar.gz) = f0966b1ab8d0f70ef379260369a4d013
XSIZE (bsdpadkey-0.1.tar.gz) = 4961
END-of-x11/padkey/distinfo
echo x - x11/padkey/pkg-descr
sed 's/^X//' >x11/padkey/pkg-descr << 'END-of-x11/padkey/pkg-descr'
XBSD PadKey is a small program for FreeBSD that sends keys to your X display 
Xaccording to which buttons are being pressed on a modified SNES pad connected 
Xto the parallel port. 
X
XIn short, PadKey allows you to play games on FreeBSD with an authentic SNES 
Xcontroller.
X
XNote: This version only works with ONE pad connected to the parallel port!
X
XWWW: http://www.liquidx.org/padkey/index.html
X
X- Travis Poppe
Xtlp@liquidx.org
END-of-x11/padkey/pkg-descr
exit

>Release-Note:
>Audit-Trail:

From: Travis Poppe <tlp@LiquidX.org>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/75285: New Port: x11/padkey - Use an SNES pad on FreeBSD
Date: Sat, 25 Dec 2004 19:47:26 -0700

 PadKey has been updated since this PR has been submitted. The following
 patch will update this port to version 0.2
 
 --snip--
 
 diff -ruN padkey.orig/Makefile padkey/Makefile
 --- padkey.orig/Makefile	Sat Dec 25 19:42:34 2004
 +++ padkey/Makefile	Sat Dec 25 19:43:03 2004
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	padkey
 -PORTVERSION=	0.1
 +PORTVERSION=	0.2
  CATEGORIES=	x11 games
  MASTER_SITES=	http://www.liquidx.org/padkey/releases/dist/
  DISTNAME=	bsd${PORTNAME}-${PORTVERSION}
 @@ -28,7 +28,6 @@
  
  post-patch:
  	@${REINPLACE_CMD} -e 's|/usr/X11R6/|${X11BASE}/|' ${WRKSRC}/Makefile
 -	@${REINPLACE_CMD} -e 's|default:|all:|' ${WRKSRC}/Makefile
  
  do-install:
  	${INSTALL_PROGRAM} ${WRKSRC}/padkey ${PREFIX}/bin/padkey
 diff -ruN padkey.orig/distinfo padkey/distinfo
 --- padkey.orig/distinfo	Sat Dec 25 19:42:34 2004
 +++ padkey/distinfo	Sat Dec 25 19:43:17 2004
 @@ -1,2 +1,2 @@
 -MD5 (bsdpadkey-0.1.tar.gz) = f0966b1ab8d0f70ef379260369a4d013
 -SIZE (bsdpadkey-0.1.tar.gz) = 4961
 +MD5 (bsdpadkey-0.2.tar.gz) = f08e360f3b4f322500d7a845cc5bdcd0
 +SIZE (bsdpadkey-0.2.tar.gz) = 5146
State-Changed-From-To: open->closed 
State-Changed-By: lofi 
State-Changed-When: Tue Mar 1 07:01:19 GMT 2005 
State-Changed-Why:  
Committed, thanks! 


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