aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorMIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org>2012-04-15 13:31:03 +0000
committerMIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org>2012-04-15 13:31:03 +0000
commit8b5f2b1ca8c1a129ea942bd8815130cf58cec590 (patch)
treeab16b2847b3778c1b050f1c19b4ce0bdaf1ce416 /textproc
parent3745cb1ebf5a84106988050fec55592fca7bed7f (diff)
downloadports-8b5f2b1ca8c1a129ea942bd8815130cf58cec590.tar.gz
ports-8b5f2b1ca8c1a129ea942bd8815130cf58cec590.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rubygem-unf/Makefile21
-rw-r--r--textproc/rubygem-unf/distinfo2
-rw-r--r--textproc/rubygem-unf/pkg-descr4
4 files changed, 28 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 000128905659..72a29cf4e671 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1271,6 +1271,7 @@
SUBDIR += rubygem-termcolor
SUBDIR += rubygem-terminal-table
SUBDIR += rubygem-tidy
+ SUBDIR += rubygem-unf
SUBDIR += rubygem-unf_ext
SUBDIR += rubygem-xml-simple
SUBDIR += rubygem-xslt
diff --git a/textproc/rubygem-unf/Makefile b/textproc/rubygem-unf/Makefile
new file mode 100644
index 000000000000..6efe519a0c64
--- /dev/null
+++ b/textproc/rubygem-unf/Makefile
@@ -0,0 +1,21 @@
+# Ports collection makefile for: rubygem-unf
+# Date created: 31 Mar 2012
+# Whom: MIHIRA Yoshiro <sanpei@FreeBSD.org>
+#
+# $FreeBSD$
+
+PORTNAME= unf
+PORTVERSION= 0.0.3
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Wrapper library to bring Unicode Normalization Form support
+
+RUN_DEPENDS= rubygem-unf_ext>=0:${PORTSDIR}/textproc/rubygem-unf_ext
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-unf/distinfo b/textproc/rubygem-unf/distinfo
new file mode 100644
index 000000000000..1c61f8387d99
--- /dev/null
+++ b/textproc/rubygem-unf/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/unf-0.0.3.gem) = 77a91261252d5c98b74ee5ff480183783bea71fed777e8627f3ce50631ad9b59
+SIZE (rubygem/unf-0.0.3.gem) = 118784
diff --git a/textproc/rubygem-unf/pkg-descr b/textproc/rubygem-unf/pkg-descr
new file mode 100644
index 000000000000..8241f5e861de
--- /dev/null
+++ b/textproc/rubygem-unf/pkg-descr
@@ -0,0 +1,4 @@
+This is a wrapper library to bring Unicode Normalization Form support
+to Ruby/JRuby.
+
+WWW: https://github.com/knu/ruby-unf