Path to this page:
./
devel/libnfc,
Low level NFC SDK and Programmers API
Branch: CURRENT,
Version: 1.7.1nb1,
Package name: libnfc-1.7.1nb1,
Maintainer: pkgsrc-userslibnfc is the first libre low level NFC SDK and Programmers API
released under the GNU Lesser General Public License. It provides
complete transparency and royalty-free use for everyone.
The library currently supports modulations for ISO/IEC 14443 A and
B, FeliCa, Jewel/Topaz tags and Data Exchange Protocol (P2P) as
target and as initiator.
Required to run:[
devel/readline] [
security/pcsc-lite] [
devel/libusb-compat]
Required to build:[
devel/doxygen] [
pkgtools/cwrappers]
Master sites:
Filesize: 472.958 KB
Version history: (Expand)
- (2018-02-28) Updated to version: libnfc-1.7.1nb1
- (2017-11-23) Package has been reborn
- (2016-12-16) Package added to pkgsrc.se, version libnfc-1.7.1 (created)
CVS history: (Expand)
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
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
|
2019-11-03 11:39:32 by Roland Illig | Files touched by this commit (274) |
Log message:
devel: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2018-02-28 00:56:10 by Pierre Pronchery | Files touched by this commit (25) |
Log message:
Revbump for packages depending on devel/libusb{,compat}
|
2018-02-10 14:53:49 by Pierre Pronchery | Files touched by this commit (39) |
Log message:
Import global switch for libusb's implementation [2/2]
This switch is meant to be used by packages requiring an implementation of the
former libusb (as in devel/libusb). The original implementation can be
chosen by setting LIBUSB_TYPE to "native".
The alternative implementation libusb-compat (as in devel/libusb-compat) wraps
libusb1 (in devel/libusb1). This implementation can be chosen by setting
LIBUSB_TYPE to "compat". On NetBSD, it has the advantage of not \
requiring root
privileges to locate and use USB devices without a kernel driver.
This second part switches packages using libusb to this framework. It does not
change compilation options or dependencies at this point.
Compile-tested on most packages affected and available on NetBSD/amd64.
|
2016-12-16 09:11:55 by Emmanuel Dreyfus | Files touched by this commit (8) |
Log message:
Add libnfc-1.7.1
libnfc is the first libre low level NFC SDK and Programmers API
released under the GNU Lesser General Public License. It provides
complete transparency and royalty-free use for everyone.
The library currently supports modulations for ISO/IEC 14443 A and
B, FeliCa, Jewel/Topaz tags and Data Exchange Protocol (P2P) as
target and as initiator.
|