Commit graph

4495 commits

Author SHA1 Message Date
tnn
464c9ef40d needs termcap 2009-07-21 09:59:09 +00:00
sno
c4b56cb6c1 pkgsrc changes:
- Updating package for p5 module XML::AutoWriter from 0.39nb2 to 0.40
  - Adding license comment - let license experts choose the right

Upstream changes:
- none noticed -
2009-07-19 10:06:28 +00:00
schmonz
27f3ec2fb6 Update to 1.0.13. From the changelog:
* omindex:
  + If the filter program needed for a file format isn't installed, report this
    explicitly when skipping subsequent files with the extension instead of
    misleadingly reporting "Unknown extension".
  + Make -s actually work as a short-form for --stemmer (as documented by
    "omindex --help" and "man omindex").
  + Drop the copyright info from the output of --version as it's perennially
    out of date and we don't report it for any other Xapian programs.
* scriptindex:
  + Add new "valuenumeric" action to add a document value using
    Xapian::sortable_serialise() to allow numeric sorting (ticket#260).
2009-07-18 22:28:28 +00:00
schmonz
d59953310c Update to 1.0.13. From the changelog:
API:
* Xapian::Document no longer ever stores empty values explicitly.  This
  wasn't intentional behaviour, and how this case was handled wasn't
  documented.  The amended behaviour is consistent with how user metadata
  is handled.  This change isn't observable using Document::get_value(),
  but can be noticed when iterating with Document::values_begin(), using
  Document::values_count(), or trying to delete the value with
  Document::remove_value().

matcher:
* If a query contains a MatchAll subquery, check for it before checking the
  other terms so that the loop which checks how many terms match can exit
  early if they all match.
* When an OR or ANY_MAYBE decayed to an AND, we were carefully swapping the
  children for maximum efficiency, but the condition was reversed so we were
  in fact making things worse.  This was noticed because it was resulting in
  the same query running faster when more results were asked for!
* Only build the termname to termfreq and weight map for the first subdatabase
  instead of rebuilding it for each one.  Also don't copy this map to return
  it.  This should speed up searches a little, especially those over multiple
  databases.
* If a submatcher fails but ErrorHandler tells us to continue without it, we
  just use a NULL pointer to stand in rather than allocating a special dummy
  place-holder object.
* Remove AndPostList, in favour of MultiAndPostList.  AndPostList was only used
  as a decay product (by AndMaybePostList and OrPostList), and doesn't appear
  to be any faster.  Removing it reduces CPU cache pressure, and is less code
  to maintain.
* Call check() instead of skip_to() on the optional branch of AND_MAYBE.

flint backend:
* Fix a bug in TermIterator::skip_to() over metadata keys.

remote backend:
* Fix xapian-tcpsrv --interface option to work on MacOS X (ticket#373).
* Fix typo which caused us to return the docid instead of the maximum weight
  a document from a remote match could return!  This could have led to wrong
  results when searching multiple databases with the remote backend, but
  probably usually didn't matter as with BM25 the weights are generally small
  (often all < 1) while docids are inevitably >= 1.

inmemory backend:
* The inmemory backend doesn't support iterating over metadata keys.  Trying
  to do so used to give an empty iteration, but has now been fixed to throw
  UnimplementedError (and this limitation has now been documented).

documentation:
* INSTALL: We no longer regularly test build with GCC 2.95.4 and we're raising
  the minimum GCC version required to 3.1 for Xapian 1.1.x.
* Document what passing maxitems=0 to Enquire::get_mset() does.
* docs/queryparser.html: Add examples of using a prefix on a phrase or
  subexpression.
* Correct doxygen comments for user metadata functions:
  Database::get_metadata() throw UnimplementedError but
  WritableDatabase::set_metadata() can.
* Document that Database::metadata_keys_begin() returns an end iterator if the
  backend doesn't support metadata.
* HACKING: Update the list of Debian/Ubuntu packages needed for a development
  environment.
2009-07-18 22:28:00 +00:00
sno
f4bdfa0447 pkgsrc changes:
- Updating package for p5 module Text::SimpleTable from 1.2 to 1.4

Upstream changes:
1.4   2009-07-16 00:00:00
        - Fixed all shebang lines.

1.3   2009-07-02 00:00:00
        - Code cleanup.
2009-07-18 22:04:02 +00:00
sno
785c5d2a43 pkgsrc changes:
- Updating package for p5 module Template::Declare from 0.39 to 0.40
  - Adding license (perl5) and module type (Module::Install)

Upstream changes:
0.40 - 2009-07-08
* Fix subname issue with the debugger and specifically Devel::NYTProf
* String::BufferStack usage improvements
2009-07-18 21:43:02 +00:00
sno
8a3ab3b4d1 pkgsrc changes:
- Updating package for Text::Reflow from 1.07 to 1.09
  - Adjusting license

Upstream changes:
1.08  Wed Jul  8 12:39:32 BST 2009
	- Added 'LICENCE' => 'Perl' to Makefile.PL
1.09  Mon Jul 13 09:40:46 BST 2009
	- Fixed a typo: LICENCE -> LICENSE!
2009-07-18 18:45:15 +00:00
sno
e81aeab609 pkgsrc changes:
- Updating package for p5 module Encode from 2.33 to 2.35
  - Adding perl license as license

Upstream changes:
$Revision: 2.35 $ $Date: 2009/07/13 02:06:30 $
! lib/Encode/MIME/Header.pm
  Addressed RT #40027:
   decode of MIME-Header removes too much whitespace
  http://rt.cpan.org/Ticket/Display.html?id=40027
  http://rt.cpan.org/Ticket/Display.html?id=42902
! t/piconv.t
  Addressed by CSJEWELL: t/piconv.t loops infinitely on Win32
  http://rt.cpan.org/Ticket/Display.html?id=47760

2.34 2009/07/08 13:34:15
! bin/piconv
  duplicate-BOM problem now fixed.
  Message-Id: <10ECB9B7-006E-4570-9EB6-51C49F04ADCF@dan.co.jp>
! bin/piconv
+ t/piconv.t
  patches and tests by SREZIC
  Message-Id: <4A5366DA.8050801@iconmobile.com>
! Makefile.PL
  man* removed on behalf of blead
  Message-Id: <20090326135219.GU18164@plum.flirble.org>
2009-07-18 18:07:25 +00:00
sno
a8a9915062 pkgsrc changes:
- Updating package for p5 module Text::Diff from 0.35nb4 to 1.37
  - Adding homepage and license according to META.yml
  - Adjusting dependency

Upstream changes:
1.37 Thu 16 Jul 2009
	- Switching to a production release
	- Switching to a 1.xx version to indicate this
	- Added META.yml file

1.36_01 Mon 13 Jul 2009
	- Cleaning this up to pass tests
	- Adding author tests
2009-07-18 17:17:06 +00:00
adrianp
2ae6078ec7 Give up MAINTAINER 2009-07-17 18:00:13 +00:00
roy
dcbcfb9793 Avoid conflit with system getline.
Fixes PR pkg/41746, thanks to Tom Stejskal.
2009-07-17 08:19:29 +00:00
joerg
260e6219a4 Do not create /usr/pkg/share when in destdir mode. 2009-07-16 14:53:13 +00:00
joerg
bda960f313 Update to mdocml-1.8.0:
- significant cleanups in mdoc_term.c
  - support for XXn and XXm -offset values
  - removed exposure of some libmdoc functions from mdoc.h
  - fixed presentation of `Fo', `Vt'
  - fixes for clarity in mdoc.7
2009-07-14 18:52:38 +00:00
tonio
42f8356aab Add the egg-info file to PLIST, as reported in PR pkg/41711 2009-07-13 18:37:55 +00:00
minskim
1c63b6fff8 Remove a redundant opening curly brace. 2009-07-13 11:49:30 +00:00
minskim
899abf3ff0 Complete user-destdir conversion. 2009-07-13 11:32:25 +00:00
minskim
6a13d4a91d Bump PKGREVISION because of the distfile change.
TeX Live metadata changes only.
2009-07-12 00:10:36 +00:00
joerg
b203273998 Update to modcml-1.7.23. A number of whitespace related optimisations,
some bugfixes and a lot of cleanups.
2009-07-11 17:58:08 +00:00
jdolecek
2d5ba2096d change DEPENDS so that it would match any php5* (i.e. also php53) 2009-07-10 19:54:54 +00:00
obache
19b98adb2a Set LICENSE=gnu-lgpl-v2.1. 2009-07-10 09:20:39 +00:00
agc
d3ea77c36a Make a sentence read better 2009-07-09 01:53:28 +00:00
agc
e6b3a5ebfa Fix typos 2009-07-09 01:52:13 +00:00
sno
ac30e031d0 pkgsrc changes
- Updating package for p5 module Filter from 1.36 to 1.37
  - Setting license to ${PERL5_LICENSE} according to META.yml

Upstream changes:
1.37 9 June 2009
----
  * No new feature or bug fixes - just sync with perl core.
2009-07-08 14:15:18 +00:00
joerg
d4a50a2966 Provide PY_COMPILE_ALL and PY_COMPILE_O_ALL to compile all Python
sources in a directory (tree) in pversion.mk. Adjust the various places
that called it locally.
2009-07-08 13:55:58 +00:00
sno
9f94cacfeb Added textproc/p5-XML-LibXML-Simple version 0.13 2009-07-08 12:52:17 +00:00
sno
d45ef9ff99 Importing package for p5 module XML::LibXML::Simple version 0.13.
This module is a blunt rewrite of XML::Simple (by Grant McLean) to use the
XML::LibXML parser for XML structures, where the original uses plain Perl
or SAX parsers.
2009-07-08 12:51:06 +00:00
sno
b9a932080d Added textproc/p5-Template-Plugin-YAML version 1.23 2009-07-08 12:49:35 +00:00
sno
2c847bceb5 Importing package fpr p5 module Template::Plugin::YAML version 1.23.
This is a simple Template Toolkit Plugin Interface to the YAML module.
2009-07-08 12:47:58 +00:00
sno
dd993f388a Added textproc/p5-String-RewritePrefix version 0.004 2009-07-08 11:34:37 +00:00
sno
65390e369d Importing package for p5 module String::RewritePrefix version 0.004 as
dependency for scheduled update of Catalyst::Runtime to 5.80007

Perl extension to rewrite strings based on a set of known prefixes.
2009-07-08 11:33:32 +00:00
sno
6bbbef6809 Updating package for p5 module Text::Reflow from 1.06 to 1.07
Upstream changes:
1.07  Thu May 21 14:21:22 BST 2009
	- Added GPL license notice to Reflow.pm
2009-07-08 11:24:23 +00:00
sno
3419c40e52 Updating package for p5 module Text::RewriteRules from 0.20 to 0.21
Adjusting license to ${PERL5_LICENSE}

Upstream changes:
0.21    2009, Jun 4 (17:08)
        - Mark algorithm skiping new lines.
        - Better compilation of power regexps.
        - Basic capturing for power regexps.
2009-07-08 11:15:52 +00:00
sno
3c1bd6e377 Updating package for p5 module Text::SimpleTable from 0.05 to 1.2
Setting license ${PERL5_LICENSE} from module documenation (POD)

Upstream changes:
1.2   2009-07-02 00:00:00
        - Fixed infinite loop bug.

1.1   2009-07-02 00:00:00
        - Added hr method. (bricas)

1.0   2009-07-02 00:00:00
        - Fixed pod coverage.
        - Cleanup.
2009-07-08 11:10:05 +00:00
joerg
324d01261f user-destdir support 2009-07-07 22:24:37 +00:00
joerg
7666165b14 user-destdir support 2009-07-07 22:22:58 +00:00
joerg
8a86c3d860 user-destdir support 2009-07-07 22:21:19 +00:00
joerg
b75e8179af user-destdir support 2009-07-07 22:17:24 +00:00
joerg
1629399ad4 user-destdir support 2009-07-07 22:12:02 +00:00
joerg
89e45a3832 user-destdir support 2009-07-07 22:08:13 +00:00
joerg
5e06e032e4 user-destdir support 2009-07-07 22:02:39 +00:00
joerg
5f9e6f09d9 user-destdir support 2009-07-07 21:58:38 +00:00
joerg
5393182806 user-destdir support 2009-07-07 21:48:22 +00:00
joerg
769896f02b user-destdir support 2009-07-07 21:45:56 +00:00
joerg
c57c686c32 user-destdir support 2009-07-07 21:43:58 +00:00
joerg
c4f5344e09 user-destdir support 2009-07-07 21:38:04 +00:00
joerg
eefd17be4f user-destdir support 2009-07-07 21:34:53 +00:00
sno
5c91482a64 pkgsrc changes:
- Updating package for p5 module FormValidator::Simple from 0.23 to 0.28
  - Adjusting meta-data (license, dependencies, module type) according to
    package information in META.yml and Makefile.PL

Upstream changes since 0.23:
0.28  Mon Jun 22 14:30:00 2009
    - bugfix: on single apache process, 'each' command in Profile.pm breaks
      hash reference.
      Thanks to asannou.
2009-07-07 21:34:36 +00:00
joerg
9fbaeed06e user-destdir support 2009-07-07 21:33:07 +00:00
joerg
0d3bbd2756 user-destdir support 2009-07-07 21:27:17 +00:00
joerg
75ca860d36 user-destdir support 2009-07-07 21:24:04 +00:00