SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
devel/ruby-nessus-rest/Makefile
Normal file
15
devel/ruby-nessus-rest/Makefile
Normal 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>
|
2
devel/ruby-nessus-rest/distinfo
Normal file
2
devel/ruby-nessus-rest/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (nessus_rest-0.1.6.gem) = kaFrubYhBa5XPGS8RRhsgTPzPIMj6rr+GIPSTFr2lKo=
|
||||
SIZE (nessus_rest-0.1.6.gem) = 11264
|
3
devel/ruby-nessus-rest/pkg/DESCR
Normal file
3
devel/ruby-nessus-rest/pkg/DESCR
Normal 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.
|
21
devel/ruby-nessus-rest/pkg/PLIST
Normal file
21
devel/ruby-nessus-rest/pkg/PLIST
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue