NetBSD.se

CVS log for pkgsrc/textproc/p5-Search-Xapian/Makefile

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / textproc / p5-Search-Xapian

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Jan 10 02:42:23 2012 UTC (4 months, 1 week ago) by schmonz
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, HEAD
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +12 -12 lines
Indent.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Jan 10 01:06:31 2012 UTC (4 months, 1 week ago) by schmonz
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -3 lines
Update to 1.2.8.0. From the changelog:

1.2.8.0  Tue Dec 13 14:45:07 UTC 2011
	[Changes contributed by Olly Betts]
	- Add note to README about documentation, pointing out that the docs
	  for Xapian are useful.
	- Improve note in README about moving to SWIG-generated wrappers in the
	  next release series.

1.2.7.0  Wed Aug 10 06:14:53 UTC 2011
	[Changes contributed by Olly Betts]
	- Note in README that the hand-coded XS wrappers are heading for
	  retirement.

1.2.6.0  Sun Jun 12 11:55:42 UTC 2011
	[Changes contributed by Adam Sjøgren]
	- Wrap new method QueryParser::set_max_wildcard_expansion().
	  (ticket#350)

1.2.5.0  Mon Apr  4 14:00:38 UTC 2011
	[Changes contributed by Olly Betts]
	- simpleindex.pl - use 'while' to loop over input lines - 'foreach'
	  reads them all in and then loops over them, while reads and processes
	  line by line.
	- Add '1;' to the end of t/symbol-test/SymbolTest.pm.

1.2.4.0  Thu Dec 19 12:41:49 UTC 2010
	[Changes contributed by Olly Betts]
	- Xapian exceptions were still being thrown as strings in Perl in
	  some cases.  Now all cases throw a subclass of Search::Xapian::Error.
	  For compatibility with code which expects the previous behaviour
	  these subclasses auto-stringify to the string which would have been
	  thrown before.
	- Make sure all Perl files have 'use strict;' and 'use warnings;'.
	- Remove superfluous 'use Carp;' from generated error classes.
	- t/document.t,t/index.t,t/search.t: Test TermIterator::get_termname().
	- Makefile.PL now looks for CXXFLAGS and CPPFLAGS passed on the
	  command line, and adds them to CCFLAGS in the generated Makefile.
	[Changes contributed by Tim Brody]
	- New testcase t/10query.t.
	[Changes contributed by David F. Skoll and Dave O'Neill]
	- Tell DynaLoader to load the module with RTLD_GLOBAL so exceptions
	  still work when multiple Perl modules which link to xapian-core are
	  loaded.  (ticket#522)

1.2.3.0  Tue Aug 24 06:03:12 UTC 2010
	[Changes contributed by Tim Brody]
	- Allow user-specified ExpandDecider to be specified to get_eset().
	[Changes contributed by Jess Robinson]
	- Fix bogus "can't find libtool" error when rerunning Makefile.PL and
	  XAPIAN_CONFIG isn't explicitly specified.

1.1.4.0  Mon Feb 15 14:08:51 UTC 2010
	[Changes contributed by Henry Combrinck]
	- Add wrappers for the spelling correction functionality (ticket#420).
	- Add wrapper for Database::close() (ticket#422).

1.1.3.0  Wed Nov 18 11:00:23 UTC 2009
	[Changes contributed by Olly Betts]
	- Wrap new Xapian::SerialisationError class.
	- Ship simplematchdecider.pl example, which was added in 1.0.13.1 but
	  accidentally not added to 1.1.1.0.
	- Work around odd rerunning of Makefile.PL by MakeMaker when srcdir !=
	  builddir.

1.1.1.0  Tue Jun  9 13:22:07 UTC 2009
	[Changes contributed by Olly Betts]
	- Add Search::Xapian::MSet::items() method which returns an array
	  tied to the MSet (much like Search::Xapian::Enquire::matches(), but
	  you get easy access to the MSet object itself too).
	- Add the ability to tie an ESet to an array and a new
	  Search::Xapian::ESet::items() method to make use of it.
	- Add new translated version of the simple examples from the Python
	  bindings.
	- Add more fully featured examples: full-indexer.pl and
	  full-searcher.pl.
	- Add better test coverage for MatchDecider.
	- Catch C++ exceptions from methods of Document and rethrow as Perl
	  exceptions (ticket#284).
	- Add dependency to regenerate Makefile if Xapian.pm changes (since the
	  former contains a version number extracted from the latter).

1.1.0.0  Thu Apr 22 13:56:31 GMT 2009
	[Changes contributed by Andreas Marienborg and Olly Betts]
	- Xapian C++ exceptions classes are now wrapped and C++ exceptions
	  are caught and rethrown in Perl as the wrapped classes.
	[Changes contributed by Olly Betts]
	- Xapian-core now uses libtool 2.2.x, which has required changes to
	  the how we cram libtool into the MakeMaker-generated Makefile.
	  However, there's still a wrinkle in this change - you can't currently
	  run "make install" in a tree configured to use an uninstalled
	  xapian-core.

1.0.23.0  Fri Jan 14 04:18:24 UTC 2011
	[Changes contributed by David F. Skoll and Dave O'Neill]
	- Tell DynaLoader to load the module with RTLD_GLOBAL so exceptions
	  still work when multiple Perl modules which link to xapian-core are
	  loaded (ticket#522).

1.0.22.0  Sun Oct  3 12:36:44 UTC 2010
	[Changes contributed by Jess Robinson]
	- Fix bogus "can't find libtool" error when rerunning Makefile.PL and
	  XAPIAN_CONFIG isn't explicitly specified.
	[Changes contributed by Tim Brody]
	- New testcase t/10query.t.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Dec 3 03:44:54 2011 UTC (5 months, 3 weeks ago) by sbd
Branches: MAIN
CVS tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Recursive bump for textproc/xapian buildlink additions.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Aug 14 15:14:08 2011 UTC (9 months, 1 week ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1 lines
Revision bump after updating perl5 to 5.14.1.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Sep 5 01:22:12 2010 UTC (20 months, 2 weeks ago) by schmonz
Branches: MAIN
CVS tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -3 lines
Update to 1.0.21.0. From the changelog:

	- Avoid importing isa from UNIVERSAL to fix Perl 5.12 deprecation
	  warning (Debian bug#578559).
	- Fix testcase t/04functions.t to work with Perl compiled with
	  -Duselongdouble (Debian bug#578558).
	- Wrap Document::add_boolean_term() (new in C++ API in 1.0.18).
	- Add test coverage for Document::remove_term().
	- Add wrappers for the spelling correction functionality (ticket#420).
	- Fix to build with compilers other than GCC by disabling Perl's
	  #define for bool.  (ticket#404)
	- Improve documentation of QueryParser::set_default_op() and
	  QueryParser::get_default_op().
	- examples/: Use MSet::items() (new in 1.0.13.1).
	- examples/simpleexpand.pl: Remove debug print statement left in by
	  accident.
	- Add dependency to regenerate Makefile if Xapian.pm changes (since the
	  former contains a version number extracted from the latter).
	- Add better test coverage for MatchDecider.
	- Run POD coverage tests if TEST_POD_COVERAGE is set rather than
	  TEST_POD so that the other POD tests can easily be enabled without
	  enabling the coverage tests.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Aug 21 16:35:59 2010 UTC (21 months ago) by seb
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1 lines
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Aug 1 08:42:58 2009 UTC (2 years, 9 months ago) by schmonz
Branches: MAIN
CVS tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Update to 1.0.14.0. From the changelog:

- Add handling of C++ exceptions from methods of Document (ticket#284).

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jul 7 16:31:42 2009 UTC (2 years, 10 months ago) by sno
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -2 lines
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.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Apr 20 22:35:17 2009 UTC (3 years, 1 month ago) by schmonz
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -3 lines
Update to 1.0.12.0. From the changelog:
- Add handling of exceptions from Database::get_metadata() and methods
  of Enquire which might throw DatabaseModifiedError to address
  situation reported in ticket#284.
- Skip thread.t testcase if Perl is new enough, but wasn't built with
  thread support (reported by Felix Antonius Wilhelm Ostmann).
- Fix "fake VPATH" mode to work better.
- Add test coverage for more WritableDatabase methods.
- Wrap the new FLAG_DEFAULT constant which gives the QueryParser
  default flag settings, allowing you to easily add flags to the
  default ones.
- Makefile.PL now supports a "fake VPATH" mode, to better support for
  building from SVN.  If you run "perl /path/to/Makefile.PL" then
  Makefile.PL will run Makefile.PL as nomal in /path/to, and then
  create a stub Makefile in the current directory which forwards any
  make invocations.
- Wrap Search::Xapian::get_major_version(), get_minor_version(),
  get_revision(), sortable_serialise(), and sortable_unserialise().
- Reject xapian-core < 1.0 with an error rather than just a warning.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Oct 19 19:18:55 2008 UTC (3 years, 7 months ago) by he
Branches: MAIN
CVS tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sat Jul 26 23:39:21 2008 UTC (3 years, 9 months ago) by schmonz
Branches: TNF
CVS tags: pkgsrc-base, pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of Search::Xapian, a Perl XS frontend to the Xapian
C++ search library.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Jul 26 23:39:21 2008 UTC (3 years, 9 months ago) by schmonz
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>