Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jul 2016 01:53:35 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417950 - in head/security: . py-spake2
Message-ID:  <201607030153.u631rZ9E010122@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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