./devel/libusb-compat, USB access library version 0 compatibility layer on top of version 1

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.1.8, Package name: libusb-compat-0.1.8, Maintainer: pkgsrc-users

libusb-compat-0.1 is a replacement for libusb-0.1. However, instead
of being an actual implementation, libusb-0.1 is more of a
compatibility layer (or wrapper) which just converts libusb-0.1
calls into their libusb-1.0 equivalents.

It aims to look, feel and behave exactly like libusb-0.1. As it is
a replacement, you cannot install it alongside libusb-0.1 on the
same system.

As the compatibility layer implements the exact same ABI and API,
no modifications to existing libusb-0.1-based applications are
needed. You do not even have to recompile them. This compatibility
layer is a drop-in replacement.


Required to run:
[devel/libusb1]

Required to build:
[pkgtools/cwrappers]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2023-12-07 19:25:12 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
libusb-compat: update to 0.1.8.

This is the release of libusb-compat-0.1 0.1.8

Main changes since version 0.1.7
Merge PR #10, #13 and #16
Add github action for Windows, Linux and macOS
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2020-10-13 08:10:35 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (2)
Log message:
libusb-compat: Add DIST_SUBDIR to avoid checksum error

pkgsrc changes:
---------------
  * Use release archive from Github to avoid the dependency on autotools
    and to remove conflict with the tag archive potentially present in
    ${DISTDIR} which has the same name but a different checksum.
  * Reorder variables to be compliant with pkgsrc policy described in
    doc/Makefile-example.
   2020-10-10 14:32:24 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(devel/libusb-compat) Using github raw files. (not src distribution)
   2020-10-08 13:54:44 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (2)
Log message:
libusb-compat: Use GITHUG_RELEASE instead of GITHUB_TAG

pkgsrc changes:
---------------
  * Switch to release tarball to remove the dependency on autotools.
   2018-09-06 15:10:01 by Jonathan Perkin | Files touched by this commit (2) | Package updated
Log message:
libusb-compat: Update to 0.1.7.

There are no meaningful changes in this release compared to 0.1.6rc2, it
is primarily a tag update.  However, adding gsed to USE_TOOLS fixes an
issue where the output of ldd was not parsed correctly by either illumos
sed or nbsed, resulting in dlopen failures for libusb-0.1.so.

Fixes joyent/pkgsrc#117.
   2018-02-10 14:36:48 by Pierre Pronchery | Files touched by this commit (1)
Log message:
Revert redundant addition of BUILDLINK_ABI_DEPENDS

Thanks wiz@ for the heads up.