diff options
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/rubygem-rex-ole/Makefile | 21 | ||||
-rw-r--r-- | security/rubygem-rex-ole/distinfo | 3 | ||||
-rw-r--r-- | security/rubygem-rex-ole/pkg-descr | 4 |
4 files changed, 29 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index b9ccca48e703..b5a8051a0b78 100644 --- a/security/Makefile +++ b/security/Makefile @@ -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 diff --git a/security/rubygem-rex-ole/Makefile b/security/rubygem-rex-ole/Makefile new file mode 100644 index 000000000000..b880fcddc775 --- /dev/null +++ b/security/rubygem-rex-ole/Makefile @@ -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> diff --git a/security/rubygem-rex-ole/distinfo b/security/rubygem-rex-ole/distinfo new file mode 100644 index 000000000000..d5259fa96269 --- /dev/null +++ b/security/rubygem-rex-ole/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1469866812 +SHA256 (rubygem/rex-ole-0.1.2.gem) = f8517fb9d6c252ac85f0076d3b654df4e50330f87142fde960f7663f44ce80b1 +SIZE (rubygem/rex-ole-0.1.2.gem) = 26112 diff --git a/security/rubygem-rex-ole/pkg-descr b/security/rubygem-rex-ole/pkg-descr new file mode 100644 index 000000000000..2fc0832292c1 --- /dev/null +++ b/security/rubygem-rex-ole/pkg-descr @@ -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 |