mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-17 22:11:19 +02:00
create bsd12 branch
This commit is contained in:
17
ruby/rubygem-unicode-display_width/Makefile
Normal file
17
ruby/rubygem-unicode-display_width/Makefile
Normal file
@@ -0,0 +1,17 @@
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD: head/devel/rubygem-unicode-display_width/Makefile 501494 2019-05-12 20:11:44Z sunpoet $
|
||||
|
||||
PORTNAME= unicode-display_width
|
||||
PORTVERSION= 1.6.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Get the display size of a string
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
ruby/rubygem-unicode-display_width/distinfo
Normal file
3
ruby/rubygem-unicode-display_width/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1557680329
|
||||
SHA256 (rubygem/unicode-display_width-1.6.0.gem) = 5cfcc08491f3978e8506b5527d9e871beeffe2b5dacc62df78fb86a9a28d6e22
|
||||
SIZE (rubygem/unicode-display_width-1.6.0.gem) = 11264
|
||||
5
ruby/rubygem-unicode-display_width/pkg-descr
Normal file
5
ruby/rubygem-unicode-display_width/pkg-descr
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user