Date: Sun, 4 Sep 2016 08:28:45 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> 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 Message-ID: <201609040828.u848SjY9043829@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609040828.u848SjY9043829>