Unicode string manipulation library for Ruby. This library is based on UTR #15
Unicode Normalization Forms[1]. [1] http://www.unicode.org/unicode/reports/tr15/ WWW: http://www.yoshidam.net/unicode.txt PR: ports/149160 Submitted by: Alexey V. Degtyarev <alexey at renatasystems.org>
This commit is contained in:
parent
7eb20ebd6c
commit
16930f57d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259804
4 changed files with 29 additions and 0 deletions
|
@ -3110,6 +3110,7 @@
|
|||
SUBDIR += rubygem-treetop
|
||||
SUBDIR += rubygem-trollop
|
||||
SUBDIR += rubygem-tzinfo
|
||||
SUBDIR += rubygem-unicode
|
||||
SUBDIR += rubygem-uuid
|
||||
SUBDIR += rubygem-uuidtools
|
||||
SUBDIR += rubygem-validatable
|
||||
|
|
19
devel/rubygem-unicode/Makefile
Normal file
19
devel/rubygem-unicode/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Ports collection makefile for: rubygem-unicode
|
||||
# Date created: Sat 31 Jul 2010
|
||||
# Whom: Alexey V. Degtyarev <alexey@renatasystems.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= unicode
|
||||
PORTVERSION= 0.3.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= alexey@renatasystems.org
|
||||
COMMENT= Unicode string manipulation library for Ruby
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-unicode/distinfo
Normal file
3
devel/rubygem-unicode/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (rubygem/unicode-0.3.0.gem) = 8030457af3fd7482652e4ee6507a53a5
|
||||
SHA256 (rubygem/unicode-0.3.0.gem) = 257e040defd18c41cd47736c5486faec952c40436fe3da3d9893c2d76d8bee80
|
||||
SIZE (rubygem/unicode-0.3.0.gem) = 117248
|
6
devel/rubygem-unicode/pkg-descr
Normal file
6
devel/rubygem-unicode/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
Unicode string manipulation library for Ruby. This library is based on UTR #15
|
||||
Unicode Normalization Forms[1].
|
||||
|
||||
[1] http://www.unicode.org/unicode/reports/tr15/
|
||||
|
||||
WWW: http://www.yoshidam.net/unicode.txt
|
Loading…
Reference in a new issue