svn commit: r496086 - in head/security: . py-cryptography-vectors
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Mar 17 18:21:51 UTC 2019
Author: sunpoet
Date: Sun Mar 17 18:21:46 2019
New Revision: 496086
URL: https://svnweb.freebsd.org/changeset/ports/496086
Log:
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
Added:
head/security/py-cryptography-vectors/
head/security/py-cryptography-vectors/Makefile (contents, props changed)
head/security/py-cryptography-vectors/distinfo (contents, props changed)
head/security/py-cryptography-vectors/pkg-descr (contents, props changed)
Modified:
head/security/Makefile
Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile Sun Mar 17 18:21:39 2019 (r496085)
+++ head/security/Makefile Sun Mar 17 18:21:46 2019 (r496086)
@@ -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
Added: head/security/py-cryptography-vectors/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/py-cryptography-vectors/Makefile Sun Mar 17 18:21:46 2019 (r496086)
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet at 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 at 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>
Added: head/security/py-cryptography-vectors/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/py-cryptography-vectors/distinfo Sun Mar 17 18:21:46 2019 (r496086)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1552829545
+SHA256 (cryptography_vectors-2.6.1.tar.gz) = 03f38115dccb266dd96538f94067442a877932c2322661bdc5bf2502c76658af
+SIZE (cryptography_vectors-2.6.1.tar.gz) = 35097785
Added: head/security/py-cryptography-vectors/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/py-cryptography-vectors/pkg-descr Sun Mar 17 18:21:46 2019 (r496086)
@@ -0,0 +1,3 @@
+cryptography-vectors provides test vectors for the cryptography package.
+
+WWW: https://github.com/pyca/cryptography/tree/master/vectors
More information about the svn-ports-head
mailing list