Bug 75285

Summary: New Port: x11/padkey - Use an SNES pad on FreeBSD
Product: Ports & Packages Reporter: Travis Poppe <tlp>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Travis Poppe 2004-12-20 02:10:24 UTC
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.
Comment 1 Travis Poppe 2004-12-26 02:47:26 UTC
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
Comment 2 Michael Nottebrock freebsd_committer freebsd_triage 2005-03-01 07:01:19 UTC
State Changed
From-To: open->closed

Committed, thanks!