svn commit: r365864 - in head/sysutils: . btsixad
John Marino
marino at FreeBSD.org
Sat Aug 23 23:53:40 UTC 2014
Author: marino
Date: Sat Aug 23 23:53:38 2014
New Revision: 365864
URL: http://svnweb.freebsd.org/changeset/ports/365864
QAT: https://qat.redports.org/buildarchive/r365864/
Log:
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.
Added:
head/sysutils/btsixad/
head/sysutils/btsixad/Makefile (contents, props changed)
head/sysutils/btsixad/distinfo (contents, props changed)
head/sysutils/btsixad/pkg-descr (contents, props changed)
head/sysutils/btsixad/pkg-message (contents, props changed)
Modified:
head/sysutils/Makefile
Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile Sat Aug 23 23:35:27 2014 (r365863)
+++ head/sysutils/Makefile Sat Aug 23 23:53:38 2014 (r365864)
@@ -91,6 +91,7 @@
SUBDIR += bsdmoted
SUBDIR += bsdploy
SUBDIR += bsdstats
+ SUBDIR += btsixad
SUBDIR += bubblemon-dockapp
SUBDIR += bulk_extractor
SUBDIR += busybox
Added: head/sysutils/btsixad/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/btsixad/Makefile Sat Aug 23 23:53:38 2014 (r365864)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME= btsixad
+PORTVERSION= 0.1
+CATEGORIES= sysutils
+MASTER_SITES= http://althenia.net/files/
+
+MAINTAINER= aaz at q-fu.com
+COMMENT= Driver for Sixaxis gamepad connected over Bluetooth
+
+LICENSE= BSD2CLAUSE
+
+LIB_DEPENDS= libcuse4bsd.so:${PORTSDIR}/multimedia/cuse4bsd-kmod
+
+PLIST_FILES= sbin/btsixad \
+ etc/rc.d/btsixad \
+ etc/devd/btsixad.conf \
+ man/man8/btsixad.8.gz
+
+.include <bsd.port.mk>
Added: head/sysutils/btsixad/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/btsixad/distinfo Sat Aug 23 23:53:38 2014 (r365864)
@@ -0,0 +1,2 @@
+SHA256 (btsixad-0.1.tar.gz) = 1aa42069723ad0be4d9efa46ded382c9d1a9416320cdcb276c0928a94cd93667
+SIZE (btsixad-0.1.tar.gz) = 15490
Added: head/sysutils/btsixad/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/btsixad/pkg-descr Sat Aug 23 23:53:38 2014 (r365864)
@@ -0,0 +1,7 @@
+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.
+
+WWW: http://althenia.net/btsixad
Added: head/sysutils/btsixad/pkg-message
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/btsixad/pkg-message Sat Aug 23 23:53:38 2014 (r365864)
@@ -0,0 +1,5 @@
+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.
More information about the svn-ports-all
mailing list