diff options
author | sem <sem@FreeBSD.org> | 2006-03-27 04:52:53 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2006-03-27 04:52:53 +0800 |
commit | 6a3d49f016bb5e18b6a16ddcc9d7e63816b1a895 (patch) | |
tree | 16bfb7e7dc4de77857dd86f08c193531855d3de2 /databases | |
parent | 02de919daeca7434460633eff6cadfc094abee9f (diff) | |
download | freebsd-ports-gnome-6a3d49f016bb5e18b6a16ddcc9d7e63816b1a895.tar.gz freebsd-ports-gnome-6a3d49f016bb5e18b6a16ddcc9d7e63816b1a895.tar.zst freebsd-ports-gnome-6a3d49f016bb5e18b6a16ddcc9d7e63816b1a895.zip |
This module wraps most methods of most Xapian classes.
WWW: http://search.cpan.org/dist/Search-Xapian/
PR: ports/93707
Submitted by: Lars Balker Rasmussen <lars@balker.dk>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/p5-Search-Xapian/Makefile | 38 | ||||
-rw-r--r-- | databases/p5-Search-Xapian/distinfo | 3 | ||||
-rw-r--r-- | databases/p5-Search-Xapian/pkg-descr | 20 | ||||
-rw-r--r-- | databases/p5-Search-Xapian/pkg-plist | 30 | ||||
-rw-r--r-- | databases/p5-Search-Xapian10/Makefile | 38 | ||||
-rw-r--r-- | databases/p5-Search-Xapian10/distinfo | 3 | ||||
-rw-r--r-- | databases/p5-Search-Xapian10/pkg-descr | 20 | ||||
-rw-r--r-- | databases/p5-Search-Xapian10/pkg-plist | 30 |
9 files changed, 183 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 1b0438134df7..c77d4529409d 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -257,6 +257,7 @@ SUBDIR += p5-SQLite-Work SUBDIR += p5-Search-InvertedIndex SUBDIR += p5-Search-Namazu + SUBDIR += p5-Search-Xapian SUBDIR += p5-T2 SUBDIR += p5-Tangram SUBDIR += p5-Text-Query-SQL diff --git a/databases/p5-Search-Xapian/Makefile b/databases/p5-Search-Xapian/Makefile new file mode 100644 index 000000000000..a3eaa966284c --- /dev/null +++ b/databases/p5-Search-Xapian/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: databases/p5-Search-Xapian +# Date created: Feb 22 2006 +# Whom: Lars Balker Rasmussen <lars@balker.dk> +# +# $FreeBSD$ +# + +PORTNAME= Search-Xapian +PORTVERSION= 0.9.2.3 +CATEGORIES= databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Search +PKGNAMEPREFIX= p5- + +MAINTAINER= lars@balker.dk +COMMENT= Perl XS frontend to the Xapian C++ search library + +BUILD_DEPENDS= xapian-core>=0:${PORTSDIR}/databases/xapian-core +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes +CC= ${CXX} + +MAN3= Search::Xapian.3 \ + Search::Xapian::BM25Weight.3 \ + Search::Xapian::BoolWeight.3 \ + Search::Xapian::Database.3 \ + Search::Xapian::Document.3 \ + Search::Xapian::Enquire.3 \ + Search::Xapian::PositionIterator.3 \ + Search::Xapian::PostingIterator.3 \ + Search::Xapian::QueryParser.3 \ + Search::Xapian::Stem.3 \ + Search::Xapian::TermIterator.3 \ + Search::Xapian::Weight.3 \ + Search::Xapian::WritableDatabase.3 + +.include <bsd.port.mk> diff --git a/databases/p5-Search-Xapian/distinfo b/databases/p5-Search-Xapian/distinfo new file mode 100644 index 000000000000..abfe6d7b607b --- /dev/null +++ b/databases/p5-Search-Xapian/distinfo @@ -0,0 +1,3 @@ +MD5 (Search-Xapian-0.9.2.3.tar.gz) = b0678a01e582887c787328f13b191302 +SHA256 (Search-Xapian-0.9.2.3.tar.gz) = 4b88aa0ecbf94d586fcf671098c07c5657f90d944097693b65dfe58dfa82b380 +SIZE (Search-Xapian-0.9.2.3.tar.gz) = 25950 diff --git a/databases/p5-Search-Xapian/pkg-descr b/databases/p5-Search-Xapian/pkg-descr new file mode 100644 index 000000000000..1e73d225f72a --- /dev/null +++ b/databases/p5-Search-Xapian/pkg-descr @@ -0,0 +1,20 @@ +This module wraps most methods of most Xapian classes. The missing classes +and methods should be added in the future. It also provides a simplified, +more 'perlish' interface - as demonstrated above. + +The Xapian library is evolving very quickly at the time of writing, +hence any documentation placed here would be likely to become out of +date quite rapidly, and I do not have the patience to write some which +could rapidly become redundant. + +Apologies to those of you considering using this module. For the time +being, I would suggest garnering what you can from the tests and +examples provided, or reading through the Xapian documentation on +http://www.xapian.org/, notably the API documentation at +http://www.xapian.org/docs/apidoc/html/annotated.html + +If you encounter problems, email either me or preferably the +Xapian-discuss mailing list (which I am on - subscription details can +be found on the Xapian web site). + +WWW: http://search.cpan.org/dist/Search-Xapian/ diff --git a/databases/p5-Search-Xapian/pkg-plist b/databases/p5-Search-Xapian/pkg-plist new file mode 100644 index 000000000000..cd5161e474f9 --- /dev/null +++ b/databases/p5-Search-Xapian/pkg-plist @@ -0,0 +1,30 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Search/Xapian/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Search/Xapian/Xapian.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Search/Xapian/Xapian.so +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/BM25Weight.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/BoolWeight.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Database.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Document.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/ESet.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/ESetIterator.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Enquire.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/MSet.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/MSet/Tied.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/MSetIterator.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/PositionIterator.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/PostingIterator.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Query.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/QueryParser.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/RSet.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Stem.pod +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Stopper.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/TermIterator.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/ValueIterator.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Weight.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/WritableDatabase.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Search/Xapian +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Search +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/MSet +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Search diff --git a/databases/p5-Search-Xapian10/Makefile b/databases/p5-Search-Xapian10/Makefile new file mode 100644 index 000000000000..a3eaa966284c --- /dev/null +++ b/databases/p5-Search-Xapian10/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: databases/p5-Search-Xapian +# Date created: Feb 22 2006 +# Whom: Lars Balker Rasmussen <lars@balker.dk> +# +# $FreeBSD$ +# + +PORTNAME= Search-Xapian +PORTVERSION= 0.9.2.3 +CATEGORIES= databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Search +PKGNAMEPREFIX= p5- + +MAINTAINER= lars@balker.dk +COMMENT= Perl XS frontend to the Xapian C++ search library + +BUILD_DEPENDS= xapian-core>=0:${PORTSDIR}/databases/xapian-core +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes +CC= ${CXX} + +MAN3= Search::Xapian.3 \ + Search::Xapian::BM25Weight.3 \ + Search::Xapian::BoolWeight.3 \ + Search::Xapian::Database.3 \ + Search::Xapian::Document.3 \ + Search::Xapian::Enquire.3 \ + Search::Xapian::PositionIterator.3 \ + Search::Xapian::PostingIterator.3 \ + Search::Xapian::QueryParser.3 \ + Search::Xapian::Stem.3 \ + Search::Xapian::TermIterator.3 \ + Search::Xapian::Weight.3 \ + Search::Xapian::WritableDatabase.3 + +.include <bsd.port.mk> diff --git a/databases/p5-Search-Xapian10/distinfo b/databases/p5-Search-Xapian10/distinfo new file mode 100644 index 000000000000..abfe6d7b607b --- /dev/null +++ b/databases/p5-Search-Xapian10/distinfo @@ -0,0 +1,3 @@ +MD5 (Search-Xapian-0.9.2.3.tar.gz) = b0678a01e582887c787328f13b191302 +SHA256 (Search-Xapian-0.9.2.3.tar.gz) = 4b88aa0ecbf94d586fcf671098c07c5657f90d944097693b65dfe58dfa82b380 +SIZE (Search-Xapian-0.9.2.3.tar.gz) = 25950 diff --git a/databases/p5-Search-Xapian10/pkg-descr b/databases/p5-Search-Xapian10/pkg-descr new file mode 100644 index 000000000000..1e73d225f72a --- /dev/null +++ b/databases/p5-Search-Xapian10/pkg-descr @@ -0,0 +1,20 @@ +This module wraps most methods of most Xapian classes. The missing classes +and methods should be added in the future. It also provides a simplified, +more 'perlish' interface - as demonstrated above. + +The Xapian library is evolving very quickly at the time of writing, +hence any documentation placed here would be likely to become out of +date quite rapidly, and I do not have the patience to write some which +could rapidly become redundant. + +Apologies to those of you considering using this module. For the time +being, I would suggest garnering what you can from the tests and +examples provided, or reading through the Xapian documentation on +http://www.xapian.org/, notably the API documentation at +http://www.xapian.org/docs/apidoc/html/annotated.html + +If you encounter problems, email either me or preferably the +Xapian-discuss mailing list (which I am on - subscription details can +be found on the Xapian web site). + +WWW: http://search.cpan.org/dist/Search-Xapian/ diff --git a/databases/p5-Search-Xapian10/pkg-plist b/databases/p5-Search-Xapian10/pkg-plist new file mode 100644 index 000000000000..cd5161e474f9 --- /dev/null +++ b/databases/p5-Search-Xapian10/pkg-plist @@ -0,0 +1,30 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Search/Xapian/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Search/Xapian/Xapian.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Search/Xapian/Xapian.so +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/BM25Weight.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/BoolWeight.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Database.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Document.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/ESet.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/ESetIterator.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Enquire.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/MSet.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/MSet/Tied.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/MSetIterator.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/PositionIterator.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/PostingIterator.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Query.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/QueryParser.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/RSet.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Stem.pod +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Stopper.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/TermIterator.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/ValueIterator.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Weight.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/WritableDatabase.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Search/Xapian +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Search +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/MSet +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Search |