Index: head/security/rubygem-hkdf/Makefile =================================================================== --- head/security/rubygem-hkdf/Makefile (nonexistent) +++ head/security/rubygem-hkdf/Makefile (revision 446762) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= hkdf +PORTVERSION= 0.3.0 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= jrm@FreeBSD.org +COMMENT= HMAC-based Key Derivation Function + +LICENSE= MIT + +NO_ARCH= yes + +USES= gem +USE_RUBY= yes + +.include Property changes on: head/security/rubygem-hkdf/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-hkdf/distinfo =================================================================== --- head/security/rubygem-hkdf/distinfo (nonexistent) +++ head/security/rubygem-hkdf/distinfo (revision 446762) @@ -0,0 +1,3 @@ +TIMESTAMP = 1501173125 +SHA256 (rubygem/hkdf-0.3.0.gem) = 34c62c7708451aaccbbafde62c471d837aa174dc30302381dfc486a2c0ebd111 +SIZE (rubygem/hkdf-0.3.0.gem) = 9216 Property changes on: head/security/rubygem-hkdf/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-hkdf/pkg-descr =================================================================== --- head/security/rubygem-hkdf/pkg-descr (nonexistent) +++ head/security/rubygem-hkdf/pkg-descr (revision 446762) @@ -0,0 +1,5 @@ +A ruby implementation of RFC5869: HMAC-based Extract-and-Expand Key +Derivation Function (HKDF). The goal of HKDF is to take some source key +material and generate suitable cryptographic keys from it. + +WWW: http://github.com/jtdowney/hkdf Property changes on: head/security/rubygem-hkdf/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