aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2016-07-16 01:47:49 +0800
committerantoine <antoine@FreeBSD.org>2016-07-16 01:47:49 +0800
commitee4a0c64f0e53262c708767c68c79faa657e67a1 (patch)
tree7fa7d6d739c3d15cbe12c378feb67c01d74e63b2 /security
parent1255ffa4d3fad8d2f153647d424f7333cc747d73 (diff)
downloadfreebsd-ports-graphics-ee4a0c64f0e53262c708767c68c79faa657e67a1.tar.gz
freebsd-ports-graphics-ee4a0c64f0e53262c708767c68c79faa657e67a1.tar.zst
freebsd-ports-graphics-ee4a0c64f0e53262c708767c68c79faa657e67a1.zip
New port: security/rubygem-rex-powershell
This Gem contains all of the Ruby Exploitation(Rex) library for generating/manipulating Powershell scripts. WWW: https://github.com/rapid7/rex-powershell
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/rubygem-rex-powershell/Makefile22
-rw-r--r--security/rubygem-rex-powershell/distinfo3
-rw-r--r--security/rubygem-rex-powershell/pkg-descr4
4 files changed, 30 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index acb35858d38..5e7d0ba6661 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1007,6 +1007,7 @@
SUBDIR += rubygem-razorback-scriptNugget
SUBDIR += rubygem-recog
SUBDIR += rubygem-rex-java
+ SUBDIR += rubygem-rex-powershell
SUBDIR += rubygem-rex-random_identifier
SUBDIR += rubygem-rex-text
SUBDIR += rubygem-roauth
diff --git a/security/rubygem-rex-powershell/Makefile b/security/rubygem-rex-powershell/Makefile
new file mode 100644
index 00000000000..f7ca3808308
--- /dev/null
+++ b/security/rubygem-rex-powershell/Makefile
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME= rex-powershell
+PORTVERSION= 0.1.0
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+
+MAINTAINER= antoine@FreeBSD.org
+COMMENT= Ruby Exploitation(Rex) library for generating Powershell scripts
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= rubygem-rex-random_identifier>=0:security/rubygem-rex-random_identifier \
+ 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-powershell/distinfo b/security/rubygem-rex-powershell/distinfo
new file mode 100644
index 00000000000..ce253a9c86a
--- /dev/null
+++ b/security/rubygem-rex-powershell/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1468493230
+SHA256 (rubygem/rex-powershell-0.1.0.gem) = 6d19412a2a2d6593c6da6c4e931d28d4724e079e9d4c61490fa50d073ff63669
+SIZE (rubygem/rex-powershell-0.1.0.gem) = 25088
diff --git a/security/rubygem-rex-powershell/pkg-descr b/security/rubygem-rex-powershell/pkg-descr
new file mode 100644
index 00000000000..f9d10cce9d2
--- /dev/null
+++ b/security/rubygem-rex-powershell/pkg-descr
@@ -0,0 +1,4 @@
+This Gem contains all of the Ruby Exploitation(Rex) library for
+generating/manipulating Powershell scripts.
+
+WWW: https://github.com/rapid7/rex-powershell