From owner-svn-ports-all@freebsd.org Sun Jul 31 10:33:32 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 F0DE9BA91E2; Sun, 31 Jul 2016 10:33:32 +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 A72381A68; Sun, 31 Jul 2016 10:33:32 +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 u6VAXVbX008581; Sun, 31 Jul 2016 10:33:31 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6VAXVj8008577; Sun, 31 Jul 2016 10:33:31 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201607311033.u6VAXVj8008577@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:33:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419355 - in head/security: . rubygem-rex-ole 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:33:33 -0000 Author: antoine Date: Sun Jul 31 10:33:31 2016 New Revision: 419355 URL: https://svnweb.freebsd.org/changeset/ports/419355 Log: New port: security/rubygem-rex-ole This Gem contains all of the Ruby Exploitation(Rex) library for reading/writing Object-Linking-and-Embedding (OLE) files and streams. WWW: https://github.com/rapid7/rex-ole Added: head/security/rubygem-rex-ole/ head/security/rubygem-rex-ole/Makefile (contents, props changed) head/security/rubygem-rex-ole/distinfo (contents, props changed) head/security/rubygem-rex-ole/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun Jul 31 10:31:30 2016 (r419354) +++ head/security/Makefile Sun Jul 31 10:33:31 2016 (r419355) @@ -1008,6 +1008,7 @@ SUBDIR += rubygem-razorback-scriptNugget SUBDIR += rubygem-recog SUBDIR += rubygem-rex-java + SUBDIR += rubygem-rex-ole SUBDIR += rubygem-rex-powershell SUBDIR += rubygem-rex-random_identifier SUBDIR += rubygem-rex-registry Added: head/security/rubygem-rex-ole/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-ole/Makefile Sun Jul 31 10:33:31 2016 (r419355) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= rex-ole +PORTVERSION= 0.1.2 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Ruby Exploitation(Rex) library for working with OLE files and streams + +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-ole/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-ole/distinfo Sun Jul 31 10:33:31 2016 (r419355) @@ -0,0 +1,3 @@ +TIMESTAMP = 1469866812 +SHA256 (rubygem/rex-ole-0.1.2.gem) = f8517fb9d6c252ac85f0076d3b654df4e50330f87142fde960f7663f44ce80b1 +SIZE (rubygem/rex-ole-0.1.2.gem) = 26112 Added: head/security/rubygem-rex-ole/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-ole/pkg-descr Sun Jul 31 10:33:31 2016 (r419355) @@ -0,0 +1,4 @@ +This Gem contains all of the Ruby Exploitation(Rex) library for reading/writing +Object-Linking-and-Embedding (OLE) files and streams. + +WWW: https://github.com/rapid7/rex-ole