Port details |
- hidapi Library to access USB HID-class devices
- 0.14.0 comms =12 0.14.0Version of this port present on the latest quarterly branch.
- Maintainer: sstallion@gmail.com
- Port Added: 2014-01-03 20:43:21
- Last Update: 2023-05-25 09:39:33
- Commit Hash: 55b6365
- People watching this port, also watch:: pkg, sqlite3, libedit, git, readline
- License: BSD3CLAUSE GPLv3
- WWW:
- https://github.com/libusb/hidapi
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- 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 = 1684809437
SHA256 (libusb-hidapi-hidapi-0.14.0_GH0.tar.gz) = a5714234abe6e1f53647dd8cba7d69f65f71c558b7896ed218864ffcf405bcbd
SIZE (libusb-hidapi-hidapi-0.14.0_GH0.tar.gz) = 348221
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.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- Library dependencies:
-
- libiconv.so : converters/libiconv
- This port is required by:
- for Build
-
- audio/headsetcontrol
- misc/g810-led
- x11/openrgb
- for Libraries
-
- audio/headsetcontrol
- audio/mixxx
- cad/openfpgaloader
- cad/openscad
- cad/openscad-devel
- comms/libusbsio
- 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.14.0:
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: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.14.0 25 May 2023 09:39:33 |
Robert Clausecker (fuz) Author: Steven Stallion |
comms/hidapi: Update to 0.14.0
Changelog: https://github.com/libusb/hidapi/releases/tag/hidapi-0.14.0
PR: 271575 |
0.13.1 10 Jan 2023 16:23:51 |
Nuno Teixeira (eduardo) Author: Steven Stallion |
comms/hidapi: Update to 0.13.1
- Submitter becomes maintainer
ChangeLog:
https://github.com/libusb/hidapi/compare/hidapi-0.12.0...hidapi-0.13.1
PR: 268856 |
0.12.0 17 Oct 2022 12:02:09 |
Emanuel Haupt (ehaupt) |
*/*: Drop maintainership |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.12.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.12.0 26 May 2022 19:24:42 |
Emanuel Haupt (ehaupt) |
comms/hidapi: Update to 0.12.0 |
0.11.2 09 Jan 2022 10:43:35 |
Emanuel Haupt (ehaupt) |
comms/hidapi: Update to 0.11.2 |
0.11.0_1 07 Oct 2021 15:52:05 |
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 |
0.11.0 06 Oct 2021 18:39:44 |
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 |
0.10.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.10.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.10.1 17 Mar 2021 10:01:26 |
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 |
0.8.0.r1_3 10 Sep 2018 13:14:52 |
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 |
0.8.0.r1_3 10 Oct 2015 14:03:01 |
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 ) |
0.8.0.r1_3 30 May 2015 21:25:07 |
mat |
Cleanup USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight |
0.8.0.r1_3 06 May 2015 15:16:54 |
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 |
0.8.0.r1_3 18 Dec 2014 11:21:54 |
bapt |
Convert to USES=autoreconf
Strip binaries
Track PORTDOCS files |
0.8.0.r1_2 20 Oct 2014 09:31:34 |
bapt |
Cleanup plist |
0.8.0.r1_2 13 Sep 2014 18:25:05 |
tijl |
Use default LIBTOOLIZE_ARGS |
0.8.0.r1_2 23 Apr 2014 13:25:17 |
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 ) |
0.8.0.r1_1 29 Jan 2014 21:01:51 |
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. |
0.8.0.r1 03 Jan 2014 20:42:36 |
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. |