Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jun 2016 21:48:14 +0000 (UTC)
From:      Carlo Strub <cs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416824 - in head/www: . py-django-otp-yubikey
Message-ID:  <201606122148.u5CLmEm3070784@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cs
Date: Sun Jun 12 21:48:14 2016
New Revision: 416824
URL: https://svnweb.freebsd.org/changeset/ports/416824

Log:
  This is a django-otp plugin that handles YubiKey devices using the Yubico OTP
  algorithm. This includes two device definitions: one to verify YubiKey tokens
  locally and another to verify them against a web service.
  
  WWW: https://pypi.python.org/pypi/django-otp-yubikey

Added:
  head/www/py-django-otp-yubikey/
  head/www/py-django-otp-yubikey/Makefile   (contents, props changed)
  head/www/py-django-otp-yubikey/distinfo   (contents, props changed)
  head/www/py-django-otp-yubikey/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sun Jun 12 21:29:57 2016	(r416823)
+++ head/www/Makefile	Sun Jun 12 21:48:14 2016	(r416824)
@@ -1565,6 +1565,7 @@
     SUBDIR += py-django-mptt
     SUBDIR += py-django-openid-auth
     SUBDIR += py-django-otp
+    SUBDIR += py-django-otp-yubikey
     SUBDIR += py-django-overextends
     SUBDIR += py-django-paging
     SUBDIR += py-django-photologue

Added: head/www/py-django-otp-yubikey/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-otp-yubikey/Makefile	Sun Jun 12 21:48:14 2016	(r416824)
@@ -0,0 +1,21 @@
+# Created by: Carlo Strub <cs@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	django-otp-yubikey
+PORTVERSION=	0.3.3
+CATEGORIES=	www python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	cs@FreeBSD.org
+COMMENT=	Plugin that verifies YubiKey OTP tokens
+
+LICENSE=	BSD2CLAUSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}YubiOTP>0:security/py-YubiOTP \
+		${PYTHON_PKGNAMEPREFIX}django-otp>0:www/py-django-otp
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/www/py-django-otp-yubikey/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-otp-yubikey/distinfo	Sun Jun 12 21:48:14 2016	(r416824)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1465767590
+SHA256 (django-otp-yubikey-0.3.3.tar.gz) = 0e9f748abf2e380163f33b28de2a1a1a5bb06b8f0c6e91fabdea70d49f1cf58a
+SIZE (django-otp-yubikey-0.3.3.tar.gz) = 14233

Added: head/www/py-django-otp-yubikey/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-otp-yubikey/pkg-descr	Sun Jun 12 21:48:14 2016	(r416824)
@@ -0,0 +1,5 @@
+This is a django-otp plugin that handles YubiKey devices using the Yubico OTP
+algorithm. This includes two device definitions: one to verify YubiKey tokens
+locally and another to verify them against a web service.
+
+WWW: https://pypi.python.org/pypi/django-otp-yubikey



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606122148.u5CLmEm3070784>