svn commit: r436811 - in head/security: . py-yubioath-desktop

Baptiste Daroussin bapt at FreeBSD.org
Fri Mar 24 12:42:22 UTC 2017


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


More information about the svn-ports-all mailing list