summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorobache <obache>2006-11-17 15:42:27 +0000
committerobache <obache>2006-11-17 15:42:27 +0000
commitcd80e07d9935bf127cb35e8314e7a49acd0b3ad5 (patch)
tree2a837e4697a5df06cb9c1a2154eb563021262bb0 /textproc
parent8766cd0a12d986aba882eeb14a9dfd063f96949d (diff)
downloadpkgsrc-cd80e07d9935bf127cb35e8314e7a49acd0b3ad5.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 native interface of Hyper Estraier.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ruby-native-hyperestraier/DESCR7
-rw-r--r--textproc/ruby-native-hyperestraier/Makefile23
-rw-r--r--textproc/ruby-native-hyperestraier/PLIST3
3 files changed, 33 insertions, 0 deletions
diff --git a/textproc/ruby-native-hyperestraier/DESCR b/textproc/ruby-native-hyperestraier/DESCR
new file mode 100644
index 00000000000..fae6d430c1d
--- /dev/null
+++ b/textproc/ruby-native-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 native interface of Hyper Estraier.
diff --git a/textproc/ruby-native-hyperestraier/Makefile b/textproc/ruby-native-hyperestraier/Makefile
new file mode 100644
index 00000000000..080ce22923c
--- /dev/null
+++ b/textproc/ruby-native-hyperestraier/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/11/17 15:42:27 obache Exp $
+#
+
+.include "../../textproc/hyperestraier/Makefile.common"
+
+PKGNAME= ${RUBY_PKGPREFIX}-native-hyperestraier-1.0.0.${HYPERESTRAIER_VERSION}
+CATEGORIES= textproc ruby
+
+COMMENT= Ruby native interface of Hyper Estaier
+
+MY_SUBDIR= rubynative
+BUILD_DIRS= ${MY_SUBDIR}
+CONFIGURE_DIRS= ${MY_SUBDIR}
+
+GNU_CONFIGURE= yes
+TEST_TARGET= check
+RUBY_HAS_ARCHLIB= yes
+
+REPLACE_RUBY= ${MY_SUBDIR}/estcmd.rb
+
+.include "../../textproc/hyperestraier/buildlink3.mk"
+.include "../../lang/ruby/modules.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/ruby-native-hyperestraier/PLIST b/textproc/ruby-native-hyperestraier/PLIST
new file mode 100644
index 00000000000..10f5a2c2557
--- /dev/null
+++ b/textproc/ruby-native-hyperestraier/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/17 15:42:27 obache Exp $
+${RUBY_SITEARCHLIBDIR}/estraier.${RUBY_DLEXT}
+bin/estcmd.rb