diff options
-rw-r--r-- | textproc/ruby-suikyo/DESCR | 4 | ||||
-rw-r--r-- | textproc/ruby-suikyo/Makefile | 22 | ||||
-rw-r--r-- | textproc/ruby-suikyo/PLIST | 7 |
3 files changed, 33 insertions, 0 deletions
diff --git a/textproc/ruby-suikyo/DESCR b/textproc/ruby-suikyo/DESCR new file mode 100644 index 00000000000..4ef6af5142f --- /dev/null +++ b/textproc/ruby-suikyo/DESCR @@ -0,0 +1,4 @@ +Suikyo is a Romaji Hiragana conversion library based on +DFA (Deterministic finate state) automaton. + +This package contains ruby binding of suikyo diff --git a/textproc/ruby-suikyo/Makefile b/textproc/ruby-suikyo/Makefile new file mode 100644 index 00000000000..ac22de7081f --- /dev/null +++ b/textproc/ruby-suikyo/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/03/02 02:42:03 obache Exp $ +# + +.include "../../textproc/suikyo/Makefile.common" + +PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} + +MAINTAINER= obache@NetBSD.org +HOMEPAGE= http://taiyaki.org/suikyo/ruby/index.html +COMMENT= Suikyo for Ruby + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= suikyo-conv-table>=${SUIKYO_VER}:../../textproc/suikyo-conv-table +DEPENDS+= suikyo-docs>=${SUIKYO_VER}:../../textproc/suikyo-docs + +BUILD_DIRS+= ruby + +CONFIGURE_ARGS+= --with-rubydir=${RUBY_SITELIBDIR} + +.include "../../lang/ruby/modules.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/ruby-suikyo/PLIST b/textproc/ruby-suikyo/PLIST new file mode 100644 index 00000000000..1eea0c84872 --- /dev/null +++ b/textproc/ruby-suikyo/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/03/02 02:42:03 obache Exp $ +${RUBY_SITELIBDIR}/suikyo/suikyo-composer.rb +${RUBY_SITELIBDIR}/suikyo/suikyo-config.rb +${RUBY_SITELIBDIR}/suikyo/suikyo.rb +share/doc/suikyo/ruby/index.html +@dirrm share/doc/suikyo/ruby +@dirrm ${RUBY_SITELIBDIR}/suikyo |