From owner-svn-ports-head@freebsd.org Sat Jun 25 11:11:14 2016 Return-Path: Delivered-To: svn-ports-head@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 95FB4B80887; Sat, 25 Jun 2016 11:11:14 +0000 (UTC) (envelope-from ume@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 6E13D12BF; Sat, 25 Jun 2016 11:11:14 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5PBBDKF095703; Sat, 25 Jun 2016 11:11:13 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5PBBDlf095699; Sat, 25 Jun 2016 11:11:13 GMT (envelope-from ume@FreeBSD.org) Message-Id: <201606251111.u5PBBDlf095699@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Sat, 25 Jun 2016 11:11:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417460 - in head/security: . yubico-piv-tool X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jun 2016 11:11:14 -0000 Author: ume Date: Sat Jun 25 11:11:13 2016 New Revision: 417460 URL: https://svnweb.freebsd.org/changeset/ports/417460 Log: Add new port -- Yubico PIV tool The Yubico PIV tool is used for interacting with the Privilege and Identification Card (PIV) application on a YubiKey. With it you may generate keys on the device, importing keys and certificates, and create certificate requests, and other operations. A shared library and a command-line tool is included. Added: head/security/yubico-piv-tool/ head/security/yubico-piv-tool/Makefile (contents, props changed) head/security/yubico-piv-tool/distinfo (contents, props changed) head/security/yubico-piv-tool/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sat Jun 25 10:16:38 2016 (r417459) +++ head/security/Makefile Sat Jun 25 11:11:13 2016 (r417460) @@ -1154,6 +1154,7 @@ SUBDIR += yersinia SUBDIR += ykclient SUBDIR += ykpers + SUBDIR += yubico-piv-tool SUBDIR += yubikey-personalization-gui SUBDIR += zebedee SUBDIR += zenmap Added: head/security/yubico-piv-tool/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/yubico-piv-tool/Makefile Sat Jun 25 11:11:13 2016 (r417460) @@ -0,0 +1,41 @@ +# $FreeBSD$ + +PORTNAME= yubico-piv-tool +PORTVERSION= 1.4.0 +#PORTREVISION= 0 +CATEGORIES= security +MASTER_SITES= https://developers.yubico.com/yubico-piv-tool/Releases/ + +MAINTAINER= ume@FreeBSD.org +COMMENT= Yubico PIV tool + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite + +USES= libtool pathfix pkgconfig +USE_LDCONFIG= yes +USE_OPENSSL= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= OPENSSL_CFLAGS="$(OPENSSL_CFLAGS)" \ + OPENSSL_LIBS="-L$(OPENSSLLIB) -lcrypto" +OPENSSL_CFLAGS=-I$(OPENSSLINC) + +PLIST_FILES= bin/yubico-piv-tool \ + include/ykcs11/ykcs11-version.h \ + include/ykpiv/ykpiv-version.h \ + include/ykpiv/ykpiv.h \ + lib/libykcs11.a \ + lib/libykcs11.so \ + lib/libykcs11.so.1 \ + lib/libykcs11.so.1.3.2 \ + lib/libykpiv.a \ + lib/libykpiv.so \ + lib/libykpiv.so.1 \ + lib/libykpiv.so.1.3.2 \ + libdata/pkgconfig/ykcs11.pc \ + libdata/pkgconfig/ykpiv.pc \ + man/man1/yubico-piv-tool.1.gz + +.include Added: head/security/yubico-piv-tool/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/yubico-piv-tool/distinfo Sat Jun 25 11:11:13 2016 (r417460) @@ -0,0 +1,3 @@ +TIMESTAMP = 1466749908 +SHA256 (yubico-piv-tool-1.4.0.tar.gz) = 009dbea4256a7a49820962da22eb872e8d21b9126f92787a50bc896dd5d477df +SIZE (yubico-piv-tool-1.4.0.tar.gz) = 516045 Added: head/security/yubico-piv-tool/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/yubico-piv-tool/pkg-descr Sat Jun 25 11:11:13 2016 (r417460) @@ -0,0 +1,8 @@ +The Yubico PIV tool is used for interacting with the Privilege and +Identification Card (PIV) application on a YubiKey. + +With it you may generate keys on the device, importing keys and +certificates, and create certificate requests, and other operations. A +shared library and a command-line tool is included. + +WWW: https://developers.yubico.com/yubico-piv-tool/