svn commit: r418604 - in head/security: . rubygem-rex-zip

Antoine Brodin antoine at FreeBSD.org
Fri Jul 15 17:50:19 UTC 2016


Author: antoine
Date: Fri Jul 15 17:50:17 2016
New Revision: 418604
URL: https://svnweb.freebsd.org/changeset/ports/418604

Log:
  New port: security/rubygem-rex-zip
  
  This Gem contains all of the Ruby Exploitation(Rex) library for working with zip
  and related files.
  
  WWW: https://github.com/rapid7/rex-zip

Added:
  head/security/rubygem-rex-zip/
  head/security/rubygem-rex-zip/Makefile   (contents, props changed)
  head/security/rubygem-rex-zip/distinfo   (contents, props changed)
  head/security/rubygem-rex-zip/pkg-descr   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Fri Jul 15 17:49:11 2016	(r418603)
+++ head/security/Makefile	Fri Jul 15 17:50:17 2016	(r418604)
@@ -1011,6 +1011,7 @@
     SUBDIR += rubygem-rex-random_identifier
     SUBDIR += rubygem-rex-registry
     SUBDIR += rubygem-rex-text
+    SUBDIR += rubygem-rex-zip
     SUBDIR += rubygem-roauth
     SUBDIR += rubygem-ruby-hmac
     SUBDIR += rubygem-ruby-rc4

Added: head/security/rubygem-rex-zip/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-rex-zip/Makefile	Fri Jul 15 17:50:17 2016	(r418604)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME=	rex-zip
+PORTVERSION=	0.1.0
+CATEGORIES=	security rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	antoine at FreeBSD.org
+COMMENT=	Ruby Exploitation(Rex) library for working with zip and related files
+
+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-zip/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-rex-zip/distinfo	Fri Jul 15 17:50:17 2016	(r418604)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1468493064
+SHA256 (rubygem/rex-zip-0.1.0.gem) = b3baa908fd912a3b0366f92247b9e9391c265fdb9456ac3864dc635176588647
+SIZE (rubygem/rex-zip-0.1.0.gem) = 23040

Added: head/security/rubygem-rex-zip/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-rex-zip/pkg-descr	Fri Jul 15 17:50:17 2016	(r418604)
@@ -0,0 +1,4 @@
+This Gem contains all of the Ruby Exploitation(Rex) library for working with zip
+and related files.
+
+WWW: https://github.com/rapid7/rex-zip


More information about the svn-ports-all mailing list