From owner-svn-ports-head@freebsd.org Fri Dec 4 12:21:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96639A3E864; Fri, 4 Dec 2015 12:21:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B58E1D27; Fri, 4 Dec 2015 12:21:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB4CLW7Z005545; Fri, 4 Dec 2015 12:21:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB4CLW0v005541; Fri, 4 Dec 2015 12:21:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512041221.tB4CLW0v005541@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 4 Dec 2015 12:21:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402925 - in head/devel: . rubygem-hashdiff X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Dec 2015 12:21:33 -0000 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 +# $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 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