From owner-svn-ports-all@freebsd.org Thu Mar 2 19:28:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54058CF6E78; Thu, 2 Mar 2017 19:28:54 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED9723C6; Thu, 2 Mar 2017 19:28:53 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v22JSrqE047824; Thu, 2 Mar 2017 19:28:53 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22JSqDw047820; Thu, 2 Mar 2017 19:28:52 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201703021928.v22JSqDw047820@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 2 Mar 2017 19:28:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435295 - in head/security: . rubygem-nexpose X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Mar 2017 19:28:54 -0000 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 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