SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,15 @@
COMMENT= Ruby library for Nessus
DISTNAME= nessus_rest-0.1.6
CATEGORIES= devel
MAINTAINER= Purple Rain <purplerain@secbsd.org>
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/ruby
CONFIGURE_STYLE= ruby gem
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (nessus_rest-0.1.6.gem) = kaFrubYhBa5XPGS8RRhsgTPzPIMj6rr+GIPSTFr2lKo=
SIZE (nessus_rest-0.1.6.gem) = 11264

View file

@ -0,0 +1,3 @@
Ruby library for Nessus (version 6+) JSON/REST interface. This library is used
for communication with Nessus over REST interface. You can start, stop, pause
and resume scan. Watch progress and status of scan, download report, etc.

View file

@ -0,0 +1,21 @@
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/.document
${GEM_LIB}/gems/${DISTNAME}/.gitignore
${GEM_LIB}/gems/${DISTNAME}/.travis.yml
${GEM_LIB}/gems/${DISTNAME}/Gemfile
${GEM_LIB}/gems/${DISTNAME}/LICENSE.txt
${GEM_LIB}/gems/${DISTNAME}/README.md
${GEM_LIB}/gems/${DISTNAME}/Rakefile
${GEM_LIB}/gems/${DISTNAME}/VERSION
${GEM_LIB}/gems/${DISTNAME}/examples/
${GEM_LIB}/gems/${DISTNAME}/examples/backup-reports.rb
${GEM_LIB}/gems/${DISTNAME}/examples/serial-scan.rb
${GEM_LIB}/gems/${DISTNAME}/examples/simple.rb
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/nessus_rest.rb
${GEM_LIB}/gems/${DISTNAME}/nessus_rest.gemspec
${GEM_LIB}/gems/${DISTNAME}/test/
${GEM_LIB}/gems/${DISTNAME}/test/helper.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_nessus_rest.rb
${GEM_LIB}/specifications/${DISTNAME}.gemspec