summaryrefslogtreecommitdiff
path: root/textproc/p5-native-hyperestraier
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2006-11-17 15:40:16 +0000
committerobache <obache@pkgsrc.org>2006-11-17 15:40:16 +0000
commitc6afbcf803845f70bff6761fb88311d9f6362c6e (patch)
tree1b02345bb6a28f9fdad5a0ed6503cc2bfba87af8 /textproc/p5-native-hyperestraier
parent9cba0222df1ae63171b4cfd42956a870ff4c673f (diff)
downloadpkgsrc-c6afbcf803845f70bff6761fb88311d9f6362c6e.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 Perl native interface of Hyper Estraier.
Diffstat (limited to 'textproc/p5-native-hyperestraier')
-rw-r--r--textproc/p5-native-hyperestraier/DESCR7
-rw-r--r--textproc/p5-native-hyperestraier/Makefile24
-rw-r--r--textproc/p5-native-hyperestraier/PLIST1
3 files changed, 32 insertions, 0 deletions
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 $