diff options
author | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2012-04-15 13:31:03 +0000 |
---|---|---|
committer | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2012-04-15 13:31:03 +0000 |
commit | 8b5f2b1ca8c1a129ea942bd8815130cf58cec590 (patch) | |
tree | ab16b2847b3778c1b050f1c19b4ce0bdaf1ce416 /textproc/rubygem-unf | |
parent | 3745cb1ebf5a84106988050fec55592fca7bed7f (diff) |
Notes
Diffstat (limited to 'textproc/rubygem-unf')
-rw-r--r-- | textproc/rubygem-unf/Makefile | 21 | ||||
-rw-r--r-- | textproc/rubygem-unf/distinfo | 2 | ||||
-rw-r--r-- | textproc/rubygem-unf/pkg-descr | 4 |
3 files changed, 27 insertions, 0 deletions
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 |