svn commit: r380268 - head/security/rubygem-scrypt
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Mar 2 14:30:21 UTC 2015
Author: sunpoet
Date: Mon Mar 2 14:30:19 2015
New Revision: 380268
URL: https://svnweb.freebsd.org/changeset/ports/380268
QAT: https://qat.redports.org/buildarchive/r380268/
Log:
- Add rubygem-scrypt 2.0.0
The scrypt key derivation function is designed to be far more secure against
hardware brute-force attacks than alternative functions such as PBKDF2 or
bcrypt.
WWW: https://github.com/pbhogan/scrypt
RG: https://rubygems.org/gems/scrypt
Added:
head/security/rubygem-scrypt/
head/security/rubygem-scrypt/Makefile (contents, props changed)
head/security/rubygem-scrypt/distinfo (contents, props changed)
head/security/rubygem-scrypt/pkg-descr (contents, props changed)
Added: head/security/rubygem-scrypt/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/rubygem-scrypt/Makefile Mon Mar 2 14:30:19 2015 (r380268)
@@ -0,0 +1,21 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= scrypt
+PORTVERSION= 2.0.0
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Scrypt key derivation function
+
+LICENSE= BSD3CLAUSE
+
+RUN_DEPENDS= rubygem-ffi-compiler>=0.0.2:${PORTSDIR}/devel/rubygem-ffi-compiler \
+ rubygem-rake>=0:${PORTSDIR}/devel/rubygem-rake
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
Added: head/security/rubygem-scrypt/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/rubygem-scrypt/distinfo Mon Mar 2 14:30:19 2015 (r380268)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/scrypt-2.0.0.gem) = 34cf4f10e0fa4b03b6722e3987a9907fd89a83293dabcc5333541349a2da17ea
+SIZE (rubygem/scrypt-2.0.0.gem) = 23552
Added: head/security/rubygem-scrypt/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/rubygem-scrypt/pkg-descr Mon Mar 2 14:30:19 2015 (r380268)
@@ -0,0 +1,6 @@
+The scrypt key derivation function is designed to be far more secure against
+hardware brute-force attacks than alternative functions such as PBKDF2 or
+bcrypt.
+
+WWW: https://github.com/pbhogan/scrypt
+RG: https://rubygems.org/gems/scrypt
More information about the svn-ports-all
mailing list