From 051885751b717e40319b461d3342705b79e1f9e4 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 4 Dec 2015 14:43:36 +0000 Subject: [PATCH] Python OpenSSL wrapper. For modern cryptography with ECC, AES, HMAC, Blowfish, ... WWW: https://github.com/yann2192/pyelliptic PR: 201390 Submitted by: yuri@rawbw.com --- security/Makefile | 1 + security/py-pyelliptic/Makefile | 24 ++++++++++++++++++++++++ security/py-pyelliptic/distinfo | 2 ++ security/py-pyelliptic/pkg-descr | 4 ++++ 4 files changed, 31 insertions(+) create mode 100644 security/py-pyelliptic/Makefile create mode 100644 security/py-pyelliptic/distinfo create mode 100644 security/py-pyelliptic/pkg-descr diff --git a/security/Makefile b/security/Makefile index 420491c615d0..60e8c4c74dbe 100644 --- a/security/Makefile +++ b/security/Makefile @@ -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 diff --git a/security/py-pyelliptic/Makefile b/security/py-pyelliptic/Makefile new file mode 100644 index 000000000000..a0b9821c53ad --- /dev/null +++ b/security/py-pyelliptic/Makefile @@ -0,0 +1,24 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= pyelliptic +PORTVERSION= 1.5.6 +CATEGORIES= security python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@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 diff --git a/security/py-pyelliptic/distinfo b/security/py-pyelliptic/distinfo new file mode 100644 index 000000000000..3b0ced7e5c5a --- /dev/null +++ b/security/py-pyelliptic/distinfo @@ -0,0 +1,2 @@ +SHA256 (yann2192-pyelliptic-1.5.6_GH0.tar.gz) = 00ef8c16c4b542dcb8bd6cf7b59f823d4c3f32ac6de46a8d97dfd0176c14f8c4 +SIZE (yann2192-pyelliptic-1.5.6_GH0.tar.gz) = 11567 diff --git a/security/py-pyelliptic/pkg-descr b/security/py-pyelliptic/pkg-descr new file mode 100644 index 000000000000..c0f3ffd787ff --- /dev/null +++ b/security/py-pyelliptic/pkg-descr @@ -0,0 +1,4 @@ +Python OpenSSL wrapper. For modern cryptography with ECC, AES, HMAC, +Blowfish, ... + +WWW: https://github.com/yann2192/pyelliptic