Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Mar 2015 14:30:20 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r380268 - head/security/rubygem-scrypt
Message-ID:  <201503021430.t22EUKoB090466@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	scrypt
+PORTVERSION=	2.0.0
+CATEGORIES=	security rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@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



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