Date: Fri, 24 Mar 2017 12:42:20 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> 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 Message-ID: <201703241242.v2OCgKhB094933@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703241242.v2OCgKhB094933>