aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Langille <dvl@FreeBSD.org>2017-02-07 16:49:28 +0000
committerDan Langille <dvl@FreeBSD.org>2017-02-07 16:49:28 +0000
commitfed2c12c6d11c2b98c56e71ff16b46fda0645dc4 (patch)
tree6066e292a6aace50026c1130bf9bb800b87f3d85
parent5aa39579b1406ad6b4cd5fa0e7ccb382cd09b54f (diff)
downloadports-fed2c12c6d11c2b98c56e71ff16b46fda0645dc4.tar.gz
ports-fed2c12c6d11c2b98c56e71ff16b46fda0645dc4.zip
Notes
-rw-r--r--security/py-virustotal-api/Makefile18
-rw-r--r--security/py-virustotal-api/distinfo3
-rw-r--r--security/py-virustotal-api/pkg-descr7
3 files changed, 28 insertions, 0 deletions
diff --git a/security/py-virustotal-api/Makefile b/security/py-virustotal-api/Makefile
new file mode 100644
index 000000000000..8a0846983fca
--- /dev/null
+++ b/security/py-virustotal-api/Makefile
@@ -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>
diff --git a/security/py-virustotal-api/distinfo b/security/py-virustotal-api/distinfo
new file mode 100644
index 000000000000..f12301b79106
--- /dev/null
+++ b/security/py-virustotal-api/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1486483773
+SHA256 (virustotal-api-1.1.3.tar.gz) = 0e7a72ee7628ab06152b392bfa15000e364cf4aded53c33fed691228b1eff3cf
+SIZE (virustotal-api-1.1.3.tar.gz) = 28982
diff --git a/security/py-virustotal-api/pkg-descr b/security/py-virustotal-api/pkg-descr
new file mode 100644
index 000000000000..b6bd9c70b906
--- /dev/null
+++ b/security/py-virustotal-api/pkg-descr
@@ -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