Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Dec 2015 12:21:32 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402925 - in head/devel: . rubygem-hashdiff
Message-ID:  <201512041221.tB4CLW0v005541@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Dec  4 12:21:31 2015
New Revision: 402925
URL: https://svnweb.freebsd.org/changeset/ports/402925

Log:
  - 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

Added:
  head/devel/rubygem-hashdiff/
  head/devel/rubygem-hashdiff/Makefile   (contents, props changed)
  head/devel/rubygem-hashdiff/distinfo   (contents, props changed)
  head/devel/rubygem-hashdiff/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Dec  4 12:21:24 2015	(r402924)
+++ head/devel/Makefile	Fri Dec  4 12:21:31 2015	(r402925)
@@ -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

Added: head/devel/rubygem-hashdiff/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-hashdiff/Makefile	Fri Dec  4 12:21:31 2015	(r402925)
@@ -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>

Added: head/devel/rubygem-hashdiff/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-hashdiff/distinfo	Fri Dec  4 12:21:31 2015	(r402925)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/hashdiff-0.2.3.gem) = e3b61e7c19235619296300cd7e8aa4e6ac7d257446bc4e47742761a5f177a6c4
+SIZE (rubygem/hashdiff-0.2.3.gem) = 15360

Added: head/devel/rubygem-hashdiff/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-hashdiff/pkg-descr	Fri Dec  4 12:21:31 2015	(r402925)
@@ -0,0 +1,4 @@
+HashDiff is a ruby library to compute the smallest difference between two
+hashes.
+
+WWW: https://github.com/liufengyun/hashdiff



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512041221.tB4CLW0v005541>