securitiy/ruby-openvas-omp: Import version 0.0.4
This library 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.
This commit is contained in:
parent
d623e610dc
commit
64a183d46f
4 changed files with 35 additions and 0 deletions
3
security/ruby-openvas-omp/DESCR
Normal file
3
security/ruby-openvas-omp/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
This library 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.
|
12
security/ruby-openvas-omp/Makefile
Normal file
12
security/ruby-openvas-omp/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
# $NetBSD: Makefile,v 1.1 2017/10/17 19:38:12 minskim Exp $
|
||||
|
||||
DISTNAME= openvas-omp-0.0.4
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= minskim@NetBSD.org
|
||||
HOMEPAGE= https://rubygems.org/gems/openvas-omp
|
||||
COMMENT= Ruby library for communication with OpenVAS manager
|
||||
LICENSE= mit
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
14
security/ruby-openvas-omp/PLIST
Normal file
14
security/ruby-openvas-omp/PLIST
Normal file
|
@ -0,0 +1,14 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2017/10/17 19:38:12 minskim Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.document
|
||||
${GEM_LIBDIR}/Gemfile
|
||||
${GEM_LIBDIR}/LICENSE.txt
|
||||
${GEM_LIBDIR}/README.rdoc
|
||||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/TODO
|
||||
${GEM_LIBDIR}/VERSION
|
||||
${GEM_LIBDIR}/examples/basic-scan.rb
|
||||
${GEM_LIBDIR}/lib/openvas-omp.rb
|
||||
${GEM_LIBDIR}/test/helper.rb
|
||||
${GEM_LIBDIR}/test/test_openvas-omp.rb
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
6
security/ruby-openvas-omp/distinfo
Normal file
6
security/ruby-openvas-omp/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2017/10/17 19:38:12 minskim Exp $
|
||||
|
||||
SHA1 (openvas-omp-0.0.4.gem) = 5e6fab52ed8f76535d9b2958f5d91b63641223c8
|
||||
RMD160 (openvas-omp-0.0.4.gem) = 3f7f3160b3e2be9b62f23c9643eee970fe50c95c
|
||||
SHA512 (openvas-omp-0.0.4.gem) = cb62ec9e480ad009eb9f47cd4ac77d385b8d5855748509466e5227e9d729067b279c277d3d53f2de1a89cccba75bccdd1e23b7ae858adeb35e0958fdb004c0e1
|
||||
Size (openvas-omp-0.0.4.gem) = 10752 bytes
|
Loading…
Reference in a new issue