import p5-Search-Xapian 1.0.17.0
Search::Xapian is a Perl interface to the Xapian C++ search library. Xapian is a highly adaptable toolkit which allows developers to easily add advanced indexing and search facilities to their own applications. It supports the Probabilistic Information Retrieval model and also supports a rich set of boolean query operators. from daniel dickman, with a few tweaks by me
This commit is contained in:
parent
460036155d
commit
8e7c10fdc5
19
databases/p5-Search-Xapian/Makefile
Normal file
19
databases/p5-Search-Xapian/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/06/07 08:15:28 jasper Exp $
|
||||
|
||||
COMMENT= perl bindings for the xapian search library
|
||||
|
||||
DISTNAME= Search-Xapian-1.0.17.0
|
||||
CATEGORIES= databases
|
||||
MODULES= cpan
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB += m stdc++ z
|
||||
|
||||
LIB_DEPENDS= xapian::databases/xapian-core
|
||||
|
||||
.include <bsd.port.mk>
|
5
databases/p5-Search-Xapian/distinfo
Normal file
5
databases/p5-Search-Xapian/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Search-Xapian-1.0.17.0.tar.gz) = NW67F4ENu6yWHBI3YS9AqA==
|
||||
RMD160 (Search-Xapian-1.0.17.0.tar.gz) = hJvZewI+ZuAgMH6MiltaFw+wnwc=
|
||||
SHA1 (Search-Xapian-1.0.17.0.tar.gz) = TOirUg4KN6kBc4vFBzw/8+9KA0w=
|
||||
SHA256 (Search-Xapian-1.0.17.0.tar.gz) = g84ri/PosjtveYU9OUCREa2v8N9xmbMipndyg6fuur4=
|
||||
SIZE (Search-Xapian-1.0.17.0.tar.gz) = 51224
|
5
databases/p5-Search-Xapian/pkg/DESCR
Normal file
5
databases/p5-Search-Xapian/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
Search::Xapian is a Perl interface to the Xapian C++ search library.
|
||||
Xapian is a highly adaptable toolkit which allows developers to
|
||||
easily add advanced indexing and search facilities to their own
|
||||
applications. It supports the Probabilistic Information Retrieval
|
||||
model and also supports a rich set of boolean query operators.
|
2
databases/p5-Search-Xapian/pkg/PFRAG.shared
Normal file
2
databases/p5-Search-Xapian/pkg/PFRAG.shared
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2010/06/07 08:15:28 jasper Exp $
|
||||
${P5ARCH}/auto/Search/Xapian/Xapian.so
|
54
databases/p5-Search-Xapian/pkg/PLIST
Normal file
54
databases/p5-Search-Xapian/pkg/PLIST
Normal file
@ -0,0 +1,54 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/06/07 08:15:28 jasper Exp $
|
||||
%%SHARED%%
|
||||
${P5ARCH}/
|
||||
${P5ARCH}/Search/
|
||||
${P5ARCH}/Search/Xapian/
|
||||
${P5ARCH}/Search/Xapian.pm
|
||||
${P5ARCH}/Search/Xapian/BM25Weight.pm
|
||||
${P5ARCH}/Search/Xapian/BoolWeight.pm
|
||||
${P5ARCH}/Search/Xapian/Database.pm
|
||||
${P5ARCH}/Search/Xapian/Document.pm
|
||||
${P5ARCH}/Search/Xapian/ESet.pm
|
||||
${P5ARCH}/Search/Xapian/ESetIterator.pm
|
||||
${P5ARCH}/Search/Xapian/Enquire.pm
|
||||
${P5ARCH}/Search/Xapian/MSet/
|
||||
${P5ARCH}/Search/Xapian/MSet.pm
|
||||
${P5ARCH}/Search/Xapian/MSet/Tied.pm
|
||||
${P5ARCH}/Search/Xapian/MSetIterator.pm
|
||||
${P5ARCH}/Search/Xapian/MultiValueSorter.pm
|
||||
${P5ARCH}/Search/Xapian/PerlStopper.pm
|
||||
${P5ARCH}/Search/Xapian/PositionIterator.pm
|
||||
${P5ARCH}/Search/Xapian/PostingIterator.pm
|
||||
${P5ARCH}/Search/Xapian/Query.pm
|
||||
${P5ARCH}/Search/Xapian/QueryParser.pm
|
||||
${P5ARCH}/Search/Xapian/RSet.pm
|
||||
${P5ARCH}/Search/Xapian/SimpleStopper.pm
|
||||
${P5ARCH}/Search/Xapian/Stem.pm
|
||||
${P5ARCH}/Search/Xapian/Stopper.pm
|
||||
${P5ARCH}/Search/Xapian/TermGenerator.pm
|
||||
${P5ARCH}/Search/Xapian/TermIterator.pm
|
||||
${P5ARCH}/Search/Xapian/TradWeight.pm
|
||||
${P5ARCH}/Search/Xapian/ValueIterator.pm
|
||||
${P5ARCH}/Search/Xapian/Weight.pm
|
||||
${P5ARCH}/Search/Xapian/WritableDatabase.pm
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/Search/
|
||||
${P5ARCH}/auto/Search/Xapian/
|
||||
${P5ARCH}/auto/Search/Xapian/Xapian.bs
|
||||
@man man/man3p/Search::Xapian.3p
|
||||
@man man/man3p/Search::Xapian::BM25Weight.3p
|
||||
@man man/man3p/Search::Xapian::BoolWeight.3p
|
||||
@man man/man3p/Search::Xapian::Database.3p
|
||||
@man man/man3p/Search::Xapian::Document.3p
|
||||
@man man/man3p/Search::Xapian::Enquire.3p
|
||||
@man man/man3p/Search::Xapian::MultiValueSorter.3p
|
||||
@man man/man3p/Search::Xapian::PositionIterator.3p
|
||||
@man man/man3p/Search::Xapian::PostingIterator.3p
|
||||
@man man/man3p/Search::Xapian::QueryParser.3p
|
||||
@man man/man3p/Search::Xapian::Stem.3p
|
||||
@man man/man3p/Search::Xapian::TermGenerator.3p
|
||||
@man man/man3p/Search::Xapian::TermIterator.3p
|
||||
@man man/man3p/Search::Xapian::TradWeight.3p
|
||||
@man man/man3p/Search::Xapian::ValueIterator.3p
|
||||
@man man/man3p/Search::Xapian::Weight.3p
|
||||
@man man/man3p/Search::Xapian::WritableDatabase.3p
|
Loading…
Reference in New Issue
Block a user