misc/py-censys: New port: Lightweight API wrapper for Censys APIs (censys.io)

This commit is contained in:
Yuri Victorovich 2022-12-26 13:49:37 -08:00
parent 37e9290305
commit 69e8ab9ad3
4 changed files with 34 additions and 0 deletions

View file

@ -378,6 +378,7 @@
SUBDIR += py-apache-beam
SUBDIR += py-ascii-magic
SUBDIR += py-boost-histogram
SUBDIR += py-censys
SUBDIR += py-cinder
SUBDIR += py-colorbrewer
SUBDIR += py-colored

25
misc/py-censys/Makefile Normal file
View file

@ -0,0 +1,25 @@
PORTNAME= censys
DISTVERSION= 2.1.9
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Lightweight API wrapper for Censys APIs (censys.io)
WWW= https://censys.io/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}backoff>=2.0.1:devel/py-backoff@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.26.0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}rich>=10.16.2:textproc/py-rich@${PY_FLAVOR}
BUILD_DEPENDS= ${PY_DEPENDS}
RUN_DEPENDS= ${PY_DEPENDS}
USES= python:3.8+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>

3
misc/py-censys/distinfo Normal file
View file

@ -0,0 +1,3 @@
TIMESTAMP = 1672090754
SHA256 (censys-2.1.9.tar.gz) = caccc151083232c9ea989b705c676a5629743b51e5d8d3998012be08bb921001
SIZE (censys-2.1.9.tar.gz) = 37482

5
misc/py-censys/pkg-descr Normal file
View file

@ -0,0 +1,5 @@
censys is an easy-to-use and lightweight API wrapper for Censys APIs
(censys.io).
Censys is an Attack Surface Management system. It searches and proactively
monitores your digital footprint.