From owner-svn-ports-all@freebsd.org Sun Jul 31 10:35:04 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DE32BA925B; Sun, 31 Jul 2016 10:35:04 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2810D1C02; Sun, 31 Jul 2016 10:35:04 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6VAZ3O3008794; Sun, 31 Jul 2016 10:35:03 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6VAZ3k4008790; Sun, 31 Jul 2016 10:35:03 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201607311035.u6VAZ3k4008790@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 31 Jul 2016 10:35:03 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2016 10:35:04 -0000 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 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