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.
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 Committed, thanks!