Add a new port security/rubygem-digest-crc.

Approved by:	swills (mentor)
This commit is contained in:
Brad Davis 2016-05-19 14:31:37 +00:00
parent 5797a8b751
commit 4a8f2b6f1f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415506
4 changed files with 25 additions and 0 deletions

View file

@ -967,6 +967,7 @@
SUBDIR += rubygem-bcrypt
SUBDIR += rubygem-bcrypt-ruby
SUBDIR += rubygem-devise-two-factor
SUBDIR += rubygem-digest-crc
SUBDIR += rubygem-doorkeeper
SUBDIR += rubygem-encryptor
SUBDIR += rubygem-ezcrypto

View file

@ -0,0 +1,17 @@
# $FreeBSD$
PORTNAME= digest-crc
PORTVERSION= 0.4.1
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Adds support for CRC to the Digest module
LICENSE= MIT
USE_RUBY= yes
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1463609107
SHA256 (rubygem/digest-crc-0.4.1.gem) = 1494ee18bbb84a61828afe09616dc22c2b73a492b50b0f79334a85321db80823
SIZE (rubygem/digest-crc-0.4.1.gem) = 22528

View file

@ -0,0 +1,4 @@
Adds support for calculating Cyclic Redundancy Check (CRC) to the Digest module.
Pure Ruby implementation. Provides CRC Tables for optimized calculations.
WWW: https://github.com/postmodern/digest-crc