Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Mar 2017 19:28:52 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r435295 - in head/security: . rubygem-nexpose
Message-ID:  <201703021928.v22JSqDw047820@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Mar  2 19:28:52 2017
New Revision: 435295
URL: https://svnweb.freebsd.org/changeset/ports/435295

Log:
  New port: security/rubygem-nexpose
  
  Ruby API to Rapid7 Nexpose vulnerability management
  WWW: https://github.com/rapid7/nexpose-client

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

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Thu Mar  2 19:07:44 2017	(r435294)
+++ head/security/Makefile	Thu Mar  2 19:28:52 2017	(r435295)
@@ -1016,6 +1016,7 @@
     SUBDIR += rubygem-net-ssh-gateway
     SUBDIR += rubygem-net-ssh-multi
     SUBDIR += rubygem-net-telnet
+    SUBDIR += rubygem-nexpose
     SUBDIR += rubygem-nmap-parser
     SUBDIR += rubygem-omniauth
     SUBDIR += rubygem-omniauth-bitbucket

Added: head/security/rubygem-nexpose/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-nexpose/Makefile	Thu Mar  2 19:28:52 2017	(r435295)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	nexpose
+PORTVERSION=	5.3.1
+CATEGORIES=	security rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	antoine@FreeBSD.org
+COMMENT=	Ruby API to Rapid7 Nexpose vulnerability management
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+NO_ARCH=	yes
+
+USE_RUBY=	yes
+USES=		gem
+
+.include <bsd.port.mk>

Added: head/security/rubygem-nexpose/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-nexpose/distinfo	Thu Mar  2 19:28:52 2017	(r435295)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1488482674
+SHA256 (rubygem/nexpose-5.3.1.gem) = 995e0b73ec6e18c92e82286112f0988c8416337e1f6a8fe34d70a943ba636691
+SIZE (rubygem/nexpose-5.3.1.gem) = 98816

Added: head/security/rubygem-nexpose/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-nexpose/pkg-descr	Thu Mar  2 19:28:52 2017	(r435295)
@@ -0,0 +1,3 @@
+Ruby API to Rapid7 Nexpose vulnerability management
+
+WWW: https://github.com/rapid7/nexpose-client



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703021928.v22JSqDw047820>