aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-06-05 06:41:32 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-06-05 06:41:32 +0000
commit764b2d06e7fcdbaf4968ea10d4ab7549717fa80d (patch)
tree92c7d9426b9e82257cd423b0afdc3657ff447416 /emulators
parente1fc6b86e7984417ad9f11d22aba16a230ee4e70 (diff)
Notes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/linux-xjoypad/Makefile42
-rw-r--r--emulators/linux-xjoypad/distinfo2
-rw-r--r--emulators/linux-xjoypad/files/patch-xjoypad.c10
-rw-r--r--emulators/linux-xjoypad/pkg-descr12
-rw-r--r--emulators/linux-xjoypad/pkg-message11
-rw-r--r--emulators/linux-xjoypad/pkg-plist3
6 files changed, 0 insertions, 80 deletions
diff --git a/emulators/linux-xjoypad/Makefile b/emulators/linux-xjoypad/Makefile
deleted file mode 100644
index dca78bd60f38..000000000000
--- a/emulators/linux-xjoypad/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# New ports collection makefile for: linux-xjoypad
-# Date created: 17 Apr 2006
-# Whom: Timothy Beyer <beyert@cs.ucr.edu>
-#
-# $FreeBSD$
-#
-
-PORTNAME= xjoypad
-PORTVERSION= 1
-PORTREVISION= 2
-CATEGORIES= emulators
-MASTER_SITES= http://members.chello.at/erich.kitzmueller/ammoq/down/
-PKGNAMEPREFIX= linux-
-DISTNAME= xjoypad
-
-MAINTAINER= beyert@cs.ucr.edu
-COMMENT= Joy-Device to X mapping (lets you play Linux games with a joypad)
-
-RUN_DEPENDS= /boot/modules/linux_js.ko:${PORTSDIR}/devel/linux-js
-
-USE_XORG= x11 xau xdmcp
-WRKSRC= ${WRKDIR}/xjoypad/
-USE_ZIP= yes
-
-FILES= xjoypad.c sendevent.c
-CFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib -lcompat -lX11 -lXau -lXdmcp
-
-do-build:
- (cd ${WRKSRC} && ${CC} ${CFLAGS} -o xjoypad ${FILES} ${LDFLAGS} )
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/xjoypad ${PREFIX}/bin
-
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR}
-.endif
-
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/emulators/linux-xjoypad/distinfo b/emulators/linux-xjoypad/distinfo
deleted file mode 100644
index e863d7a95fc8..000000000000
--- a/emulators/linux-xjoypad/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xjoypad.zip) = 1e640c369191c977a9729deac422d97dcc964cec219e5e1fc953afaeab8e82a8
-SIZE (xjoypad.zip) = 419299
diff --git a/emulators/linux-xjoypad/files/patch-xjoypad.c b/emulators/linux-xjoypad/files/patch-xjoypad.c
deleted file mode 100644
index 0c6881f20edb..000000000000
--- a/emulators/linux-xjoypad/files/patch-xjoypad.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- xjoypad.c.orig 2008-04-20 20:07:58.000000000 -0700
-+++ xjoypad.c 2008-04-20 20:11:19.000000000 -0700
-@@ -20,6 +20,7 @@
-
- #include <stdio.h>
- #include <stdlib.h>
-+#include <string.h>
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <fcntl.h>
diff --git a/emulators/linux-xjoypad/pkg-descr b/emulators/linux-xjoypad/pkg-descr
deleted file mode 100644
index 123875f77b4f..000000000000
--- a/emulators/linux-xjoypad/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-excerpt from README.txt:
-
-xjoypad allows an USB joypad (probably a USB joystick, too) to be used
-with games on linux (probably other unix-like operating systems too).
-This is done by mapping the joypad events to X keyboard events which
-are sent to the window currently having the focus. Therefore only
-keyboard-controlled games are currently supported by xjoypad. xjoypad
-was written to add joypad support to the playstation emulator epsxe.
-
-This is the Linux version.
-
-WWW: http://members.chello.at/erich.kitzmueller/ammoq/download.html
diff --git a/emulators/linux-xjoypad/pkg-message b/emulators/linux-xjoypad/pkg-message
deleted file mode 100644
index 30d52a0dffb9..000000000000
--- a/emulators/linux-xjoypad/pkg-message
+++ /dev/null
@@ -1,11 +0,0 @@
-===============================================================================
-To activate the default joystick to key mapping, run the command
-
-xjoypad -device /dev/input/js[device-id] &
-
-where [device-id] depends on whether you are using using a standard game pad or
-a usb game pad (it's probably going to be /dev/input/js0)
-
-note that the -device switch is incorrectly stated as -devicefilename
-in the documentation
-===============================================================================
diff --git a/emulators/linux-xjoypad/pkg-plist b/emulators/linux-xjoypad/pkg-plist
deleted file mode 100644
index dda60e80b30a..000000000000
--- a/emulators/linux-xjoypad/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-bin/xjoypad
-%%PORTDOCS%%%%DOCSDIR%%/README.txt
-%%PORTDOCS%%@dirrm %%DOCSDIR%%