Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Aug 2018 20:16:35 +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: r476943 - in head/devel: . rubygem-unicode_utils
Message-ID:  <201808112016.w7BKGZDE039531@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sunpoet@FreeBSD.org>
+# $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 <bsd.port.mk>

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



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