svn commit: r433569 - head/security/py-virustotal-api

Dan Langille dvl at FreeBSD.org
Tue Feb 7 16:49:30 UTC 2017


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	virustotal-api
+PORTVERSION=	1.1.3
+CATEGORIES=	security python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	dvl at 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


More information about the svn-ports-all mailing list