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:
parent
0d23c99c45
commit
c0f8cdb2b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402925
@ -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
|
||||
|
20
devel/rubygem-hashdiff/Makefile
Normal file
20
devel/rubygem-hashdiff/Makefile
Normal 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>
|
2
devel/rubygem-hashdiff/distinfo
Normal file
2
devel/rubygem-hashdiff/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/hashdiff-0.2.3.gem) = e3b61e7c19235619296300cd7e8aa4e6ac7d257446bc4e47742761a5f177a6c4
|
||||
SIZE (rubygem/hashdiff-0.2.3.gem) = 15360
|
4
devel/rubygem-hashdiff/pkg-descr
Normal file
4
devel/rubygem-hashdiff/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
HashDiff is a ruby library to compute the smallest difference between two
|
||||
hashes.
|
||||
|
||||
WWW: https://github.com/liufengyun/hashdiff
|
Loading…
Reference in New Issue
Block a user