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:
Philip M. Gollucci 2010-08-23 04:11:32 +00:00
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

View file

@ -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

View 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>

View 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

View 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