From owner-cvs-all@FreeBSD.ORG Wed Oct 12 22:35:27 2011 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 1FB74106564A; Wed, 12 Oct 2011 22:35:27 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EADF38FC13; Wed, 12 Oct 2011 22:35:26 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p9CMZQ5M002436; Wed, 12 Oct 2011 22:35:26 GMT (envelope-from pawel@repoman.freebsd.org) Received: (from pawel@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p9CMZQbA002435; Wed, 12 Oct 2011 22:35:26 GMT (envelope-from pawel) Message-Id: <201110122235.p9CMZQbA002435@repoman.freebsd.org> From: Pawel Pekala Date: Wed, 12 Oct 2011 22:35:26 +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/joytran Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2011 22:35:27 -0000 pawel 2011-10-12 22:35:26 UTC FreeBSD ports repository Modified files: emulators Makefile Added files: emulators/joytran Makefile distinfo pkg-descr Log: Joytran is a joystick to keyboard/mouse events translator written in C. The project has several advantages over similar software: - Portable to a wide variety of platforms, since it is based on SDL and the X11 XTest Extension (Developed on FreeBSD) - It is easy to use the joystick in places where it is not usually supported - Supports keyboard and mouse emulation - Supports multiple joysticks - Handles the presence of non-joystick devices, such as USB mice/trackballs that masquerade as joysticks gracefully - Easy switching between profiles - Lightweight, with few dependencies - Comprehensive feature set (if there are features missing that are important to you, I will at least consider implementing them) - Freely available (MIT License) WWW: http://chiselapp.com/user/beyert/repository/joytran/ - Timothy Beyer beyert@cs.ucr.edu PR: ports/159325 Submitted by: Timothy Beyer Revision Changes Path 1.319 +1 -0 ports/emulators/Makefile 1.1 +27 -0 ports/emulators/joytran/Makefile (new) 1.1 +2 -0 ports/emulators/joytran/distinfo (new) 1.1 +21 -0 ports/emulators/joytran/pkg-descr (new)