Commit graph

7266 commits

Author SHA1 Message Date
wiz
ab08f49289 Update to 1.12:
1.12 Mon Sep 22 08:24:43 PDT 2014
 - Fix https://rt.cpan.org/Ticket/Display.html?id=97870
2014-10-01 10:56:09 +00:00
obache
d085e95cbd I don't remember why I imported and updated this package. 2014-09-28 03:05:47 +00:00
brook
e82aa16ded Move math/R-markdown to textproc/R-markdown and fix dependencies.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19 22:47:06 +00:00
brook
677979e105 Initial import of markdown v0.7.4 as textproc/R-markdown.
Markdown is a plain-text formatting syntax that can be converted to
XHTML or other formats. This package provides R bindings to the
Sundown markdown rendering library.

Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19 22:44:40 +00:00
brook
35e28d2ef6 Move math/R-highr to textproc/R-highr and fix dependencies.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19 22:34:44 +00:00
brook
7576900a56 Initial import of highr v0.3 as textproc/R-highr.
This package provides syntax highlighting for R source code. Currently
it supports LaTeX and HTML output. Source code of other languages can
be supported via Andre Simon's Highlight package.

Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19 22:31:53 +00:00
brook
0dc0261741 Move math/R-stringr to textproc/R-stringr and fix dependencies.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19 21:21:16 +00:00
brook
0d59efd586 Initial import of stringr v0.6.2 as textproc/R-stringr.
stringr is a set of simple wrappers that make R's string functions
more consistent, simpler and easier to use.  It does this by ensuring
that: function and argument names (and positions) are consistent, all
functions deal with NA's and zero length character appropriately, and
the output data structures from each function matches the input data
structures of other functions.

Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19 21:03:26 +00:00
brook
55b5323a70 Move math/R-formatR to textproc/R-formatR and fix depending packages.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19 20:36:53 +00:00
brook
a0873c83eb Initial import of formatR v1.0 as textproc/R-formatR.
This package provides a function tidy_source() to format R source
code. Spaces and indent will be added to the code automatically, and
comments will be preserved under certain conditions, so that R code
will be more human-readable and tidy. There is also a Shiny app as a
user interface in this package (see tidy_app()).

Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19 20:31:50 +00:00
wen
c5c7d05cb2 Update to 1.22
Add LICENSE

Upstream changes:
2014-08-15   Sean M. Burke  sburke@cpan.org
	* RELEASE 1.22.  (The dev release works, so this is a version bump.)
	* See notes for 2014-07-25, because this is the first public release
	with significant changes since 2001!

2014-07-25   Sean M. Burke  sburke@cpan.org
	* !DEVELOPER RELEASE!
	* !Release 1.20_01!
	* Many bugfixes.  Thanks especially to Tomaolc!
	* Yet more *.t files added for improved sanity checking.
	* Shuffling around the internals of Unidecode.pm
	* Putting in some vacuous 0x__.pm files where
	previously there would just be a load failure
2014-09-16 12:27:48 +00:00
wen
6ebf62d172 Update to 1.11
Upstream changes:
1.11	- 2014-08-08, H.Merijn Brand
    - Fixed eof (RT#97742)
    - Check for attribute conflicts early
    - csv (in => [..]) now defaults to *STDOUT for out
    - Support for multi-byte quote_char
    - New attribute "key" for csv ()

1.10	- 2014-08-04, H.Merijn Brand
    * Support for scalar ref in out: csv (out => \(my $x = ""), ...)
    * Support for multi-byte sep_char
    * Simplified the cache coding
2014-09-16 12:19:53 +00:00
wen
b1e68d27c6 Update to 0.70
Upstream changes:
0.70 2014-09-01
 * Added metadata for metacpan.

0.69 2013-02-27
 * Fixes in the distribution, namely adding versions to unversioned packages.

0.68 2013-02-27
 * Replacement for islower() which understands all Unicode 6.2.0
   chars with "LOWERCASE" property. Now we can detect prefices
   not just in ASCII ... this also seems to have fixed the strange
   windows XP test failures, probably due to undefined islower(). See RT #92864
 * Fixed strange problem with Solaris coredumping due to 0.67 changes.

0.67 2013-02-20
 * Reformatted changelog (thanks to Sergey Romanov)
 * Remove accents from C source file for Sun compiler probs.
 * Add 'gnu' as a system name.
 * Fixes for UTF-8 handling of combining marks
2014-09-16 12:12:53 +00:00
wiz
a1628393c5 Update to 1.2.3:
Release 1.2.3 (released Sep 1, 2014)
====================================

Features added
--------------

* #1518: `sphinx-apidoc` command now have a `--version` option to show version
  information and exit
* New locales: Hebrew, European Portuguese, Vietnamese.

Bugs fixed
----------

* #636: Keep straight single quotes in literal blocks in the LaTeX build.
* #1419: Generated i18n sphinx.js files are missing message catalog entries
  from '.js_t' and '.html'. The issue was introduced from Sphinx-1.1
* #1363: Fix i18n: missing python domain's cross-references with currentmodule
  directive or currentclass directive.
* #1444: autosummary does not create the description from attributes docstring.
* #1457: In python3 environment, make linkcheck cause "Can't convert 'bytes'
  object to str implicitly" error when link target url has a hash part.
  Thanks to Jorge_C.
* #1467: Exception on Python3 if nonexistent method is specified by automethod
* #1441: autosummary can't handle nested classes correctly.
* #1499: With non-callable `setup` in a conf.py, now sphinx-build emits
  user-friendly error message.
* #1502: In autodoc, fix display of parameter defaults containing backslashes.
* #1226: autodoc, autosummary: importing setup.py by automodule will invoke
  setup process and execute `sys.exit()`. Now sphinx avoids SystemExit
  exception and emits warnings without unexpected termination.
* #1503: py:function directive generate incorrectly signature when specifying
  a default parameter with an empty list `[]`. Thanks to Geert Jansen.
* #1508: Non-ASCII filename raise exception on make singlehtml, latex, man,
  texinfo and changes.
* #1531: On Python3 environment, docutils.conf with 'source_link=true' in the
  general section cause type error.
* PR#270, #1533: Non-ASCII docstring cause UnicodeDecodeError when uses with
  inheritance-diagram directive. Thanks to WAKAYAMA shirou.
* PR#281, PR#282, #1509: TODO extension not compatible with websupport. Thanks
  to Takeshi Komiya.
* #1477: gettext does not extract nodes.line in a table or list.
* #1544: `make text` generate wrong table when it has empty table cells.
* #1522: Footnotes from table get displayed twice in LaTeX. This problem has
  been appeared from Sphinx-1.2.1 by #949.
* #508: Sphinx every time exit with zero when is invoked from setup.py command.
  ex. `python setup.py build_sphinx -b doctest` return zero even if doctest
  failed.
2014-09-14 17:55:38 +00:00
wiz
f0060053c8 Update to 3.4.0:
3.4.0 (2014-09-10)
==================

Features added
--------------

* ``xmlfile(buffered=False)`` disables output buffering and flushes the
  content after each API operation (starting/ending element blocks or writes).
  A new method ``xf.flush()`` can alternatively be used to explicitly flush
  the output.

* ``lxml.html.document_fromstring`` has a new option ``ensure_head_body=True``
  which will add an empty head and/or body element to the result document if
  missing.

* ``lxml.html.iterlinks`` now returns links inside meta refresh tags.

* New ``XMLParser`` option ``collect_ids=False`` to disable ID hash table
  creation.  This can substantially speed up parsing of documents with many
  different IDs that are not used.

* The parser uses per-document hash tables for XML IDs.  This reduces the
  load of the global parser dict and speeds up parsing for documents with
  many different IDs.

* ``ElementTree.getelementpath(element)`` returns a structural ElementPath
  expression for the given element, which can be used for lookups later.

* ``xmlfile()`` accepts a new argument ``close=True`` to close file(-like)
  objects after writing to them.  Before, ``xmlfile()`` only closed the file
  if it had opened it internally.

* Allow "bytearray" type for ASCII text input.

Bugs fixed
----------

Other changes
-------------

* LP#400588: decoding errors have become hard errors even in recovery mode.
  Previously, they could lead to an internal tree representation in a mixed
  encoding state, which lead to very late errors or even silently incorrect
  behaviour during tree traversal or serialisation.

* Requires Python 2.6, 2.7, 3.2 or later. No longer supports
  Python 2.4, 2.5 and 3.1, use lxml 3.3.x for those.

* Requires libxml2 2.7.0 or later and libxslt 1.1.23 or later,
  use lxml 3.3.x with older versions.
2014-09-14 17:51:15 +00:00
szptvlfn
75be48599d Bump PKGREVISION for hs-text-1.2.0.0 2014-09-13 22:23:27 +00:00
szptvlfn
5ced08f477 Update to 3.1.6
CHANGES:
3.1.6

- Export 'Text' instances from Text.Parsec
- Make Text.Parsec exports more visible
- Re-arrange Text.Parsec exports
- Add functions 'crlf' and 'endOfLine' to Text.Parsec.Char for handling
  input streams that do not have normalized line terminators.
- Fix off-by-one error in Token.charControl
2014-09-13 22:06:52 +00:00
szptvlfn
7c0afe2f36 Update to 1.2.0.1
Changes from https://github.com/basvandijk/case-insensitive
1.2.0.1
 - Solved warnings on GHC-7.8.3
 - Bump text upper version bounds
2014-09-13 22:06:12 +00:00
szptvlfn
f232c805cd Update to 0.7.0.3
CHANGELOG:
- 0.7.0.3
    * Dependency bump to allow `text-1.2`
2014-09-13 22:05:22 +00:00
szptvlfn
0c41302168 Update to 0.6.1.1
CHANGELOG:
- 0.6.1.1
    * Bump `text` dependency to allow 1.2
2014-09-13 22:04:41 +00:00
schmonz
95cae6a3b8 Replace Python interpreter in __init__.py to squelch pkgsrc warning.
Seems unlikely to matter much in practice; ride recent version bump.
2014-09-12 13:52:20 +00:00
wen
9202ba406d Update to 2.002
Upstream changes:
2.002     2014-07-05T15:20:40Z

  - Docs: Add example of command line usage to Synopsis.
    Thanks, Cindy Wang!

2.001     2014-04-20T02:40:11Z

  - Use double-asterisk instead of double-underscore for bold Markdown.
    This allows bold and italic to be nested without confusing parsers.
    Thanks to Mike Covington for the great pull request (gh-9)!

2.000     2014-02-01T14:38:27Z

  - Releasing previous (1.99[01]) as stable
    (now uses Pod::Simple instead of Pod::Parser).
    See below for changes.

1.991-TRIAL 2014-01-03T04:07:49Z

  [Test Fixes]
  - Ignore worthless testing of empty links that fail with Pod::Simple 3.16.

1.990-TRIAL 2014-01-02T14:13:40Z

  [Enhancements]
  - Change backend from Pod::Parser to Pod::Simple.
    Previous documented API has been ported
    however the Pod::Simple API should be preferred for new code.
  - Improve escaping of markdown characters.
  - Accept for/begin 'markdown' and 'html' regions by default.
  - Represent over/back regions without items as blockquotes.

  [Backward Incompatible Changes]
  - E<> codes used to produce equivalent html entities (&foo;).
    These now simply print the corresponding unicode character as utf-8.
    If you desire alternate behavior please report a bug.
  - Tabs are now expanded.
2014-09-12 09:02:33 +00:00
wiz
ac3a20693a Update to 2014.9.8:
2014.9.8 - 2014-09-08
=====================
----

* Fix #28: missing ``html2text`` package in installation.
2014-09-12 06:04:36 +00:00
szptvlfn
c1eb0e0904 + hs-texmath 2014-09-10 21:39:49 +00:00
szptvlfn
a2d4cb9da5 Import texmath-0.8 as textproc/hs-texmath,
packaged for wip.

The texmath library provides functions to read and write TeX math,
presentation MathML, and OMML (Office Math Markup Language, used in
Microsoft Office). Support is also included for converting math formats to
pandoc's native format (allowing conversion, via pandoc, to a variety of
different markup formats). The TeX reader supports basic LaTeX and AMS
extensions, and it can parse and apply LaTeX macros.
(See http://johnmacfarlane.net/texmath for a live demo of
 bidirectional conversion between LaTeX and MathML.)

The package also includes several utility modules which may be useful for
anyone looking to manipulate either TeX math or MathML. For example, a copy
of the MathML operator dictionary is included.
2014-09-10 21:38:06 +00:00
szptvlfn
d50da17446 + hs-pandoc-types 2014-09-09 19:10:49 +00:00
szptvlfn
52cfef569e Import pandoc-types-1.12.4.1 as textproc/hs-pandoc-types,
packaged for wip.

Text.Pandoc.Definition defines the Pandoc data structure, which is used by
pandoc to represent structured documents. This module used to live in the
pandoc package, but starting with pandoc 1.7, it has been split off, so
that other packages can use it without drawing in all of pandoc's
dependencies, and pandoc itself can depend on packages (like citeproc-hs)
that use them.

Text.Pandoc.Builder provides functions for building up Pandoc structures
programmatically.

Text.Pandoc.Generic provides generic functions for manipulating Pandoc
documents.

Text.Pandoc.Walk provides faster, nongeneric functions for manipulating
Pandoc documents.

Text.Pandoc.JSON provides functions for serializing and deserializing a
Pandoc structure to and from JSON.
2014-09-09 19:09:09 +00:00
wiz
8f7c75985d Bump PKGREVISION for netpbm update.
Add some build fixes where necessary.
2014-09-08 21:24:44 +00:00
wiz
9f67526db3 DEPEND on netpbm instead of including its buildlink3.mk file, if you're
not linking against it.
Bump PKGREVISION for packages that (might be|are) changed.
2014-09-08 20:40:29 +00:00
wiz
967d145698 Update to 2014.9.7:
2014.9.7 - 2014-09-07
* Fix ``unicode``/``type`` error in memory leak unit-test.
* Feature #16: Remove ``install_deps.py``.
* Feature #17: Add status badges via pypin.
* Feature #18: Add ``Python`` ``3.4`` to travis config file.
* Feature #19: Bring ``html2text`` to a separate module and take out the ``conf``/``constant`` variables.
* Feature #21: Remove meta vars from ``html2text.py`` file header.
* Fix: Fix TypeError when parsing tags like <img src='foo' alt>. Fixed in #25.
2014-09-07 20:25:03 +00:00
szptvlfn
2342614b02 + hs-attoparsec 2014-09-06 21:21:33 +00:00
szptvlfn
9e6ee500a2 Import attoparsec-0.12.1.2 as textproc/hs-attoparsec,
packaged for wip by pho.

A fast parser combinator library, aimed particularly at dealing efficiently
with network protocols and complicated text/binary file formats.
2014-09-06 21:20:06 +00:00
wiz
62bbf81be4 Update to 1.11. Add some test dependencies.
1.11 Fri Aug 29 20:08:20 PDT 2014
 - Apply 139. @ehuelsmann++

1.10 Thu Aug 28 22:53:26 PDT 2014
 - Apply 138. @ehuelsmann++

1.09 Tue Aug 19 16:41:13 PDT 2014
 - Replace tabs with spaces

1.08 Mon Aug 18 10:21:48 PDT 2014
 - Dep on Test::YAML 1.05

1.07 Mon Aug 18 08:40:01 PDT 2014
 - Apply 8 from shlomif++. Add doc examples for YAML::Any.

1.06 Sat Aug 16 16:51:08 PDT 2014
 - Change testdir to t

1.05 Sat Aug 16 13:03:28 PDT 2014
 - Meta 0.0.2

1.04 Sat Aug 16 04:28:10 PDT 2014
 - Eliminate spurious trailing whitespace

1.03 Sat Aug 16 03:32:35 PDT 2014
 - Eliminate File::Basename from test/

1.02 Fri Aug 15 21:09:54 PDT 2014
 - Add t/000-compile-modules.t

1.01 Thu Aug  7 14:48:24 PDT 2014
 - Dep on patched Test::YAML

1.00 Thu Aug  7 00:35:21 PDT 2014
 - Fix bad encoding in Pod

0.99 Wed Aug  6 17:55:42 PDT 2014
 - Switch to external Test::Base

0.98 Wed Jul 30 12:32:25 PDT 2014
 - Fix indexing of YAML::Any
 - Change IRC to irc.perl.org#yaml

0.97 Wed Jul 16 23:37:04 PDT 2014
 - Move remaining docs to Swim

0.96 Sun Jul 13 22:54:08 PDT 2014
 - Fix Metadata and add Contributing file
 - Change Kwim to Swim

0.95 Sat Jun 14 10:32:08 PDT 2014
 - Fix dumping blessed globs.

0.94 Sat Jun 14 10:32:08 PDT 2014
 - Skip a failing test on 5.8 introduced in 0.93

0.93 Fri Jun 13 22:32:18 PDT 2014
 - Switch to Zilla::Dist
 - Add badges to doc
 - @thorsteneckel++ fixed #18
 - @karenetheridge++ fixed #19
2014-09-06 14:48:29 +00:00
wiz
8e11065618 + p5-Test-YAML. 2014-09-06 14:46:00 +00:00
wiz
42fb480b35 Import p5-Test-YAML-1.05 as textproc/p5-Test-YAML.
Test::YAML is a subclass of Test::Base with YAML specific support.
2014-09-06 14:45:49 +00:00
wiz
fa68e23ab8 Update to 1.49:
1.46 2013-03-29 rurban
----

  * Fix RT #84292 PIPE_PID/waitpid broken in Exec pipe_read since 5.17.6 (rurban)

  * Fix RT #84210 Bad NAME in Makefile.PL (miyagawa)

  * Fix RT #82687 cpansign MANIFEST failure (myra)

  * Work on RT #41285 test failures with non-english locale (reported by srezic)

  * Skip patching the src for newWarnings style, these are the default (rurban)

  * Fix RT #53132 examples/method/Decompress.pm syntax error (kevin ryde)
    and add usage docs.

1.47 2013-03-31 rurban
----

  * Reproduced and fixed RT #41285 test failures with non-english locale
    (reported by srezic)

1.48 2013-04-01 rurban
----

  * added META records, such as repository, recommends to Makefile.PL

  * added META and POD tests

1.49 2013-04-02 rurban
----

  * Better fix for RT #41285 test failures with non-english locale
    (patched by srezic, pull #1)

  * Add t/z_*.t meta tests (now for real), move Try to t/FilterTry,
    add POD to Filter::Util::Call, Filter::Util::Exec and generated
    FilterTry.
2014-09-06 14:36:48 +00:00
wen
768e56c1c3 Update to 2.09
Upstream changes:
2.09 30 May 2014
        - Uploaded source code to GitHub and included repository URLs in
          metadata.
        - Included META.json file in addition to META.yml.
        - Set minimum required ExtUtils::MakeMaker version to 6.64 to ensure
          that all parameters used are supported, to save jumping through hoops
          to support earlier versions.  (This should not be a problem since
          ExtUtils::MakeMaker 6.64 is easily installed into Perl 5.8.1 and
          above, that being the whole point of the new choice of minimum
          supported Perl version.)
        - Set minimum required Perl version to 5.8.1.  This is in line with the
          minimum requirement of the "Perl Toolchain".
2014-09-06 14:07:36 +00:00
wiz
f5af6eeee1 Update to 2.201. Add test dependency.
2.201 (2014-08-30)
	- correct handling of uppercase a-labels in
	  domain_to_{ascii,unicode}
	- FIXES: #98354: Capitalized ACE prefix does not work (reported
	  by victor@*****.ru)
2014-09-06 13:42:37 +00:00
jperkin
c3cfa1031c Requires USE_TOOLS+=yacc. 2014-09-06 07:40:00 +00:00
szptvlfn
0c32d9fe76 + hs-case-insensitive 2014-09-05 21:38:18 +00:00
szptvlfn
65e9caf709 Import case-insensitive-1.2.0.0 as textproc/hs-case-insensitive,
packaged for wip by pho.

The module Data.CaseInsensitive provides the CI type constructor which
can be parameterised by a string-like type like: String, ByteString,
Text, etc.. Comparisons of values of the resulting type will be
insensitive to cases.
2014-09-05 21:36:49 +00:00
szptvlfn
57b7951159 Bump PKGREVISION for hs-text-1.1.1.3 2014-09-05 21:27:09 +00:00
schmonz
101f374ca9 Update to 2.14. From the changelog:
[FIXES]
The -s flag would fail to suppress certain warnings.  Thanks, Kassio
Borges. (GitHub ticket #439)

The -w flag would fail to work properly with regex features such as
alternation.  Thanks to Ed Avis for the report (GitHub ticket #443)

The -g flag should now work faster on larger codebases.  Thanks to
Manuel Meurer for the report (GitHub ticket #458)

More fixes for Windows tests.  Thanks to GitHub user @ispedals.

More whack-a-mole with Windows failures.  This time, it's POSIX::mkfifo
dying on Windows instead of returning undef like the docs implied,
or at least that I inferred.

Fixed incorrect deduping of config files under Windows.  Thanks,
Denis Howe.

More build fixes for Windows.  Windows config finder fixes from
James McCoy.

t/ack-named-pipes.t uses POSIX::mkfifo instead of the external
command, which should be more portable.  Thanks, Pete Krawczyk.

The building of ack-standalone relied on the output of `perldoc
-l`, which I apparently can't rely on having been installed.  I've
changed the way that the squash program finds File::Next.

Issue #313: ack would fail when trying to check files for readability
on some networked filesystems, or on Mac OS X with ACLs.  Now it
uses the filetest pragma.  Thanks, Jonathan Perret.

[ENHANCEMENTS]
ack now ignores JavaScript and CSS source maps.  Thanks, Chris
Rebert.

ack now ships with customized shell completion scripts for bash and zsh.

Add docs for available colors in ack.

--create-ackrc keeps the comments that describe each of the options,
and it shows the ack version number.

Now ignores Cabal (Haskell) sandboxes.  Thanks, Fraser Tweedale.

Added filetypes for Jade, Smarty and Stylus.  Thanks, Raúl Gundín.

[INTERNALS]
ack's entire test suite now runs under Perl's -T taint flag.  We'll
build more security tests on top of this.

Added some checks to the squash program that I hope will turn up
errors in the Windows builds.
2014-09-04 22:01:32 +00:00
wiz
8b03c6c2a2 Update to 3.3.6:
3.3.6 (2014-08-28)
==================

Bugs fixed
----------

* Prevent tree cycle creation when adding Elements as siblings.

* LP#1361948: crash when deallocating Element siblings without parent.

* LP#1354652: crash when traversing internally loaded documents in XSLT
  extension functions.
2014-08-31 21:32:44 +00:00
szptvlfn
9da944d0cd make it clear what package depend on
discussed with wiz@.
2014-08-29 14:08:38 +00:00
obache
72af082e2a Update groonga to 4.0.5.
Release 4.0.5 - 2014/08/29
--------------------------

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

* Dropped Ubuntu 13.10 (Saucy Salamander).
* Supported to show weight vector element as XML.
* [ :doc:`/reference/functions/between` ] Supported outside of key range.
* [mruby] Changed to use Onigmo as regexp implementation.
* Added :doc:`/reference/functions/highlight_full` and
  :doc:`/reference/functions/highlight_html` which tags
  output text. [GitHub#185] [Patch by Naoya Murakami]
* [doc] Updated outdated functions/commands reference
  [GitHub#188] [GitHub#189] [Patch by Naoya Murakami]
* [benchmark] Added average and median in benchmark result.
* Exported :c:func:`grn_selector_func` and :c:func:`grn_proc_set_selector`
  for plugin developer. [GitHub#190] [Patch by Naoya Murakami]
* [ :doc:`/reference/commands/tokenize` ] Added "mode" option to control behavior.
  You can use ``GET`` or ``ADD`` as a mode.
  [GitHub#191] [GitHub#192] [Patch by Naoya Murakami]
* Supported near search by '\*N"A Z"' syntax.
* Supported to customize behavior of tokenizer whether it skips token or
  skips token with position. This feature is useful for developing tokenizer plugin.
  [GitHub#193] [Patch by Naoya Murakami]
* [doc] Updated description that a bug report is accepted in Japanese on GitHub issue tracker.
  [Reported by 6elz] [groonga-dev,02651]
* [doc] Updated tutorial in English. [GitHub#194] [Patch by cosmo0920]

Fixes
^^^^^

* [php] Fixed memory leak when :c:func:`grn_ctx_recv()` is used.
  [GitHub#184] [Patch by @do-aki]
* [php] Fixed to avoid double free when :c:func:`grn_ctx_close()` is called.
  [GitHub#184] [Patch by @do-aki]
* Fixed to support out-of-tree build again.
* [httpd] Updated bundled nginx version to the latest mainline (1.7.4). This update contains vulnerability fix.
* Fixed a bug that infinite loop occurs sometimes when updating indexes.
  [groonga-dev,02673] [Reported by MINAGAWA Sho]
* Fixed a bug that document frequency is invalid when
  :ref:`offline-index-construction` is used.
  [groonga-dev,02691] [Reported by Naoya Murakami]

Thanks
^^^^^^

* @do-aki
* Naoya Murakami
* 6elz
* MINAGAWA Sho
* cosmo0920
2014-08-29 10:04:45 +00:00
obache
e413d78e06 distutils package, register egg file. 2014-08-26 11:57:30 +00:00
obache
9f8757c9e0 Update py-markdown2 to 2.2.2.
## python-markdown2 2.2.2

- [pull #156] Footnotes XML compatibility.
- [pull #157] Horizontal rule minimum length.
- [pull #162] Fix escaping fenced code block with safe mode
- [pull #163] Fix code highlight with safe mode
2014-08-26 11:51:58 +00:00
wiz
ae075e6d55 Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
jperkin
d5785d1344 Fix build on SunOS (needs explicit -lX11). 2014-08-21 08:47:00 +00:00