From owner-svn-ports-head@freebsd.org Fri Mar 24 12:42:22 2017 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 05B23D182CE; Fri, 24 Mar 2017 12:42:22 +0000 (UTC) (envelope-from bapt@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 D20371EC0; Fri, 24 Mar 2017 12:42:21 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2OCgKKZ094937; Fri, 24 Mar 2017 12:42:20 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2OCgKhB094933; Fri, 24 Mar 2017 12:42:20 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201703241242.v2OCgKhB094933@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 24 Mar 2017 12:42:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436811 - in head/security: . py-yubioath-desktop 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.23 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: Fri, 24 Mar 2017 12:42:22 -0000 Author: bapt Date: Fri Mar 24 12:42:20 2017 New Revision: 436811 URL: https://svnweb.freebsd.org/changeset/ports/436811 Log: The Yubico Authenticator is a graphical desktop tool and command line tool for generating Open AuTHentication (OATH) event-based HOTP and time-based TOTP one-time password codes, with the help of a YubiKey that protects the shared secrets. WWW: https://developers.yubico.com/yubioath-desktop/ Sponsored by: Gandi.net Added: head/security/py-yubioath-desktop/ head/security/py-yubioath-desktop/Makefile (contents, props changed) head/security/py-yubioath-desktop/distinfo (contents, props changed) head/security/py-yubioath-desktop/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Fri Mar 24 12:22:02 2017 (r436810) +++ head/security/Makefile Fri Mar 24 12:42:20 2017 (r436811) @@ -944,6 +944,7 @@ SUBDIR += py-xmlsec SUBDIR += py-yara SUBDIR += py-yara-editor + SUBDIR += py-yubioath-desktop SUBDIR += py-zope.app.authentication SUBDIR += py-zope.app.localpermission SUBDIR += py-zope.app.principalannotation Added: head/security/py-yubioath-desktop/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-yubioath-desktop/Makefile Fri Mar 24 12:42:20 2017 (r436811) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= yubioath-desktop +PORTVERSION= 3.1.0 +CATEGORIES= security python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= bapt@FreeBSD.org +COMMENT= GUI for displaying OATH codes with a Yubikey + +LICENSE= GPLv3 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyscard>0:security/py-pyscard \ + ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto \ + ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click \ + pyside${PYTHON_PKGNAMESUFFIX}>0:devel/pyside \ + pcsc-spy:devel/pcsc-lite \ + ${LOCALBASE}/lib/pcsc/drivers/ifd-ccid.bundle/Contents/${OPSYS}/libccid.so:devel/libccid + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/security/py-yubioath-desktop/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-yubioath-desktop/distinfo Fri Mar 24 12:42:20 2017 (r436811) @@ -0,0 +1,3 @@ +TIMESTAMP = 1490194353 +SHA256 (yubioath-desktop-3.1.0.tar.gz) = 7caae0fd3b14529476eda3a5660bc050584b298ddc3c8d1adfe221041fa5db49 +SIZE (yubioath-desktop-3.1.0.tar.gz) = 268909 Added: head/security/py-yubioath-desktop/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-yubioath-desktop/pkg-descr Fri Mar 24 12:42:20 2017 (r436811) @@ -0,0 +1,6 @@ +The Yubico Authenticator is a graphical desktop tool and command line tool for +generating Open AuTHentication (OATH) event-based HOTP and time-based TOTP +one-time password codes, with the help of a YubiKey that protects the shared +secrets. + +WWW: https://developers.yubico.com/yubioath-desktop/