Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jul 2016 17:44:49 +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: r418600 - in head/security: . rubygem-rex-random_identifier
Message-ID:  <201607151744.u6FHinnx051380@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Jul 15 17:44:49 2016
New Revision: 418600
URL: https://svnweb.freebsd.org/changeset/ports/418600

Log:
  New port: security/rubygem-rex-random_identifier
  
  This Gem contains all of the Ruby Exploitation(Rex) library for generating
  Random identifier strings.
  
  WWW: https://github.com/rapid7/rex-random_identifier

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

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Fri Jul 15 17:42:54 2016	(r418599)
+++ head/security/Makefile	Fri Jul 15 17:44:49 2016	(r418600)
@@ -1006,6 +1006,7 @@
     SUBDIR += rubygem-rack-oauth2
     SUBDIR += rubygem-razorback-scriptNugget
     SUBDIR += rubygem-recog
+    SUBDIR += rubygem-rex-random_identifier
     SUBDIR += rubygem-rex-text
     SUBDIR += rubygem-roauth
     SUBDIR += rubygem-ruby-hmac

Added: head/security/rubygem-rex-random_identifier/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-rex-random_identifier/Makefile	Fri Jul 15 17:44:49 2016	(r418600)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME=	rex-random_identifier
+PORTVERSION=	0.1.0
+CATEGORIES=	security rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	antoine@FreeBSD.org
+COMMENT=	Ruby Exploitation(Rex) library for generating Random identifier
+
+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-random_identifier/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-rex-random_identifier/distinfo	Fri Jul 15 17:44:49 2016	(r418600)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1468492825
+SHA256 (rubygem/rex-random_identifier-0.1.0.gem) = ca821c23c0b1bf45e8411b4586031d4c5a08f86170b48047c4269e49eecc7813
+SIZE (rubygem/rex-random_identifier-0.1.0.gem) = 15872

Added: head/security/rubygem-rex-random_identifier/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-rex-random_identifier/pkg-descr	Fri Jul 15 17:44:49 2016	(r418600)
@@ -0,0 +1,4 @@
+This Gem contains all of the Ruby Exploitation(Rex) library for generating
+Random identifier strings.
+
+WWW: https://github.com/rapid7/rex-random_identifier



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607151744.u6FHinnx051380>