diff options
author | sno <sno> | 2009-07-07 16:31:42 +0000 |
---|---|---|
committer | sno <sno> | 2009-07-07 16:31:42 +0000 |
commit | ff21ba45185b537ac03add1d145480420b39dd99 (patch) | |
tree | ad23f3e3e8d8d8de16cc38a281f1eec076362d98 /textproc | |
parent | c9abc49ec31d6f5035ef34f318e091cde1135c95 (diff) | |
download | pkgsrc-ff21ba45185b537ac03add1d145480420b39dd99.tar.gz |
pkgsrc changes:
- Updating package for p5 module Search::Xapian from 1.0.12.0 to
1.0.13.1
- Setting license to ${PERL5_LICENSE} according to README file
- Adding PKG_DESTDIR_SUPPORT
Upstream changes:
1.0.13.1 Tue May 26 13:51:18 GMT 2009
[Changes contributed by Olly Betts]
- Deprecate Search::Xapian::MSet::matches() and make it issue a
warning. Please use Search::Xapian::MSet::items() instead.
- Add another translated example: simplematchdecider.pl
1.0.13.0 Sat May 23 15:10:39 GMT 2009
[Changes contributed by Olly Betts]
- Add Search::Xapian::MSet::matches() method which returns an array
tied to the MSet (much like Search::Xapian::Enquire::matches(), but
you get access to the MSet object itself).
- Add new translated version of the simple examples from the Python
bindings.
- Add more fully featured examples: full-indexer.pl and
full-searcher.pl.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Search-Xapian/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-Search-Xapian/distinfo | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/textproc/p5-Search-Xapian/Makefile b/textproc/p5-Search-Xapian/Makefile index 84cb25812c2..1e0e4233b29 100644 --- a/textproc/p5-Search-Xapian/Makefile +++ b/textproc/p5-Search-Xapian/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2009/04/20 22:35:17 schmonz Exp $ +# $NetBSD: Makefile,v 1.4 2009/07/07 16:31:42 sno Exp $ # -DISTNAME= Search-Xapian-1.0.12.0 +DISTNAME= Search-Xapian-1.0.13.1 PKGNAME= ${DISTNAME:S/^/p5-/} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Search/} @@ -9,6 +9,9 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Search/} MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://xapian.org/docs/bindings/perl/Search/Xapian.html COMMENT= Perl XS frontend to the Xapian C++ search library +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c++ diff --git a/textproc/p5-Search-Xapian/distinfo b/textproc/p5-Search-Xapian/distinfo index f4a17c7c062..fc6d299f7a2 100644 --- a/textproc/p5-Search-Xapian/distinfo +++ b/textproc/p5-Search-Xapian/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2009/04/20 22:35:17 schmonz Exp $ +$NetBSD: distinfo,v 1.3 2009/07/07 16:31:42 sno Exp $ -SHA1 (Search-Xapian-1.0.12.0.tar.gz) = fee5df9ce07c3aa16f2509a7373d48de468d9fc7 -RMD160 (Search-Xapian-1.0.12.0.tar.gz) = dd041858a4e7c28e17f8a655f1d484e157ab9495 -Size (Search-Xapian-1.0.12.0.tar.gz) = 46491 bytes +SHA1 (Search-Xapian-1.0.13.1.tar.gz) = 702972d57b895044de92e7f827af9d31151c66db +RMD160 (Search-Xapian-1.0.13.1.tar.gz) = ffdaf5f6c23dc5fbc5382793ec681d94261f284b +Size (Search-Xapian-1.0.13.1.tar.gz) = 50321 bytes |