svn commit: r420216 - in head/sysutils: . nfcutils

Kurt Jaeger pi at FreeBSD.org
Mon Aug 15 05:29:13 UTC 2016


Author: pi
Date: Mon Aug 15 05:29:11 2016
New Revision: 420216
URL: https://svnweb.freebsd.org/changeset/ports/420216

Log:
  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 at gmail.com>

Added:
  head/sysutils/nfcutils/
  head/sysutils/nfcutils/Makefile   (contents, props changed)
  head/sysutils/nfcutils/distinfo   (contents, props changed)
  head/sysutils/nfcutils/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Mon Aug 15 05:05:44 2016	(r420215)
+++ head/sysutils/Makefile	Mon Aug 15 05:29:11 2016	(r420216)
@@ -638,6 +638,7 @@
     SUBDIR += ncdu
     SUBDIR += nepomuk-core
     SUBDIR += nepomuk-widgets
+    SUBDIR += nfcutils
     SUBDIR += nfsping
     SUBDIR += nitrogen
     SUBDIR += no-login

Added: head/sysutils/nfcutils/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/nfcutils/Makefile	Mon Aug 15 05:29:11 2016	(r420216)
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME=	nfcutils
+PORTVERSION=	0.1.2
+DISTVERSIONPREFIX=v
+CATEGORIES=	sysutils
+
+MAINTAINER=	dengtooling at 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>

Added: head/sysutils/nfcutils/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/nfcutils/distinfo	Mon Aug 15 05:29:11 2016	(r420216)
@@ -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

Added: head/sysutils/nfcutils/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/nfcutils/pkg-descr	Mon Aug 15 05:29:11 2016	(r420216)
@@ -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/


More information about the svn-ports-head mailing list