svn commit: r505370 - in head/security: . py-pysodium

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jun 29 20:52:22 UTC 2019


Author: sunpoet
Date: Sat Jun 29 20:52:19 2019
New Revision: 505370
URL: https://svnweb.freebsd.org/changeset/ports/505370

Log:
  Add py-pysodium 0.7.2
  
  This is a very simple wrapper around libsodium masquerading as NaCl.
  
  WWW: https://github.com/stef/pysodium

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

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Sat Jun 29 20:07:07 2019	(r505369)
+++ head/security/Makefile	Sat Jun 29 20:52:19 2019	(r505370)
@@ -972,6 +972,7 @@
     SUBDIR += py-pysaml2
     SUBDIR += py-pyscard
     SUBDIR += py-pysha3
+    SUBDIR += py-pysodium
     SUBDIR += py-python-axolotl
     SUBDIR += py-python-axolotl-curve25519
     SUBDIR += py-python-gnupg

Added: head/security/py-pysodium/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-pysodium/Makefile	Sat Jun 29 20:52:19 2019	(r505370)
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	pysodium
+PORTVERSION=	0.7.2
+CATEGORIES=	security python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Wrapper for libsodium providing high level crypto primitives
+
+LICENSE=	BSD2CLAUSE
+
+LIB_DEPENDS=	libsodium.so:security/libsodium
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/security/py-pysodium/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-pysodium/distinfo	Sat Jun 29 20:52:19 2019	(r505370)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1561833878
+SHA256 (pysodium-0.7.2.tar.gz) = f40e3033d127023188bda77e8f29365b42f323ed81fdfe9aa795c32d66cecf31
+SIZE (pysodium-0.7.2.tar.gz) = 17726

Added: head/security/py-pysodium/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-pysodium/pkg-descr	Sat Jun 29 20:52:19 2019	(r505370)
@@ -0,0 +1,3 @@
+This is a very simple wrapper around libsodium masquerading as NaCl.
+
+WWW: https://github.com/stef/pysodium


More information about the svn-ports-all mailing list