From owner-svn-ports-all@freebsd.org Mon Aug 15 05:29:13 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4989BBA5E4; Mon, 15 Aug 2016 05:29:13 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D2941498; Mon, 15 Aug 2016 05:29:13 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7F5TCAF078578; Mon, 15 Aug 2016 05:29:12 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7F5TCTU078574; Mon, 15 Aug 2016 05:29:12 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201608150529.u7F5TCTU078574@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 15 Aug 2016 05:29:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420216 - in head/sysutils: . nfcutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2016 05:29:13 -0000 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 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@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 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/