Subject: CVS commit: pkgsrc/comms/libhidapi
From: Blue Rats
Date: 2015-04-04 00:29:12
Message id: 20150403222912.729FA98@cvs.netbsd.org

Log Message:
Import libhidapi-0.7.0 as comms/libhidapi.

HIDAPI is a multi-platform library which allows an application to interface
with USB and Bluetooth HID-Class devices on Windows, Linux, and Mac OS X.
On Windows, a DLL is built.  On other platforms (and optionally on Windows),
the single source file can simply be dropped into a target application.

HIDAPI has four back-ends:
	* Windows (using hid.dll)
	* Linux/hidraw (using the Kernel's hidraw driver)
	* Linux/libusb (using libusb-1.0)
	* Mac (using IOHidManager)

This package includes only the libusb backend.

Files:
RevisionActionfile
1.1addpkgsrc/comms/libhidapi/DESCR
1.1addpkgsrc/comms/libhidapi/Makefile
1.1addpkgsrc/comms/libhidapi/PLIST
1.1addpkgsrc/comms/libhidapi/buildlink3.mk
1.1addpkgsrc/comms/libhidapi/distinfo
1.1addpkgsrc/comms/libhidapi/patches/patch-Makefile
1.1addpkgsrc/comms/libhidapi/patches/patch-linux_hid-libusb.c