summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2006-11-17 15:42:27 +0000
committerobache <obache@pkgsrc.org>2006-11-17 15:42:27 +0000
commit3c272004063ba4bce2f4d31199c2b0c7a3230cde (patch)
tree2a837e4697a5df06cb9c1a2154eb563021262bb0 /textproc
parent60796923727eac3ae2c05c328bebe70b23b7002b (diff)
downloadpkgsrc-3c272004063ba4bce2f4d31199c2b0c7a3230cde.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