aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-rex-core
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-09-17 11:41:58 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-09-17 11:41:58 +0000
commitdbaf7bd3d3670b381d2cb44bd39d0bf07725ea14 (patch)
tree10732fa7e44181dece3d5d37eb051349ace6c727 /security/rubygem-rex-core
parent764206fdfcb85e7f6389dc8bef7b57d8e754674b (diff)
downloadports-dbaf7bd3d3670b381d2cb44bd39d0bf07725ea14.tar.gz
ports-dbaf7bd3d3670b381d2cb44bd39d0bf07725ea14.zip
Notes
Diffstat (limited to 'security/rubygem-rex-core')
-rw-r--r--security/rubygem-rex-core/Makefile16
-rw-r--r--security/rubygem-rex-core/distinfo3
-rw-r--r--security/rubygem-rex-core/pkg-descr6
3 files changed, 25 insertions, 0 deletions
diff --git a/security/rubygem-rex-core/Makefile b/security/rubygem-rex-core/Makefile
new file mode 100644
index 000000000000..1b2b3f70977d
--- /dev/null
+++ b/security/rubygem-rex-core/Makefile
@@ -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>
diff --git a/security/rubygem-rex-core/distinfo b/security/rubygem-rex-core/distinfo
new file mode 100644
index 000000000000..27059bf0fe14
--- /dev/null
+++ b/security/rubygem-rex-core/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1473533338
+SHA256 (rubygem/rex-core-0.1.2.gem) = c5e923693a0f0aa2b1162e4ef01b4f1a6d44dd0801de67e1fc4f261494ae2ecf
+SIZE (rubygem/rex-core-0.1.2.gem) = 29696
diff --git a/security/rubygem-rex-core/pkg-descr b/security/rubygem-rex-core/pkg-descr
new file mode 100644
index 000000000000..bd33fe677e0c
--- /dev/null
+++ b/security/rubygem-rex-core/pkg-descr
@@ -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