From 04ec303693039aaf5c49e917a1f3c9edcbad7c62 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Sun, 3 Jul 2016 01:53:35 +0000 Subject: security/py-spake2: create port SPAKE2 password-authenticated key exchange (pure python) WWW: http://github.com/warner/python-spake2 --- security/Makefile | 1 + security/py-spake2/Makefile | 15 +++++++++++++++ security/py-spake2/distinfo | 3 +++ security/py-spake2/pkg-descr | 3 +++ 4 files changed, 22 insertions(+) create mode 100644 security/py-spake2/Makefile create mode 100644 security/py-spake2/distinfo create mode 100644 security/py-spake2/pkg-descr diff --git a/security/Makefile b/security/Makefile index d3460def76c6..04620ec078a4 100644 --- a/security/Makefile +++ b/security/Makefile @@ -902,6 +902,7 @@ SUBDIR += py-service_identity SUBDIR += py-signedjson SUBDIR += py-slowaes + SUBDIR += py-spake2 SUBDIR += py-ssh SUBDIR += py-sslstrip SUBDIR += py-stem diff --git a/security/py-spake2/Makefile b/security/py-spake2/Makefile new file mode 100644 index 000000000000..68fd4a2ec70b --- /dev/null +++ b/security/py-spake2/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PORTNAME= spake2 +PORTVERSION= 0.7 +CATEGORIES= security +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= swills@FreeBSD.org +COMMENT= SPAKE2 password-authenticated key exchange (pure python) + +USES= python +USE_PYTHON= autoplist distutils + +.include diff --git a/security/py-spake2/distinfo b/security/py-spake2/distinfo new file mode 100644 index 000000000000..cca384a3e7e2 --- /dev/null +++ b/security/py-spake2/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1467489655 +SHA256 (spake2-0.7.tar.gz) = d2281458eed1048cb12fbab6ac02b06a8520ae9f2c30be330ea4c5b558a4b766 +SIZE (spake2-0.7.tar.gz) = 56186 diff --git a/security/py-spake2/pkg-descr b/security/py-spake2/pkg-descr new file mode 100644 index 000000000000..fec7ad90a648 --- /dev/null +++ b/security/py-spake2/pkg-descr @@ -0,0 +1,3 @@ +SPAKE2 password-authenticated key exchange (pure python) + +WWW: http://github.com/warner/python-spake2 -- cgit v1.2.3