Date: Sat, 23 Jul 2016 09:28:56 +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: r418952 - in head/security: . rubygem-rex-struct2 Message-ID: <201607230928.u6N9SuqR058617@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Jul 23 09:28:56 2016 New Revision: 418952 URL: https://svnweb.freebsd.org/changeset/ports/418952 Log: New port: security/rubygem-rex-struct2 This Gem contains all of the Ruby Exploitation(Rex) library for generating/manipulating C-Style structs. WWW: https://github.com/rapid7/rex-struct2 Added: head/security/rubygem-rex-struct2/ head/security/rubygem-rex-struct2/Makefile (contents, props changed) head/security/rubygem-rex-struct2/distinfo (contents, props changed) head/security/rubygem-rex-struct2/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sat Jul 23 09:27:12 2016 (r418951) +++ head/security/Makefile Sat Jul 23 09:28:56 2016 (r418952) @@ -1011,6 +1011,7 @@ SUBDIR += rubygem-rex-powershell SUBDIR += rubygem-rex-random_identifier SUBDIR += rubygem-rex-registry + SUBDIR += rubygem-rex-struct2 SUBDIR += rubygem-rex-text SUBDIR += rubygem-rex-zip SUBDIR += rubygem-roauth Added: head/security/rubygem-rex-struct2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-struct2/Makefile Sat Jul 23 09:28:56 2016 (r418952) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= rex-struct2 +PORTVERSION= 0.1.0 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Ruby Exploitation(Rex) library for creating and using C-like structs + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes + +USE_RUBY= yes +USES= gem + +.include <bsd.port.mk> Added: head/security/rubygem-rex-struct2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-struct2/distinfo Sat Jul 23 09:28:56 2016 (r418952) @@ -0,0 +1,3 @@ +TIMESTAMP = 1468906713 +SHA256 (rubygem/rex-struct2-0.1.0.gem) = b3fd4474c492d9e376c52d68c0e8b6672e24fa709801207449022377c1d94d38 +SIZE (rubygem/rex-struct2-0.1.0.gem) = 17920 Added: head/security/rubygem-rex-struct2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-struct2/pkg-descr Sat Jul 23 09:28:56 2016 (r418952) @@ -0,0 +1,4 @@ +This Gem contains all of the Ruby Exploitation(Rex) library for +generating/manipulating C-Style structs. + +WWW: https://github.com/rapid7/rex-struct2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607230928.u6N9SuqR058617>