aboutsummaryrefslogtreecommitdiff
path: root/sysutils/uhidd
Commit message (Collapse)AuthorAgeFilesLines
* - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: sysutils)Pietro Cerutti2013-02-281-1/+0
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=313088
* Style fixes and remove unconditional use of [Chris Rees2012-10-292-13/+10
| | | | | | | | | | Users should see some microseconds shaved off boot :) Approved by: Kai Wang (maintainer) Feature safe: yes Notes: svn path=/head/; revision=306606
* - Update to 0.2.1Guido Falsi2012-10-2211-124/+50
| | | | | | | | | PR: ports/172703 Submitted by: Kai Wang <kaiwang27@gmail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=306286
* - Unbreak after yacc update in r235723Alex Kozlov2012-05-272-0/+19
| | | | | | | | | PR: ports/168311 Submitted by: Jan Beich <jbeich@tormail.org> Approved by: eadler, itetcu (mentors, implicit) Notes: svn path=/head/; revision=297532
* This patch has been committed into uhidd upstream and will be includedEitan Adler2012-02-032-1/+20
| | | | | | | | | | | | | in the next uhidd release. However it seems that the next release will take some time and some people want/need this patch so temporarily add it. PR: ports/159313 Submitted by: Test Rat <ttsestt@gmail.com> Reviewed by: Kai Wang <kaiwang27@gmail.com> Requested by: Jan Beich jbeich@tormail.net Approved by: maintainer Notes: svn path=/head/; revision=290348
* - Unbreak build on clang/gcc46Martin Wilke2012-01-143-0/+49
| | | | | | | | | PR: 163440 Submitted by: Jan Beich <jbeich@tormail.net> Approved by: maintainer Notes: svn path=/head/; revision=289235
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Added rc.d default valueGreg Larkin2011-05-032-0/+3
| | | | | | | | | | | - Bumped PORTREVISION PR: ports/156734 Submitted by: Chris Rees <utisoft@gmail.com> Approved by: Kai Wang <kaiwang27@gmail.com> (maintainer) Notes: svn path=/head/; revision=273574
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Do not remove etc/devd, it is now part of mtreePav Lucistnik2010-11-121-1/+0
| | | | Notes: svn path=/head/; revision=264463
* - respect PREFIX for location of uhidd.confPav Lucistnik2010-08-262-3/+19
| | | | | | | | | | | | | | | | | - use PTHREAD_LIBS instead of -lpthread - try to guess kernel sources based on SYSDIR (used by bsd.kmod.mk) or SRC_BASE (used by ports like virtualbox and kqemu) - use KMODDIR in plist, too - I don't think SUB_FILES needs to be *after* bsd.port.pre.mk - inherit DEBUG_FLAGS from make.conf, not only from command line - mimic bsd.kmod.mk in installing .symbols file and add entry to plist PR: ports/147898 Submitted by: Anonymous <swell.k@gmail.com> Approved by: Kai Wang <kaiwang27@gmail.com> (maintainer) Notes: svn path=/head/; revision=260019
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Update to 0.2.0Dmitry Marakasov2010-03-153-10/+19
| | | | | | | | PR: 144513 Submitted by: Kai Wang <kaiwang27@gmail.com> (maintainer) Notes: svn path=/head/; revision=251086
* Since it is unlikely that this will ever be back-ported to the oldMark Linimon2009-11-121-1/+1
| | | | | | | | | USB stack, IGNORE is preferred to BROKEN here. Hat: portmgr Notes: svn path=/head/; revision=244146
* uhidd is a userland driver/daemon for USB HID devices (e.g. mouse,Martin Wilke2009-09-196-0/+151
keyboard) using libusb20. The driver aims to support USB HID devices with multiple Top-Level application collections in one interface, i.e, HID devices with multiple logical device sharing one endpoint. WWW: http://wiki.FreeBSD.org/uhidd PR: ports/137793 Feature safe: yes Submitted by: Kai Wang <kaiwang27 at gmail.com> Notes: svn path=/head/; revision=241770