Importing converters/ruby-unf 0.0.4.
This is a wrapper library to bring Unicode Normalization Form support to Ruby/JRuby.
This commit is contained in:
parent
4ac40c6d87
commit
a08f1da70f
4 changed files with 38 additions and 0 deletions
2
converters/ruby-unf/DESCR
Normal file
2
converters/ruby-unf/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
This is a wrapper library to bring Unicode Normalization Form support
|
||||
to Ruby/JRuby.
|
14
converters/ruby-unf/Makefile
Normal file
14
converters/ruby-unf/Makefile
Normal file
|
@ -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"
|
17
converters/ruby-unf/PLIST
Normal file
17
converters/ruby-unf/PLIST
Normal file
|
@ -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
|
5
converters/ruby-unf/distinfo
Normal file
5
converters/ruby-unf/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue