This provides a simple interface to Plucene. Plucene is large
and multi-featured, and it expected that users will subclass it, and tie all the pieces together to suit their own needs. Plucene::Simple is, therefore, just one way to use Plucene. It's not expected that it will do exactly what *you* want, but you can always use it as an example of how to build your own interface. WWW: http://cpan.uwinnipeg.ca/dist/PluceneSimple
This commit is contained in:
parent
9cab7ee048
commit
aa6e2a0ee4
4 changed files with 39 additions and 0 deletions
9
p5-PluceneSimple/DESCR
Normal file
9
p5-PluceneSimple/DESCR
Normal file
|
@ -0,0 +1,9 @@
|
|||
This provides a simple interface to Plucene. Plucene is large
|
||||
and multi-featured, and it expected that users will subclass
|
||||
it, and tie all the pieces together to suit their own needs.
|
||||
Plucene::Simple is, therefore, just one way to use Plucene.
|
||||
It's not expected that it will do exactly what *you* want,
|
||||
but you can always use it as an example of how to build your
|
||||
own interface.
|
||||
|
||||
WWW: http://cpan.uwinnipeg.ca/dist/PluceneSimple
|
24
p5-PluceneSimple/Makefile
Normal file
24
p5-PluceneSimple/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2005/09/02 20:50:04 kuli0020 Exp $
|
||||
|
||||
DISTNAME= PluceneSimple-1.04
|
||||
PKGNAME= p5-{DISTNAME}
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/S/ST/STRYTOAST/}
|
||||
|
||||
MAINTAINER= kuli0020@umn.edu
|
||||
HOMEPAGE= http://search.cpan.org/dist/PluceneSimple/
|
||||
COMMENT= An interface to Plucene
|
||||
|
||||
DEPENDS+= p5-PathTools>=1.2:../../wip/p5-PathTools
|
||||
DEPENDS+= p5-Plucene>=1.09:../../wip-p5-Plucene
|
||||
DEPENDS+= p5-Time-Piece>=1.08:../../time/p5-Time-Piece
|
||||
DEPENDS= p5-Time-Piece-Range>=1.0:../../wip/p5-Time-Piece-Range
|
||||
BUILD_DEPENDS+= p5-File-Find-Rule>=0.10:../../devel/p5-File-Find-Rule
|
||||
BUILD_DEPENDS+= p5-File-Slurp>=2002.1031:../../devel/p5-File-Slurp
|
||||
BUILD_DEPENDS+= p5-Test-Class>=0.03:../../wip/p5-Test-Class
|
||||
|
||||
PERL5_MODULE_TYPE= Module::Build
|
||||
PERL5_PACKLIST= auto/PluceneSimple/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
p5-PluceneSimple/PLIST
Normal file
1
p5-PluceneSimple/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2005/09/02 20:50:04 kuli0020 Exp $
|
5
p5-PluceneSimple/distinfo
Normal file
5
p5-PluceneSimple/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2005/09/02 20:50:04 kuli0020 Exp $
|
||||
|
||||
SHA1 (PluceneSimple-1.04.tar.gz) = 8e78a0d679656d88b596dcd8d6f3b03690ebdfc4
|
||||
RMD160 (PluceneSimple-1.04.tar.gz) = 3f49973cf01d24afed75a9f946820a4fc6801ac8
|
||||
Size (PluceneSimple-1.04.tar.gz) = 6133 bytes
|
Loading…
Reference in a new issue