summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-08-15 05:29:11 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-08-15 05:29:11 +0000
commitb409f10001a69c8c11c8c3c356b8b02899854f22 (patch)
tree29400b7e077ed2cb5a88fdab88ec527bdcae4fae
parentf153ae10d234cdfa3ad9751f614922ee6c1884e6 (diff)
downloadfreebsd-ports-b409f10001a69c8c11c8c3c356b8b02899854f22.zip
New port: sysutils/nfcutils
Near Field Communication (NFC) utilities This package contains one utility for listing NFC devices and in-field tags or targets. WWW: https://github.com/nfc-tools/nfcutils/ PR: 211827 Submitted by: Terence Deng <dengtooling@gmail.com>
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/nfcutils/Makefile24
-rw-r--r--sysutils/nfcutils/distinfo3
-rw-r--r--sysutils/nfcutils/pkg-descr6
4 files changed, 34 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 11135aab42e2..e1699e6954e9 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -638,6 +638,7 @@
SUBDIR += ncdu
SUBDIR += nepomuk-core
SUBDIR += nepomuk-widgets
+ SUBDIR += nfcutils
SUBDIR += nfsping
SUBDIR += nitrogen
SUBDIR += no-login
diff --git a/sysutils/nfcutils/Makefile b/sysutils/nfcutils/Makefile
new file mode 100644
index 000000000000..be213f93bacd
--- /dev/null
+++ b/sysutils/nfcutils/Makefile
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME= nfcutils
+PORTVERSION= 0.1.2
+DISTVERSIONPREFIX=v
+CATEGORIES= sysutils
+
+MAINTAINER= dengtooling@gmail.com
+COMMENT= Listing NFC devices and in-field tags or targets
+
+LICENSE= GPLv3
+
+LIB_DEPENDS= libnfc.so:devel/libnfc
+
+USES= autoreconf gmake libtool pkgconfig tar:tgz
+USE_GITHUB= yes
+GH_ACCOUNT= terence-deng
+MAKE_ENV+= MKDIR="${MKDIR}"
+
+HAS_CONFIGURE= true
+
+PLIST_FILES= bin/lsnfc
+
+.include <bsd.port.mk>
diff --git a/sysutils/nfcutils/distinfo b/sysutils/nfcutils/distinfo
new file mode 100644
index 000000000000..e67309114bf7
--- /dev/null
+++ b/sysutils/nfcutils/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1471205433
+SHA256 (terence-deng-nfcutils-v0.1.2_GH0.tar.gz) = 55444ebaa346f628ba90d4ab281a4054e153145850eb708cfbb4dc65de5d4201
+SIZE (terence-deng-nfcutils-v0.1.2_GH0.tar.gz) = 19251
diff --git a/sysutils/nfcutils/pkg-descr b/sysutils/nfcutils/pkg-descr
new file mode 100644
index 000000000000..bd4c10ddb10d
--- /dev/null
+++ b/sysutils/nfcutils/pkg-descr
@@ -0,0 +1,6 @@
+Near Field Communication (NFC) utilities
+
+This package contains one utility for listing NFC devices and
+in-field tags or targets.
+
+WWW: https://github.com/nfc-tools/nfcutils/