Port details |
- btsixad Driver for Sixaxis gamepad connected over Bluetooth
- 0.1.1_1 sysutils =2 0.1.1_1Version of this port present on the latest quarterly branch.
- Maintainer: aaz@q-fu.com
- Port Added: 2014-08-23 23:53:47
- Last Update: 2024-03-21 08:57:58
- Commit Hash: 78d0d94
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- http://althenia.net/btsixad
- Description:
- The btsixad daemon allows the PlayStation 3 Sixaxis gamepad to be used
wirelessly over Bluetooth. When a gamepad is connected, the daemon cre-
ates a virtual USB HID device named btsixa*. This can be symlinked to
uhid* and used like an ordinary USB joystick or gamepad by SDL and other
programs.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- btsixad>0:sysutils/btsixad
- To install the port:
- cd /usr/ports/sysutils/btsixad/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/btsixad
- pkg install btsixad
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: btsixad
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1598107318
SHA256 (btsixad-0.1.1.tar.gz) = b932a6446fc63b5b72e24a76d77dea5d317c5c382032fcb2a9882da24fc2aece
SIZE (btsixad-0.1.1.tar.gz) = 15508
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_btsixad
- USES:
- uidfix
- pkg-message:
- For install:
- 1) A devd(8) configuration file has been installed. Please restart devd:
# service devd restart
2) Add btsixad_enable=YES to /etc/rc.conf. See btsixad(8) for other options.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.1_1 21 Mar 2024 08:57:58 |
Christian Weisgerber (naddy) |
sysutils/*: Move man pages to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.1.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.1.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.1.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.1.1 23 Aug 2020 05:06:03 |
lwhsu |
sysutils/btsixad: Update to 0.1.1
PR: 248837
Submitted by: Andrey Zholos <aaz@q-fu.com> (maintainer) |
0.1_1 30 Nov 2019 20:54:03 |
rene |
sysutils/btsixad: switch from CUSE4BSD to cuse, which is its in-tree successor.
Suggested by: jbeich |
0.1 25 Nov 2019 23:25:52 |
brooks |
Fix build with src r354909 applied.
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.
When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively. When declared in the environment they
become WITHOUT_<FOO>. |
0.1 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
0.1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.1 07 Sep 2014 11:14:29 |
antoine |
Allow staging as a regular user |
0.1 23 Aug 2014 23:53:39 |
marino |
Add new port sysutils/btsixad
PR: 192412
Submitted by: Andrey Zholos
The btsixad daemon allows the PlayStation 3 Sixaxis gamepad to be used
wirelessly over Bluetooth. When a gamepad is connected, the daemon cre-
ates a virtual USB HID device named btsixa*. This can be symlinked to
uhid* and used like an ordinary USB joystick or gamepad by SDL and other
programs. |