aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-unicode
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-08-23 04:11:32 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-08-23 04:11:32 +0000
commit16930f57d110ca964fe586fd4d96530fd7a02ebe (patch)
tree0a70d4facf8cd7f9613186ead89c4f30c2f8c566 /devel/rubygem-unicode
parent7eb20ebd6cc15102c8cf46ee9b44c028b08682c1 (diff)
downloadports-16930f57d110ca964fe586fd4d96530fd7a02ebe.tar.gz
ports-16930f57d110ca964fe586fd4d96530fd7a02ebe.zip
Notes
Diffstat (limited to 'devel/rubygem-unicode')
-rw-r--r--devel/rubygem-unicode/Makefile19
-rw-r--r--devel/rubygem-unicode/distinfo3
-rw-r--r--devel/rubygem-unicode/pkg-descr6
3 files changed, 28 insertions, 0 deletions
diff --git a/devel/rubygem-unicode/Makefile b/devel/rubygem-unicode/Makefile
new file mode 100644
index 000000000000..58fe1af4f100
--- /dev/null
+++ b/devel/rubygem-unicode/Makefile
@@ -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>
diff --git a/devel/rubygem-unicode/distinfo b/devel/rubygem-unicode/distinfo
new file mode 100644
index 000000000000..203793bf841c
--- /dev/null
+++ b/devel/rubygem-unicode/distinfo
@@ -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
diff --git a/devel/rubygem-unicode/pkg-descr b/devel/rubygem-unicode/pkg-descr
new file mode 100644
index 000000000000..9349afa03bf2
--- /dev/null
+++ b/devel/rubygem-unicode/pkg-descr
@@ -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