1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

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
This commit is contained in:
Baptiste Daroussin 2017-03-24 12:42:20 +00:00
parent 813ec5ab24
commit 965cf6d5fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436811
4 changed files with 34 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1490194353
SHA256 (yubioath-desktop-3.1.0.tar.gz) = 7caae0fd3b14529476eda3a5660bc050584b298ddc3c8d1adfe221041fa5db49
SIZE (yubioath-desktop-3.1.0.tar.gz) = 268909

View File

@ -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/