Port details |
- hidapi Library to access USB HID-class devices
- 0.11.2 comms
=5 0.11.2Version of this port present on the latest quarterly branch. - Maintainer: ehaupt@FreeBSD.org
 - Port Added: 2014-01-03 20:43:21
- Last Update: 2022-01-09 10:43:35
- Commit Hash: d302993
- People watching this port, also watch:: git, readline, libedit, rsync, dialog4ports
- License: BSD3CLAUSE GPLv3
- Description:
- HIDAPI is a platform independent library that allows applications to
work with USB HID-Class devices. While it can be used to communicate
with standard HID devices like keyboards, mice, and joysticks, it is
most useful when used with custom (Vendor-Defined) HID devices.
WWW: https://github.com/libusb/hidapi
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- For LIB depends:
- libhidapi.so:comms/hidapi
- To install the port:
- cd /usr/ports/comms/hidapi/ && make install clean
- To add the package, run one of these commands:
- pkg install comms/hidapi
- pkg install hidapi
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: hidapi
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1641724358
SHA256 (libusb-hidapi-hidapi-0.11.2_GH0.tar.gz) = bc4ac0f32a6b21ef96258a7554c116152e2272dacdec1e4620fc44abeea50c27
SIZE (libusb-hidapi-hidapi-0.11.2_GH0.tar.gz) = 233063
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- msgfmt : devel/gettext-tools
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.69 : devel/autoconf
- automake>=1.16.1 : devel/automake
- libtoolize : devel/libtool
- Library dependencies:
-
- libiconv.so : converters/libiconv
- This port is required by:
- for Build
-
- audio/headsetcontrol
- misc/g810-led
- for Libraries
-
- audio/headsetcontrol
- audio/mixxx
- audio/mixxx22
- cad/openscad
- cad/openscad-devel
- comms/libconcord
- comms/py-hidapi
-
Deleted ports which required this port:
- for Run
-
- comms/py-hid
- sysutils/solaar
- Configuration Options:
- ===> The following configuration options are available for hidapi-0.11.2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- comms_hidapi
- USES:
- autoreconf gettext-tools iconv:wchar_t libtool localbase pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
09 Jan 2022 10:43:35 0.11.2
|
Emanuel Haupt (ehaupt)  |
comms/hidapi: Update to 0.11.2 |
07 Oct 2021 15:52:05 0.11.0_1
|
Emanuel Haupt (ehaupt)  |
comms/hidapi: Switch from cmake back to autoreconf build
Switch from cmake back to to autoreconf build as this broke
comms/py-hidapi. Once this has been investigated and fixed we
can switch back to cmake.
Notified by: pkg-fallout |
06 Oct 2021 18:39:44 0.11.0
|
Emanuel Haupt (ehaupt)  |
comms/hidapi: Update to 0.11.1
Switch to cmake due to upstream deprecation warning
Release notes: https://github.com/libusb/hidapi/releases/tag/hidapi-0.11.0 |
07 Apr 2021 08:09:01 0.10.1
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.10.1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
17 Mar 2021 10:01:26
0.10.1
|
tijl  |
The libusb project has adopted hidapi. Update to their latest release,
0.10.1. Bump py-hidapi so it gets rebuilt to use new functions.
Hand over to maintainer of py-hidapi so the two can be maintained together.
Reported by: Corey Stephan (marquette.edu)
Tested by: ehaupt |
10 Sep 2018 13:14:52
0.8.0.r1_3
|
mat  |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
10 Oct 2015 14:03:01
0.8.0.r1_3
|
tijl  |
Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.
These were FreeBSD specific aliases for libiconv(), libiconv_open() and
libiconv_close() that are now also provided by libc which complicates
writing configure tests that work correctly when both libc iconv and
libiconv are available.
Also, because the libiconv iconv.h header redefines iconv* to libiconv*
correct use of the header implies that the aliases aren't used.
The following ports needed fixes because there was something wrong with
the way they tried to detect or use iconv:
audio/deadbeef: Remove LIBICONV_PLUG from a source file. It's a
compile-time option and should not be set in source code. (Only the first 15 lines of the commit message are shown above ) |
30 May 2015 21:25:07
0.8.0.r1_3
|
mat  |
Cleanup USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight |
06 May 2015 15:16:54
0.8.0.r1_3
|
mat  |
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
18 Dec 2014 11:21:54
0.8.0.r1_3
|
bapt  |
Convert to USES=autoreconf
Strip binaries
Track PORTDOCS files |
20 Oct 2014 09:31:34
0.8.0.r1_2
|
bapt  |
Cleanup plist |
13 Sep 2014 18:25:05
0.8.0.r1_2
|
tijl  |
Use default LIBTOOLIZE_ARGS |
23 Apr 2014 13:25:17
0.8.0.r1_2
|
tijl  |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
29 Jan 2014 21:01:51
0.8.0.r1_1
|
tijl  |
- Remove part of a patch that wasn't entirely correct and let the port
use the WCHAR_T iconv extension instead.
- Add USES=libtool and let libtoolize copy the necessary files instead of
symlinking them such that they can be patched.
- Add a configure check for libusb_handle_events_completed. |
03 Jan 2014 20:42:36
0.8.0.r1
|
tijl  |
New port comms/hidapi.
HIDAPI is a platform independent library that allows applications to
work with USB HID-Class devices. While it can be used to communicate
with standard HID devices like keyboards, mice, and joysticks, it is
most useful when used with custom (Vendor-Defined) HID devices. |