pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/ruby-unicode-display_width textproc/ruby-unic...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a6283f408ea5
branches:  trunk
changeset: 340600:a6283f408ea5
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri Oct 04 23:41:47 2019 +0000

description:
textproc/ruby-unicode-display_width: import ruby26-unicode-display_width-1.6.0

Determines the monospace display width of a string in Ruby.
Implementation based on EastAsianWidth.txt and other data, 100% in
Ruby. Other than wcwidth(), which fulfills a similar purpose, it
does not rely on the OS vendor to provide an up-to-date method for
measuring string width.

diffstat:

 textproc/ruby-unicode-display_width/DESCR    |   5 +++++
 textproc/ruby-unicode-display_width/Makefile |  12 ++++++++++++
 textproc/ruby-unicode-display_width/PLIST    |  12 ++++++++++++
 textproc/ruby-unicode-display_width/distinfo |   6 ++++++
 4 files changed, 35 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r 9a360f16240f -r a6283f408ea5 textproc/ruby-unicode-display_width/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-unicode-display_width/DESCR Fri Oct 04 23:41:47 2019 +0000
@@ -0,0 +1,5 @@
+Determines the monospace display width of a string in Ruby.
+Implementation based on EastAsianWidth.txt and other data, 100% in
+Ruby. Other than wcwidth(), which fulfills a similar purpose, it
+does not rely on the OS vendor to provide an up-to-date method for
+measuring string width.
diff -r 9a360f16240f -r a6283f408ea5 textproc/ruby-unicode-display_width/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-unicode-display_width/Makefile      Fri Oct 04 23:41:47 2019 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2019/10/04 23:41:47 ryoon Exp $
+
+DISTNAME=      unicode-display_width-1.6.0
+CATEGORIES=    textproc
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/janlelis/unicode-display_width
+COMMENT=       Monospace Unicode character width in Ruby
+LICENSE=       mit
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 9a360f16240f -r a6283f408ea5 textproc/ruby-unicode-display_width/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-unicode-display_width/PLIST Fri Oct 04 23:41:47 2019 +0000
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1 2019/10/04 23:41:47 ryoon Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/CHANGELOG.md
+${GEM_LIBDIR}/MIT-LICENSE.txt
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/data/display_width.marshal.gz
+${GEM_LIBDIR}/lib/unicode/display_width.rb
+${GEM_LIBDIR}/lib/unicode/display_width/constants.rb
+${GEM_LIBDIR}/lib/unicode/display_width/index.rb
+${GEM_LIBDIR}/lib/unicode/display_width/no_string_ext.rb
+${GEM_LIBDIR}/lib/unicode/display_width/string_ext.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 9a360f16240f -r a6283f408ea5 textproc/ruby-unicode-display_width/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-unicode-display_width/distinfo      Fri Oct 04 23:41:47 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/10/04 23:41:47 ryoon Exp $
+
+SHA1 (unicode-display_width-1.6.0.gem) = 61490c063cc6296f142ad2a94172d964f62b9045
+RMD160 (unicode-display_width-1.6.0.gem) = c21810f58a6900abdd1529f84a2bd3e51ee4edae
+SHA512 (unicode-display_width-1.6.0.gem) = 1506bb739629061c49ff7fa7f02907e3745674fb88478a7d26d4d7d97e1c5d31d8c2b082853a80cd278f1346f3fb0392cabc73bc555ada5bf9e27c097b9964de
+Size (unicode-display_width-1.6.0.gem) = 11264 bytes



Home | Main Index | Thread Index | Old Index