Verified Commit e22932e9 authored by sunpoet's avatar sunpoet
Browse files

devel/rubygem-unicode-display_width1: Remove obsoleted port

Use devel/rubygem-unicode-display_width instead.
parent 8b27471d
Loading
Loading
Loading
Loading
+0 −22
Original line number Diff line number Diff line
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	unicode-display_width
PORTVERSION=	1.8.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	1

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Get the display size of a string

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/MIT-LICENSE.txt

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

PORTSCOUT=	limit:^1\.

.include <bsd.port.mk>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1632037926
SHA256 (rubygem/unicode-display_width-1.8.0.gem) = 0292132d364d59fcdd83f144910c48b3c8332b28a14c5c04bb093dd165600488
SIZE (rubygem/unicode-display_width-1.8.0.gem) = 11776
+0 −5
Original line number Diff line number Diff line
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