1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +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
# Date created: Feb 22 2006
# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
#
# Created by: Lars Balker Rasmussen <lbr@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= Search-Xapian
PORTVERSION= 1.2.12.0
PORTVERSION= 1.2.13.0
CATEGORIES= databases perl5
MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION:R}/ \
LOCAL/sunpoet \

View File

@ -1,2 +1,2 @@
SHA256 (Search-Xapian-1.2.12.0.tar.gz) = 9bc0cb0b8d41f7160c29c9d774e16293178c44780f1a186767b088089d13fcaa
SIZE (Search-Xapian-1.2.12.0.tar.gz) = 62289
SHA256 (Search-Xapian-1.2.13.0.tar.gz) = fddaca0a5df5ce4bda32ff421fbbd05c5b5404d2e6da17297b87949e7088a0ba
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
and methods should be added in the future. It also provides a simplified,
more 'perlish' interface - as demonstrated above.
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.
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
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).
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/

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/AssertionError.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/Weight.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
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/MSet