Bug 159325

Summary: new port: emulators/joytran
Product: Ports & Packages Reporter: Timothy Beyer <beyert>
Component: Individual Port(s)Assignee: Pawel Pekala <pawel>
Status: Closed FIXED    
Severity: Affects Only Me CC: beyert
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
joytran.shar none

Description Timothy Beyer 2011-07-31 06:40:02 UTC
Joytran is a joystick to keyboard/mouse events translator written in C.

I am the author of the program.

Fix: The included shar, and all prerequisite shar files
How-To-Repeat: extract shar archive and build port
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2011-10-12 23:12:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-10-12 23:35:40 UTC
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 <beyert@cs.ucr.edu>
  
  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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-10-12 23:39:04 UTC
pawel       2011-10-12 22:38:52 UTC

  FreeBSD doc repository (ports committer)

  Modified files:
    en_US.ISO8859-1/articles/contributors contrib.additional.sgml 
  Log:
  Add Timothy Beyer for emulators/joytran
  
  PR:             ports/159325
  
  Revision  Changes    Path
  1.1026    +5 -0      doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Pawel Pekala freebsd_committer freebsd_triage 2011-10-12 23:39:07 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!