From 360dfdadf53bd6b7b56ef7bacc0c301331cf262b Mon Sep 17 00:00:00 2001 From: Carlo Strub Date: Sun, 12 Jun 2016 21:48:14 +0000 Subject: [PATCH] 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 --- www/Makefile | 1 + www/py-django-otp-yubikey/Makefile | 21 +++++++++++++++++++++ www/py-django-otp-yubikey/distinfo | 3 +++ www/py-django-otp-yubikey/pkg-descr | 5 +++++ 4 files changed, 30 insertions(+) create mode 100644 www/py-django-otp-yubikey/Makefile create mode 100644 www/py-django-otp-yubikey/distinfo create mode 100644 www/py-django-otp-yubikey/pkg-descr diff --git a/www/Makefile b/www/Makefile index d3729a857fe4..6b43f1863e9f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/py-django-otp-yubikey/Makefile b/www/py-django-otp-yubikey/Makefile new file mode 100644 index 000000000000..0bc20ed7cc96 --- /dev/null +++ b/www/py-django-otp-yubikey/Makefile @@ -0,0 +1,21 @@ +# Created by: Carlo Strub +# $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 diff --git a/www/py-django-otp-yubikey/distinfo b/www/py-django-otp-yubikey/distinfo new file mode 100644 index 000000000000..d7970cac9b3c --- /dev/null +++ b/www/py-django-otp-yubikey/distinfo @@ -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 diff --git a/www/py-django-otp-yubikey/pkg-descr b/www/py-django-otp-yubikey/pkg-descr new file mode 100644 index 000000000000..dc72cfb1ff7d --- /dev/null +++ b/www/py-django-otp-yubikey/pkg-descr @@ -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