aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2016-07-03 01:53:35 +0000
committerSteve Wills <swills@FreeBSD.org>2016-07-03 01:53:35 +0000
commit04ec303693039aaf5c49e917a1f3c9edcbad7c62 (patch)
treefa0b846cb5f5a1720e3282a78b134eee6ce493c0
parentc5fcead289b257e59a5ce6f69742b2b579fb9d71 (diff)
Notes
-rw-r--r--security/Makefile1
-rw-r--r--security/py-spake2/Makefile15
-rw-r--r--security/py-spake2/distinfo3
-rw-r--r--security/py-spake2/pkg-descr3
4 files changed, 22 insertions, 0 deletions
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 <bsd.port.mk>
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