diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-03-18 02:21:46 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-03-18 02:21:46 +0800 |
commit | 9bbb7c2e1ce16acac170b33a16a7f1be6f91201a (patch) | |
tree | 2bbf734b2057eef2f509bcd3c011c8ae14b0528b /security | |
parent | ba462d3743c154d305c9275065b079f539add59a (diff) | |
download | freebsd-ports-gnome-9bbb7c2e1ce16acac170b33a16a7f1be6f91201a.tar.gz freebsd-ports-gnome-9bbb7c2e1ce16acac170b33a16a7f1be6f91201a.tar.zst freebsd-ports-gnome-9bbb7c2e1ce16acac170b33a16a7f1be6f91201a.zip |
Add py-cryptography-vectors 2.6.1
cryptography-vectors provides test vectors for the cryptography package.
WWW: https://github.com/pyca/cryptography/tree/master/vectors
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/py-cryptography-vectors/Makefile | 22 | ||||
-rw-r--r-- | security/py-cryptography-vectors/distinfo | 3 | ||||
-rw-r--r-- | security/py-cryptography-vectors/pkg-descr | 3 |
4 files changed, 29 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 1653f7a01463..b2df6652e6c9 100644 --- a/security/Makefile +++ b/security/Makefile @@ -931,6 +931,7 @@ PORTREVISION= 1 SUBDIR += py-cryptkit SUBDIR += py-cryptlib_py SUBDIR += py-cryptography + SUBDIR += py-cryptography-vectors SUBDIR += py-cybox SUBDIR += py-dfdatetime SUBDIR += py-dfvfs diff --git a/security/py-cryptography-vectors/Makefile b/security/py-cryptography-vectors/Makefile new file mode 100644 index 000000000000..3381ea1c5db7 --- /dev/null +++ b/security/py-cryptography-vectors/Makefile @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= cryptography-vectors +PORTVERSION= 2.6.1 +CATEGORIES= security python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= cryptography_vectors-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Test vectors for the cryptography package + +LICENSE= APACHE20 BSD3CLAUSE +LICENSE_COMB= dual +LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.APACHE +LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/LICENSE.BSD + +USES= python +USE_PYTHON= autoplist concurrent distutils + +.include <bsd.port.mk> diff --git a/security/py-cryptography-vectors/distinfo b/security/py-cryptography-vectors/distinfo new file mode 100644 index 000000000000..2467ced46ad7 --- /dev/null +++ b/security/py-cryptography-vectors/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1552829545 +SHA256 (cryptography_vectors-2.6.1.tar.gz) = 03f38115dccb266dd96538f94067442a877932c2322661bdc5bf2502c76658af +SIZE (cryptography_vectors-2.6.1.tar.gz) = 35097785 diff --git a/security/py-cryptography-vectors/pkg-descr b/security/py-cryptography-vectors/pkg-descr new file mode 100644 index 000000000000..9684f7467830 --- /dev/null +++ b/security/py-cryptography-vectors/pkg-descr @@ -0,0 +1,3 @@ +cryptography-vectors provides test vectors for the cryptography package. + +WWW: https://github.com/pyca/cryptography/tree/master/vectors |