Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jul 2016 17:49:12 +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: r418603 - in head/security: . rubygem-rex-registry
Message-ID:  <201607151749.u6FHnCaU052013@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Jul 15 17:49:11 2016
New Revision: 418603
URL: https://svnweb.freebsd.org/changeset/ports/418603

Log:
  New port: security/rubygem-rex-registry
  
  This Gem contains all of the Ruby Exploitation(Rex) library for parsing offline
  registry files from a Windows machine.
  
  WWW: https://github.com/rapid7/rex-registry

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

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Fri Jul 15 17:47:49 2016	(r418602)
+++ head/security/Makefile	Fri Jul 15 17:49:11 2016	(r418603)
@@ -1009,6 +1009,7 @@
     SUBDIR += rubygem-rex-java
     SUBDIR += rubygem-rex-powershell
     SUBDIR += rubygem-rex-random_identifier
+    SUBDIR += rubygem-rex-registry
     SUBDIR += rubygem-rex-text
     SUBDIR += rubygem-roauth
     SUBDIR += rubygem-ruby-hmac

Added: head/security/rubygem-rex-registry/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-rex-registry/Makefile	Fri Jul 15 17:49:11 2016	(r418603)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	rex-registry
+PORTVERSION=	0.1.0
+CATEGORIES=	security rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	antoine@FreeBSD.org
+COMMENT=	Ruby Exploitation(Rex) library for parsing offline registry files
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+NO_ARCH=	yes
+
+USE_RUBY=	yes
+USES=		gem
+
+.include <bsd.port.mk>

Added: head/security/rubygem-rex-registry/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-rex-registry/distinfo	Fri Jul 15 17:49:11 2016	(r418603)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1468492622
+SHA256 (rubygem/rex-registry-0.1.0.gem) = f2bc39327eba282f0e172d5dad07c45b3a23976273a6c0fe6b1ef082399f29c5
+SIZE (rubygem/rex-registry-0.1.0.gem) = 16384

Added: head/security/rubygem-rex-registry/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-rex-registry/pkg-descr	Fri Jul 15 17:49:11 2016	(r418603)
@@ -0,0 +1,4 @@
+This Gem contains all of the Ruby Exploitation(Rex) library for parsing offline
+registry files from a Windows machine.
+
+WWW: https://github.com/rapid7/rex-registry



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