From owner-cvs-all@FreeBSD.ORG Wed May 28 12:58:56 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A61FF106567F; Wed, 28 May 2008 12:58:56 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7EAA78FC16; Wed, 28 May 2008 12:58:56 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4SCwumM037540; Wed, 28 May 2008 12:58:56 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4SCwupD037539; Wed, 28 May 2008 12:58:56 GMT (envelope-from edwin) Message-Id: <200805281258.m4SCwupD037539@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 28 May 2008 12:58:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators Makefile ports/emulators/linux-xjoypad Makefile distinfo pkg-descr pkg-message pkg-plist ports/emulators/linux-xjoypad/files patch-xjoypad.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 12:58:56 -0000 edwin 2008-05-28 12:58:56 UTC FreeBSD ports repository Modified files: emulators Makefile Added files: emulators/linux-xjoypad Makefile distinfo pkg-descr pkg-message pkg-plist emulators/linux-xjoypad/files patch-xjoypad.c Log: New Port: emulators/xjoypad 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. PR: ports/95990 Submitted by: Timothy Beyer Revision Changes Path 1.258 +1 -0 ports/emulators/Makefile 1.1 +47 -0 ports/emulators/linux-xjoypad/Makefile (new) 1.1 +3 -0 ports/emulators/linux-xjoypad/distinfo (new) 1.1 +10 -0 ports/emulators/linux-xjoypad/files/patch-xjoypad.c (new) 1.1 +15 -0 ports/emulators/linux-xjoypad/pkg-descr (new) 1.1 +11 -0 ports/emulators/linux-xjoypad/pkg-message (new) 1.1 +3 -0 ports/emulators/linux-xjoypad/pkg-plist (new)