1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

- Add rubygem-hashdiff 0.2.3

HashDiff is a ruby library to compute the smallest difference between two
hashes.

WWW: https://github.com/liufengyun/hashdiff
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-12-04 12:21:31 +00:00
parent 0d23c99c45
commit c0f8cdb2b7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402925
4 changed files with 27 additions and 0 deletions

View File

@ -4810,6 +4810,7 @@
SUBDIR += rubygem-grit
SUBDIR += rubygem-guess_html_encoding
SUBDIR += rubygem-gyoku
SUBDIR += rubygem-hashdiff
SUBDIR += rubygem-hashery
SUBDIR += rubygem-hashie
SUBDIR += rubygem-hashie2

View File

@ -0,0 +1,20 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= hashdiff
PORTVERSION= 0.2.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Diff lib to compute the smallest difference between two hashes
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/hashdiff-0.2.3.gem) = e3b61e7c19235619296300cd7e8aa4e6ac7d257446bc4e47742761a5f177a6c4
SIZE (rubygem/hashdiff-0.2.3.gem) = 15360

View File

@ -0,0 +1,4 @@
HashDiff is a ruby library to compute the smallest difference between two
hashes.
WWW: https://github.com/liufengyun/hashdiff