Index: head/security/rubygem-scrypt/Makefile =================================================================== --- head/security/rubygem-scrypt/Makefile (nonexistent) +++ head/security/rubygem-scrypt/Makefile (revision 380268) @@ -0,0 +1,21 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $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 Property changes on: head/security/rubygem-scrypt/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/rubygem-scrypt/distinfo =================================================================== --- head/security/rubygem-scrypt/distinfo (nonexistent) +++ head/security/rubygem-scrypt/distinfo (revision 380268) @@ -0,0 +1,2 @@ +SHA256 (rubygem/scrypt-2.0.0.gem) = 34cf4f10e0fa4b03b6722e3987a9907fd89a83293dabcc5333541349a2da17ea +SIZE (rubygem/scrypt-2.0.0.gem) = 23552 Property changes on: head/security/rubygem-scrypt/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/rubygem-scrypt/pkg-descr =================================================================== --- head/security/rubygem-scrypt/pkg-descr (nonexistent) +++ head/security/rubygem-scrypt/pkg-descr (revision 380268) @@ -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 Property changes on: head/security/rubygem-scrypt/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property