Date: Wed, 13 Jun 2018 11:14:12 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472302 - in head/security: . py-certstream Message-ID: <201806131114.w5DBECWR066635@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Jun 13 11:14:11 2018 New Revision: 472302 URL: https://svnweb.freebsd.org/changeset/ports/472302 Log: New port: security/py-certstream Certstream-python is a library for interacting with the certstream network to monitor an aggregated feed from a collection of Certificate Transparency Lists. WWW: https://github.com/CaliDog/certstream-python Added: head/security/py-certstream/ head/security/py-certstream/Makefile (contents, props changed) head/security/py-certstream/distinfo (contents, props changed) head/security/py-certstream/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Wed Jun 13 10:03:55 2018 (r472301) +++ head/security/Makefile Wed Jun 13 11:14:11 2018 (r472302) @@ -919,6 +919,7 @@ SUBDIR += py-certbot-dns-route53 SUBDIR += py-certbot-nginx SUBDIR += py-certifi + SUBDIR += py-certstream SUBDIR += py-cpe SUBDIR += py-cracklib SUBDIR += py-cryptkit Added: head/security/py-certstream/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-certstream/Makefile Wed Jun 13 11:14:11 2018 (r472302) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= certstream +PORTVERSION= 1.9 +CATEGORIES= security www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Library for receiving certificate transparency list updates + +LICENSE= MIT + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}termcolor>=0:devel/py-termcolor@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}websocket-client>=0:www/py-websocket-client@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}termcolor>=0:devel/py-termcolor@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}websocket-client>=0:www/py-websocket-client@${PY_FLAVOR} + +NO_ARCH= yes +USES= python +USE_PYTHON= distutils autoplist concurrent + +.include <bsd.port.mk> Added: head/security/py-certstream/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-certstream/distinfo Wed Jun 13 11:14:11 2018 (r472302) @@ -0,0 +1,3 @@ +TIMESTAMP = 1525354256 +SHA256 (certstream-1.9.tar.gz) = 9499be570ff1df4e3f6efa589ace7a6eb11d0820a3a9527a9f3162e3bb4f4c06 +SIZE (certstream-1.9.tar.gz) = 8824 Added: head/security/py-certstream/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-certstream/pkg-descr Wed Jun 13 11:14:11 2018 (r472302) @@ -0,0 +1,4 @@ +Certstream-python is a library for interacting with the certstream network to +monitor an aggregated feed from a collection of Certificate Transparency Lists. + +WWW: https://github.com/CaliDog/certstream-python
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806131114.w5DBECWR066635>