Commit graph

6801 commits

Author SHA1 Message Date
wiz
4d47285cd3 Improve COMMENT and description.
From Ingo Schwarze <schwarze@usta.de>
2013-09-15 13:03:27 +00:00
pettai
ded0c7ecb4 1.5.3:
Bugfix
[CPPXT-92] - Update xmlsig 1.1 schema to final CR

Improvements
[CPPXT-94] - Configuration check should check for missing private key
[CPPXT-95] - Improve logging when libcurl is built without OpenSSL

1.5.2:
Bugfixes
[CPPXT-89] - Regression in deprecated catalog_path option during initialization
[CPPXT-90] - X509Digest generates base64 based on hex digest instead of binary

Improvement
[CPPXT-91] - KeyInfoResolver code returns empty credential object.

1.5.1:
Improvement
[CPPXT-88] - Support path resolution in ParserPool / catalog files

1.5.0:
Bugfixes
[CPPXT-76] - Remove compile time version output where possible.
[CPPXT-79] - link fails if xml-security-c library outside default link path
[CPPXT-83] - Transport layer not handling Last-Modified header correctly
[CPPXT-84] - Problems compiling log4shib on Solaris SPARC 10 with Sun
             Studio 12.1 with 64bit libraries
[CPPXT-86] - Small Memory Leak in XMLObjectBuilder::buildFromElement()

Improvements
[CPPXT-70] - Improve remote CRL access and caching support
[CPPXT-78] - Support configuration of name and policy restrictions for the
             signature metadata filter (signing certificate)
[CPPXT-82] - libcurl, ExplicitKeyTrustEngine, PKIX could provide additional
             debug information
[CPPXT-87] - Libcurl versions before 7.20 do not refresh caches of IdP IP
             address look-ups - this breaks SAML1 attribute query if the IdP's
             IP address is changed
2013-09-13 21:08:19 +00:00
fhajny
bd7ebf4b8d Add crush-tools 2013-09-13 11:27:30 +00:00
fhajny
5883c2744a Import textproc/crush-tools.
CRUSH (Custom Reporting Utilities for SHell) is a collection
of tools for processing delimited-text data from the command
line or in shell scripts.
2013-09-13 11:26:52 +00:00
adam
9f415cb635 Changes 1.25.25:
* base.hpp: Fix declarations out of order causing compile failure. Broken since Xmlrpc-c 1.19 (June 2009).
* Make distclean cleans up src/test/blddir and src/test/srcdir.
2013-09-12 18:52:54 +00:00
jperkin
ca67532cca Add USE_TOOLS+=nroff to packages which generate catman pages. 2013-09-12 11:15:12 +00:00
jperkin
479a183b70 Adjust CONFLICTS with mdocml, versions after and including 1.12.0nb3
no longer conflict with this package.

Bump PKGREVISION.
2013-09-12 10:39:24 +00:00
jperkin
d2973dada3 Rename preconv and roff.7 to have a 'mandoc-' prefix. This removes the
conflicts with textproc/groff and allows both packages to co-exist,
paving the way for mdocml to be used in the tools infrastructure as an
nroff replacement.

Bump PKGREVISION.
2013-09-12 10:33:29 +00:00
taca
ad1a7fb392 Fix build problem with new bison by adding simiar patch as textproc/itex2MML. 2013-09-11 15:14:00 +00:00
joerg
1ea0bfbf0f Clang might start with cl, but it is not Visual Studio. 2013-09-10 14:45:48 +00:00
obache
d3597f6231 Bump PKGREVISION from xml-security-c shlib major bump 2013-09-10 11:44:15 +00:00
fhajny
68506b1e85 Resign as maintainer (not really using Ruby at all any more). 2013-09-09 12:29:25 +00:00
wiz
eed332411a Update to 2.54:
$Revision: 2.54 $ $Date: 2013/08/29 16:47:39 $
! Encode.xs
+ t/cow.t
  Addressed: COW breakage with _utf8_on()
  https://rt.cpan.org/Ticket/Display.html?id=88230
! Encode.pm
  Reverted the document accordingly to #11
  https://github.com/dankogai/p5-encode/pull/10
+ t/decode.t
  Unit test for decoding behavior change in #11
  https://github.com/dankogai/p5-encode/pull/12

2.53 2013/08/29 15:20:31
! Encode.pm
  Merged: Do not short-circuit decode_utf8 with utf8 flags
  https://github.com/dankogai/p5-encode/pull/11
  Merged: document decode_utf8 behaviour more precise
  https://github.com/dankogai/p5-encode/pull/10
! Makefile.PL
  Added repository cpan metadata
  https://github.com/dankogai/p5-encode/pull/9

2.52 2013/08/14 02:29:54
! ucm/*.ucm
  Addressed:
    Unicode Mappping tables are missing Unicode Inc. license notification
    All files including "as long as this notice remains attached" now
    have that notice attached in the comment section.  (cp* and mac*
    do not since their source files do not include that notice)
  https://rt.cpan.org/Ticket/Display.html?id=87340
! lib/Encode/MIME/Header.pm
  t/mime-header.t
  Addressed: encoding "0" with MIME-Headers gets a blank string
  https://rt.cpan.org/Ticket/Display.html?id=87831
! Encode.pm
  Addressed: Documentation buglet
  https://rt.cpan.org/Ticket/Display.html?id=84992
! Byte/Makefile.PL CN/Makefile.PL EBCDIC/Makefile.PL
  Encode/Makefile_PL.e2x JP/Makefile.PL KR/Makefile.PL
  Symbol/Makefile.PL TW/Makefile.PL
  Applied: Patch to output #includes in deterministic order
  https://rt.cpan.org/Ticket/Display.html?id=86974

2.51 2013/04/29 22:19:11
! Encode.xs
  Addressed: Encode.xs doesn't compile with Microsoft C compiler
  https://rt.cpan.org/Public/Bug/Display.html?id=84920
! MANIFEST
  Addressed: t/taint.t missing
  https://rt.cpan.org/Public/Bug/Display.html?id=84919

2.50 2013/04/26 18:30:46
! Encode.xs Unicode/Unicode.xs
  lib/Encode/Unicode/UTF7.pm lib/CN/HZ.pm lib/Encode/GSM0338.pm
  t/taint.t
  Addressed: Encode::encode and Encode::decode
             gratuitously launders tainted data
  Taintedness now propagates as it should.
  https://rt.cpan.org/Ticket/Display.html?id=84879
! encoding.pm
  Addressed: 5.18 deprecation
  https://rt.cpan.org/Ticket/Display.html?id=84709
! bin/piconv
  Applied: Update piconv documentation
  https://rt.cpan.org/Ticket/Display.html?id=84695

2.49 2013/03/05 03:12:49
! Encode.xs
  Addressed: Encoding objects leak memory if decoding fails
  https://github.com/dankogai/p5-encode/issues/8

2.48 2013/02/18 02:23:56
! encoding.pm
  t/Mod_EUCJP.pm t/enc_data.t t/enc_eucjp.t t/enc_module.t t/enc_utf8.t
  t/encoding.t t/jperl.t
  [PATCH] Deprecate encoding.pm
  https://rt.cpan.org/Ticket/Display.html?id=81255
! Encode/Supported.pod
  Fixed: Pod errors
  https://rt.cpan.org/Ticket/Display.html?id=81426
! Encode.pm t/Encode.t
  [PATCH] Fix for shared hash key scalars
  https://rt.cpan.org/Ticket/Display.html?id=80608
! Encode.pm
  Fixed: Uninitialized value warning from Encode->encodings()
  https://rt.cpan.org/Ticket/Display.html?id=80181
! Makefile.PL
  Install to 'site' instead of 'perl' when perl version is 5.11+
  https://rt.cpan.org/Ticket/Display.html?id=78917
! Encode/Makefile_PL.e2x
  find enc2xs.bat if it works on windows.
  https://github.com/dankogai/p5-encode/pull/7
! t/piconv.t
  Fix finding piconv in t/piconv.t
  https://github.com/dankogai/p5-encode/pull/6
2013-09-05 19:58:14 +00:00
wiz
f76fea6169 Update to 0.28:
#------------------------------------------------------------------------
# Version 0.28  2013-05-30
#------------------------------------------------------------------------

* fixed bug 81707 (test failures due to hash randomisation in perl 5.17.6)

* change 'use vars' to 'our' declarations
2013-09-05 19:49:39 +00:00
wiz
2982ac231a Update to 2.08:
2.08    Thu Aug 22 23:11:45 CDT 2013
====================================
[ENHANCEMENTS]
ack now ignores CMake's build/cache directories by default.  Thanks,
Volodymyr Medvid.

Add shebang matching for --lua files.

Add documentation for --ackrc.

Add Elixir filetype.

Add --cathy option.  Thanks to Joe McMahon.

Add some helpful debugging tips when an invalid option is found.
Thanks to Charles Lee.

Ignore PDF files by default, because Perl will detect them as text.

Ignore .gif, .jpg, .jpeg and .png files.  They won't normally be
selected, but this is an optimization so that ack doesn't have to
open them to know.

[FIXES]
Ack's colorizing of output would get confused with multiple sets
of parentheses.  This has been fixed.  (Issue #276)

Ack would get confused when trying to colorize the output in
DOS-format files.  This has been fixed.  (Issue #145)


2.05_01 Tue May 28 10:12:04 CDT 2013
====================================
[ENHANCEMENTS]
We now ignore the node_modules directories created by npm.  Thanks,
Konrad Borowski.

--pager without an argument implies --pager=$PAGER.

--perl now recognizes Plack-style .psgi files.  Thanks, Ron Savage.

Added filetypes for Coffescript, JSON, LESS, and Sass.

[FIXES]
Command-line options now override options set in ackrc files.

ACK_PAGER and ACK_PAGER_COLOR now work as advertised.

Fix a bug resulting in uninitialized variable warnings when more
than one capture group was specified in the search pattern.

Make sure ack is happy to build and test under cron and other
console-less environments.

Colored output is now supported and on by default on Windows.
2013-09-05 19:48:07 +00:00
wiz
8388e37ed8 Update to 2.0104:
2.0104          Fri 30 Aug 12:36:06 IDT 2013
    - Fix https://rt.cpan.org/Ticket/Display.html?id=88060
        - Use quoted version number in the SYNOPSIS.
        - Thanks to Philipp Gortan for the report.
    - Apply a patch from Yuriy / YOREEK for test failures with a
    directory component that contains whitespace.
        - https://rt.cpan.org/Ticket/Display.html?id=86665
2013-09-05 19:45:17 +00:00
wiz
a2e8d7f6f9 Update to 0.23:
0.23    Wednesday 1st May, 2013
        Distinguish 'package didn't compile' from 'package has no
        symbols' (Gareth Tunley)
2013-09-05 18:50:59 +00:00
wiz
4830755d5c Update to 1.27:
[Changes for 1.27 - 2013-05-20]

* Resolve RT#84466 not fixed in 1.26 It failed about 10% of the time.

[Changes for 1.26 - 2013-05-20]

* Resolve RT#84882 and RT#84466 hash randomisation in yaml-alias.t on perl 5.18.0

[Changes for 1.25 - 2013-03-10]

* Bump version number and release to fix a MANIFEST mistake in 1.24

[Changes for 1.24 - 2013-03-07]

* Tests all green on CPAN Testers. releasing to public.

[Changes for 1.24_02 - 2013-03-01]

* Apply patch from RT 78363 - MinGW64 compatibility

[Changes for 1.24_01 - 2013-03-01]

* Implement $JSON::Syck::MaxDepth
* Prevent failure when the same object is seen twice during Dump.
* Prevent YAML from being influnced by the previous
  change

[Changes for 1.23 - 2013-02-26]

* Tests all green on CPAN Testers. releasing to public.

[Changes for 1.23_01 - 2013-02-21]

* Make sure that LoadBlessed=0 blocks all blessing.
* Start listing primary repo as toddr on github ( http://github.com/toddr/YAML-Syck )
* README refreshed via perldoc -t

[Changes for 1.22 - 2012-12-04]

* Tests all green on CPAN Testers. releasing to public.

[Changes for 1.22_01 - 2012-11-27]

* Fix error message typo: s/existant/existent/g
* Fix for non-printable character detection
* Quote if non-printable characters are present
* Change LoadBlessed=0 to not bless under ANY circumstances
2013-09-05 18:22:12 +00:00
wiz
82f7abc3b5 OpenBSD renamed beagle to armv7.
From patrick@openbsd via jmc@openbsd.
2013-09-05 09:13:23 +00:00
ryoon
13c1a29d42 Use working HOMEPAGE. 2013-09-03 16:25:29 +00:00
ryoon
52719e3b6f Remove commentted out line and FETCH_USING=curl. 2013-09-03 16:22:06 +00:00
ryoon
225e34497f Add lua-slnunicode. 2013-09-03 16:19:26 +00:00
ryoon
567e8aee41 Import lua-slnunicode-1.1apl1 as textproc/lua-slnunicode.
Unicode Library for Lua language.
2013-09-03 16:18:41 +00:00
adam
d2cb6dec32 Revbump after cairo update 2013-09-02 19:50:38 +00:00
wiz
4fd26359c2 Update to 2.0.10:
New functions, types and enums

Functions

  ● int raptor_string_escaped_write(const unsigned char *string, size_t len, const char delim, unsigned int flags, raptor_iostream *iostr)

  ● int raptor_term_escaped_write(const raptor_term *term, unsigned int flags, raptor_iostream* iostr)

  ● int raptor_uri_escaped_write(raptor_uri* uri, raptor_uri* base_uri, unsigned int flags, raptor_iostream *iostr)

Types

  ● raptor_escaped_write_bitflags
2013-09-02 16:58:05 +00:00
wiz
5772ba2f2f Fix build with bison-3.0.
Compile-tested only.
2013-09-01 15:39:54 +00:00
obache
520e1ab278 tell tools for building to configure. 2013-09-01 05:28:26 +00:00
ryoon
b7a75cfcdd Update to 1.2.0.20130831 (hg current)
* Fix build with lua 5.2.
* Examples are not provided anymore, remove MESSAGE.

Changelog:
unknown.
2013-09-01 04:48:21 +00:00
adam
bf5bb10d57 Changes 2.7.1:
- Fixed a bug with ``call_filter`` not working properly on environment
  and context filters.
- Fixed lack of Python 3 support for bytecode caches.
- Reverted support for defining blocks in included templates as this
  broke existing templates for users.
- Fixed some warnings with hashing of undefineds and nodes if Python
  is run with warnings for Python 3.
- Added support for properly hashing undefined objects.
- Fixed a bug with the title filter not working on already uppercase
  strings.
2013-08-31 22:33:35 +00:00
schmonz
deb663db14 Fix build on case-insensitive filesystems (e.g., Darwin's). No
functional change intended on other systems.
2013-08-30 15:49:48 +00:00
obache
ce9f8cba78 drop TOOLS_NOOP=curl.
SKK=JISYO.L will be extracted with pkgsrc, so fetch with curl will be never
happend.
Moreover, such setting is ambiguous with FETCH_USING=curl.

related to PR pkg/48159.
2013-08-30 13:14:23 +00:00
joerg
eb7177e05d Restore README.md removal, but move it to post-extract. 2013-08-29 13:31:15 +00:00
joerg
e424983850 Revert last, fix dependencies instead. 2013-08-29 12:58:49 +00:00
jperkin
dacc24438e Remove README.md prior to building. There is a copy distributed in the
distfile which is unwriteable, breaking unprivileged builds.
2013-08-29 12:40:46 +00:00
richard
20f3d09048 solaris fix for wide-curses build of hunspell 2013-08-27 22:11:20 +00:00
obache
058e93b3b5 Update ruby-text to 1.2.3.
* Remove Figlet, reintroduced in error
2013-08-27 12:07:41 +00:00
obache
0bcdfc2581 Update ruby-text to 1.2.2.
* Reintroduce figlet before fixing for 1.9
* Relicense as MIT
2013-08-26 09:49:06 +00:00
wen
210fdb8021 Update to 2.0009
Upstream changes:
2.0009 2013-07-08 10:49:47-0700
    [BUG FIXES]
    - Fix a tied hash issue on string concat, thanks to zxchris (#81)
2013-08-26 01:54:24 +00:00
wen
f27ac4e491 Update to 1.04
Add LICENSE

Upstream changes:
1.04   May 25, 2012
	- restore compatibility with Perl 5.8.0 (RT#77386)
	  patch provided by Thomas Sibley

1.03   March 10, 2012
	- add the wrap_after attribute
	- now requires Perl 5.10.0 or later
	- explicitly supports U+2000 - U+200B as breaking spaces
	- now built with Dist::Zilla (includes v2 META.json)
	- repository now publicly available on GitHub
2013-08-26 01:49:43 +00:00
wen
21723e4d58 Update to 1.46
Upstream changes:
What's new in v1.46 since v1.44:

        Thanks to Rik Signes, there is a new
        Text::Template->append_text_to_output method, which
        Text::Template always uses whenever it wants to emit output.
        You can subclass this to get control over the output, for
        example for postprocessing.

        A spurious warning is no longer emitted when the TYPE
        parameter to ->new is omitted.
2013-08-26 01:44:15 +00:00
wen
479aa53645 Update to 1.35
No changelog upstream
2013-08-26 01:31:28 +00:00
wen
88901e6c12 Update to 2013.0523
Upstream changes:
= 2013/05/23

Change module 'NAME'

= 2013/05/22

Typos

= 2013/04/26

Minor test suite fixes - bug 81698.

Fixed bug 79766 -- an extraneous "=" in a regex.

Changed the license to qualify as an "open source" license.

= 2012/08/18

Packaging fix.

Minor documentation fixes.

= 2012/08/15

Minor fixes to test suites.

Added back versions to support old versions of perl.

= 2009/04/17

Added support for Unicode combining characters to both
Text::Tabs and Text::Wrap, plus a new test suite for each
of these new functionalities.  --tchrist
2013-08-26 01:27:15 +00:00
wen
db1ce752e5 Update to 0.25
Upstream changes:
0.25    2012, July 10 (22:17)
        - Fixed stupid bug for too generic regexps;

0.24    2012, June 8 (18:44)
        - POD fixes
2013-08-26 01:15:43 +00:00
wen
b312ff2152 Update to 1.6.3
Add missing DEPENDS

Upstream changes:
1.6.3   August 9 2012

-   Fixed bug in "Build.PL" regarding "podselect," updated Build.PL reqs

1.6.2   August 9 2012

-   Made output of "tablify -v" prettier using Text::Autoformat

1.6.1   April 30 2013

-   Removed a debug statement
-   Fixed INSTALL

1.6.0   April 30 2013

-   Moved to Git repo at github.com:kyclark/text-recordparser.git
-   Changes to "tablify"
    - Allow for comment lines
    - Added more single-letter argument names
    - Allow for definition of column names
2013-08-26 01:03:13 +00:00
wen
9ad5644f40 Add p5-Pod-Markdown 2013-08-26 00:56:32 +00:00
wen
20aa71f7a0 Import Pod-Markdown-1.322 as textproc/p5-Pod-Markdown.
This module subclasses Pod::Parser and converts POD to Markdown.

Literal characters in Pod that are special in Markdown (like
*asterisks*) are backslash-escaped (except those in verbatim
blocks or C<code> sections).
2013-08-26 00:54:50 +00:00
wen
47ce320cca Update to 2.08
Upstream changes:
2.08    Tue May 21 11:40:04 PDT 2013
    - add a combine_hunks function to recombine hunks (RJBS)
    - implicitly private methods are now underscore private: organize,
      find_below, classify, expand_tabs (RJBS)

2.07    Thu May 16 18:18:01 PDT 2013
    - Add set_quote_characters() function to control what additional characters
      are treated as quoting chars (above and beyond ">")
2013-08-26 00:32:00 +00:00
wen
d4bd3a3c06 Update to 0.20
Upstream changes:
0.20
	- [bugfix] '?# comment' was not working (by bokutin)

0.19
	- fix unexpected behavior (though is not a bug, see https://github.com/kazuho/p5-text-microtemplate/pull/6)
2013-08-26 00:28:12 +00:00
wen
fa7a3b0b30 Update to 0.10
Upstream changes:
0.10 Fri Aug  9 12:49:59 PDT 2013
	-  added with_html5_tags() to enable html5 block elements support (by @Songmu)

0.09 Mon Aug  5 10:08:05 PDT 2013
	-  fixed #14 "some files are missing in 0.08"

0.08 Sun Aug  4 23:50:18 PDT 2013
	- Reverted html5 tags support

0.07 Sun Aug  4 18:44:48 PDT 2013
	- Removed MYMETA (by @Songmu)
	- Added html5 tags support (by @Songmu)

0.06 Sat Jul 13 20:35:10 PDT 2013
	- Documentation improvements by @nailbowers
	- fixed an issue with is_utf8 boolean casting behavior

0.05 Tue Jul  9 14:40:27 PDT 2013
	- Support MKD_* flags (by @tokuhirom)
	- markdown() returns UTF-8 encoded string (by @Songmu)
	- upgraded Discount to 2.1.6 (by @Songmu)
2013-08-26 00:23:04 +00:00
wen
1106e9e574 Update to 0.58
Upstream changes:
0.58 Tue  4 Sep 23:04:11 IDT 2012
    - Apply a patch to correct a minor grammatical error:
        - https://rt.cpan.org/Ticket/Display.html?id=79400
        - Thanks to Salvatore Bonaccorso, Debian Perl Group.

0.57 Tue  4 Sep 14:01:10 IDT 2012
    - Clarified the documentation regarding noBreak and noBreakRegex.
        - Thanks to Anne Wainwright.
2013-08-26 00:01:48 +00:00
wen
5453f92373 Update to 1.0
Remove PERL5_REQD+=5.8.0

Upstream changes:
1.0  2012/12/07
     - Match 'never' in addition to $DATE in more places (Ski Kacoroski)
     - Fix to regex for next binding state (Simon Elsbrock)
     - Use /o for slightly faster regex processing
2013-08-25 23:57:31 +00:00
wen
70a5c1c849 Update to 0.22
Upstream changes:
0.22
	- Text::CSV 1.31 requierd in Makefile.PL (even works in minor version)

0.21  Thu Jun 13 14:31:12 2013
	- Text::CSV 1.30 requierd in Makefile.PL (even works in minor version)

0.20  Wed Jun 12 13:18:02 2013
	- update modules and test for Text::CSV_XS 0.99 and Text::CSV_PP 1.30
2013-08-25 23:51:33 +00:00
wen
a4c071c01f Update to 1.669004
Upstream changes:
1.669004  Wed Jul 31 14:43:55 2013

    - Tweaked widow handling to avoid a nasty edge case (thanks Michael!)
2013-08-25 23:44:15 +00:00
jaapb
a91a92ce93 Added libodfgen subdirectory. 2013-08-24 16:18:51 +00:00
jaapb
8142bd5b53 Packaged textproc/libodfgen, a library providing the ability to generate
ODF documents from libwpd and libwps API calls. (libreoffice dependency)
2013-08-24 16:17:12 +00:00
wen
2b3f92417b Update to 1.0002
Upstream changes:
1.0002 2013-08-17
    - Convert "Changes" (this file) to CPAN::Changes.
    - Thanks to https://bitbucket.org/sromanov .

1.0001 2013-08-17
    - Fix https://rt.cpan.org/Ticket/Display.html?id=87903
        - Case problem with "repository" in "Build.PL".
    - Remove trailing space.
2013-08-24 02:34:24 +00:00
wen
4878a5e468 Update to 1.33
Upstream changes:
1.33 Oct 26, 2012
    - LICENSE field added to ExpatXS.pm
    - [rt.cpan.org #69253] t/f08noexpand.t is missing in distro ()

1.32 Apr 12, 2011
    - NoExpand option test added
    - type warnings fixed (gcc 4.4)
2013-08-24 02:30:02 +00:00
wen
2fed734754 Update to 0.50
Add LICENSE

Upstream changes:
0.50 May 2013
    - fixed broken link to SAX2 specification in POD
    - added repository information to Makefile.PL
    - added README file to satisfy packaging guidelines
2013-08-24 02:25:09 +00:00
wen
117c935395 Update to 0.04
Add LICENSE

Upstream changes:
0.04  3/26/2012 (tjmather)
	- Fixed version number bug in $VERSION, set to 0.04 instead of 0.02
		( https://rt.cpan.org/Public/Bug/Display.html?id=38536 )
2013-08-24 02:21:32 +00:00
wen
c523317857 Update to 0.3.0
Upstream changes:
0.3.0     2013-03-15 15:24:53 Europe/Oslo
        Gotten rid of Data::Visitor::Callback used to parse type
          constraints. Reported by Alceu Rodrigues de Freitas Junior
          (RT #81753). Solution contributed by chromatic.
2013-08-24 02:17:01 +00:00
wen
07a4ad5c51 Restore the line of PKGNAME 2013-08-24 02:13:21 +00:00
wen
cb34a6e150 Update to 2.0103
Upstream changes:
2.0103          Thu 22 Aug 08:34:46 IDT 2013
    - Apply patch from Yuriy / YOREEK for test failures in t/40reader.t:
        - https://rt.cpan.org/Public/Bug/Display.html?id=83779
        - Changed the variable name to start with an underscore for internal
        use.

2.0102          Mon 19 Aug 15:14:13 IDT 2013
    - Fixed https://rt.cpan.org/Ticket/Display.html?id=83744
        - XPathContext memory leak on registerFunction.
        - Thanks to DGINEV for the report and Yuriy for the patch.
    - Apply proposed fix for https://rt.cpan.org/Ticket/Display.html?id=80521
        - "replaceNode() segfaults when copying DTD nodes with ATTLISTs"
        - Thanks to GUIDO@cpan.org for the report and to YOREEK for
        the patch.
    - Apply fix for https://rt.cpan.org/Ticket/Display.html?id=83779
        - "building on RHEL-5-64 fails"
        - Thanks to mathias@koerber.org for the report, SREZIC@cpan.org
        and d.thomas@its.uq.edu.au for taking part and Yuriy for the patch.

2.0101          Thu 15 Aug 08:29:15 IDT 2013
    - Fixed https://rt.cpan.org/Ticket/Display.html?id=87089 .
        - "HTML doctype differs for string/scalar input"
        - Thanks to NGLENN for the report and to Yuriy for the tests and
        fix.
2013-08-24 02:06:47 +00:00
wen
b8a5b77666 Update to 4.81
Upstream changes:
4.81 Jul 19th, 2013

    [DOCUMENTATION]
    - There is no such thing as "array context". The documentation now refers to "list context"
      instead.

    - Fix "the the" typos. (Thanks to dsteinbrunner, RT#77901)
2013-08-23 14:10:17 +00:00
wen
82003bf62f Update to 1.60
Upstream changes:
1.60  14 Aug 2013
      [ENHANCEMENTS]
      - Added min/max font size for form field filling.
        Thanks to Gareth Tunley for the idea and the initial code

1.59  28 Jan 2013
      [FIXES]
      - Added support for the \134 escape, synonymous with \\
        Thanks to Zakariyya Mughal for the patch
        https://rt.cpan.org/Ticket/Display.html?id=83018
2013-08-23 14:04:20 +00:00
wen
69eeae32f2 Update to 0.93
Upstream changes:
version 0.93: Sat Mar  2 11:58:52 CET 2013
	- move pod-test to xt/
	- fix warning produced by Pod::Checker

version 0.92: Fri Dec 21 12:22:16 CET 2012

	Fixes:
	- include license in the manuals.
2013-08-22 14:29:01 +00:00
prlw1
7c95fa6f13 To quote an earlier commit message:
Recursive revbump because poppler updated its shlib major for a
x.y.z+1 change, again...
2013-08-22 09:21:57 +00:00
wiz
16e06c472c Recognize DragonFlyBSD. From Jan Stary <hans@stare.cz>.
Bump version.
2013-08-21 11:22:15 +00:00
wen
e1cc74249d Update to 1.53
Upstream changes:
1.53   2013-08-20
        - really fixed metadata

1.52   2013-08-20
        - updated repository metadata to reflect move to github
2013-08-21 07:58:22 +00:00
wiz
ca20581716 Fix typo. 2013-08-20 22:38:39 +00:00
joerg
32708b3c6c Clang now validates that two declarations that end up mapped to the same
name due to extern "C" are consistent. Work around this by hiding the
parts of <aspell.h> as necessary.
2013-08-17 11:19:03 +00:00
obache
551241a08c Revbump after updating lang/lua to 5.2.2. 2013-08-15 06:32:05 +00:00
wen
25e10f04f6 Update to 2.0100
Upstream changes:
2.0100          Wed 14 Aug 08:23:53 IDT 2013
    - Added the unique_key() method to XML::LibXML::Node.
    - t/40reader.t: assigning from $@ to a lexical so it won't be
    over-ridden.
        - https://rt.cpan.org/Ticket/Display.html?id=87830
        - Thanks to Douglas Christopher Wilson for the report.
2013-08-15 02:35:01 +00:00
joerg
b51e874cfe Explicitly reference the std version of some wchar.h functions to
resolve ambiguity.
2013-08-13 10:24:22 +00:00
jaapb
7938e04ade Updated package to version 2.3.3.4. This is an update of a very old
version, so I'm not including the entire changelog here; see the package
changelog for more details. The patch was originally submitted by
Francois Tigeot as PR pkg/46156 - I've updated it since.
2013-08-11 16:06:25 +00:00
shattered
f1d4cca3df Update to 1.57. Changes:
Improve treatment of binary files in ambiguous message introduced in
diffutils 2.8.4, and finally corrected in 3.0.
2013-08-10 12:49:54 +00:00
jmcneill
af656b088e apply arm-gcc-atomics hack to earm too 2013-08-07 10:19:04 +00:00
wiz
230298fe2b Remove more traces of unfinished -O support. 2013-08-05 10:08:25 +00:00
wiz
bf1c55fba5 Remove -O from SYNOPSIS. Noted by jmc@OpenBSD. 2013-08-05 07:37:14 +00:00
obache
4172217d92 Update config.{guess,sub} from pkgsrc/mk/gnu-configure, for the case
required in bootstrap pkgsrc.
2013-08-03 13:14:11 +00:00
obache
dcb638e33a Update groonga to 3.0.6.
.. _release-3-0-6:

Release 3.0.6 - 2013/07/29
--------------------------

Improvements
^^^^^^^^^^^^

* [doc] Added documentation about parameter of :doc:`/reference/functions/sub_filter`
  function.
* [suggest] Supported 0MQ 3.x. [GitHub#63] [Reported by Naoya Inada]
* Added availability check for NetBSD about ``pthread_{mutex,cond}attr_setpshared()``
  [Reported by OBATA Akio]
* Supported backslash escape in query syntax. [groonga-dev,01520]
  [Reported by Kouhei Tanabe]
* [rpm][fedora] Supported Fedora 19.
* [rpm][fedora] Dropped Fedora 18 support.
* [httpd] Updated bundled nginx version to 1.4.2.

Fixes
^^^^^

* Fixed a crash bug when specific internal function (``grn_obj_path()``) is called
  for built-in proc function such as ``select``. [Reported by Genki Takiuchi]

Thanks
^^^^^^

* Naoya Inada
* OBATA Akio
* Kouhei Tanabe
* Genki Takiuchi

.. _release-3-0-5:

Release 3.0.5 - 2013/06/29
--------------------------

Improvements
^^^^^^^^^^^^

* [doc] Added summary about ``match_column`` and ``query_string`` parameters in ``query()``.
* Added subrecord information to table inspection.
* Supported single quoted string literal in ``output_columns`` expression.
  This means that "XXX, '...'" expression is supported.
* [doc] Added notification about root privileges and well known port
  when starting groonga server. [Reported by Kosuke Asami]
* [experimental] Added :doc:`/reference/functions/html_untag` function.

Fixes
^^^^^

* Fixed a crash bug of mroonga which is caused by missing lock for table creation.
  [Reported by Y.Kentaro]
* Fixed a lot of compilation warnings by clang and gcc.
* Fixed a bug that ``sub_filter(...)`` is ignored if you use "XXX && sub_filter(...)"
  expression.
* Fixed a bug that wrong tag name is used in XML output.
  This bug affects the case if you use "REFERENCE_VECTOR_COLUMN._key" expression
  for ``output_columns``. Reference column isn't contained in XML ouput.
* [doc] Fixed wrong arguments in ``sub_filter()`` documentation.
* [deb] Fixed a bug that status action returns wrong exit code
  when services are stopped. [GitHub#62] [Patch by @orangain]
* Fixed a bug that the value of arithmetic operation is broken.
  This bug affects the case if you assign calculated value to
  ``_score`` pseudo column for example.

Thanks
^^^^^^

* Y.Kentaro
* Kosuke Asami
* @orangain

.. _release-3-0-4:

Release 3.0.4 - 2013/05/29
--------------------------

Improvements
^^^^^^^^^^^^

* [tokenizer] Improved to show log message when normalized string is not given.
* Supported ``_key`` as an argument of ``geo_in_circle``. [Reported by @ceekz]
* Supported to cast vector elements when groonga is used as a library.
* Dropped Ubuntu 11.10 (Oneiric Ocelot) support.
* Supported multiple index section in ``match_columns``.
* Supported ``tokenize`` command.
* Supported to show system error message when ``mmap()`` is failed.
* [doc][windows] Simplified build procedures by "cmake --build".
* Improved to restrict max execution time to prevent hanging service script.
  [GitHub#61] [Reported by firewood]
* Supported to evaluate vector as boolean.
  By this change, empty vector is evaluated as true.
* Improved not to log too many needless log messages.
  Too many log messages are truncated as "(N same messages are truncated)".
* [munin][groonga_n_records] Added ``exclude_tables`` option.
  It supports to exclude specific tables from monitoring results.
* Supported Debian 8.0 (jessie).
* Improved database portability by eliminating directory path of
  system plugins.

Fixes
^^^^^

* [tokenizer] Fixed a memory leak on error.
* Fixed a bug that empty string for similar search causes SEGV.
  [groonga-dev,01346] [Reported by Nakai Kanako]
* Fixed a memory leak when "VECTOR_COLUMN != xxx", "VECTOR_COLUMN && xxx"
  expressions are used.
* Fixed a bug that SIGSTOP and SIGCONT stops groonga server.
* Fixed a crash bug when normalizer returns NULL as normalized string.
  [Reported by Y.Kentaro]
* Fixed a bug that daemonize process doesn't work on OS X.
  [groonga-dev,01440] [Reported by Masahiro KONISHI]
* [deb] Fixed a bug that HTTP/GQTP process is excuted as root user.

Thanks
^^^^^^

* @ceekz
* Nakai Kanako
* firewood
* Y.Kentaro
* Masahiro KONISHI
* @orangain

.. _release-3-0-3:

Release 3.0.3 - 2013/04/29
--------------------------

Improvements
^^^^^^^^^^^^

* [suggest] Supported to learn with the value of customized weight
  by using ``configuration.weight`` configuration.
* Improved performance of geo-location search. For example,
  ``geo_in_rectangle`` is executed about 10% faster than ever.
* [rpm][centos] Added ``additional_configure_options`` parameter
  for building customized groonga without changing spec file.
* Supported KyTea 0.4.5.
* Supported vector index access by "vector[N]" syntax.
* Added ``--default-tokenizer`` option to :doc:`/reference/executables/groonga-suggest-create-dataset` command.
* Added ``--help`` option to :doc:`/reference/executables/groonga-suggest-create-dataset` command.
* Supported Ubuntu 13.04 Raring Ringtail.

.. _release-3-0-2:

Release 3.0.2 - 2013/03/29
--------------------------

Improvements
^^^^^^^^^^^^

* Supported two or more indexes for a table key.
  This change affects to eliminate potential crash case when loading a new key
  to two or more indexed key.
* Supported binary operations such as ``X + Y``, ``X - Y``, ``X * Y``, ``X / Y``,
  ``X % Y``, ``X >> Y``, ``X << Y``, ``X | Y``, ``X ^ Y``, ``X & Y`` and ``X >>> Y``
  for Int8, UInt8, Int16, UInt16 and UInt64.
* Added english documentation for ``load`` command.
* Supported binary assign operations such as ``X += Y``, ``X -= Y``, ``X *= Y``,
  ``X /= Y``, ``X %= Y``, ``X <<= Y``, ``X >>= Y``, ``X >>>= Y``, ``X &= Y``,
  ``X |= Y`` and ``X ^= Y`` for Int8, UInt8, Int16, UInt16 and UInt64.
* Supported unary operations such as ``-X`` for Int8, UInt8, Int16, UInt16 and UInt64.
* Supported complex string concatination in ``--output_columns``.
  For example, you can use a query such as ``--output_columns '"<" + title + ">"'``.
* Added the information of the repository of groonga to development page.
* Added ``sub_filter()`` function.
* Supported query expander in ``query()`` function.
  This change supports the query such as
  ``query("MATCH_COLUMNS", "QUERY", "QueryExpanderTSV")``.
* Renamed ``--query_expansion`` to ``--query_expander``.
  ``--query_expansion`` is regarded as deprecated.

Fixes
^^^^^

* Fixed a bug that ``snippet_html(XXX), XXX`` fails with "stack error".
  This bug affects a query such as ``--output_columns 'snippet_html(title), content'``.
  [Groonga-talk (no subject)] [Reported by Hendro Wibowo]
* Fixed a typo about install documentation. [Reported by hino]
* Fixed a bug that Travis-CI setup script fails.
  [groonga-dev,01248] [Reported by ongaeshi]
* Fixed a memory leak.
  This bug affects the case which satisfy following three conditions.
  Column is a reference column, Column is a vector column and
  Reference key size is 25 byte or lager.
* Fixed a crash bug by ``--output_columns _score.GARBAGE``.
  This affects the case if GARBAGE does not exist.

Thanks
^^^^^^

* Hendro Wibowo
* hino
* ongaeshi

.. _release-3-0-1:

Release 3.0.1 - 2013/02/28
--------------------------

Improvements
^^^^^^^^^^^^

* Supported to set Bool to reference column when loading dataset by load command.
* Supported AND operation for nested index.
  In this change, the expression "COLUMN1.COLUMN2 >= 1 && COLUMN1.COLUMN2 <=3" works.
  Note that the order is important for this expression.
  "1 <= COLUMN1.COLUMN2" is not supported yet. It is regarded as "COLUMN1.COLUMN2 <= 1".
* Supported sorting not indexed entries.
  This change affects the case such as ``--sortby geo_distance(...)`` drops not indexed
  entries.
* Supported range search for reference column by index.
  This change enable you to search range by index which is TABLE_PAT_KEY or TABLE_DAT_KEY
  based nested index of _key.
* [rpm][centos] Supported MeCab 0.995.
* [doc] Added missing documentation of commands such as ``column_rename`` or ``truncate``.

Fixes
^^^^^

* Fixed a bug that ``grn_index_cursor_next()`` returns NULL unexpectedly.
  It causes that invalid index entry is returned after deleting entries.
  This bug affects mroonga in storage mode. [groonga-dev,01192] [Reported by b senboku]
* Fixed a crash bug that ``geo_distance()`` sort by index.
  This bug occurs by wrong the number of found records.
* [httpd] Enabled default owner/group of database setting as groonga/groonga.

Thanks
^^^^^^

* b senboku


.. _release-3-0-0:

Release 3.0.0 - 2013/02/09
--------------------------

* Bump version to 3.0.0!

Fixes
^^^^^

* [deb] Fixed to install missing not EUC-JP, but UTF-8 encoding dictionary
  when ``groonga-tokenizer-mecab`` package is installed.
* Fixed a bug that int64 literal is truncated to uint32 value.
  If you use string literal for int64, this bug does not affects.
* [rpm][centos] Fixed a bug that stopping ``groonga-server-http`` service
  by init script is failed. [GitHub#53] [Patch by IWAI, Masaharu]

Thanks
^^^^^^

* IWAI, Masaharu

.. _release-2-1-2:

Release 2.1.2 - 2013/01/29
--------------------------

Improvements
^^^^^^^^^^^^

* Supported multiple ``query()`` in a select command.
  For example, you can specify the keyword which has different weight such as
  'query("column * weight1", keyword1) || query("column * weight2", keyword2) || ...'
  for ``--filter``.
* Dropped experimental view feature.
* Added ``grn_logger_reopen`` API for custom logger.
  Note that ``grn_logger_info`` API is deprecated, use ``grn_logger`` API instead.
* Added ``grn_default_logger_set_path()`` and ``grn_default_logger_get_path()`` API.
  Note that global ``grn_log_path`` variable was removed. Use above API.
* Added ``grn_default_query_logger_set_path()`` and
  ``grn_default_query_logger_get_path()`` API.
  Note that global ``grn_qlog_path`` variable was removed. Use above API.
* Added translated documentation about :doc:`/reference/tables` and :doc:`/reference/normalizers`.
* [deb][rpm] Improved to install with missing dictionary when
  ``groonga-tokenizer-mecab`` package is installed.
* Supported :ref:`nested-index-search` with range search.
  For example, you can specify 'column1.column2...columnN <= "1988-01-04 00:00:00"'
  in ``--filter``.
* [rpm][fedora] Supported Fedora 18.
* [rpm][fedora] Dropped Fedora 17 support.
* [doc] Added documentation for :doc:`/server/package`.
* [doc] Added documentation for :doc:`/reference/functions/query`.

Fixes
^^^^^

* Fixed not to report an error even though MeCab tokenizer shared object
  isn't found. [groonga-dev,01174] [Reported by wing]
* [httpd] Fixed not to fail configure on CentOS 5.4 by setting
  ``SED`` variable explicitly.
* Fixed a crash bug that not initialized vector column value is accessed
  by select command.

Thanks
^^^^^^

* wing

.. _release-2-1-1:

Release 2.1.1 - 2012/12/29
--------------------------

This is bug fix release of 2.1.0. All of 2.1.0 users should use 2.1.1
instead.

Fixes
^^^^^

* Fixed a bug that ``KEY_NORMALIZE`` information in database that is
  created by groonga 2.0.8 or ealier is dropped.

.. _release-2-1-0:

Release 2.1.0 - 2012/12/29
--------------------------

.. Caution::

   Use 2.1.1 instead of 2.1.0. 2.1.0 has a serious bug related
   ``KEY_NORMALIZE``.

.. Caution::

   This release has backward incompatible changes against ``table_list`` and
   ``column_list`` commands. If you use own program which depends on the output
   results above commands, you need to support null instead of "null" string.

   This release has supported ``--normalizer`` option, but there is
   side effect for this feature. If you open old version of groonga
   database at least once, you can not open its database by old
   version of groonga.

   There is also another backward incompatible change agaist plugin API for
   tokenizer. The argument of ``grn_tokenizer_query_open`` API has changed.
   This API change affects developer of tokenizer plugin.

Improvements
^^^^^^^^^^^^

* [doc] Added documentation about :ref:`nested-index-search`.
* Supported the expression as :doc:`/reference/functions/snippet_html` arguments.
  This change enables you to use ``snippet_html("STRING" + "STRING")`` for example.
  You can specify column name or literal for "STRING". [Reported by Tomoatsu Shimada]
* Supported to create own normalizer as a plugin.
* Moved ``groonga-query-log-analyzer`` as
  `groonga-query-log <http://rubygems.org/gems/groonga-query-log>`_ RubyGems.
  It enables you to analyze query logs without installing groonga package.
* Supported ``--normalizer`` option for :doc:`/reference/commands/table_create` command.
  This change enables you to specify normalizer plugin.
* Changed "null" string to null value as meaning for "No Object".
  This is backward incompatible change and affects output results of introspection
  related commands such as ``table_list`` and ``column_list``.
* Added a flag which controls behavior about normalizer as the last argument
  of ``grn_tokenizer_query_open`` API.
* Supported continuous line in :ref:`command-list-with-continuous-line` list.
* Improved to support not only no key table, but also hash table, patricia trie
  and double array trie for :ref:`nested-index-search`.

Fixes
^^^^^

* [windows] Added missing ``O_BINARY`` flag to open file correctly.
  This change fixes the infinite loop problem about groonga HTTP server.
  [GitHub#47] [Patch by Shimomura Tatsuya]
* Fixed a bug that ``--default-match-escalation-threshold`` doesn't accept
  negative value to disable functionality.
  This fix enable you to disable search escalation.
  see :option:`--default-match-escalation-threshold` about details.
* Fixed a bug that ``_score`` after "*" is ignored in ``--output_columns``.

Thanks
^^^^^^

* Tomoatsu Shimada
* Shimomura Tatsuya

.. _release-2-0-9:

Release 2.0.9 - 2012/11/29
--------------------------

Improvements
^^^^^^^^^^^^

* Supported to calculate the value of distance accross border
  in ``geo_distance`` with ``rectangle`` as approximate type. [#1534]
* [doc] Added the :doc:`/spec/gqtp` specification.
* Improved to ignore non critical ``getaddrinfo()`` error which groonga command emits on startup.
  This change does not affects nomal use of groonga because it just checked whether default hostname
  is resolved in previous version.
* [experimental] Added ``snippet_html()`` function which extract keyword and surrounding text.
  See :doc:`/reference/functions/snippet_html` about details.
* Supported to report error reason when error occured during reading table record.
* Supported to search with keyword by nested index notation ( concatinate multiple
  indexed column name with dot character ) if there is a relationship between
  multiple table with index.
* Supported to log "[tokenizer][mecab]" tag when using ``TokenMecab`` tokenizer.
* Supported to log "[tokenizer][kytea]" tag when using ``TokenKyTea`` tokenizer.
* Improved to use separated array for command error location as output results.
  This change is incompatibility change, but does not affects existing program.
* Added documentation for :doc:`/reference/command/output_format`.
* Added documentation for :doc:`/reference/command/return_code` of output results.
* Supported range search by using index.

Fixes
^^^^^

* Fixed to use network byte order for status code of :ref:`gqtp-header-spec` to follow
  the normal network protocol convention.
  This change affects that groonga <= 2.0.8 client which connects to groonga server 2.0.9
  or later can not show status code properly when command failed.
* Fixed a bug that UTF-8 normalization computes wrong offset which affects to return value
  of ``snippet_html()``. This change not to insert tag of snippet into invalid location.
  [#1531] [Reported by Tomoatsu Shimada]
* [windows] Fixed over allocated memory access which cause segmentation fault
  on startup by groonga command. [#1532] [Patch by Akio Tajima]
* [windows] Fixed a bug that data stored in column couldn't be read when total amount of data
  stored in column exceeds 128MB. [groonga-dev,01088] [Reported by ongaeshi]
* Fixed a bug that searching with indexed column for ``Int*`` and ``UInt*``
  except ``Int32/Uint32`` returns invalid results.
* Fixed a bug that deleting record can be found.
* Fixed a bug that latin1 and koi8r normalizations could not process all string data
  if given string contains NULL character on the way.
* Fixed to return the correct default value of type when no data stored in column is
  referenced by ``select`` command.
* Fixed to exclude the value of vector column metadata in :ref:`offline-index-construction`.
  This change not to contain such a metadata as search results.

Thanks
^^^^^^

* Tomoatsu Shimada
* Akio Tajima
* ongaeshi


.. _release-2-0-8:

Release 2.0.8 - 2012/10/29
--------------------------

Improvements
^^^^^^^^^^^^

* [rpm] Improved the description of server-http and httpd packages.
  [Suggested by Daiki Ueno]
* Supported custom query expansion by plugin.
* [experimental] Added query expander ``QueryExpanderTSV`` plugin.
* Supported Ubuntu 12.10 Quantal Quetzal
* [experimental] Supported function call in ``output_columns``.
* [doc][rpm] Add missing description about installing MeCab dictionary.
  [Reported by serihiro]

Fixes
^^^^^

* [rpm] Fixed to remove needless "Requires" from spec file.
  [Reported by Daiki Ueno]
* [rpm] Fixed inaccurate description about license of groonga-server-gqtp.
* [admin] Fixed record edit button shows wrong record. [GitHub#34]
  [Reported by firewood]
* [deb] Fixed to remove needless dependency to pcre.
* [deb] Fixed to bundle missing table plugin.

Thanks
^^^^^^

* Daiki Ueno
* firewood
* serihiro

.. _release-2-0-7:

Release 2.0.7 - 2012/09/29
--------------------------

Improvements
^^^^^^^^^^^^

* [doc] Added more descriptions about ``--query_flags``.
* [doc][httpd] Added sample configuration for gzip compression.
* [httpd][rpm][centos] Added groonga-httpd init script.
* [rpm] Added logrotate config files.
* Supported creating database during install process.
* [httpd] Supported ``groonga_database_auto_create`` directive.
* Supported score respected merge by set operation. [GitHub#31]
* [httpd] Supported ``load`` command by POST.
* Added error check for creating temporary result set. [GitHub#33]
* Added GQTP server package.
* Added ``max()`` function.
* Added ``min()`` function.

Fixes
^^^^^

* Fixed to set domain to vector elements to ``load`` command. [GitHub#30]
* [httpd] Fixed missing NULL initialization. [Reported by @Kiske]
* [httpd] Fixed missing size about ``content_type_len``.
* [rpm][fedora] Fixed to use ``--bind-address`` in ``groonga.service``.
* Fixed crash by invalid argument filter. [GitHub#32]
* Fixed a bug that Time -> Time cast breaks value.
* Fixed a bug that Time -> Float cast breaks value.

Thanks
^^^^^^

* @Kiske

.. _release-2-0-6:

Release 2.0.6 - 2012/08/29
--------------------------

Improvements
^^^^^^^^^^^^

* [deb][rpm] Added ``groonga-server-common`` meta package. [#1451]
* Supported ``--query_flags`` option to ``select`` command.
* Supported PCRE auto detection for groonga-httpd.
* [doc] Added information about Twitter and Facebook.
* Improved to show error message from MeCab on ``mecab_new2()`` failure.
* [doc] Added details about groonga for server use.
* Improved to log details about ``vm.overcommit_memory``.
* Supported custom selector definition.
* Supported ``--working-directory`` option for groonga.
* Supported ``dump`` command for groonga-httpd.
* Improved to show not found target name for ``clearlock`` command.
* Improved error messages about ``get`` command implemented by table plugin.
* [rpm][centos] Supported MeCab 0.994. [#1455]
  [Suggested by IWAI, Masaharu]
* Supported changing default logger's max level before ``grn_init()``.
* Added ``all_records()`` function which copies all record IDs to the result table.
* Supported '-WORD' in ``--query`` of the select command.

Fixes
^^^^^

* [doc] Fixed the execution examples. [#1428]
  [Reported by IWAI, Masaharu]
* [deb] Fixed not to force groonga user/group by init script for groonga-httpd.
* [rpm][fedora] Fixed missing stop parameter for groonga-httpd service.
* Fixed a bug that the last 1 byte for cache key is ignored by ``select`` command.
* Fixed detection of the number of arguments in the complex function call.
* Fixed to suppress a warning by Clang.
* Fixed backward incompatibility about missing ``add`` command related error
  by executing ``clearlock`` command.
* [windows] Fixed database open failure which is related to binary data.
  [Reported by @yito]

Thanks
^^^^^^

* IWAI, Masaharu
* @yito


.. _release-2-0-5:

Release 2.0.5 - 2012/07/29
--------------------------

Improvements
^^^^^^^^^^^^

* Supported calculating the value of distance with "rect" or "rectangle"
  argument in southern hemisphere. [#1418] [#1419] [#1420] [#1421]
* [doc] Added some literals description in script syntax.
* Supported other directory build for groonga-suggest and groonga-httpd.
* Supported ";" as a query parameter separator. [#1406]
  [Suggested by IWAI, Masaharu]
* [doc] Added descriptions about script syntax.
* Supported near search by ``'column *N "word1 word2 ..."'`` in script syntax.
  [#1423]
* [doc] Added a description about limitation of suffix search.
* Supported near search for ``_key`` pseudo column. [GitHub#19]
* [doc] Added basic ECMAScript related syntaxes.
* [doc] Updated a description about :doc:`/reference/functions/geo_distance`.
* [rpm][fedora] Supported Fedora 17.
* [rpm][fedora] Dropped Fedora 16 support.
* Supported logical not ``"!"`` operator. [GitHub#22]
* [httpd] Supported per location groonga database.
* Improved to return error messages while load command is processing.
* Improved to exit load command when an uncontinuable error occurred.
* Improved to stop load command for invalid --columns value.
* Supported to open locked database. [GitHub#21]

Fixes
^^^^^

* Fixed a build problem about groonga-httpd on Mac OS X.
  [Reported by SHIMADA Koji]
* Fixed not to use installed groonga's header files for groonga-httpd.
* Fixed a build problem about groonga on Mac OS X Lion.
* [doc] Fixed a description of :doc:`/reference/commands/table_remove` command.
* Fixed infinite loop problem for not implemented operator without index.
  [GitHub#20]
* Fixed a wrong error code which causes memory leaks.
* Fixed a wrong error code which collapse ja columns.
* [admin] Fixed to escape error message.
* Fixed to ignore unloadable objects which causes database incompatible.
  [#1429] [Reported by IWAI, Masaharu]

Thanks
^^^^^^

* SHIMADA Koji
* IWAI, Masaharu


.. _release-2-0-4:

Release 2.0.4 - 2012/06/29
--------------------------

Improvements
^^^^^^^^^^^^

* Supported only KyTea 0.4.2.
* Dropped KyTea 0.4.1 or ealier support.
* [experimental] Supported nginx based groonga HTTP interface.
* Supported calculating the value of distance with "rect" or "rectangle"
  argument in northern hemisphere. [#1386] [#1387] [#1388] [#1389]
* [doc] Added a document about :doc:`/development/travis-ci` integration.
* [doc] Added descriptions about full text search and phrase search.
  See :ref:`full-text-search-condition` and :ref:`phrase-search-condition`
  about detail.
* [doc] Added descriptions about comparison conditions.
  See :ref:`conditional-expression` about detail.
* [doc] Added examples for :doc:`/reference/grn_expr/query_syntax`.
* [doc] Added descriptions about :ref:`combined-expression`.
* [doc] Added descriptions about :ref:`prefix-search-condition` and
  :ref:`suffix-search-condition`.
* Supported suffix search by index.
* [doc] Added a document about :doc:`/reference/grn_expr`.
* [munin] Supported JSON library installed by RubyGems [GitHub#17]
  [Patch by IWAI, Masaharu]
* [doc] Updated the description of how to specify a value as Time in tutorial.
  [#1405] [Reported by IWAI, Masaharu]
* [rpm] Removed groonga-tokenizer-mecab dependency from groonga package.
  [GitHub#18] [Patch by IWAI, Masaharu]

Fixes
^^^^^

* Fixed a problem that display of command prompt changes to not intended state
  by using batch mode on Mac OS X.
  [Reported by @soundkitchen]
* Fixed not to terminate after an invalid command in client mode. [#1305]
* Fixed a problem that '=R' is treated as 'OR' in ``--query`` syntax. [#1393]

Thanks
^^^^^^

* @soundkitchen
* IWAI, Masaharu
2013-08-03 04:40:24 +00:00
wiz
69c069fdb3 Fix default options in man page. From jmc@openbsd. 2013-08-02 13:17:11 +00:00
wiz
12eaae5b8a Whitespace, from jmc@openbsd. 2013-08-02 13:16:54 +00:00
wiz
9ab6c1ea40 Update to 2.0:
Markdown Mode 2.0 Release Notes

Markdown Mode version 2.0 was released on March 24, 2013. This
is a major new stable release with many new features, including some
changes to keybindings for element insertion and outline navigation.
This new stable version can be downloaded from the
Markdown Mode homepage. Below is a description of significant or
user-visible enhancements or bug fixes. See the Git repository
for a complete history of changes.

New Features

Keybinding Changes


Physical styles: element insertion commands prefixed by C-c
 C-p have been removed in favor of their logical style
 counterparts prefixed by C-c C-s.
Shift is now the preferred way to distinguish keybindings for two
 similar elements:


Insert an inline link with C-c C-a l or a reference
 link with C-c C-a L. The latter keybinding is new
 and preferred over C-c C-a r, which is deprecated.
Insert an inline image with C-c C-a l or a reference
 image with C-c C-a L. The latter keybinding and
 insertion functionality is new.
The new automatic header insertion function (more below) is
 bound to C-c C-t h, with C-c C-t H being a
 variant that indicates a preference for Setext headings.
Insert an ATX level-one heading with C-c C-t 1 or a
 Setext level-one heading with C-c C-t ! (!
 is S–1). The latter keybinding is new and is
 preferred over C-c C-t t, which is deprecated.
Insert an ATX level-two heading with C-c C-t 2 or a
 Setext level-two heading with C-c C-t @ (@
 is S–2). The latter keybinding is new and is preferred
 over C-c C-t s, which is deprecated.

Footnotes:


Insert new footnote: C-c C-f n has been changed to
 C-c C-a f.
Jump to footnote text: C-c C-f g has been superceded
 by C-c C-j (markdown-jump).
Jump to footnote marker: C-c C-f b has been
 superceded by C-c C-j (markdown-jump).
Kill footnote: C-c C-f k has been superceded by
 C-c C-k (markdown-kill-thing-at-point).

Several other new keybdings have been introduced and are described
 in more detail below.


Smarter Markup Insertion


Fast heading insertion with a single command which automatically
 calculates the type (atx or setext) and level (which can now be
 cycled quickly, see below). Prefix with C-u to promote
 the heading by one level or C-u C-u to demote the
 heading by one level. Headings with a specific level or type
 can still be inserted quickly with specific keybindings.
ATX heading insertion will use current line as heading text if not
 blank and there is no active region.
Setext heading insertion will prompt for heading title when there is
 no active region.
When the point is at a heading, the heading insertion commands will
 replace the heading at point with a heading of the requested level
 and type.
When there is no active region, the bold, italic, code, link, and
 image insertion commands will operate on the word at point, if any,
 so that you don’t have to have an active selection for simple
 modifications.
Repeating the bold, italic, or code insertion commands when the
 point is at an element of the corresponding type will remove the
 markup.
Smart list item insertion with M-RET, with indentation
 and marker determined by the surrounding context. Prefix with
 C-u to decrease the indentation by one level or
 C-u C-u to increase the indentation one level.
Indentation of preformatted text and blockquotes will be adjusted
 automatically in contexts where more indentation is required, as in
 nested lists. (For example, in Markdown, a preformatted text block
 inside a first-level list item must have eight spaces of
 indentation.)
Improved reference link insertion with label completion.


Use word at point as link text, if possible, when there is no
 active region.
Tab completion of reference labels from the set of currently
 defined references.
Reference link insertion no longer prompts for
 a URL or title if the label is already defined.
If no URL is given, create an empty reference definition
 and move the point there.
Customizable reference link location via
 markdown-reference-location.

Basic reference-style image markup insertion.
Multiple horizontal rule styles, customizable as a list of strings,
 which can be cycled through.
New URL insertion command for inserting plain URLs delimited by
 angle brackets (C-c C-a u). Works on URL at point, if any,
 when there is no active region.
Generally improved insertion commands with respect to insertion of
 surrounding whitespace and point position after insertion
 (e.g., ensuring blank lines before and after newly inserted headings
 and horizontal rules).


Markup Removal


Easily kill an element (e.g., a link or reference definition) at the
 point and store the most important part in the kill ring (e.g., the
 link text or URL).


Markup Completion


Completion (C-c C-]) normalizes the markup for an
 element:


balancing hash marks and removing extra whitespace for atx
 headings,
equating the length of the underline with the text for setext
 headings, and
ensuring that horizintal rule strings are chosen from a
 pre-defined list of strings (markdown-hr-strings).



Markup Promotion and Demotion


Markup promotion and demotion via C-c C— and C-c
 C-=, respectively. The sequences M-<up> and
 M-<down> may also be used.
Certain types of markup may be promoted or demoted: atx headings,
 setext headings, horizontal rules, and list items.
 Bold and italic also be toggled between asterisks and
 underscores.
Promotion and demotion commands also cycle when level boundaries are
 reached (e.g. when demoting a level six heading, it cycles back a
 level one heading).


List and Region Editing


Move list items uper and more
 accurate. The pre block matching routines have been completely
 rewritten, with unit tests. The previous implementation was
 incorrect in some cases and generally slow. This should be much
 faster and more accurate for pre blocks inside nesterule for nested list items:
 in a list item of level n, preformatted text must be indented at
 least 4(n + 1) spaces.
Font lock for title strings in inline links.
Subtle syntax highlighting for hard line breaks.
More inclusive blockquote regular expressiofor more accurate syntax highlighting.


New and Improved Movement Commands


Jumping:


Quickly jump between reference definitions and reference-style links
 and between footnote markers and footnote text with
 C-c C-j.
Create undefined references when jumping from a reference link.
When jumping from a reference definition used by multiple
 reference links, show a temporary buffer with buttons for
 selecting which link to jump to. Possible locations may be
 cycled with TAB and S-TAB.

Revised outline navigation commands, following org-mode. This
 frees up the sexp navigation keys C-M-f and
 C-M-b which can be useful in Markdown documents which
 have many matching delimiters, as well as the defun navigation keys
 C-M-a and C-M-e.
Previous/next section movement with C-M-a and
 C-M-e (in Emacs parlance, this is movement by defun).
 Mark the current section with C-M-h.
Previous/next paragraph movement via M-{ and M-}.
Previous/next block movement with C-u M-{ and C-u M-}.


Link Following and Movement


Unified link following: open links in a browser and wiki links in a
 new buffer with the same keybinding (C-c C-o). This
 supercedes the separate wiki link following command
 (C-c C-w).
Generalized link movement and following: move between and open all
 link types (inline, reference, wiki, angle URIs) using the same key
 bindings (M-n and M-p). Previously, these
 commands only moved between wiki links, but with the above following
 enhancement, moving between hyperlinks of all types is more useful.
Remove wiki link following with RET and
 markdown-follow-wiki-link-on-enter setting.


Other Enhancements


Respect hard line breaks when filling paragraphs.
 A downside of this is that paragraph movement commands will also
 stop at hard line breaks, thus slightly changing the definition of
 “paragraph” in this mode. In those cases, use the new block
 movement commands instead.
Use adaptive filling for list items and blockquotes.


Treat all list items (any marker type) the same way with respect
 to filling.
Retain the > prefix when filling blockquotes.
Fill list items inside of blockquotes.

Add indentation positions: preceding list markers and pre block position.
imenu support.
Added before and after export hooks.


markdown-before-export-hook can make changes to the source
 buffer (e.g., preprocessing the Markdown source before running
 Markdown). Any changes made will be kept until the file is
 exported, so they will be incorporated into the resulting XHTML
 output, and the buffer will be restored to it’s original state
 after exporting.
markdown-after-export-hook may modify the resulting output
 buffer after export but before the output file is saved (e.g.,
 postprocessing the XHTML output).

Added a library of regression tests which currently contains 1cks for older Emacsen and Xemacs.
Numerous other internal improvements to make the code base more robust.
Use button-map for navigating undefined references, so that
 references can be navigated via the keyboard by pressing
 TAB and S-TAB.
Clean up whites:


Dynamic loading and unloading for math support with
 refontification.
Allow underscores and colons in equation labels.



GFM (GitHub Flavored Markdown) Mode Improvements


Changes italic font lock behavior to match GFM specification
 regarding underscores in words.
Syntax highlighting for GFM quoted code blocks with an optional
 language keyword.
Insertion command (C-c C-s P) for GFM quoted code blocks.


Bug Fixes


Fix bug in heading visibility cycling introduced in version 1.9
 where the level of headings was being calculated incorrectly.
Fix problems inserting ATX headings at end of buffer.
Support small Setext headings (with fewer than three characters).
Several improvements to inline code syntax highlighting.


No need to prohibit spaces after the leading backquotes.
Markdown allows more than two leading backquotes (but the same number
 must appear at the end to close the code tag).
Ensure following character is not a backquote.
Fix a bug where code fragments separated by a single character
 were not highlighted correctly. (This is difficult or impossible
 to do with regular expressions in Emacs, which do not support
 negative lookahead or negative lookbehind, so a matching function
 is used now.)

Fix some edge cases regarding escaping, spaces, etc. for bold and
 italic font lock.
Prohibit newlines and tabs immediately after opening bold and italic
 delimiters. This fixes a bug where italics would not be
 highlighted following a horizontal rule
Improved multi-line font lock performance for large files.
Improved multi-line font lock at beginning of buffer.
List items with any of the three markers are filled in the same way
 (previously list items starting with + were not filled with
 hanging indentation).
Fix end detection for empty list items. Don’t skip over the
 whitespace following the marker on the same line. Previously, empty
 list items were not being detected properly by
 markdown-cur-list-item-bounds as a result of this.
Don’t exclude [^], which is a valid reference tag (but let’s
 please stick to alphanumeric characters).
No longer highlight escaped wiki links.
Fix line number buttons for reference checking and make all buttons
 clickable.
Fix killing of footnotes with no text.
Fix escaping in markdown-xhtml-standalone-regexp.
Fix a font-lock edge case involving footnote markers preceding
 inline links.
More accurate font-lock for ATX headings in edge cases.
Fix killing of footnotes from footnote text.

1.9

markdown-mode 1.9





















markdown-mode version 1.9 was released on
January 25, 2013. This is a major new stable release with important
bug fixes.

New features:


Support for setext-style headers in outline-mode.
Thanks to Shigeru Fukaya.
Font lock for tilde-fenced code blocks.
Reference link insertion (C-c C-a r).
Support both forms of aliased wiki links:
[[link text|PageName]] and [[PageName|link text]]
(markdown-wiki-link-alias-first).
Footnote support: font lock and insertion, deletion, and
navigation functions for footnotes (prefixed by C-c C-f;
following for wiki links is now C-c C-w).
Thanks to Joost Kremers.
Improved preview and export commands.
Thanks to Donald Ephraim Curtis.
imenu support. Thanks to Akinori Musha.
Added autoload token for gfm-mode.
Thanks to Max Penet and Peter Eisentraut for the suggestion.
Optional character set declaration in XHTML output.
Thanks to François Gannaz for the suggestion.
Smart unindentation when pressing delete at the beginning of a
line. Thanks to Zhenlei Jia.
Optional prefix argument to C-c C-w for opening wiki links
in another window.
Open inline and reference links and inline URIs in browser
(C-c C-o). Thanks to Peter Jones.
Open files in a standaline previewer or editor (C-c C-c o).
Clean up numbered/ordered lists (C-c C-c n).
Thanks to Donald Ephraim Curtis.
Save Markdown output to kill ring (copy to clipboard) (C-c C-c w).
Thanks to Donald Ephraim Curtis.


Bug fixes:


Fixed a bug which caused unusual behavior in functions performing
search, replace, and/or matching operations.
Thanks to Christopher J. Madsen for the patch.
Fixed a bug which caused an incompatibility with orgtbl-mode.
Thanks to Vegard Vesterheim for the report and to Carsten Dominik
for a patch.
Fixed a bug where reference links at the beginning of a line
would be mistaken for reference definitions.
Improved font lock for headers.
Improved font lock for reference definitions. Thanks to Ian Yang.
Avoid byte compiler warning about region-exists-p in GNU Emacs.
Additional key bindings for cross-platform header cycling
compatibility.
Fix problem with externally modified files on disk where the user
would get stuck in a loop answering “really edit the buffer?”
Thanks to Bryan Fink for a detailed report.


Other improvements:


Improve markdown-mode-hook docstring.
Thanks to Shigeru Fukaya for the more precise description.
Don’t require Common Lisp extensions at run time.
Thanks to Shigeru Fukaya.
Prefer visual-line-mode, the replacement for longlines-mode,
when in gfm-mode. Thanks to Christopher J. Madsen.
Proper GitHub wiki link handling in gfm-mode. Thanks to Kevin
Porter.
XEmacs compatibility:


Avoid malformed list errors during font definitions.
Handle replace-regexp-in-string.
Use text properties instead of overlays.
Fall back to set-buffer-modified-p when
 restore-buffer-modified-p is unavailable.
Many additional fixes. Thanks to Michael Sperber.

Handle wiki links in buffers not associated with a file.
Update autoload documentation to support byte compilation.
Option to use - instead of _ for wiki links in gfm-mode.
Add two tab stops to possible indentation positions following list
items.


Minor bug fixes:


Font lock fix for URLs with underscores.
Escape shell commands to handle filenames with spaces, etc.
Thanks to Marcin Kasperski for a patch.
Use :slant instead of unsupported :italic in font spec.
Fix typo in paragraph-fill regexp.
2013-07-30 19:15:15 +00:00
wiz
8e832d6e03 Bump version. 2013-07-30 19:09:00 +00:00
wiz
f976a43481 Fix -F. 2013-07-30 19:07:23 +00:00
wiz
1b97318fdd Remove unused function. 2013-07-30 18:51:15 +00:00
wiz
277a2f8830 Remove mentions of -O, noone's implemented it yet or will soon. 2013-07-30 18:50:07 +00:00
wiz
8fbbdc309e Make Bq and Er optional for errors. 2013-07-30 18:46:29 +00:00
wiz
43b976a522 Fix -A support. 2013-07-30 18:37:56 +00:00
obache
34e6f5929e Bump PKGREVISION from zeromq ABI bump. 2013-07-30 01:27:37 +00:00
kleink
6668cb9e08 Update py-cssutils to 0.9.10.
cssutils.googlecode.com is gone, keep pypi.

0.9.10 130331

* BUGFIX: False HASH color values like #xyz were not being handled
  properly (thanks to Teruaki Koizumi)
* Fixed issue #23: Tests do work properly in newer Python (>2.7.1?)
  version now, old versions will report error. Before this was the
  other way round but this makes more sense probably
* Fixed issue #24: rgba color values did not validate properly
* (Jason R. Coombs) Fixed issue #25: Cssutils installs “tests” package
* Fixed issue #27: Small magnitude float values serialized incorrectly
* Fixed issue #28: Standalone semicolons in CSSStyleDeclaration is
  now simply stripped and does not remove directly following property
  too

0.9.10b1 120428

* REGRESSION: Valid profiles reported by validation may not be right
  but as these hardly say anything in the real world anyway the
  advancements in the following bugfixes are probably worth this.
  Profiles.validateWithProfile currently not working but should be
  hardly used anyway. As a workaround remove all profiles and add
  just the ones you want to use for your application
* BUGFIX: Profiles have been updated. Multiple profiles can be added
  via addProfiles and this is preferred to adding separate profiles
  with addProfile. Profiles do check for updated macros now so that
  e.g. CSS3 Colors defined in a different profile are valid for all
  properties defined before. This may lead to a reset of all properties
  and so may be an extremely expensive operation.
* BUGFIX: font-family names in profile CSS3_FONTS seem to have been
  defined wrongly. Family names containing spaces are valid now, even
  without quotes.
* BUGFIX: for Python 2.5 compatibility (thanks @Jason)
* IMPROVEMENT: Added all X11 color names and corresponding RGBA values
2013-07-28 17:26:08 +00:00
wiz
f69bcf406a Update to 0.11:
Release 0.11 (2013-07-22)
=========================

* General

  - Apply [ 2714873 ] Fix for the overwritting of document attributes.
  - Support embedded aliases within hyperlink references.
  - Fix [ 228 ] try local import of docutils components (reader, writer, parser,
    language module) before global search.

* docutils/parsers/rst/directives/tables.py

  - Fix [ 210 ] Python 3.3 checks CVS syntax only if "strict" is True.

* docutils/writers/html4css1/__init__.py
  - Fix [ 3600051 ] for tables in a list, table cells are not compacted.
  - New setting `stylesheet_dirs` (see above).

    Now, it is easy to add a custom stylesheet to Docutils' default
    stylesheet with, e.g., ``--stylesheet_path='html4css1.css, mystyle.css'``

    Changed behaviour of the default settings:
      if there is a file ``html4css1.css`` in the working directory of the
      process at launch, it is used instead of the one provided by Docutils
      in the writer source directory.

  - New default for math-output_: ``HTML math.css``.
  - Avoid repeated class declarations in html4css1 writer
    (modified version of patch [ 104 ]).

.. _math-output: docs/user/config.html#math-output

* docutils/writers/latex2e/__init__.py

  - Drop the simple algorithm replacing straight double quotes with
    English typographic ones.
    Activate the SmartQuotes_ transform if you want this feature.
  - New setting `stylesheet_dirs`: Comma-separated list of directories
    where stylesheets are found. Used by `stylesheet_path` when expanding
    relative path arguments.

.. _SmartQuotes: docs/user/config.html#smart-quotes

* docutils/writers/manpage.py

  - Fix [3607063] handle lines starting with a period.
  - Fix option separating comma was bold (thanks to Bill Morris).
2013-07-28 12:47:46 +00:00
wen
d9733cd008 Update to 0.10
Upstream changes:
0.10 2013-06-10 00:22:12
    - convert to dzil
    - add =encoding UTF-8 to ::Unicode POD (RT#85981)

0.09  2012-11-05 02:47:53
    - bump up Lingua::EN::Inflect::Phrase dep to 0.16 (latest) due to unescaped
      braces in regex in Lingua::EN::Tagger

0.08  2012-09-24 03:59:43
    - update for Lingua::EN::Inflect::Phrase 0.14
    - change ascii 'acknowledge' to 'ack'

0.07  2012-02-27 22:31:06
    - work around a bug in [:upper:] in 5.15.8

0.06  2011-11-19 17:49:34
    - fix for perl 5.8.3 (RT#72088)
2013-07-21 14:51:32 +00:00
richard
0698db1f8b A templating library which provides a way to easily output all kind of
different files (odt, ods, png, svg, ...). Adding support for more filetype is
easy: you just have to create a plugin for this.

relatorio also provides a report repository allowing you to link python objects
and report together, find reports by mimetypes/name/python objects.
2013-07-21 12:15:29 +00:00
wen
6396e40e92 Update to 0.41
Upstream changes:
version: 0.41
date:    Wed Mar 13 10:34:55 PDT 2013
changes:
- Removed another C++ // style comment. jdb++
---
version: 0.40
date:    Tue Mar 12 11:05:34 PDT 2013
changes:
- Removed C++ // style comments, for better portability. jdb++
---
version: 0.39
date:    Mon Feb 11 18:08:04 PST 2013
changes:
- Using the latest libyaml codebase
- https://github.com/yaml/libyaml/tree/perl-yaml-xs
- Changes have been made to start moving libyaml to 1.2
2013-07-21 11:24:08 +00:00
shattered
380a1bd61d Don't install lib/charset.alias 2013-07-21 10:31:26 +00:00
wiz
b6d125ee08 Use Mt for email addresses. 2013-07-20 21:50:52 +00:00
richard
9380cd496d add textproc/py-xlwt 2013-07-20 07:48:02 +00:00
richard
f6ee718c04 Library to create spreadsheet files compatible with MS Excel 97/2000/XP/2003
XLS files, on any platform, with Python 2.3 to 2.7.

xlwt is a library for generating spreadsheet files that are compatible with
Excel 97/2000/XP/2003, OpenOffice.org Calc, and Gnumeric. xlwt has full support
for Unicode. Excel spreadsheets can be generated on any platform without
needing Excel or a COM server. The only requirement is Python 2.3 to 2.7.
2013-07-20 07:40:11 +00:00
joerg
9338aa85db Install as egg. Bump revision. 2013-07-19 18:19:08 +00:00
schmonz
2fe3854449 Apply patch from RT to fix "uninitialized value" warnings. Bump
PKGREVISION.
2013-07-17 21:18:23 +00:00
joerg
88b2a014cc Explicitly depend on py-expat. Bump revision. 2013-07-16 22:29:07 +00:00
agc
559d23eec0 Add the converters category to this package.
No functional change
2013-07-15 22:39:32 +00:00
obache
8e62d2af63 gobject-introspection is just required to build typelib. 2013-07-15 01:05:21 +00:00
wen
20c99b6e39 Update to 2.0019
Upstream changes:
2.0019          Mon  1 Jul 11:04:31 IDT 2013
    - Correct typos reported in RT #86599.
        - https://rt.cpan.org/Ticket/Display.html?id=86599
        - Thanks to dsteinbrunner.

2.0018          Mon 13 May 13:35:06 IDT 2013
    - Revert previous change of minimal version of libxml2.
        - This change proved to be unpopular and didn't prevent
        the CPAN test failures.
        - By SHLOMIF

2.0017          Thu  9 May 11:03:36 IDT 2013
    - Made the minimal version of libxml2 2.9.0 as previous versions were
    too buggy due to spuriourous CPAN test failures.
        - Please upgrade.
        - By SHLOMIF
2013-07-14 06:47:47 +00:00
wen
a03a5003bc Update to 1.32
Upstream changes:
1.32
	- fix t/rt71_pp.t

1.31  Thu Jun 13 14:06:49 2013
	- fix handling UTF8 in parse method.
	- fix getline with allow_loose_quotes (rt#83705)
	- add allow_unquoted_escape
	- fix parsing escapted sep char (found in Text::CSV_XS rt#81295)

	* TODO: Updating documents and adding diag_verbose in the next version
2013-07-14 06:42:02 +00:00
wiz
d47b3dd143 + jansson. 2013-07-13 10:38:47 +00:00
wiz
57bf50a1d9 Import jansson-2.4 as textproc/jansson.
Jansson is a C library for encoding, decoding and manipulating JSON
data. It features:

* Simple and intuitive API and data model
* Comprehensive documentation
* No dependencies on other libraries
* Full Unicode support (UTF-8)
* Extensive test suite
2013-07-13 10:38:32 +00:00
wen
4aba301e31 Update to 0.53
Upstream changes:
0.53 ( 7-12-13 )
  - Remove executable permissions from files that shouldn't have them.
  - Added shebang to main Bare.pm file ( apparently some people want this )
  - Correct line endings to unix style on parser.c
  - Improved simplify function that works properly with trees instead of just a single level
  - Added hash2xml to quickly convert recursing hashes into XML
2013-07-13 08:52:17 +00:00
shattered
c69b6962ea Update to 3.40. Changes:
Bug fixes:
-Fixed a problem with @IndexBText
-MAX_STACK in z06.c increased (again) to 250.
-Rare crash at "env = SetEnv(res, env);" given truly horrible patch.
-@Pie totalweight default was not inherited from @PieSetup; fixed now.
-@DefinitionTitleFormat, @ClaimTitleFormat, @PropositionTitleFormat,
-@LemmaTitleFormat, @CorollaryTitleFormat, @ExampleTitleFormat fixed.
-Problem with eogonek in titles (Kamil Rytarowski, Uwe) fixed.
Features:
-JavaScript and Tcl languages added to prg2lout.c (Mark Summerfield).
-@Place symbol now available when setting setup file options.
-New version of @Graph with @GraphSetup symbol in setup file.  Should
be 100% backward compatible, if not use @SysInclude { old_graph }.
-New ISOB4, ISOB5, JISB4, and JISB5 paper sizes.  The old B4 and B5
sizes are still available unchanged, though now deprecated.
-New @Diag options: outlinecolour for nodes, pathcolour for links.
2013-07-13 08:20:24 +00:00
adam
5e7f11cf9b Match textproc/libxslt version 2013-07-12 22:36:54 +00:00
jperkin
b091c2f172 Bump PKGREVISION of all packages which create users, to pick up change of
sysutils/user_* packages.
2013-07-12 10:44:52 +00:00
wen
959fc008fa Update to 0.97
Upstream changes:
0.97 - #80831 comma-separated selectors from BGRIMM
       #80927 scss to css for nested includes from BGRIMM

0.96 - #77718 pod encoding bug from ANDK
     - improved URL handling, tests from Dan Markham

0.95 - bugfix for RT#74181 from Andrei Arsenin

0.94 - bugfix for RT#74160 from Andrei Arsenin
2013-07-11 04:52:07 +00:00
jnemeth
8779023af2 sort 2013-07-11 04:03:01 +00:00
schmonz
01b7c11d60 Update to 0.52. From the changelog:
* Build.PL: add dist_author and x_contributors to META files
* .gitignore: ignore some generated files
* add use warnings to the modules
* remove Id tags from the times of Subversion
* add version number to all the modules
2013-07-10 02:09:30 +00:00
schmonz
ef588bdffb Update to 1.54. From the changelog:
- Apply a patch from Debian for correcting a typo.
    - https://rt.cpan.org/Public/Bug/Display.html?id=85962
    - Thanks to Gregor Herrmann
- Implement a more user-friendly error with XML::RSS->new(version=>1.0)
  and a missing "link" and/or "title" field.
    - Thanks to Gabor Szabo for reporting it.
2013-07-10 02:02:09 +00:00
schmonz
f6c195156b Update to 2.04. From the changelog:
ack now runs on a standard Perl 5.8.8 install with no module updates.
The minimum Perl requirement for ack is now explicitly 5.8.8. Anything
before 5.8.8 will not work, and we've added checks. Thanks, Michael
McClimon.

[FIXES]
ack was colorizing captured groups even if --nocolor was given.
Thanks, Dale Sedivic.

[ENHANCEMENTS]
The --shell file type now recognizes the fish shell.

We now ignore minified CSS or Javascript, in the form of either *.css.min
or *.min.css, or *.js.min or *.min.js.

Added support for the Dart language.

ack 2.02 was much slower than ack 1.96, up to 8x slower in some cases.
These slowdowns have been mostly eliminated, and in some cases ack 2.04
is now faster than 1.96.

The firstlinematch file type detection option now only searches the
first 250 characters of the first line of the file. Otherwise, ack
would read entire text files that were only one line long, such as
minified JavaScript, and that would be slow. Thanks, Michael
McClimon.

[DOCUMENTATION]
Many clarifications and cleanups. Thanks, Michael McClimon.
2013-07-10 01:44:55 +00:00
schmonz
8d315f559d Update to 0.04. From the changelog:
- noop to deal with ugly file name
- upgraded discount to 2.1.5a (RT:79192)
2013-07-10 01:29:21 +00:00
rodent
87e4939313 Fix build on SunOS. Add patch to define bswap_32(x) and bswap_64(x). 2013-07-08 00:56:45 +00:00
taca
480d722078 Add build_info file to PLIST.
Bump PKGREVISION.
2013-07-07 16:07:25 +00:00
taca
5c764a9c33 o Add build_info file to PLIST.
o Don't include extconf.h, a working file to package.

Bump PKGREVISION.
2013-07-07 15:34:45 +00:00
wen
2a21762fef Update to 1.81
Upstream changes:
1.81            Fri  5 Jul 10:13:36 IDT 2013
    - Fix a typo reported by dsteinbrunner:
    - https://rt.cpan.org/Ticket/Display.html?id=86689

1.80            Wed 23 Jan 07:53:57 IST 2013
    - Bump the minimum version of libxslt2 to 1.1.28.
    - due to failures such as http://www.cpantesters.org/cpan/report/6f5029ee-639a-11e2-8465-2a97270fb964

1.79            Mon 26 Nov 12:15:35 IST 2012
    - Die when libxslt is 1.1.27.
    - Due to this bug - https://bugzilla.gnome.org/show_bug.cgi?id=684564
2013-07-07 00:28:35 +00:00
wen
5485e58a75 Update to 2.0008
Upstream changes:
2.0008 2013-07-06 00:09:43-0700
    [BUG FIXES]
    - Fix a chache issue that UTF8 flags were not turned on
      as expected (#82)
    - Fix Metakolon doc (#83)

2.0007 2013-06-21 13:16:16-0700
    [DOCUMENTS]
    - Add doc about chomping newlines (<:- ... -:>)

    [NEW FEATURES]
    - Add pre_process_handler to pre-process template content (bluescreen)

2.0006 2013-06-02 22:58:27
    [BUG FIXES]
    - Fix an issue that the state of VM broke on exception
      reported by nihen

2.0005 2013-06-02 12:23:15
    [BUG FIXES]
    - Fix a Multiplexed WRAPPER issue reportedy by @kawamuray (#79)
      Those who use WRAPPER, template cascading, or anonymous functions
      (lambdas) are strongly recommended to upgrade Xslate.

2.0004 2013-05-29 20:27:07
    [TEST FIXES]
    - Template string must be bytes (#78)

2.0003 2013-05-10 12:59:11
    [BUG FIXES]
    - Fix a crash on compiling templates (#77)

2.0002 2013-04-26 12:51:47
    [BUG FIXES]
    - Support perl-blead (5.17.11)
2013-07-07 00:19:33 +00:00
rodent
3885623bd1 +p5-HTML-FormatText-WithLinks-AndTables +p5-HTML-FormatText-WithLinks
+p5-Locale-Maketext-Gettext
2013-07-06 01:08:47 +00:00
rodent
1cb78e20f3 Import p5-HTML-FormatText-WithLinks-AndTables-0.02 as textproc/p5-HTML-FormatText-WithLinks-AndTables.
Converts HTML to Text with tables in tact.
2013-07-06 01:05:56 +00:00
rodent
e85351110d Import p5-HTML-FormatText-WithLinks-0.14 as textproc/p5-HTML-FormatText-WithLinks.
HTML to text conversion with links as footnotes.
2013-07-06 01:04:38 +00:00
rodent
8abf801d5b Import p5-Locale-Maketext-Gettext-1.28 as textproc/p5-Locale-Maketext-Gettext.
Joins the gettext and Maketext frameworks.
2013-07-06 01:01:37 +00:00
ryoon
2193923ba6 Recursive revbump from graphics/giflib update to 5.0.4. 2013-07-05 13:29:28 +00:00
wen
86e1f18490 Update to 1.04
Add LICENSE
Fix path of perl

Upstream changes:
1.04      2013-05-08
	- fix tests to work on older perls

1.03      2013-05-08
	- update copyright info
	- require 5.8 (let me know if this is a problem for you)
	- improve tests
	- hopefully fix failing test on windows
	- improve code readability
	- remove DEBUG for private _is_debug method

1.02      2013-05-07
	- convert to dzil and adopt
2013-07-05 00:17:32 +00:00
sno
f514a16c03 Updating package for CPAN distribution Lingua-EN-Inflect-Phrase in
textproc/p5-Lingua-EN-Inflect-Phrase from 0.10nb2 to 0.18.

pkgsrc changes:
- adjust dependencies

Upstream changes:
0.18 2012-12-27 00:09:43
        - fix meta repository info (RT#82274)

0.17 2012-12-25 14:09:56
        - fix for ordinal number phrases, 'first release' was singularizing to
          'first releases' (RT#82242)

0.16  2012-11-05 02:43:34
        - bump up Lingua::EN::Tagger dep again due to unescaped braces in
          regexes

0.15  2012-09-27 22:17:00
        - fix uninitialized warnings on older perls

0.14  2012-09-24 03:56:10
        - add $prefer_nouns config variable, defaulting to 1, which allows the
          recognition of phrases such as 'source splits'
        - much better number handling, in both number and word form

0.13  2012-08-30 05:30:04
        - bump Lingua::EN::Tagger dep to 0.20 due to unescaped braces in regexes

0.12  2012-01-10 22:44:02
        - fix "statuses" -> "status"

0.11  2011-12-18 06:25:33
        - fix "aliases" and "referral logs" (RT#73242)
2013-07-03 16:48:06 +00:00
sno
1666606eb0 Updating package for CPAN distribution Lingua-EN-Tagger in
textproc/p5-Lingua-EN-Tagger from 0.20nb2 to 0.23.

Upstream changes:
0.23            Aaron Coburn            10/1/12
        Fixed errors in threads tests

0.21            Aaron Coburn            9/27/12
        Escaped some more curly braces in regex
        patterns (see below). Made memoize module
        support threads.
2013-07-03 16:20:54 +00:00
sno
696fa57c02 Updating package for CPAN distribution Lingua-EN-Inflect in
textproc/p5-Lingua-EN-Inflect from 1.893nb2 to 1.895.

Upstream changes:
1.895  Wed Sep 12 00:27:54 2012
    - Fixed a POD nit (thanks Gregor)
    - Added 'words_below', 'comma', and 'comma_every' options to NO()
      (Thanks Lady Aleena).

1.894  Thu Jun 14 10:22:30 2012
    - Fixed several dozen obscure plurals (thanks Tom)
    - Greatly improved the list of prepositions (thanks Tom)
    - Several minor doc nits cleaned up
    - Fixed 'miniseries', 'tv series' etc (thanks Lady Aleena)
    - NON-BACKWARDS COMPATIBLE CHANGE:
      WORDLIST now always add spaces around its final conjunction.
      Please report any cases where this is an adverse change.
2013-07-03 16:18:43 +00:00
sno
ea1715efa8 Adding SUBDIR's for 5-Lingua-EN-FindNumber, p5-Lingua-EN-Number-IsOrdinal,
p5-Lingua-EN-Words2Nums and p5-String-Compare-ConstantTime.
2013-07-03 16:16:28 +00:00
sno
133dfc14ee Adding package for CPAN distribution String-Compare-ConstantTime version
0.300 into textproc/p5-String-Compare-ConstantTime.

This module provides one function, equals (not exported by default).

You should pass this function two strings of the same length. It will
return true if they are string-wise identical and false otherwise, just
like eq. However, comparing any two differing strings will take a fixed
amount of time, unlike eq.

NOTE: If the lengths of the strings are different, equals will return
false right away. Also, comparing two identical strings will take a
different amount of time than comparing two differing strings.
2013-07-03 16:13:38 +00:00
sno
f3b26d4ebe Adding package for CPAN distribution Lingua-EN-Number-IsOrdinal version
0.04 into textproc/p5-Lingua-EN-Number-IsOrdinal.

This module will tell you if a number, either in words or as digits, is a
cardinal or ordinal number.

This is useful if you e.g. want to distinguish these types of numbers found
with Lingua::EN::FindNumber and take different actions.
2013-07-03 16:11:42 +00:00
sno
3a4deb60c1 Adding package for CPAN distribution Lingua-EN-FindNumber version 1.2
into textproc/p5-Lingua-EN-FindNumber.

This module provides a regular expression for finding numbers in English
text. It also provides functions for extracting and manipulating such
numbers.
2013-07-03 16:09:52 +00:00
sno
7850d3635c Adding package for CPAN distribution Lingua-EN-Words2Nums version 0.18
into textproc/p5-Lingua-EN-Words2Nums.

This module converts English text into numbers. It supports both ordinal
and cardinal numbers, negative numbers, and very large numbers.

The main subroutine, which is exported by default, is words2nums(). This
subroutine, when fed a string, will attempt to convert it into a number.
If it succeeds, the number will be returned. If it fails, it returns undef.
2013-07-03 16:06:25 +00:00
jaapb
fade8a0566 Added buildlink3 file to package 2013-07-03 10:53:06 +00:00
marino
c6fe9dfe1c textproc/xmlada: Update from version 4.2.0.0 to version 4.4.0.0
Full change text can be found in features-XX in the distfile, but the
main changes are:

NF-440-LB01-017 attributeGroup support in simple type extensions (2012-11-08)
NF-43-KC20-003 License updated to GPL3 (2011-12-20)
NF-43-KC07-033 Documentation converted to Sphinx (2011-12-08)
NF-43-KC01-026 Schema: Ignore unsupported xsd:unique (2011-12-01)
NF-42-K708-021 Schema: Improved multi-tasking support (2011-07-26)
NF-42-K429-012 Schema: Ignore unsupported schema elements (2011-08-16)
NF-42-J818-003 New input source for streaming sockets (2010-12-16)
2013-07-02 22:13:56 +00:00
rodent
60683bcb75 +cityhash 2013-07-02 11:23:36 +00:00
rodent
220ece13b9 Import cityhash-1.1.1 as textproc/cityhash.
CityHash provides hash functions for strings. The functions mix the input bits
thoroughly but are not suitable for cryptography.
2013-07-02 11:22:21 +00:00
rodent
6293df8869 Set MAINTAINER=pkgsrc-users@; This package was packaged in pkgsrc-wip
by Kamel Derouiche <jihbed@users.sourceforge.net>
2013-07-02 11:15:55 +00:00
rodent
5c827a2026 +py-anyjson 2013-07-02 11:12:59 +00:00
rodent
a2f9ad6104 Import py27-anyjson-0.3.3 as textproc/py-anyjson.
Anyjson loads whichever is the fastest JSON module installed and provides
a uniform API regardless of which JSON implementation is used
2013-07-02 11:11:29 +00:00
rodent
6634a594bb +LICENSE= gnu-gpl-v2 OR gnu-lgpl-v2.1 OR mpl-1.1 2013-06-28 08:57:27 +00:00
rodent
fa6b92d182 Updated to latest release, 4.6.0. MASTER_SITES changed, but other than that
nothing else relative to pkgsrc. There are hundred of additions in
doc/ChangeLog. Most have to do with adding more words and cleanup/fixes.
2013-06-28 08:35:30 +00:00
rodent
263653eb8c Updated to latest release, 0.3.2. ${SORT} and ${CAT} are no longer used
by package. Updated patch to reflect changes in source file.

From CHANGELOG:

0.3.2   * zdpo (en): small words update, improved "make clean"
        * verkarsky (sk): integration od 3 letters Slovak words

        * zdpo (sk): drobné aktualizácie, vylep¹ený príkaz "make clean"
        * verkarsky (sk): integrácia 3-písmenkových slovenských výrazov
          do slovníka

2005.09.06
0.3.1   * fred: remove install.sh

        * zdpo: words words words

2005.09.01
0.3.0   * zdpo: Licence change/extension to GPL(v2), LGPL (v2.1) and MPL (1.1).
        Details can be found at http://www.opensource.org/licenses/.

        * zdpo (sk): Roz¹írenie licencie na GPL(v2), LGPL (v2.1) a MPL (1.1).
        Anglické znenie licencií nájdete na
        http://www.opensource.org/licenses/. Preklady GPL a LGPL nájdete
        na www.gnu.sk a www.gnu.cz
2013-06-28 08:30:19 +00:00
dholland
2c2eaedf8e lang/mono-basic, not lang/mono2-basic. 2013-06-24 05:32:28 +00:00
sno
76e0ab4c57 Updating package for Perl Module Text::CSV_XS in similar named CPAN
distribution from 0.99 to 1.01 because of serious upstream isse fixed.

Upstream changes since 0.99:
1.01	- 2013-06-16, H.Merijn Brand
    - Cache not re-read on getline_all (RT#86155)

1.00	- 2013-06-13, H.Merijn Brand
    * Fix automatic UTF-8 in getline/parse for SV's with \0
2013-06-22 09:27:01 +00:00
wiz
29c2f3e3a3 Fix perl interpreter path in installed files. Bump PKGREVISION. 2013-06-18 19:24:20 +00:00