Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jul 2016 10:33:31 +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: r419355 - in head/security: . rubygem-rex-ole
Message-ID:  <201607311033.u6VAXVj8008577@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Jul 31 10:33:31 2016
New Revision: 419355
URL: https://svnweb.freebsd.org/changeset/ports/419355

Log:
  New port: security/rubygem-rex-ole
  
  This Gem contains all of the Ruby Exploitation(Rex) library for reading/writing
  Object-Linking-and-Embedding (OLE) files and streams.
  
  WWW: https://github.com/rapid7/rex-ole

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

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Sun Jul 31 10:31:30 2016	(r419354)
+++ head/security/Makefile	Sun Jul 31 10:33:31 2016	(r419355)
@@ -1008,6 +1008,7 @@
     SUBDIR += rubygem-razorback-scriptNugget
     SUBDIR += rubygem-recog
     SUBDIR += rubygem-rex-java
+    SUBDIR += rubygem-rex-ole
     SUBDIR += rubygem-rex-powershell
     SUBDIR += rubygem-rex-random_identifier
     SUBDIR += rubygem-rex-registry

Added: head/security/rubygem-rex-ole/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-rex-ole/Makefile	Sun Jul 31 10:33:31 2016	(r419355)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME=	rex-ole
+PORTVERSION=	0.1.2
+CATEGORIES=	security rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	antoine@FreeBSD.org
+COMMENT=	Ruby Exploitation(Rex) library for working with OLE files and streams
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	rubygem-rex-text>=0:security/rubygem-rex-text
+
+NO_ARCH=	yes
+
+USE_RUBY=	yes
+USES=		gem
+
+.include <bsd.port.mk>

Added: head/security/rubygem-rex-ole/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-rex-ole/distinfo	Sun Jul 31 10:33:31 2016	(r419355)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1469866812
+SHA256 (rubygem/rex-ole-0.1.2.gem) = f8517fb9d6c252ac85f0076d3b654df4e50330f87142fde960f7663f44ce80b1
+SIZE (rubygem/rex-ole-0.1.2.gem) = 26112

Added: head/security/rubygem-rex-ole/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-rex-ole/pkg-descr	Sun Jul 31 10:33:31 2016	(r419355)
@@ -0,0 +1,4 @@
+This Gem contains all of the Ruby Exploitation(Rex) library for reading/writing
+Object-Linking-and-Embedding (OLE) files and streams.
+
+WWW: https://github.com/rapid7/rex-ole



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