svn commit: r421312 - in head/security: . rubygem-nessus_rest

Antoine Brodin antoine at FreeBSD.org
Sun Sep 4 08:27:10 UTC 2016


Author: antoine
Date: Sun Sep  4 08:27:08 2016
New Revision: 421312
URL: https://svnweb.freebsd.org/changeset/ports/421312

Log:
  New port: security/rubygem-nessus_rest
  
  Ruby library for Nessus 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.
  WWW: https://github.com/kost/nessus_rest-ruby

Added:
  head/security/rubygem-nessus_rest/
  head/security/rubygem-nessus_rest/Makefile   (contents, props changed)
  head/security/rubygem-nessus_rest/distinfo   (contents, props changed)
  head/security/rubygem-nessus_rest/pkg-descr   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Sun Sep  4 08:21:48 2016	(r421311)
+++ head/security/Makefile	Sun Sep  4 08:27:08 2016	(r421312)
@@ -991,6 +991,7 @@
     SUBDIR += rubygem-metasploit-payloads
     SUBDIR += rubygem-metasploit_data_models
     SUBDIR += rubygem-metasploit_payloads-mettle
+    SUBDIR += rubygem-nessus_rest
     SUBDIR += rubygem-net-scp
     SUBDIR += rubygem-net-sftp
     SUBDIR += rubygem-net-ssh

Added: head/security/rubygem-nessus_rest/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-nessus_rest/Makefile	Sun Sep  4 08:27:08 2016	(r421312)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	nessus_rest
+PORTVERSION=	0.1.4
+CATEGORIES=	security rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	antoine at FreeBSD.org
+COMMENT=	Communicate with Nessus Scanner over REST/JSON interface
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+NO_ARCH=	yes
+
+USE_RUBY=	yes
+USES=		gem
+
+.include <bsd.port.mk>

Added: head/security/rubygem-nessus_rest/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-nessus_rest/distinfo	Sun Sep  4 08:27:08 2016	(r421312)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1472927514
+SHA256 (rubygem/nessus_rest-0.1.4.gem) = f5d8a0c998885264c0c474619e10f0b0af8a927a8236e6a8cfbd91ac8ed2f8f6
+SIZE (rubygem/nessus_rest-0.1.4.gem) = 11264

Added: head/security/rubygem-nessus_rest/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-nessus_rest/pkg-descr	Sun Sep  4 08:27:08 2016	(r421312)
@@ -0,0 +1,5 @@
+Ruby library for Nessus 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.
+
+WWW: https://github.com/kost/nessus_rest-ruby


More information about the svn-ports-all mailing list