aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-18 21:43:33 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-18 22:06:59 +0000
commit4186d3b14c588ce66b717d57e05a6bcd82a4ca78 (patch)
tree48d78b8c9b95c929dde198d29014466b60f15b7b
parentd482245238f75c236e0f8b05af372125c63ad485 (diff)
downloadports-4186d3b14c588ce66b717d57e05a6bcd82a4ca78.tar.gz
ports-4186d3b14c588ce66b717d57e05a6bcd82a4ca78.zip
security/rubygem-hkdf0: Add rubygem-hkdf0 0.3.0 (copied from rubygem-hkdf)
- Add LICENSE - Add PORTSCOUT
-rw-r--r--security/Makefile1
-rw-r--r--security/rubygem-hkdf0/Makefile20
-rw-r--r--security/rubygem-hkdf0/distinfo3
-rw-r--r--security/rubygem-hkdf0/pkg-descr5
4 files changed, 29 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index cf8c25c55064..0c6d4ffaa076 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1082,6 +1082,7 @@
SUBDIR += rubygem-gpgr
SUBDIR += rubygem-gssapi
SUBDIR += rubygem-hkdf
+ SUBDIR += rubygem-hkdf0
SUBDIR += rubygem-hrr_rb_ssh
SUBDIR += rubygem-lockbox
SUBDIR += rubygem-metasploit-aggregator
diff --git a/security/rubygem-hkdf0/Makefile b/security/rubygem-hkdf0/Makefile
new file mode 100644
index 000000000000..96040535f40b
--- /dev/null
+++ b/security/rubygem-hkdf0/Makefile
@@ -0,0 +1,20 @@
+PORTNAME= hkdf
+PORTVERSION= 0.3.0
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 0
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= HMAC-based Key Derivation Function
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^0\.
+
+.include <bsd.port.mk>
diff --git a/security/rubygem-hkdf0/distinfo b/security/rubygem-hkdf0/distinfo
new file mode 100644
index 000000000000..38fed1fcc94e
--- /dev/null
+++ b/security/rubygem-hkdf0/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1501173125
+SHA256 (rubygem/hkdf-0.3.0.gem) = 34c62c7708451aaccbbafde62c471d837aa174dc30302381dfc486a2c0ebd111
+SIZE (rubygem/hkdf-0.3.0.gem) = 9216
diff --git a/security/rubygem-hkdf0/pkg-descr b/security/rubygem-hkdf0/pkg-descr
new file mode 100644
index 000000000000..bf39da1cd3d6
--- /dev/null
+++ b/security/rubygem-hkdf0/pkg-descr
@@ -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: https://github.com/jtdowney/hkdf