Date: Tue, 7 Feb 2017 16:49:28 +0000 (UTC) From: Dan Langille <dvl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433569 - head/security/py-virustotal-api Message-ID: <201702071649.v17GnSHo064001@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dvl Date: Tue Feb 7 16:49:28 2017 New Revision: 433569 URL: https://svnweb.freebsd.org/changeset/ports/433569 Log: Add virustotal-api: upload and scan files, submit and scan URLs, etc. Added: head/security/py-virustotal-api/ head/security/py-virustotal-api/Makefile (contents, props changed) head/security/py-virustotal-api/distinfo (contents, props changed) head/security/py-virustotal-api/pkg-descr (contents, props changed) Added: head/security/py-virustotal-api/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-virustotal-api/Makefile Tue Feb 7 16:49:28 2017 (r433569) @@ -0,0 +1,18 @@ +# Created by: Dan Langille <dvl@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= virustotal-api +PORTVERSION= 1.1.3 +CATEGORIES= security python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dvl@FreeBSD.org +COMMENT= Virus Total Public/Private/Intel API + +LICENSE= MIT + +USES= python +USE_PYTHON= distutils autoplist + +.include <bsd.port.mk> Added: head/security/py-virustotal-api/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-virustotal-api/distinfo Tue Feb 7 16:49:28 2017 (r433569) @@ -0,0 +1,3 @@ +TIMESTAMP = 1486483773 +SHA256 (virustotal-api-1.1.3.tar.gz) = 0e7a72ee7628ab06152b392bfa15000e364cf4aded53c33fed691228b1eff3cf +SIZE (virustotal-api-1.1.3.tar.gz) = 28982 Added: head/security/py-virustotal-api/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-virustotal-api/pkg-descr Tue Feb 7 16:49:28 2017 (r433569) @@ -0,0 +1,7 @@ +VirusTotal's Public API lets you upload and scan files, submit and scan URLs, +access finished scan reports and make automatic comments on URLs and samples +without the need of using the HTML website interface. In other words, it +allows you to build simple scripts to access the information generated by +VirusTotal. + +WWW: https://pypi.python.org/pypi/virustotal-api
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702071649.v17GnSHo064001>