Date: Sun, 6 Mar 2016 06:17:12 +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: r410233 - in head/devel: . rubygem-unicode-display_width Message-ID: <201603060617.u266HCo7034031@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Mar 6 06:17:12 2016 New Revision: 410233 URL: https://svnweb.freebsd.org/changeset/ports/410233 Log: - Add rubygem-unicode-display_width 0.3.1 An early draft of a way to determine the size of the characters using EastAsianWidth.txt, based on the very early draft of a Ruby interface to UnicodeData.txt by runpaint. WWW: https://github.com/janlelis/unicode-display_width Added: head/devel/rubygem-unicode-display_width/ head/devel/rubygem-unicode-display_width/Makefile (contents, props changed) head/devel/rubygem-unicode-display_width/distinfo (contents, props changed) head/devel/rubygem-unicode-display_width/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Mar 6 06:16:28 2016 (r410232) +++ head/devel/Makefile Sun Mar 6 06:17:12 2016 (r410233) @@ -5153,6 +5153,7 @@ SUBDIR += rubygem-tzinfo SUBDIR += rubygem-tzinfo03 SUBDIR += rubygem-unicode + SUBDIR += rubygem-unicode-display_width SUBDIR += rubygem-uuid SUBDIR += rubygem-uuidtools SUBDIR += rubygem-validatable Added: head/devel/rubygem-unicode-display_width/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-unicode-display_width/Makefile Sun Mar 6 06:17:12 2016 (r410233) @@ -0,0 +1,20 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= unicode-display_width +PORTVERSION= 0.3.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Get the display size of a string + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/devel/rubygem-unicode-display_width/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-unicode-display_width/distinfo Sun Mar 6 06:17:12 2016 (r410233) @@ -0,0 +1,2 @@ +SHA256 (rubygem/unicode-display_width-0.3.1.gem) = 0422927715063702a58d200e662a55d1c1b9f114a2070c4a9c13fae7920e16c3 +SIZE (rubygem/unicode-display_width-0.3.1.gem) = 520192 Added: head/devel/rubygem-unicode-display_width/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-unicode-display_width/pkg-descr Sun Mar 6 06:17:12 2016 (r410233) @@ -0,0 +1,5 @@ +An early draft of a way to determine the size of the characters using +EastAsianWidth.txt, based on the very early draft of a Ruby interface to +UnicodeData.txt by runpaint. + +WWW: https://github.com/janlelis/unicode-display_width
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603060617.u266HCo7034031>