summaryrefslogtreecommitdiff
path: root/textproc/ruby-pure-hyperestraier
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2006-11-17 15:45:46 +0000
committerobache <obache@pkgsrc.org>2006-11-17 15:45:46 +0000
commitcd8fcb214f88a300d244e7fc13076900c8d8bb85 (patch)
treea3dfde2647ff39639ba75f218ac207c0db8fb8b3 /textproc/ruby-pure-hyperestraier
parentf6e89a2f1beee47d25792fcdb60af1466a9edd32 (diff)
downloadpkgsrc-cd8fcb214f88a300d244e7fc13076900c8d8bb85.tar.gz
Hyper Estraier is a full-text search system. You can search lots of
documents for some documents including specified words. If you run a web site, it is useful as your own search engine for pages in your site. Also, it is useful as search utilities of mail boxes and file servers. This package provides the Ruby pure interface of Hyper Estraier.
Diffstat (limited to 'textproc/ruby-pure-hyperestraier')
-rw-r--r--textproc/ruby-pure-hyperestraier/DESCR7
-rw-r--r--textproc/ruby-pure-hyperestraier/Makefile25
-rw-r--r--textproc/ruby-pure-hyperestraier/PLIST3
3 files changed, 35 insertions, 0 deletions
diff --git a/textproc/ruby-pure-hyperestraier/DESCR b/textproc/ruby-pure-hyperestraier/DESCR
new file mode 100644
index 00000000000..b23518a05a4
--- /dev/null
+++ b/textproc/ruby-pure-hyperestraier/DESCR
@@ -0,0 +1,7 @@
+Hyper Estraier is a full-text search system. You can search lots of
+documents for some documents including specified words. If you run a
+web site, it is useful as your own search engine for pages in your
+site. Also, it is useful as search utilities of mail boxes and file
+servers.
+
+This package provides the Ruby pure interface of Hyper Estraier.
diff --git a/textproc/ruby-pure-hyperestraier/Makefile b/textproc/ruby-pure-hyperestraier/Makefile
new file mode 100644
index 00000000000..2727074bab3
--- /dev/null
+++ b/textproc/ruby-pure-hyperestraier/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/11/17 15:45:46 obache Exp $
+#
+
+.include "../../textproc/hyperestraier/Makefile.common"
+
+PKGNAME= ${RUBY_PKGPREFIX}-pure-hyperestraier-1.0.0.${HYPERESTRAIER_VERSION}
+CATEGORIES= textproc ruby
+
+MAINTAINER= obata@lins.jp
+HOMEPAGE= http://hyperestraier.sourceforge.net/
+COMMENT= Ruby pure interface of Hyper Estaier
+
+MY_SUBDIR= rubypure
+BUILD_DIRS= ${MY_SUBDIR}
+CONFIGURE_DIRS= ${MY_SUBDIR}
+
+GNU_CONFIGURE= yes
+TEST_TARGET= check
+RUBY_HAS_ARCHLIB= no
+
+REPLACE_RUBY= ${MY_SUBDIR}/estcall.rb
+
+.include "../../textproc/hyperestraier/buildlink3.mk"
+.include "../../lang/ruby/modules.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/ruby-pure-hyperestraier/PLIST b/textproc/ruby-pure-hyperestraier/PLIST
new file mode 100644
index 00000000000..ba47625934d
--- /dev/null
+++ b/textproc/ruby-pure-hyperestraier/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/17 15:45:46 obache Exp $
+${RUBY_SITELIBDIR}/estraierpure.rb
+bin/estcall.rb