diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-09-17 11:41:58 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-09-17 11:41:58 +0000 |
commit | dbaf7bd3d3670b381d2cb44bd39d0bf07725ea14 (patch) | |
tree | 10732fa7e44181dece3d5d37eb051349ace6c727 | |
parent | 764206fdfcb85e7f6389dc8bef7b57d8e754674b (diff) | |
download | ports-dbaf7bd3d3670b381d2cb44bd39d0bf07725ea14.tar.gz ports-dbaf7bd3d3670b381d2cb44bd39d0bf07725ea14.zip |
Notes
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/rubygem-rex-core/Makefile | 16 | ||||
-rw-r--r-- | security/rubygem-rex-core/distinfo | 3 | ||||
-rw-r--r-- | security/rubygem-rex-core/pkg-descr | 6 |
4 files changed, 26 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 1aa56f945469..d2fcfb111d12 100644 --- a/security/Makefile +++ b/security/Makefile @@ -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 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 |