pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-native-hyperestraier Hyper Estraier is a f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/195abc582375
branches:  trunk
changeset: 521675:195abc582375
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Nov 17 15:40:16 2006 +0000

description:
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:

 textproc/p5-native-hyperestraier/DESCR    |   7 +++++++
 textproc/p5-native-hyperestraier/Makefile |  24 ++++++++++++++++++++++++
 textproc/p5-native-hyperestraier/PLIST    |   1 +
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 46b30a58c040 -r 195abc582375 textproc/p5-native-hyperestraier/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-native-hyperestraier/DESCR    Fri Nov 17 15:40:16 2006 +0000
@@ -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 -r 46b30a58c040 -r 195abc582375 textproc/p5-native-hyperestraier/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-native-hyperestraier/Makefile Fri Nov 17 15:40:16 2006 +0000
@@ -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 -r 46b30a58c040 -r 195abc582375 textproc/p5-native-hyperestraier/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-native-hyperestraier/PLIST    Fri Nov 17 15:40:16 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/17 15:40:16 obache Exp $



Home | Main Index | Thread Index | Old Index