diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-08-02 10:06:15 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-08-02 10:06:15 +0000 |
commit | 4e803096866cb72e99754042fd840f714893c081 (patch) | |
tree | f6af21525f1be393b2b13467a73abdbe2b51c3a2 /textproc/Makefile | |
parent | e4cb58ea1568edb74441f50528aa96fcbd807c1d (diff) |
Add port textproc/p5-Plucene-Simple:
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://search.cpan.org/dist/PluceneSimple/
Justification: socialtext dependency
Quirks: 1/6 test fails
Notes
Notes:
svn path=/head/; revision=169445
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 82a664518847..2ed3cfaa1962 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -401,6 +401,7 @@ SUBDIR += p5-Petal-Utils SUBDIR += p5-Plucene SUBDIR += p5-Plucene-Plugin-Analyzer-SnowballAnalyzer + SUBDIR += p5-Plucene-Simple SUBDIR += p5-Pod-Constants SUBDIR += p5-Pod-DocBook SUBDIR += p5-Pod-Escapes |