From owner-svn-ports-head@freebsd.org Sat Jul 23 09:28:58 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 2A8EDBA084F; Sat, 23 Jul 2016 09:28:58 +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 D4A891CCB; Sat, 23 Jul 2016 09:28:57 +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 u6N9Svp5058621; Sat, 23 Jul 2016 09:28:57 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6N9SuqR058617; Sat, 23 Jul 2016 09:28:56 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201607230928.u6N9SuqR058617@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 23 Jul 2016 09:28:56 +0000 (UTC) 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 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.22 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, 23 Jul 2016 09:28:58 -0000 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 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