diff options
author | taca <taca@pkgsrc.org> | 2017-04-22 18:02:09 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2017-04-22 18:02:09 +0000 |
commit | b8a94c82102cdb48cd23ff6b6430dd6b1d582680 (patch) | |
tree | 0ec7dd86695a66f93c9c1aca8a22a77a2b797c43 | |
parent | 69b9328c4871bfe7988ea3e7457a4db9900b68a5 (diff) | |
download | pkgsrc-b8a94c82102cdb48cd23ff6b6430dd6b1d582680.tar.gz |
Remove ruby-suikyo package which is not maintained for long time and
depends on ruby18.
-rw-r--r-- | textproc/ruby-suikyo/DESCR | 4 | ||||
-rw-r--r-- | textproc/ruby-suikyo/Makefile | 24 | ||||
-rw-r--r-- | textproc/ruby-suikyo/PLIST | 5 |
3 files changed, 0 insertions, 33 deletions
diff --git a/textproc/ruby-suikyo/DESCR b/textproc/ruby-suikyo/DESCR deleted file mode 100644 index 4ef6af5142f..00000000000 --- a/textproc/ruby-suikyo/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -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 deleted file mode 100644 index c2f620941a9..00000000000 --- a/textproc/ruby-suikyo/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $NetBSD: Makefile,v 1.7 2015/03/15 17:04:44 hiramatsu Exp $ -# - -.include "../../textproc/suikyo/Makefile.common" - -PKGREVISION= 1 - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://taiyaki.org/suikyo/ruby/index.html -COMMENT= Suikyo for Ruby - -DEPENDS+= suikyo-conv-table>=${SUIKYO_VER}:../../textproc/suikyo-conv-table -DEPENDS+= suikyo-docs>=${SUIKYO_VER}:../../textproc/suikyo-docs - -# -# The same dictonary directory now. -# -CONFLICTS+= ruby[1-9][0-9]-suikyo-* -BUILD_DIRS+= ruby - -CONFIGURE_ARGS+= --with-rubydir=${PREFIX}/${RUBY_VENDORLIB} - -.include "../../lang/ruby/modules.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/textproc/ruby-suikyo/PLIST b/textproc/ruby-suikyo/PLIST deleted file mode 100644 index 52565be3a50..00000000000 --- a/textproc/ruby-suikyo/PLIST +++ /dev/null @@ -1,5 +0,0 @@ -@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:17:30 joerg Exp $ -${RUBY_VENDORLIB}/suikyo/suikyo-composer.rb -${RUBY_VENDORLIB}/suikyo/suikyo-config.rb -${RUBY_VENDORLIB}/suikyo/suikyo.rb -share/doc/suikyo/ruby/index.html |