diff options
author | seb <seb@pkgsrc.org> | 2010-02-04 22:52:54 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-02-04 22:52:54 +0000 |
commit | 3bb9f0eb6fef1de696bdbb97285ae1c8115b4875 (patch) | |
tree | 313d24f2167c2d00b1196037cbf600966ce6986a /textproc | |
parent | f6812b03dd7380fbb6e2faa1ef4f9d0c5efb5c83 (diff) | |
download | pkgsrc-3bb9f0eb6fef1de696bdbb97285ae1c8115b4875.tar.gz |
Initial import of p5-Search-Indexer version 0.76 in the NetBSD
Packages Collection.
The Perl 5 module Search::Indexer provides support for indexing a
collection of documents, for searching the collection, and displaying
the sorted results, together with contextual excerpts of the original
document.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Search-Indexer/DESCR | 4 | ||||
-rw-r--r-- | textproc/p5-Search-Indexer/Makefile | 23 | ||||
-rw-r--r-- | textproc/p5-Search-Indexer/distinfo | 5 |
3 files changed, 32 insertions, 0 deletions
diff --git a/textproc/p5-Search-Indexer/DESCR b/textproc/p5-Search-Indexer/DESCR new file mode 100644 index 00000000000..3db248e7b64 --- /dev/null +++ b/textproc/p5-Search-Indexer/DESCR @@ -0,0 +1,4 @@ +The Perl 5 module Search::Indexer provides support for indexing a +collection of documents, for searching the collection, and displaying +the sorted results, together with contextual excerpts of the original +document. diff --git a/textproc/p5-Search-Indexer/Makefile b/textproc/p5-Search-Indexer/Makefile new file mode 100644 index 00000000000..2b38384aa9f --- /dev/null +++ b/textproc/p5-Search-Indexer/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/02/04 22:52:54 seb Exp $ + +DISTNAME= Search-Indexer-0.76 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Search/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Search-Indexer/ +COMMENT= Perl 5 module providing a full-text indexer +LICENSE= ${PERL5_LICENSE} + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Search/Indexer/.packlist + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-BerkeleyDB>=0.22:../../databases/p5-BerkeleyDB +DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils +DEPENDS+= p5-Search-QueryParser>=0.91:../../databases/p5-Search-QueryParser + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Search-Indexer/distinfo b/textproc/p5-Search-Indexer/distinfo new file mode 100644 index 00000000000..5008fde5f6f --- /dev/null +++ b/textproc/p5-Search-Indexer/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/02/04 22:52:54 seb Exp $ + +SHA1 (Search-Indexer-0.76.tar.gz) = 49e23573103d6e2296de2cb30d67adfbd25b3c43 +RMD160 (Search-Indexer-0.76.tar.gz) = 10e5399a06be894e0b0fb74913b9fd873fe60752 +Size (Search-Indexer-0.76.tar.gz) = 291307 bytes |