security/rubygem-digest: Add rubygem-digest 3.1.0
Digest provides a framework for message digest libraries. You may want to look at OpenSSL::Digest as it supports more algorithms. A cryptographic hash function is a procedure that takes data and returns a fixed bit string: the hash value, also known as digest. Hash functions are also called one-way functions, it is easy to compute a digest from a message, but it is infeasible to generate a message from a digest. WWW: https://github.com/ruby/digest
This commit is contained in:
@@ -1082,6 +1082,7 @@
|
||||
SUBDIR += rubygem-devise-two-factor-rails60
|
||||
SUBDIR += rubygem-devise-two-factor-rails61
|
||||
SUBDIR += rubygem-devise_pam_authenticatable2
|
||||
SUBDIR += rubygem-digest
|
||||
SUBDIR += rubygem-digest-crc
|
||||
SUBDIR += rubygem-doorkeeper
|
||||
SUBDIR += rubygem-doorkeeper-openid_connect
|
||||
|
||||
18
security/rubygem-digest/Makefile
Normal file
18
security/rubygem-digest/Makefile
Normal file
@@ -0,0 +1,18 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= digest
|
||||
PORTVERSION= 3.1.0
|
||||
CATEGORIES= security rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Framework for message digest libraries
|
||||
|
||||
LICENSE= BSD2CLAUSE RUBY
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
security/rubygem-digest/distinfo
Normal file
3
security/rubygem-digest/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1641045732
|
||||
SHA256 (rubygem/digest-3.1.0.gem) = 69cc7c26adc807f7073e8fd02b9e1a772ead93c3b8290ee58142f8f5fafe7c03
|
||||
SIZE (rubygem/digest-3.1.0.gem) = 40448
|
||||
10
security/rubygem-digest/pkg-descr
Normal file
10
security/rubygem-digest/pkg-descr
Normal file
@@ -0,0 +1,10 @@
|
||||
Digest provides a framework for message digest libraries.
|
||||
|
||||
You may want to look at OpenSSL::Digest as it supports more algorithms.
|
||||
|
||||
A cryptographic hash function is a procedure that takes data and returns a fixed
|
||||
bit string: the hash value, also known as digest. Hash functions are also called
|
||||
one-way functions, it is easy to compute a digest from a message, but it is
|
||||
infeasible to generate a message from a digest.
|
||||
|
||||
WWW: https://github.com/ruby/digest
|
||||
Reference in New Issue
Block a user