diff options
author | bapt <bapt@FreeBSD.org> | 2012-11-28 17:19:01 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-11-28 17:19:01 +0800 |
commit | 8f2e3f152b6b72fda0b42e6138326ec4ef3cf363 (patch) | |
tree | 3446bfabe3f012c4d2acba7a37443627e8b6bf0a /x11 | |
parent | a05bd3d4d8f08764b00cd87a8f90f86aceff7f3e (diff) | |
download | freebsd-ports-gnome-8f2e3f152b6b72fda0b42e6138326ec4ef3cf363.tar.gz freebsd-ports-gnome-8f2e3f152b6b72fda0b42e6138326ec4ef3cf363.tar.zst freebsd-ports-gnome-8f2e3f152b6b72fda0b42e6138326ec4ef3cf363.zip |
2012-11-27 graphics/morpheus: Depends on the expired gtkglarea
2012-11-27 devel/jakarta-commons-chain: Depends on the expired devel/portlet-api
2012-11-27 math/p5-Math-LinearCombination: Depends on the expired p5-Class-Field
2012-11-26 x11/padkey: No more public distfiles
2012-11-26 japanese/gicq: No more public distfiles and development ceased
2012-11-26 www/momspider: No more public distfiles
2012-11-26 japanese/perl5: Recent perl supports correctly japanese, consider using them
2012-11-26 sysutils/fuser: No more public distfiles
2012-11-26 textproc/ascii2pdf: No more public distfiles
Feature safe: yes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/padkey/Makefile | 32 | ||||
-rw-r--r-- | x11/padkey/distinfo | 2 | ||||
-rw-r--r-- | x11/padkey/pkg-descr | 10 |
4 files changed, 0 insertions, 45 deletions
diff --git a/x11/Makefile b/x11/Makefile index d68c88b38a50..d497c5eeb8c9 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -216,7 +216,6 @@ SUBDIR += p5-X11-IdleTime SUBDIR += p5-X11-Protocol SUBDIR += p5-X11-Resolution - SUBDIR += padkey SUBDIR += peeper SUBDIR += pixman SUBDIR += plasma-scriptengine-python diff --git a/x11/padkey/Makefile b/x11/padkey/Makefile deleted file mode 100644 index a9c0ac372aec..000000000000 --- a/x11/padkey/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# Created by: Travis Poppe <tlp@liquidx.org> -# $FreeBSD$ - -PORTNAME= padkey -PORTVERSION= 0.2 -PORTREVISION= 2 -CATEGORIES= x11 games -MASTER_SITES= http://www.liquidx.org/padkey/releases/dist/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Use an authentic SNES controller to play games - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2012-11-26 - -USE_XORG= x11 xtst - -PLIST_FILES= bin/padkey -PORTDOCS= CREDITS README - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/X11R6/|${LOCALBASE}/|' ${WRKSRC}/Makefile - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/padkey ${PREFIX}/bin/padkey -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/CREDITS ${DOCSDIR}/CREDITS - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README -.endif - -.include <bsd.port.mk> diff --git a/x11/padkey/distinfo b/x11/padkey/distinfo deleted file mode 100644 index 8967396a445e..000000000000 --- a/x11/padkey/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (padkey-0.2.tar.gz) = 3595a116067e6a3c603f3e35f904ae2cabfe0a2766ef2bbd331781b677288a41 -SIZE (padkey-0.2.tar.gz) = 5146 diff --git a/x11/padkey/pkg-descr b/x11/padkey/pkg-descr deleted file mode 100644 index 207862d239e0..000000000000 --- a/x11/padkey/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -BSD PadKey is a small program for FreeBSD that sends keys to your X display -according to which buttons are being pressed on a modified SNES pad connected -to the parallel port. - -In short, PadKey allows you to play games on FreeBSD with an authentic SNES -controller. - -Note: This version only works with ONE pad connected to the parallel port! - -WWW: http://www.liquidx.org/padkey/index.html |