svn commit: r458438 - in head/security: . rubygem-pbkdf2-ruby

Mark Felder feld at FreeBSD.org
Mon Jan 8 16:51:13 UTC 2018


Author: feld
Date: Mon Jan  8 16:51:12 2018
New Revision: 458438
URL: https://svnweb.freebsd.org/changeset/ports/458438

Log:
  A Ruby implementation of the Password-Based Key-Derivation Function v2
  
  WWW: https://github.com/emerose/pbkdf2-ruby

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

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Mon Jan  8 16:48:58 2018	(r458437)
+++ head/security/Makefile	Mon Jan  8 16:51:12 2018	(r458438)
@@ -1089,6 +1089,7 @@
     SUBDIR += rubygem-openssl20
     SUBDIR += rubygem-openvas-omp
     SUBDIR += rubygem-origami
+    SUBDIR += rubygem-pbkdf2-ruby
     SUBDIR += rubygem-pundit
     SUBDIR += rubygem-pyu-ruby-sasl
     SUBDIR += rubygem-rack-oauth2

Added: head/security/rubygem-pbkdf2-ruby/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-pbkdf2-ruby/Makefile	Mon Jan  8 16:51:12 2018	(r458438)
@@ -0,0 +1,19 @@
+# Created by: Mark Felder <feld at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	pbkdf2-ruby
+PORTVERSION=	0.2.1
+CATEGORIES=	security rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	feld at FreeBSD.org
+COMMENT=	Password Based Key Derivation Function 2 for Ruby
+
+LICENSE=	MIT
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/security/rubygem-pbkdf2-ruby/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-pbkdf2-ruby/distinfo	Mon Jan  8 16:51:12 2018	(r458438)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1513259259
+SHA256 (rubygem/pbkdf2-ruby-0.2.1.gem) = e1f90f3c57a2fd628484e26c11d5b9bab7708a502de316450a70d38966599b04
+SIZE (rubygem/pbkdf2-ruby-0.2.1.gem) = 11776

Added: head/security/rubygem-pbkdf2-ruby/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-pbkdf2-ruby/pkg-descr	Mon Jan  8 16:51:12 2018	(r458438)
@@ -0,0 +1,3 @@
+A Ruby implementation of the Password-Based Key-Derivation Function v2
+
+WWW: https://github.com/emerose/pbkdf2-ruby


More information about the svn-ports-all mailing list