1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Update to 1.2.13.0

- Cleanup Makefile header
- Sort PLIST
- Reformat pkg-descr

Changes:	http://trac.xapian.org/wiki/ReleaseOverview/1.2.13
		http://search.cpan.org/dist/Search-Xapian/Changes
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-02-20 20:36:44 +00:00
parent e5a95766b1
commit 8eb6a7dd16
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312671
4 changed files with 21 additions and 26 deletions

View File

@ -1,12 +1,8 @@
# New ports collection makefile for: databases/p5-Search-Xapian # Created by: Lars Balker Rasmussen <lbr@FreeBSD.org>
# Date created: Feb 22 2006
# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= Search-Xapian PORTNAME= Search-Xapian
PORTVERSION= 1.2.12.0 PORTVERSION= 1.2.13.0
CATEGORIES= databases perl5 CATEGORIES= databases perl5
MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION:R}/ \ MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION:R}/ \
LOCAL/sunpoet \ LOCAL/sunpoet \

View File

@ -1,2 +1,2 @@
SHA256 (Search-Xapian-1.2.12.0.tar.gz) = 9bc0cb0b8d41f7160c29c9d774e16293178c44780f1a186767b088089d13fcaa SHA256 (Search-Xapian-1.2.13.0.tar.gz) = fddaca0a5df5ce4bda32ff421fbbd05c5b5404d2e6da17297b87949e7088a0ba
SIZE (Search-Xapian-1.2.12.0.tar.gz) = 62289 SIZE (Search-Xapian-1.2.13.0.tar.gz) = 62844

View File

@ -1,20 +1,19 @@
This module wraps most methods of most Xapian classes. The missing classes This module wraps most methods of most Xapian classes. The missing classes and
and methods should be added in the future. It also provides a simplified, methods should be added in the future. It also provides a simplified, more
more 'perlish' interface - as demonstrated above. 'perlish' interface - as demonstrated above.
The Xapian library is evolving very quickly at the time of writing, The Xapian library is evolving very quickly at the time of writing, hence any
hence any documentation placed here would be likely to become out of documentation placed here would be likely to become out of date quite rapidly,
date quite rapidly, and I do not have the patience to write some which and I do not have the patience to write some which could rapidly become
could rapidly become redundant. redundant.
Apologies to those of you considering using this module. For the time Apologies to those of you considering using this module. For the time being, I
being, I would suggest garnering what you can from the tests and would suggest garnering what you can from the tests and examples provided, or
examples provided, or reading through the Xapian documentation on reading through the Xapian documentation on http://www.xapian.org/, notably the
http://www.xapian.org/, notably the API documentation at API documentation at http://www.xapian.org/docs/apidoc/html/annotated.html
http://www.xapian.org/docs/apidoc/html/annotated.html
If you encounter problems, email either me or preferably the If you encounter problems, email either me or preferably the Xapian-discuss
Xapian-discuss mailing list (which I am on - subscription details can mailing list (which I am on - subscription details can be found on the Xapian
be found on the Xapian web site). web site).
WWW: http://search.cpan.org/dist/Search-Xapian/ WWW: http://search.cpan.org/dist/Search-Xapian/

View File

@ -1,6 +1,3 @@
%%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.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/AssertionError.pm %%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/AssertionError.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/BM25Weight.pm %%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/BM25Weight.pm
@ -50,6 +47,9 @@
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/ValueIterator.pm %%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/ValueIterator.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Weight.pm %%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Weight.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/WritableDatabase.pm %%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/WritableDatabase.pm
%%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
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Search/Xapian @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Search/Xapian
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Search @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Search
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/MSet @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/MSet