From owner-svn-ports-head@freebsd.org Sat Sep 17 11:42:00 2016 Return-Path: Delivered-To: svn-ports-head@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 4F163BDEF6A; Sat, 17 Sep 2016 11:42:00 +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 0DE92A36; Sat, 17 Sep 2016 11:41:59 +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 u8HBfxjC046324; Sat, 17 Sep 2016 11:41:59 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8HBfwCu046320; Sat, 17 Sep 2016 11:41:58 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201609171141.u8HBfwCu046320@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 17 Sep 2016 11:41:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422311 - in head/security: . rubygem-rex-core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2016 11:42:00 -0000 Author: antoine Date: Sat Sep 17 11:41:58 2016 New Revision: 422311 URL: https://svnweb.freebsd.org/changeset/ports/422311 Log: New port: security/rubygem-rex-core 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 Added: head/security/rubygem-rex-core/ head/security/rubygem-rex-core/Makefile (contents, props changed) head/security/rubygem-rex-core/distinfo (contents, props changed) head/security/rubygem-rex-core/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sat Sep 17 11:38:47 2016 (r422310) +++ head/security/Makefile Sat Sep 17 11:41:58 2016 (r422311) @@ -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 Added: head/security/rubygem-rex-core/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-core/Makefile Sat Sep 17 11:41:58 2016 (r422311) @@ -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 Added: head/security/rubygem-rex-core/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-core/distinfo Sat Sep 17 11:41:58 2016 (r422311) @@ -0,0 +1,3 @@ +TIMESTAMP = 1473533338 +SHA256 (rubygem/rex-core-0.1.2.gem) = c5e923693a0f0aa2b1162e4ef01b4f1a6d44dd0801de67e1fc4f261494ae2ecf +SIZE (rubygem/rex-core-0.1.2.gem) = 29696 Added: head/security/rubygem-rex-core/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-core/pkg-descr Sat Sep 17 11:41:58 2016 (r422311) @@ -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