svn commit: r418603 - in head/security: . rubygem-rex-registry
Antoine Brodin
antoine at FreeBSD.org
Fri Jul 15 17:49:13 UTC 2016
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 at 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
More information about the svn-ports-all
mailing list