Date: Sat, 18 Nov 2017 23:35:22 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454468 - in head/net: . py-shodan Message-ID: <201711182335.vAINZMc8094833@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Sat Nov 18 23:35:22 2017 New Revision: 454468 URL: https://svnweb.freebsd.org/changeset/ports/454468 Log: Shodan is a search engine for Internet-connected devices. Google lets you search for websites, Shodan lets you search for devices. This library provides developers easy access to all of the data stored in Shodan in order to automate tasks and integrate into existing tools. WWW: https://cli.shodan.io/ Added: head/net/py-shodan/ head/net/py-shodan/Makefile (contents, props changed) head/net/py-shodan/distinfo (contents, props changed) head/net/py-shodan/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sat Nov 18 23:34:19 2017 (r454467) +++ head/net/Makefile Sat Nov 18 23:35:22 2017 (r454468) @@ -1066,6 +1066,7 @@ SUBDIR += py-ripe.atlas.tools SUBDIR += py-s3cmd SUBDIR += py-s3transfer + SUBDIR += py-shodan SUBDIR += py-smbpasswd SUBDIR += py-soap2py SUBDIR += py-soappy Added: head/net/py-shodan/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-shodan/Makefile Sat Nov 18 23:35:22 2017 (r454468) @@ -0,0 +1,24 @@ +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= shodan +PORTVERSION= 1.7.3 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= Python library and command-line utility for Shodan + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XlsxWriter>0:textproc/py-xlsxwriter \ + ${PYTHON_PKGNAMEPREFIX}click-plugins>=1.0.3:devel/py-click-plugins \ + ${PYTHON_PKGNAMEPREFIX}click>=3.2:devel/py-click \ + ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests + +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/net/py-shodan/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-shodan/distinfo Sat Nov 18 23:35:22 2017 (r454468) @@ -0,0 +1,3 @@ +TIMESTAMP = 1511045607 +SHA256 (shodan-1.7.3.tar.gz) = 735bf70e3e4ff041c6d1424a40f349a8ba31f7e951422d8186a962d62550cf27 +SIZE (shodan-1.7.3.tar.gz) = 40839 Added: head/net/py-shodan/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-shodan/pkg-descr Sat Nov 18 23:35:22 2017 (r454468) @@ -0,0 +1,6 @@ +Shodan is a search engine for Internet-connected devices. Google lets you search +for websites, Shodan lets you search for devices. This library provides +developers easy access to all of the data stored in Shodan in order to automate +tasks and integrate into existing tools. + +WWW: https://cli.shodan.io/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711182335.vAINZMc8094833>