Port details |
- libnfc Near Field Communication (NFC) library
- 1.8.0_1 devel =2 1.8.0_1Version of this port present on the latest quarterly branch.
- Maintainer: romain@FreeBSD.org
- Port Added: 2010-02-01 21:19:00
- Last Update: 2024-03-06 10:48:38
- Commit Hash: c7f1bf5
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: LGPL3+
- WWW:
- http://www.libnfc.org
- Description:
- The libnfc provides a simple yet complete low-level API for handling NFC
devices and building NFC applications.
- ¦ ¦ ¦ ¦
- 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/devel/libnfc/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libnfc
- pkg install libnfc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libnfc
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1643747630
SHA256 (libnfc-1.8.0.tar.bz2) = 6d9ad31c86408711f0a60f05b1933101c7497683c2e0d8917d1611a3feba3dd5
SIZE (libnfc-1.8.0.tar.bz2) = 553511
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:
-
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libreadline.so.8 : devel/readline
- This port is required by:
- for Libraries
-
- devel/libfreefare
- sysutils/nfcutils
Configuration Options:
- ===> The following configuration options are available for libnfc-1.8.0_1:
ACR122S=on: ACR122 driver (UART)
ACR122_PCSC=off: ACR122 driver (PC/SC)
ACR122_USB=on: ACR122 driver (USB)
ARYGON=on: Arygon driver
EXAMPLES=on: Build and/or install examples
PN532_UART=on: PN532 UART driver
PN53X_USB=on: PN53X USB driver
===> Use 'make config' to modify these settings
- Options name:
- devel_libnfc
- USES:
- gmake libtool pathfix pkgconfig readline tar:bzip2
- 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 |
1.8.0_1 06 Mar 2024 10:48:38 |
Nuno Teixeira (eduardo) |
devel/libnfc: Move man pages to share/man
Approved by: portmgr (blanket) |
1.8.0 14 Nov 2022 14:06:43 |
Tilman Keskinoz (arved) |
devel/libnfc: Update to 1.8.0
* Switch mastersite to github
* Fix nfc-scan-device for ACR_122_USB
* Bump PORTREVISION of dependencies because of shared library bump
PR: 261667
Submitted by: Stefan Ehmann
Approved by: maintainer timeout (ca. 9 months) |
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) |
1.7.1_5 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 ) |
1.7.1_5 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.7.1_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.7.1_5 09 Apr 2019 14:04:50 |
sunpoet |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
1.7.1_4 22 Feb 2019 02:13:45 |
romain |
Fix pn532 module use over UART
Some macros are only visible if __BSD_VISIBLE is defined. When absent, libnfc
compiles successfuly, but some features are broken. This fix PN532 over UART.
PR: 233045
Reported by: alex@xanderio.de |
1.7.1_3 27 Jun 2017 13:46:53 |
sunpoet |
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine |
1.7.1_2 15 Oct 2016 07:02:05 |
romain |
Minor updates
1. Fix dependency on readline
2. Set license
3. Bump PORTVERSION
PR: 211843 [1]
Submitted by: pi [1] |
1.7.1_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.7.1_1 27 Oct 2014 10:40:08 |
bapt |
Cleanup plist |
1.7.1_1 15 Jul 2014 17:52:18 |
adamw |
Add EXAMPLES to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MEXAMPLES. |
1.7.1_1 25 Jun 2014 18:45:36 |
amdmi3 |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
1.7.1 12 Mar 2014 20:54:18 |
romain |
Add forgotten description. |
1.7.1 12 Mar 2014 20:36:36 |
romain |
Update to 1.7.1 and modernize port. |
1.4.2 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
1.4.2 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.4.2 02 Sep 2013 16:21:38 |
bapt |
Add an explicit dependency on pkgconf |
1.4.2 29 Apr 2013 16:43:05 |
rene |
In preparation of removing devel/libusb (expires 2013-04-30), remove it
from these ports.
Other changes:
- convert Makefile header
- convert to optionsNG
- remove indefinite article from comment
- drop support for FreeBSD < 8.0
- pet portlint (leave library ABI versions in LIB_DEPENDS)
- net-mgmt/spectools: change option name from GTK to GTK2 to use default
description from bsd.options.desc.mk
Approved by: portmgr (bapt) |
1.4.2 19 Mar 2013 13:04:31 |
eadler |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
1.4.2 14 Feb 2013 09:42:13 |
gahr |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr |
1.4.2 29 Dec 2012 23:07:29 |
bapt |
Convert romain's ports to new option framework
While here Trim headers
Approved by: maintainer timeout (2 weeks) |
1.4.2 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.4.2 18 May 2011 11:25:10 |
romain |
Fix RUN_DEPENDS after devel/libccid update.
Reported by: pointyhat via erwin@ |
1.4.2 15 May 2011 12:56:17 |
romain |
- Set PORTSCOUT. |
1.4.2 23 Feb 2011 15:24:37 |
romain |
Update to 1.4.2. |
1.4.0 23 Nov 2010 21:20:19 |
romain |
Update to 1.4.0. |
1.3.9 07 Sep 2010 21:33:11 |
romain |
- Update to 1.3.9. |
1.3.4 07 Apr 2010 14:10:44 |
romain |
Force commit to fix last commit summary:
Update to 1.3.4.
Approved by: flz (mentor)
Pointy hat to: me |
1.3.4 07 Apr 2010 13:55:07 |
romain |
Makefile.orig
Approved by: flz (mentor) |
1.3.3 22 Feb 2010 14:02:55 |
romain |
- Fix OPTIONS to match the porter's handbook.
Approved by: flz (mentor)
Feature safe: yes |
1.3.3 22 Feb 2010 13:23:59 |
romain |
- Update to 1.3.3;
- OPTIONS-ify;
Approved by: flz (mentor)
Feature safe: yes |
1.3.2 01 Feb 2010 21:18:04 |
romain |
New port: devel/libnfc
The libnfc provides a simple yet complete low-level API for handling NFC
devices and building NFC applications.
PR: ports/142836
Submitted by: me
Approved by: flz (mentor) |