From 3c272004063ba4bce2f4d31199c2b0c7a3230cde Mon Sep 17 00:00:00 2001 From: obache Date: Fri, 17 Nov 2006 15:42:27 +0000 Subject: 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. --- textproc/ruby-native-hyperestraier/DESCR | 7 +++++++ textproc/ruby-native-hyperestraier/Makefile | 23 +++++++++++++++++++++++ textproc/ruby-native-hyperestraier/PLIST | 3 +++ 3 files changed, 33 insertions(+) create mode 100644 textproc/ruby-native-hyperestraier/DESCR create mode 100644 textproc/ruby-native-hyperestraier/Makefile create mode 100644 textproc/ruby-native-hyperestraier/PLIST (limited to 'textproc') 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 -- cgit v1.2.3