pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/ruby-suikyo Import ruby-suikyo version 2.1.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/0472460b4c8e
branches: trunk
changeset: 539226:0472460b4c8e
user: obache <obache%pkgsrc.org@localhost>
date: Sun Mar 02 02:42:03 2008 +0000
description:
Import ruby-suikyo version 2.1.0.
Suikyo is a Romaji Hiragana conversion library based on
DFA (Deterministic finate state) automaton.
This package contains ruby binding of suikyo
diffstat:
textproc/ruby-suikyo/DESCR | 4 ++++
textproc/ruby-suikyo/Makefile | 22 ++++++++++++++++++++++
textproc/ruby-suikyo/PLIST | 7 +++++++
3 files changed, 33 insertions(+), 0 deletions(-)
diffs (45 lines):
diff -r d0da64608dd5 -r 0472460b4c8e textproc/ruby-suikyo/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-suikyo/DESCR Sun Mar 02 02:42:03 2008 +0000
@@ -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 -r d0da64608dd5 -r 0472460b4c8e textproc/ruby-suikyo/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-suikyo/Makefile Sun Mar 02 02:42:03 2008 +0000
@@ -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@localhost
+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 -r d0da64608dd5 -r 0472460b4c8e textproc/ruby-suikyo/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-suikyo/PLIST Sun Mar 02 02:42:03 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index