Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Sep 2016 11:41:58 +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: r422311 - in head/security: . rubygem-rex-core
Message-ID:  <201609171141.u8HBfwCu046320@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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