From owner-svn-ports-all@freebsd.org Fri Jul 15 17:42:55 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 B583AB9A9DA; Fri, 15 Jul 2016 17:42:55 +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 6E9C816C1; Fri, 15 Jul 2016 17:42:55 +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 u6FHgsjQ051149; Fri, 15 Jul 2016 17:42:54 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6FHgsdA051145; Fri, 15 Jul 2016 17:42:54 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201607151742.u6FHgsdA051145@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 15 Jul 2016 17:42:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418599 - in head/security: . rubygem-rex-text 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: Fri, 15 Jul 2016 17:42:55 -0000 Author: antoine Date: Fri Jul 15 17:42:54 2016 New Revision: 418599 URL: https://svnweb.freebsd.org/changeset/ports/418599 Log: New port: security/rubygem-rex-text This Gem contains all of the Ruby Exploitation(Rex) methods for text manipulation and generation. WWW: https://github.com/rapid7/rex-text Added: head/security/rubygem-rex-text/ head/security/rubygem-rex-text/Makefile (contents, props changed) head/security/rubygem-rex-text/distinfo (contents, props changed) head/security/rubygem-rex-text/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Fri Jul 15 17:36:50 2016 (r418598) +++ head/security/Makefile Fri Jul 15 17:42:54 2016 (r418599) @@ -1006,6 +1006,7 @@ SUBDIR += rubygem-rack-oauth2 SUBDIR += rubygem-razorback-scriptNugget SUBDIR += rubygem-recog + SUBDIR += rubygem-rex-text SUBDIR += rubygem-roauth SUBDIR += rubygem-ruby-hmac SUBDIR += rubygem-ruby-rc4 Added: head/security/rubygem-rex-text/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-text/Makefile Fri Jul 15 17:42:54 2016 (r418599) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= rex-text +PORTVERSION= 0.1.1 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Ruby Exploitation(Rex) methods for text manipulation and generation + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes + +USE_RUBY= yes +USES= gem + +.include Added: head/security/rubygem-rex-text/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-text/distinfo Fri Jul 15 17:42:54 2016 (r418599) @@ -0,0 +1,3 @@ +TIMESTAMP = 1468491925 +SHA256 (rubygem/rex-text-0.1.1.gem) = 12832b1e56338e472d97f046cbea7e804bd95aef6045548c85232d66109765a2 +SIZE (rubygem/rex-text-0.1.1.gem) = 39424 Added: head/security/rubygem-rex-text/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-text/pkg-descr Fri Jul 15 17:42:54 2016 (r418599) @@ -0,0 +1,4 @@ +This Gem contains all of the Ruby Exploitation(Rex) methods for text +manipulation and generation. + +WWW: https://github.com/rapid7/rex-text