From owner-svn-ports-head@freebsd.org Tue Feb 7 16:49:30 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 523CACD5AB1; Tue, 7 Feb 2017 16:49:30 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 057321212; Tue, 7 Feb 2017 16:49:29 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v17GnTEa064004; Tue, 7 Feb 2017 16:49:29 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v17GnSHo064001; Tue, 7 Feb 2017 16:49:28 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201702071649.v17GnSHo064001@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Tue, 7 Feb 2017 16:49:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433569 - head/security/py-virustotal-api X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Feb 2017 16:49:30 -0000 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 +# $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 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