Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Aug 2014 23:53:39 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r365864 - in head/sysutils: . btsixad
Message-ID:  <201408232353.s7NNrdrS029696@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408232353.s7NNrdrS029696>