From owner-svn-ports-all@freebsd.org Sat Aug 11 20:16:37 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E7661078936; Sat, 11 Aug 2018 20:16:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0322D8FB35; Sat, 11 Aug 2018 20:16:37 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BCE421C058; Sat, 11 Aug 2018 20:16:36 +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 w7BKGasZ039534; Sat, 11 Aug 2018 20:16:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7BKGZDE039531; Sat, 11 Aug 2018 20:16:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201808112016.w7BKGZDE039531@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 11 Aug 2018 20:16:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476943 - in head/devel: . rubygem-unicode_utils X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-unicode_utils X-SVN-Commit-Revision: 476943 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Aug 2018 20:16:37 -0000 Author: sunpoet Date: Sat Aug 11 20:16:35 2018 New Revision: 476943 URL: https://svnweb.freebsd.org/changeset/ports/476943 Log: Add rubygem-unicode_utils 1.4.0 UnicodeUtils implements Unicode algorithms for case conversion, normalization, text segmentation and more in pure Ruby code. WWW: https://github.com/lang/unicode_utils Added: head/devel/rubygem-unicode_utils/ head/devel/rubygem-unicode_utils/Makefile (contents, props changed) head/devel/rubygem-unicode_utils/distinfo (contents, props changed) head/devel/rubygem-unicode_utils/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Aug 11 19:47:43 2018 (r476942) +++ head/devel/Makefile Sat Aug 11 20:16:35 2018 (r476943) @@ -6057,6 +6057,7 @@ SUBDIR += rubygem-uber SUBDIR += rubygem-unicode SUBDIR += rubygem-unicode-display_width + SUBDIR += rubygem-unicode_utils SUBDIR += rubygem-useragent SUBDIR += rubygem-uuid SUBDIR += rubygem-uuidtools Added: head/devel/rubygem-unicode_utils/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-unicode_utils/Makefile Sat Aug 11 20:16:35 2018 (r476943) @@ -0,0 +1,19 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= unicode_utils +PORTVERSION= 1.4.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Additional Unicode aware functions + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include Added: head/devel/rubygem-unicode_utils/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-unicode_utils/distinfo Sat Aug 11 20:16:35 2018 (r476943) @@ -0,0 +1,3 @@ +TIMESTAMP = 1534011237 +SHA256 (rubygem/unicode_utils-1.4.0.gem) = b922d0cf2313b6b7136ada6645ce7154ffc86418ca07d53b058efe9eb72f2a40 +SIZE (rubygem/unicode_utils-1.4.0.gem) = 439808 Added: head/devel/rubygem-unicode_utils/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-unicode_utils/pkg-descr Sat Aug 11 20:16:35 2018 (r476943) @@ -0,0 +1,4 @@ +UnicodeUtils implements Unicode algorithms for case conversion, normalization, +text segmentation and more in pure Ruby code. + +WWW: https://github.com/lang/unicode_utils