aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-bcrypt_pbkdf
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2017-11-28 15:41:22 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2017-11-28 15:41:22 +0000
commit9c55a2a8d0b04f5a7f9a9da358910e01959351f5 (patch)
treea2ff0d1683ecf84b3a6b1d96351b675e3cd49cee /security/rubygem-bcrypt_pbkdf
parentaf6cd877c01e06e1c687bc41a6d3958d0bd72afb (diff)
downloadports-9c55a2a8d0b04f5a7f9a9da358910e01959351f5.tar.gz
ports-9c55a2a8d0b04f5a7f9a9da358910e01959351f5.zip
New port: security/rubygem-bcrypt_pbkdf
This gem implements bcrypt_pdkfd (a variant of PBKDF2 with bcrypt-based PRF) WWW: https://github.com/net-ssh/bcrypt_pbkdf-ruby Submitted by: Matthias Fechner <idefix@fechner.net>
Notes
Notes: svn path=/head/; revision=455046
Diffstat (limited to 'security/rubygem-bcrypt_pbkdf')
-rw-r--r--security/rubygem-bcrypt_pbkdf/Makefile25
-rw-r--r--security/rubygem-bcrypt_pbkdf/distinfo3
-rw-r--r--security/rubygem-bcrypt_pbkdf/pkg-descr3
3 files changed, 31 insertions, 0 deletions
diff --git a/security/rubygem-bcrypt_pbkdf/Makefile b/security/rubygem-bcrypt_pbkdf/Makefile
new file mode 100644
index 000000000000..c11f954808dc
--- /dev/null
+++ b/security/rubygem-bcrypt_pbkdf/Makefile
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME= bcrypt_pbkdf
+PORTVERSION= 1.0.0
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+
+MAINTAINER= tz@FreeBSD.org
+COMMENT= This gem implements bcrypt_pdkfd
+
+LICENSE= MIT
+
+BUILD_DEPENDS= rubygem-minitest>=5:devel/rubygem-minitest \
+ rubygem-rake-compiler>=0.9.7:devel/rubygem-rake-compiler \
+ rubygem-rake-compiler-dock>=0.5.3:devel/rubygem-rake-compiler-dock \
+ rubygem-rbnacl>=3.3:security/rubygem-rbnacl \
+ rubygem-rbnacl-libsodium>=1.0.8:security/rubygem-rbnacl-libsodium \
+ rubygem-rdoc>=3.12:devel/rubygem-rdoc
+LIB_DEPENDS= libunwind.so:devel/libunwind \
+ libgmp.so:math/gmp
+
+USES= gem
+USE_RUBY= yes
+
+.include <bsd.port.mk>
diff --git a/security/rubygem-bcrypt_pbkdf/distinfo b/security/rubygem-bcrypt_pbkdf/distinfo
new file mode 100644
index 000000000000..e7b7a28ac2fa
--- /dev/null
+++ b/security/rubygem-bcrypt_pbkdf/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1509098108
+SHA256 (rubygem/bcrypt_pbkdf-1.0.0.gem) = 1b86abaca5f4b0e9626b3218ba8f680863bfb3ea2316e1cf647be3c346984432
+SIZE (rubygem/bcrypt_pbkdf-1.0.0.gem) = 24576
diff --git a/security/rubygem-bcrypt_pbkdf/pkg-descr b/security/rubygem-bcrypt_pbkdf/pkg-descr
new file mode 100644
index 000000000000..70a427d95719
--- /dev/null
+++ b/security/rubygem-bcrypt_pbkdf/pkg-descr
@@ -0,0 +1,3 @@
+This gem implements bcrypt_pdkfd (a variant of PBKDF2 with bcrypt-based PRF)
+
+WWW: https://github.com/net-ssh/bcrypt_pbkdf-ruby