From owner-svn-ports-all@freebsd.org Sun Sep 4 08:28:47 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 0E180BCE091; Sun, 4 Sep 2016 08:28:47 +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 B8718371; Sun, 4 Sep 2016 08:28:46 +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 u848Sjp3043833; Sun, 4 Sep 2016 08:28:45 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u848SjY9043829; Sun, 4 Sep 2016 08:28:45 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201609040828.u848SjY9043829@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 4 Sep 2016 08:28:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421313 - in head/security: . rubygem-rex-mime 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, 04 Sep 2016 08:28:47 -0000 Author: antoine Date: Sun Sep 4 08:28:45 2016 New Revision: 421313 URL: https://svnweb.freebsd.org/changeset/ports/421313 Log: New port: security/rubygem-rex-mime This Gem contains all of the Ruby Exploitation(Rex) methods for creating and/or parsing MIME messages. WWW: https://github.com/rapid7/rex-mime Added: head/security/rubygem-rex-mime/ head/security/rubygem-rex-mime/Makefile (contents, props changed) head/security/rubygem-rex-mime/distinfo (contents, props changed) head/security/rubygem-rex-mime/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun Sep 4 08:27:08 2016 (r421312) +++ head/security/Makefile Sun Sep 4 08:28:45 2016 (r421313) @@ -1014,6 +1014,7 @@ SUBDIR += rubygem-recog SUBDIR += rubygem-rex-arch SUBDIR += rubygem-rex-java + SUBDIR += rubygem-rex-mime SUBDIR += rubygem-rex-ole SUBDIR += rubygem-rex-powershell SUBDIR += rubygem-rex-random_identifier Added: head/security/rubygem-rex-mime/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-mime/Makefile Sun Sep 4 08:28:45 2016 (r421313) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= rex-mime +PORTVERSION= 0.1.1 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Ruby Exploitation(Rex) methods for creating and parsing MIME messages + +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-mime/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-mime/distinfo Sun Sep 4 08:28:45 2016 (r421313) @@ -0,0 +1,3 @@ +TIMESTAMP = 1472927250 +SHA256 (rubygem/rex-mime-0.1.1.gem) = 393e052472310c5526687aa29662b6d0e20d0ccb73eb7a1be359a0b115facb03 +SIZE (rubygem/rex-mime-0.1.1.gem) = 16384 Added: head/security/rubygem-rex-mime/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-mime/pkg-descr Sun Sep 4 08:28:45 2016 (r421313) @@ -0,0 +1,4 @@ +This Gem contains all of the Ruby Exploitation(Rex) methods for creating and/or +parsing MIME messages. + +WWW: https://github.com/rapid7/rex-mime