From c6afbcf803845f70bff6761fb88311d9f6362c6e Mon Sep 17 00:00:00 2001 From: obache Date: Fri, 17 Nov 2006 15:40:16 +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 Perl native interface of Hyper Estraier. --- textproc/p5-native-hyperestraier/DESCR | 7 +++++++ textproc/p5-native-hyperestraier/Makefile | 24 ++++++++++++++++++++++++ textproc/p5-native-hyperestraier/PLIST | 1 + 3 files changed, 32 insertions(+) create mode 100644 textproc/p5-native-hyperestraier/DESCR create mode 100644 textproc/p5-native-hyperestraier/Makefile create mode 100644 textproc/p5-native-hyperestraier/PLIST (limited to 'textproc') diff --git a/textproc/p5-native-hyperestraier/DESCR b/textproc/p5-native-hyperestraier/DESCR new file mode 100644 index 00000000000..298aedae3e9 --- /dev/null +++ b/textproc/p5-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 Perl native interface of Hyper Estraier. diff --git a/textproc/p5-native-hyperestraier/Makefile b/textproc/p5-native-hyperestraier/Makefile new file mode 100644 index 00000000000..46bc0efe946 --- /dev/null +++ b/textproc/p5-native-hyperestraier/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/11/17 15:40:16 obache Exp $ +# + +.include "../../textproc/hyperestraier/Makefile.common" + +PKGNAME= p5-hyperestraier-1.0.0.${HYPERESTRAIER_VERSION} +CATEGORIES= databases perl5 + +COMMENT= Perl interface of Hyper Estraier + +MY_SUBDIR= perlnative +BUILD_DIRS= ${MY_SUBDIR} +CONFIGURE_DIRS= ${MY_SUBDIR} + +GNU_CONFIGURE= yes +PERL5_CONFIGURE=no +TEST_TARGET= check + +PERL5_PACKLIST= auto/Estraier/.packlist +REPLACE_PERL= ${MY_SUBDIR}/estcmd.pl + +.include "../../textproc/hyperestraier/buildlink3.mk" +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-native-hyperestraier/PLIST b/textproc/p5-native-hyperestraier/PLIST new file mode 100644 index 00000000000..e24e4ea680b --- /dev/null +++ b/textproc/p5-native-hyperestraier/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/17 15:40:16 obache Exp $ -- cgit v1.2.3