Commit graph

4 commits

Author SHA1 Message Date
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
marino
069a7d8e84 devel/libusbx: Mark NOT-FOR-DRAGONFLY
The library has to be specifically and non-trivially ported to each
platform it supports and currently it is not ported to DragonFly.
Moveover, FreeBSD's USB stack, which uses the same API, is intended to
ported to DragonFly in the near future.
2012-07-20 11:30:51 +00:00
wiz
b3e2eb0321 Add buildlink3.mk. 2012-05-30 15:46:00 +00:00
wiz
24bc7ef417 Initial import of libusbx, a fork of libusb1.
libusbx is a library that provides generic access to USB devices.
As a library, it is meant to be used by developers, to facilitate
the development of applications that communicate with USB hardware.

It is portable: Using a single cross-platform API, it provides
access to USB devices on Linux, OS X, Windows and OpenBSD.

It is user-mode: No special privilege or elevation is required for
the application to communicate with a device.

It is version-agnostic: All versions of the USB protocol, from 1.0
to 3.0 (latest), are supported.

libusbx is a fork of libusb.
2012-05-30 15:28:29 +00:00