svn commit: r422311 - in head/security: . rubygem-rex-core

Antoine Brodin antoine at FreeBSD.org
Sat Sep 17 11:42:00 UTC 2016


Author: antoine
Date: Sat Sep 17 11:41:58 2016
New Revision: 422311
URL: https://svnweb.freebsd.org/changeset/ports/422311

Log:
  New port: security/rubygem-rex-core
  
  The Ruby Exploitation(rex) Core Gem contains the odds and ends of code that so
  many other pieces of Rex rely upon, but that are too small to be put into their
  own seperate gems. This include some of the ruby cross-platform compatibility
  and file utility code.
  
  WWW: https://github.com/rapid7/rex-core

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

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Sat Sep 17 11:38:47 2016	(r422310)
+++ head/security/Makefile	Sat Sep 17 11:41:58 2016	(r422311)
@@ -1014,6 +1014,7 @@
     SUBDIR += rubygem-razorback-scriptNugget
     SUBDIR += rubygem-recog
     SUBDIR += rubygem-rex-arch
+    SUBDIR += rubygem-rex-core
     SUBDIR += rubygem-rex-java
     SUBDIR += rubygem-rex-mime
     SUBDIR += rubygem-rex-ole

Added: head/security/rubygem-rex-core/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-rex-core/Makefile	Sat Sep 17 11:41:58 2016	(r422311)
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PORTNAME=	rex-core
+PORTVERSION=	0.1.2
+CATEGORIES=	security rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	antoine at FreeBSD.org
+COMMENT=	Core libraries required for the Ruby Exploitation(Rex) Suite
+
+NO_ARCH=	yes
+
+USE_RUBY=	yes
+USES=		gem
+
+.include <bsd.port.mk>

Added: head/security/rubygem-rex-core/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-rex-core/distinfo	Sat Sep 17 11:41:58 2016	(r422311)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1473533338
+SHA256 (rubygem/rex-core-0.1.2.gem) = c5e923693a0f0aa2b1162e4ef01b4f1a6d44dd0801de67e1fc4f261494ae2ecf
+SIZE (rubygem/rex-core-0.1.2.gem) = 29696

Added: head/security/rubygem-rex-core/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-rex-core/pkg-descr	Sat Sep 17 11:41:58 2016	(r422311)
@@ -0,0 +1,6 @@
+The Ruby Exploitation(rex) Core Gem contains the odds and ends of code that so
+many other pieces of Rex rely upon, but that are too small to be put into their
+own seperate gems. This include some of the ruby cross-platform compatibility
+and file utility code.
+
+WWW: https://github.com/rapid7/rex-core


More information about the svn-ports-all mailing list