Port details |
- libgamepad Generic gamepad API
- 0.1.2.4 devel
=2 0.1.2_1Version of this port present on the latest quarterly branch. - Maintainer: jwb@FreeBSD.org
 - Port Added: 2008-07-26 07:55:31
- Last Update: 2025-02-03 15:39:34
- Commit Hash: 4f58773
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: games
- License: BSD2CLAUSE
- WWW:
- https://github.com/outpaddling/libgamepad/
- Description:
- Libgamepad is an API for various gamepad devices under Unix. The goal is
to provide both abstract and device-dependent interfaces for various joystick
and gamepad devices. The library interfaces with multiple lower-level
interfaces, such as the BSD "joy" and "usbhid" drivers, as well as
the user-space "libhid", which in turn overlays "libusb".
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libgamepad>0:devel/libgamepad
- To install the port:
- cd /usr/ports/devel/libgamepad/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libgamepad
- pkg install libgamepad
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libgamepad
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1738596734
SHA256 (outpaddling-libgamepad-0.1.2-4-gcd7306c_GH0.tar.gz) = 13a7851796e9b97ea3a771b2717d8017cdea9ee54fdccc58db23ec72e7ca8fd0
SIZE (outpaddling-libgamepad-0.1.2-4-gcd7306c_GH0.tar.gz) = 8805
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Build
-
- devel/roboctl
Configuration Options:
- No options to configure
- Options name:
- devel_libgamepad
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.2.4 03 Feb 2025 15:39:34
    |
Jason W. Bacon (jwb)  |
devel/libgamepad: Update to 0.1.2.4
Modernize and clean up Makefile
PR: 283263
Reported by: alster@vinterdalen.se |
0.1.2_1 12 Jan 2024 15:11:29
    |
Baptiste Daroussin (bapt)  |
MANPREFIX: eliminate its usage
While here move manpages to share/man |
0.1.2 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.1.2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.1.2 31 Jan 2018 01:07:08
  |
jwb  |
Multiple ports:
Change maintainer email bacon4000@gmail.com to jwb@FreeBSD.org
Remove Created by comments for same user
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D14128 |
0.1.2 11 Dec 2015 08:48:57
  |
miwi  |
- Update maintainer mail address
- Update/Remove MASTER_SITE
PR: 204755
Submitted by: jwbacon@tds.net (maintainer)
Approved by: mat (mentor)
Differential Revision: D4493 |
0.1.2 27 Oct 2014 10:40:08
  |
bapt  |
Cleanup plist |
0.1.2 01 Jun 2014 10:57:42
  |
miwi  |
- Drop empty files/dirs |
0.1.2 31 May 2014 18:45:15
  |
tdb  |
- Update to 0.1.2
- Stage support
PR: ports/190408
Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer) |
0.1.1 20 Sep 2013 17:13:47
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.1.1 03 Jul 2011 14:59:23
 |
ohauer  |
-remove MD5 |
0.1.1 09 Mar 2009 17:15:43
 |
stas  |
- Chase libusb20 rename in r189585.
- Mark sane-backends broken on current due to changes
in USB stack.
Reviewed by: thompsa (old version), miwi
Tested by: miwi |
0.1.1 28 Jul 2008 08:52:23
 |
pav  |
- Update to 0.1.1
- Switch to static library
PR: ports/126022
Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer) |
0.1 26 Jul 2008 07:55:02
 |
edwin  |
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> |