svn commit: r417950 - in head/security: . py-spake2

Steve Wills swills at FreeBSD.org
Sun Jul 3 01:53:37 UTC 2016


Author: swills
Date: Sun Jul  3 01:53:35 2016
New Revision: 417950
URL: https://svnweb.freebsd.org/changeset/ports/417950

Log:
  security/py-spake2: create port
  
  SPAKE2 password-authenticated key exchange (pure python)
  
  WWW: http://github.com/warner/python-spake2

Added:
  head/security/py-spake2/
  head/security/py-spake2/Makefile   (contents, props changed)
  head/security/py-spake2/distinfo   (contents, props changed)
  head/security/py-spake2/pkg-descr   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Sun Jul  3 01:47:38 2016	(r417949)
+++ head/security/Makefile	Sun Jul  3 01:53:35 2016	(r417950)
@@ -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

Added: head/security/py-spake2/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-spake2/Makefile	Sun Jul  3 01:53:35 2016	(r417950)
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME=	spake2
+PORTVERSION=	0.7
+CATEGORIES=	security
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	swills at FreeBSD.org
+COMMENT=	SPAKE2 password-authenticated key exchange (pure python)
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/security/py-spake2/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-spake2/distinfo	Sun Jul  3 01:53:35 2016	(r417950)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1467489655
+SHA256 (spake2-0.7.tar.gz) = d2281458eed1048cb12fbab6ac02b06a8520ae9f2c30be330ea4c5b558a4b766
+SIZE (spake2-0.7.tar.gz) = 56186

Added: head/security/py-spake2/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-spake2/pkg-descr	Sun Jul  3 01:53:35 2016	(r417950)
@@ -0,0 +1,3 @@
+SPAKE2 password-authenticated key exchange (pure python)
+
+WWW: http://github.com/warner/python-spake2


More information about the svn-ports-all mailing list