diff options
author | taca <taca@pkgsrc.org> | 2011-12-14 16:57:37 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-12-14 16:57:37 +0000 |
commit | 721a765dde5bd9cb1ea8adab682308e6b4eef42c (patch) | |
tree | f314df4a05dd246f1b00afd8e73d0aa9a6a10a35 /converters/ruby-unf | |
parent | a5f7aab0f070a4345296e51fba7b7c2913f79abe (diff) | |
download | pkgsrc-721a765dde5bd9cb1ea8adab682308e6b4eef42c.tar.gz |
Importing converters/ruby-unf 0.0.4.
This is a wrapper library to bring Unicode Normalization Form support
to Ruby/JRuby.
Diffstat (limited to 'converters/ruby-unf')
-rw-r--r-- | converters/ruby-unf/DESCR | 2 | ||||
-rw-r--r-- | converters/ruby-unf/Makefile | 14 | ||||
-rw-r--r-- | converters/ruby-unf/PLIST | 17 | ||||
-rw-r--r-- | converters/ruby-unf/distinfo | 5 |
4 files changed, 38 insertions, 0 deletions
diff --git a/converters/ruby-unf/DESCR b/converters/ruby-unf/DESCR new file mode 100644 index 00000000000..5b8c5002b19 --- /dev/null +++ b/converters/ruby-unf/DESCR @@ -0,0 +1,2 @@ +This is a wrapper library to bring Unicode Normalization Form support +to Ruby/JRuby. diff --git a/converters/ruby-unf/Makefile b/converters/ruby-unf/Makefile new file mode 100644 index 00000000000..6f235434a1d --- /dev/null +++ b/converters/ruby-unf/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/12/14 16:57:37 taca Exp $ + +DISTNAME= unf-0.0.4 +CATEGORIES= converters + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://github.com/knu/unf +COMMENT= Wrapper library to bring Unicode Normalization Form support +LICENSE= mit + +DEPENDS+= ${RUBY_PKGPREFIX}-unf_ext>=0.0.3:../../converters/ruby-unf_ext + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/converters/ruby-unf/PLIST b/converters/ruby-unf/PLIST new file mode 100644 index 00000000000..c8c431c3080 --- /dev/null +++ b/converters/ruby-unf/PLIST @@ -0,0 +1,17 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/12/14 16:57:37 taca Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/.document +${GEM_LIBDIR}/Gemfile +${GEM_LIBDIR}/LICENSE.txt +${GEM_LIBDIR}/README.md +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/VERSION +${GEM_LIBDIR}/lib/unf.rb +${GEM_LIBDIR}/lib/unf/normalizer.rb +${GEM_LIBDIR}/lib/unf/normalizer_cruby.rb +${GEM_LIBDIR}/lib/unf/normalizer_jruby.rb +${GEM_LIBDIR}/test/helper.rb +${GEM_LIBDIR}/test/normalization-test.txt +${GEM_LIBDIR}/test/test_unf.rb +${GEM_LIBDIR}/unf.gemspec +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/converters/ruby-unf/distinfo b/converters/ruby-unf/distinfo new file mode 100644 index 00000000000..3340fc43d15 --- /dev/null +++ b/converters/ruby-unf/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/12/14 16:57:37 taca Exp $ + +SHA1 (unf-0.0.4.gem) = a6fe813b2cb62638baccec36eeb210e4daeb352e +RMD160 (unf-0.0.4.gem) = efa42e5ec828ef241d964e0fbbe3b92fb9a6a023 +Size (unf-0.0.4.gem) = 119296 bytes |