summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-12-04 12:21:31 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-12-04 12:21:31 +0000
commitc0f8cdb2b74e1b5e4a035e07a51a9db9a8f4ac3e (patch)
tree4a5fa0c70a78cf8d4de68ba5a014c6bdeff83b70 /devel
parent- Add py-pgcli 0.20.1 (diff)
- 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
Notes
Notes: svn path=/head/; revision=402925
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-hashdiff/Makefile20
-rw-r--r--devel/rubygem-hashdiff/distinfo2
-rw-r--r--devel/rubygem-hashdiff/pkg-descr4
4 files changed, 27 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 7abd42322244..13b1b37ca034 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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
diff --git a/devel/rubygem-hashdiff/Makefile b/devel/rubygem-hashdiff/Makefile
new file mode 100644
index 000000000000..9791a9a46390
--- /dev/null
+++ b/devel/rubygem-hashdiff/Makefile
@@ -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>
diff --git a/devel/rubygem-hashdiff/distinfo b/devel/rubygem-hashdiff/distinfo
new file mode 100644
index 000000000000..6eda10e7068c
--- /dev/null
+++ b/devel/rubygem-hashdiff/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/hashdiff-0.2.3.gem) = e3b61e7c19235619296300cd7e8aa4e6ac7d257446bc4e47742761a5f177a6c4
+SIZE (rubygem/hashdiff-0.2.3.gem) = 15360
diff --git a/devel/rubygem-hashdiff/pkg-descr b/devel/rubygem-hashdiff/pkg-descr
new file mode 100644
index 000000000000..6f7cb20f07fe
--- /dev/null
+++ b/devel/rubygem-hashdiff/pkg-descr
@@ -0,0 +1,4 @@
+HashDiff is a ruby library to compute the smallest difference between two
+hashes.
+
+WWW: https://github.com/liufengyun/hashdiff