pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/ruby-nessus_rest



Module Name:    pkgsrc
Committed By:   minskim
Date:           Tue Oct 17 18:33:09 UTC 2017

Added Files:
        pkgsrc/security/ruby-nessus_rest: DESCR Makefile PLIST distinfo

Log Message:
security/ruby-nessus_rest: Import version 0.1.6

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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/ruby-nessus_rest/DESCR \
    pkgsrc/security/ruby-nessus_rest/Makefile \
    pkgsrc/security/ruby-nessus_rest/PLIST \
    pkgsrc/security/ruby-nessus_rest/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/security/ruby-nessus_rest/DESCR
diff -u /dev/null pkgsrc/security/ruby-nessus_rest/DESCR:1.1
--- /dev/null   Tue Oct 17 18:33:09 2017
+++ pkgsrc/security/ruby-nessus_rest/DESCR      Tue Oct 17 18:33:09 2017
@@ -0,0 +1,4 @@
+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.
Index: pkgsrc/security/ruby-nessus_rest/Makefile
diff -u /dev/null pkgsrc/security/ruby-nessus_rest/Makefile:1.1
--- /dev/null   Tue Oct 17 18:33:09 2017
+++ pkgsrc/security/ruby-nessus_rest/Makefile   Tue Oct 17 18:33:09 2017
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2017/10/17 18:33:09 minskim Exp $
+
+DISTNAME=      nessus_rest-0.1.6
+CATEGORIES=    security
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/kost/nessus_rest-ruby
+COMMENT=       Ruby library for Nessus JSON/REST interface
+LICENSE=       mit
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/ruby-nessus_rest/PLIST
diff -u /dev/null pkgsrc/security/ruby-nessus_rest/PLIST:1.1
--- /dev/null   Tue Oct 17 18:33:09 2017
+++ pkgsrc/security/ruby-nessus_rest/PLIST      Tue Oct 17 18:33:09 2017
@@ -0,0 +1,18 @@
+@comment $NetBSD: PLIST,v 1.1 2017/10/17 18:33:09 minskim Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.document
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/VERSION
+${GEM_LIBDIR}/examples/backup-reports.rb
+${GEM_LIBDIR}/examples/serial-scan.rb
+${GEM_LIBDIR}/examples/simple.rb
+${GEM_LIBDIR}/lib/nessus_rest.rb
+${GEM_LIBDIR}/nessus_rest.gemspec
+${GEM_LIBDIR}/test/helper.rb
+${GEM_LIBDIR}/test/test_nessus_rest.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/security/ruby-nessus_rest/distinfo
diff -u /dev/null pkgsrc/security/ruby-nessus_rest/distinfo:1.1
--- /dev/null   Tue Oct 17 18:33:09 2017
+++ pkgsrc/security/ruby-nessus_rest/distinfo   Tue Oct 17 18:33:09 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/10/17 18:33:09 minskim Exp $
+
+SHA1 (nessus_rest-0.1.6.gem) = ed6ceff4d885a17c515fcb2ce41bfc10e321ac37
+RMD160 (nessus_rest-0.1.6.gem) = 39198ddd1337c2b611b5d1e303cf4b55eec3d4e7
+SHA512 (nessus_rest-0.1.6.gem) = 387d2d104f18401acf5299d034489c10484e0ed0b615e2c5256a37ce55938861e9732d2990ae1184f17b675ad861f75125fca13c5a1182da3b70339763346714
+Size (nessus_rest-0.1.6.gem) = 11264 bytes



Home | Main Index | Thread Index | Old Index