svn commit: r402990 - in head/security: . py-pyelliptic

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Dec 4 14:43:37 UTC 2015


Author: amdmi3
Date: Fri Dec  4 14:43:36 2015
New Revision: 402990
URL: https://svnweb.freebsd.org/changeset/ports/402990

Log:
  Python OpenSSL wrapper. For modern cryptography with ECC, AES, HMAC,
  Blowfish, ...
  
  WWW: https://github.com/yann2192/pyelliptic
  
  PR:		201390
  Submitted by:	yuri at rawbw.com

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

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Fri Dec  4 14:36:40 2015	(r402989)
+++ head/security/Makefile	Fri Dec  4 14:43:36 2015	(r402990)
@@ -848,6 +848,7 @@
     SUBDIR += py-pycrypto
     SUBDIR += py-pycryptopp
     SUBDIR += py-pydeep
+    SUBDIR += py-pyelliptic
     SUBDIR += py-pylibacl
     SUBDIR += py-pyme
     SUBDIR += py-pyptlib

Added: head/security/py-pyelliptic/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-pyelliptic/Makefile	Fri Dec  4 14:43:36 2015	(r402990)
@@ -0,0 +1,24 @@
+# Created by: Yuri Victorovich <yuri at rawbw.com>
+# $FreeBSD$
+
+PORTNAME=	pyelliptic
+PORTVERSION=	1.5.6
+CATEGORIES=	security python
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri at rawbw.com
+COMMENT=	Python OpenSSL wrapper
+
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}openssl>=0:${PORTSDIR}/security/py-openssl
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	yann2192
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/security/py-pyelliptic/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-pyelliptic/distinfo	Fri Dec  4 14:43:36 2015	(r402990)
@@ -0,0 +1,2 @@
+SHA256 (yann2192-pyelliptic-1.5.6_GH0.tar.gz) = 00ef8c16c4b542dcb8bd6cf7b59f823d4c3f32ac6de46a8d97dfd0176c14f8c4
+SIZE (yann2192-pyelliptic-1.5.6_GH0.tar.gz) = 11567

Added: head/security/py-pyelliptic/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-pyelliptic/pkg-descr	Fri Dec  4 14:43:36 2015	(r402990)
@@ -0,0 +1,4 @@
+Python OpenSSL wrapper. For modern cryptography with ECC, AES, HMAC,
+Blowfish, ...
+
+WWW: https://github.com/yann2192/pyelliptic


More information about the svn-ports-head mailing list