aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-03-06 06:17:12 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-03-06 06:17:12 +0000
commit7920446274e0cc5448f82cfad15c4b65fe0e14e6 (patch)
treeff771a3f38956f09736f586ad468a746cb127e2a /devel
parent74362a61ec33b2c53344987522cad8f0edb1afd4 (diff)
downloadports-7920446274e0cc5448f82cfad15c4b65fe0e14e6.tar.gz
ports-7920446274e0cc5448f82cfad15c4b65fe0e14e6.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-unicode-display_width/Makefile20
-rw-r--r--devel/rubygem-unicode-display_width/distinfo2
-rw-r--r--devel/rubygem-unicode-display_width/pkg-descr5
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index de6fbe7b810c..6b406428eb8c 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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
diff --git a/devel/rubygem-unicode-display_width/Makefile b/devel/rubygem-unicode-display_width/Makefile
new file mode 100644
index 000000000000..535a7b7ad922
--- /dev/null
+++ b/devel/rubygem-unicode-display_width/Makefile
@@ -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>
diff --git a/devel/rubygem-unicode-display_width/distinfo b/devel/rubygem-unicode-display_width/distinfo
new file mode 100644
index 000000000000..ca2b15cf7717
--- /dev/null
+++ b/devel/rubygem-unicode-display_width/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/unicode-display_width-0.3.1.gem) = 0422927715063702a58d200e662a55d1c1b9f114a2070c4a9c13fae7920e16c3
+SIZE (rubygem/unicode-display_width-0.3.1.gem) = 520192
diff --git a/devel/rubygem-unicode-display_width/pkg-descr b/devel/rubygem-unicode-display_width/pkg-descr
new file mode 100644
index 000000000000..ac40d3a74c85
--- /dev/null
+++ b/devel/rubygem-unicode-display_width/pkg-descr
@@ -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