Date: Fri, 15 Jul 2016 17:47:49 +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: r418602 - in head/security: . rubygem-rex-powershell Message-ID: <201607151747.u6FHlnLX051808@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Jul 15 17:47:49 2016 New Revision: 418602 URL: https://svnweb.freebsd.org/changeset/ports/418602 Log: 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 Added: head/security/rubygem-rex-powershell/ head/security/rubygem-rex-powershell/Makefile (contents, props changed) head/security/rubygem-rex-powershell/distinfo (contents, props changed) head/security/rubygem-rex-powershell/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Fri Jul 15 17:46:28 2016 (r418601) +++ head/security/Makefile Fri Jul 15 17:47:49 2016 (r418602) @@ -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 Added: head/security/rubygem-rex-powershell/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-powershell/Makefile Fri Jul 15 17:47:49 2016 (r418602) @@ -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> Added: head/security/rubygem-rex-powershell/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-powershell/distinfo Fri Jul 15 17:47:49 2016 (r418602) @@ -0,0 +1,3 @@ +TIMESTAMP = 1468493230 +SHA256 (rubygem/rex-powershell-0.1.0.gem) = 6d19412a2a2d6593c6da6c4e931d28d4724e079e9d4c61490fa50d073ff63669 +SIZE (rubygem/rex-powershell-0.1.0.gem) = 25088 Added: head/security/rubygem-rex-powershell/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-powershell/pkg-descr Fri Jul 15 17:47:49 2016 (r418602) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607151747.u6FHlnLX051808>