A Ruby implementation of the Password-Based Key-Derivation Function v2

WWW: https://github.com/emerose/pbkdf2-ruby
This commit is contained in:
Mark Felder 2018-01-08 16:51:12 +00:00
parent 7ee20cb01c
commit 43666ff0f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458438
4 changed files with 26 additions and 0 deletions

View file

@ -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

View file

@ -0,0 +1,19 @@
# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$
PORTNAME= pbkdf2-ruby
PORTVERSION= 0.2.1
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= feld@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>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1513259259
SHA256 (rubygem/pbkdf2-ruby-0.2.1.gem) = e1f90f3c57a2fd628484e26c11d5b9bab7708a502de316450a70d38966599b04
SIZE (rubygem/pbkdf2-ruby-0.2.1.gem) = 11776

View file

@ -0,0 +1,3 @@
A Ruby implementation of the Password-Based Key-Derivation Function v2
WWW: https://github.com/emerose/pbkdf2-ruby