aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-openvas-omp
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-08-29 15:45:18 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-08-29 15:45:18 +0000
commit2e27feb379bded0fe8762292967364468605e5b0 (patch)
tree9062e0434412e415ef5db3bf17f0d7ce024c84c1 /security/rubygem-openvas-omp
parentfc2991e80cc2592c31cece13f444bf0ab3a69363 (diff)
downloadports-2e27feb379bded0fe8762292967364468605e5b0.tar.gz
ports-2e27feb379bded0fe8762292967364468605e5b0.zip
New port: security/rubygem-openvas-omp
This Ruby gem is used for communication with OpenVAS manager over OMP. You can start, stop, pause and resume scan. Watch progress and status of scan, download report, etc. WWW: https://github.com/kost/openvas-omp-ruby
Notes
Notes: svn path=/head/; revision=421074
Diffstat (limited to 'security/rubygem-openvas-omp')
-rw-r--r--security/rubygem-openvas-omp/Makefile19
-rw-r--r--security/rubygem-openvas-omp/distinfo3
-rw-r--r--security/rubygem-openvas-omp/pkg-descr5
3 files changed, 27 insertions, 0 deletions
diff --git a/security/rubygem-openvas-omp/Makefile b/security/rubygem-openvas-omp/Makefile
new file mode 100644
index 000000000000..8f257eb71b13
--- /dev/null
+++ b/security/rubygem-openvas-omp/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= openvas-omp
+PORTVERSION= 0.0.4
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+
+MAINTAINER= antoine@FreeBSD.org
+COMMENT= Communicate with OpenVAS manager through OMP
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+NO_ARCH= yes
+
+USE_RUBY= yes
+USES= gem
+
+.include <bsd.port.mk>
diff --git a/security/rubygem-openvas-omp/distinfo b/security/rubygem-openvas-omp/distinfo
new file mode 100644
index 000000000000..d1325219143d
--- /dev/null
+++ b/security/rubygem-openvas-omp/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1472476619
+SHA256 (rubygem/openvas-omp-0.0.4.gem) = 1d899775128c8757f63a8b3372b923469bac64ad246cd96593d89cb64930ae93
+SIZE (rubygem/openvas-omp-0.0.4.gem) = 10752
diff --git a/security/rubygem-openvas-omp/pkg-descr b/security/rubygem-openvas-omp/pkg-descr
new file mode 100644
index 000000000000..e36b8d6c0317
--- /dev/null
+++ b/security/rubygem-openvas-omp/pkg-descr
@@ -0,0 +1,5 @@
+This Ruby gem is used for communication with OpenVAS manager over OMP. You can
+start, stop, pause and resume scan. Watch progress and status of scan, download
+report, etc.
+
+WWW: https://github.com/kost/openvas-omp-ruby