Bug 125872 - New port: devel/libgamepad Uniform API for joysticks and gamepads
Summary: New port: devel/libgamepad Uniform API for joysticks and gamepads
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-22 16:30 UTC by Jason W. Bacon
Modified: 2008-07-26 09:00 UTC (History)
0 users

See Also:


Attachments
file.shar (2.25 KB, text/plain)
2008-07-22 16:30 UTC, Jason W. Bacon
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jason W. Bacon freebsd_committer freebsd_triage 2008-07-22 16:30:01 UTC
Libgamepad is a portable, uniform API for joystick and gamepad devices.  It's meant to overlay platform-dependent interfaces just as the BSD joy and uhid drivers, and the user-space libhid.  This will allow device and platform dependencies to be left out of applications, making them simpler and more portable.

Fix: Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2008-07-26 08:55:17 UTC
edwin       2008-07-26 07:55:02 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/libgamepad     Makefile distinfo pkg-descr pkg-plist 
  Log:
  New port: devel/libgamepad Uniform API for joysticks and gamepads
  
          Libgamepad is a portable, uniform API for joystick and
          gamepad devices. It's meant to overlay platform-dependent
          interfaces just as the BSD joy and uhid drivers, and the
          user-space libhid. This will allow device and platform
          dependencies to be left out of applications, making them
          simpler and more portable.
  
  PR:             ports/125872
  Submitted by:   Jason Bacon <jwbacon@tds.net>
  
  Revision  Changes    Path
  1.3148    +1 -0      ports/devel/Makefile
  1.1       +21 -0     ports/devel/libgamepad/Makefile (new)
  1.1       +3 -0      ports/devel/libgamepad/distinfo (new)
  1.1       +5 -0      ports/devel/libgamepad/pkg-descr (new)
  1.1       +8 -0      ports/devel/libgamepad/pkg-plist (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 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-07-26 08:57:47 UTC
State Changed
From-To: open->closed

Committed, thanks!