Date: Sun, 31 Jul 2016 10:35:03 +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: r419356 - in head/security: . rubygem-rex-arch Message-ID: <201607311035.u6VAZ3k4008790@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Jul 31 10:35:02 2016 New Revision: 419356 URL: https://svnweb.freebsd.org/changeset/ports/419356 Log: New port: security/rubygem-rex-arch This Ruby Exploitation(Rex) library contains architecture specific information such as registers, opcodes, and stack manipulation routines. WWW: https://github.com/rapid7/rex-arch Added: head/security/rubygem-rex-arch/ head/security/rubygem-rex-arch/Makefile (contents, props changed) head/security/rubygem-rex-arch/distinfo (contents, props changed) head/security/rubygem-rex-arch/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun Jul 31 10:33:31 2016 (r419355) +++ head/security/Makefile Sun Jul 31 10:35:02 2016 (r419356) @@ -1007,6 +1007,7 @@ SUBDIR += rubygem-rack-oauth2 SUBDIR += rubygem-razorback-scriptNugget SUBDIR += rubygem-recog + SUBDIR += rubygem-rex-arch SUBDIR += rubygem-rex-java SUBDIR += rubygem-rex-ole SUBDIR += rubygem-rex-powershell Added: head/security/rubygem-rex-arch/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-arch/Makefile Sun Jul 31 10:35:02 2016 (r419356) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= rex-arch +PORTVERSION= 0.1.1 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Ruby Exploitation(Rex) library with architecture specific information + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= 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-arch/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-arch/distinfo Sun Jul 31 10:35:02 2016 (r419356) @@ -0,0 +1,3 @@ +TIMESTAMP = 1469867046 +SHA256 (rubygem/rex-arch-0.1.1.gem) = f502716c1d23e97e6082797a31edad61202ffdc2db3047641c2181e8500baf2a +SIZE (rubygem/rex-arch-0.1.1.gem) = 19968 Added: head/security/rubygem-rex-arch/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-arch/pkg-descr Sun Jul 31 10:35:02 2016 (r419356) @@ -0,0 +1,4 @@ +This Ruby Exploitation(Rex) library contains architecture specific information +such as registers, opcodes, and stack manipulation routines. + +WWW: https://github.com/rapid7/rex-arch
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607311035.u6VAZ3k4008790>