summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2014-12-31Improve EGG_NAME default to work for packages with '-' in their name.wiz6-16/+7
Remove now unnecessary overrides in various packages.
2014-12-31Add a package for py-jsonschema. From DESCR:bsiegert5-1/+95
jsonschema is an implementation of JSON Schema for Python (supporting 2.6+ including Python 3). Features: - Full support for Draft 3 and Draft 4 of the schema. - Lazy validation that can iteratively report all validation errors. - Small and extensible - Programmatic querying of which properties or items failed validation.
2014-12-31Update groonga to 4.0.9.obache3-12/+24
News ==== .. _release-4-0-9: Release 4.0.9 - 2014-12-29 -------------------------- Improvements ^^^^^^^^^^^^ * [:doc:`/reference/executables/groonga-httpd`] Marked as stable. * [doc] Described about ``groonga-token-filter-stem`` package. [GitHub#259] [Patch by Masafumi Yokoyama] * [build] Supported ``make install`` without ``make``. [Reported by akira yamada] * [experimental] Added :doc:`/reference/commands/request_cancel` command that cancels running request. * [experimental] Added :c:func:`grn_db_recover()`. * Supported indexing vector of fixed size data such as vector of ``UInt64``. [groonga-dev,03014] [Reported by funa 1g] * [experimental] Added :doc:`/reference/executables/grndb`. * [deb] Supported armhf architecture. * [:doc:`/reference/executables/groonga-server-http`] Supported HEAD. * [doc] Updated :doc:`/contribution/documentation/introduction`. [GitHub#270] [Patch by Yuya TAMANO] * [doc] Updated :doc:`/install/others`. [GitHub#271] [Patch by Hiroshi Hatake] * [:ref:`token-filter-stem`] Supported token that consists with only upper-case alphabets, digits, ``-`` and ``'``. It means that :ref:`token-filter-stem` can work with MySQL compatible normalizers. * [:doc:`/reference/commands/truncate`] Supported column. * [:doc:`/reference/commands/truncate`] Changed parameter name to ``target_name`` from ``table``. ``table`` parameter can be used for backward compatibility but it shouldn't used for newly written code. * Exported :c:func:`grn_column_truncate()`. * Added :doc:`/reference/commands/lock_clear`. * Marked :doc:`/reference/commands/clearlock` deprecated. * [backward incompatible] Stopped to set world writable permission for newly created files on ``umask(0)`` environment such as daemoned :doc:`/reference/executables/groonga-httpd`. It's a backward incompatible change but done because the previous behavior has a security risk. Fixes ^^^^^ * Fixed build error on BSD based system. [GitHub#253] [Reported by Hiroshi Hatake] * Fixed build error on OS X. [GitHub#253] [Reported by Hiroshi Hatake] * Fixed a regression bug that equal operation against nonexistent reference always matches. * Fixed a crash bug that may be occurred by deleting or updating many indexed values at once. [groonga-dev,02942] [Reported by kashihara] * Fixed a regression bug that static index construction doesn't work on BSD based system. [GitHub#264] [Reported by Ayumu Osanai] * Fixed a bug that ``--with-libstemmer`` configure option is ignored. * [deb] Fixed a bug that logrotate script has a syntax error. * Fixed a bug that grouped result can't be got when :doc:`/reference/command/command_version` is ``2``. [GitHub ranguba/rroonga#38] [Reported by YUKI "Piro" Hiroshi] Thanks ^^^^^^ * Hiroshi Hatake * Masafumi Yokoyama * akira yamada * kashihara * Ayumu Osanai * funa 1g * YUKI "Piro" Hiroshi * Yuya TAMANO
2014-12-30Add some qore modules.wiz1-1/+4
2014-12-30Import qore-yaml-module-0.4nb4 as textproc/qore-yaml-module, packagedwiz8-0/+420
for wip by nros. Plugin for the Qore programming language that provides conversion from native Qore data to YAML strings.
2014-12-30Import qore-xml-module-1.2nb4 as textproc/qore-xml-module, packagedwiz7-0/+704
for wip by nros. XML module for the Qore language that provides (de)serialization, Soap support and XmlRpcHandler and other things.
2014-12-30Import qore-json-module-1.4nb4 as textproc/qore-json-module, packagedwiz8-0/+314
for wip by nros. JSON module for the Qore language that provides (de)serialization to JSON and RPC support.
2014-12-30Update to 2014.12.24:wiz2-6/+6
2014.12.24 ========== ---- * Feature #49: Added a images_to_alt option to discard images and keep only their alt. * Feature #50: Protect links, surrounding them with angle brackets to avoid breaking... * Feature: Add ``setup.cfg`` file.
2014-12-30Update to 0.9.33:wiz3-7/+10
Rasqal 0.9.33 changes Issues Fixed: 0000546: Can't take query from URI when using -p 0000568: Filter expression with division does not work 0000583: CONSTRUCT halts at a template triple with unbound variable 0000588: roqet: select from SERVICE returns all NULLs SPARQL changes Fixed BASE to override any API base URI. Datetime class changes Fixed storing timezone minutes correctly. Graph pattern class changes Added new getter functions rasqal_graph_pattern_get_triples(), rasqal_literal_get_type() and rasqal_literal_get_language() from Pull Request #1 by Cosmin Basca. Thanks. Query engine changes Fixed the aggregation total evaluation of AVG. Fixed STRBEFORE and STRAFTER evaluation to match languages if present and add the needle language to the result. Fixed CONCAT() evaluation to return the correct types and languages. Sorting now uses sort utility function raptor_sort_r() with context args provided by Raptor 2.0.15+ or an internal simple (not so performant) replacement, if too old. Query result class changes Can write variable bindings query results in mKR relation CSV format. Made internal changes to support reading and writing boolean result formats. That means rasqal_query_results_formatter_read() may now return boolean results if the formatter supports it, such as SPARQL XML. Added rasqal_new_query_results_from_string() to make a query results from a string (with optional length). The results format is guessed from the input data - base_uri and string content using rasqal_world_guess_query_results_format_name(). Added rasqal_query_results_formats_check2() deprecating rasqal_query_results_formats_check(). The API change is due to the return value; the result is now non-0 if the format exists. Added rasqal_new_query_results2() deprecating rasqal_new_query_results() removing the now ignored vars_table parameter. A query result now manages it's own variables table. Results class changes Fixed returning the correct variables count for reading SPARQL XML results sets. This caused some queries to fail if the projected variables count did not match the count in the result set. Fixes Issue #0000588 Variables table class changes Added rasqal_variables_table_add2() deprecating rasqal_variables_table_add(). This takes a more sensible argument style with copying the input parameters name and value, and allowing name length to be optionally given. This results in smaller calling code and better ownership semantics. Utility changes roqet(1) now supports using a URI or local file to send to a SPARQL protocol service URI. Fixes Issue #0000546 Other changes Fixes to make Rasqal build in Travis CI, testing against newest and oldest raptors. Use __FUNCTION__ (c99) replacing __func__ (c90) in debug macros. Fixes in Pull Request #3 for building with icc from Sebastian Freundt. Thanks. Many code quality fixes from clang and coverity primarily in error path cleanups (out of memory cases) and dead code. Updated the fix-flex and fix-bison scripts to remove dead code that clang and coverity complain about. Added new C testrunner utility to run the tests to eventually replace the (perl) improve and check-sparql scripts. Fixed some API changelog mistakes. Updated gcc / clang warning args used (-Wxxxx) and made multiple minor code fixes such as replacing %d with %u in debug messages or adding missing default: to switches even when all cases were covered. Added many more internal casts to make -Wconversion happier when enabled.
2014-12-30Update to 1.1. Changes not found.wiz3-15/+13
2014-12-30Update to 1.29:wiz2-6/+6
[Changes for 1.29 - 2014-12-15] * Bump to 1.29 with no changes after CPAN Testers looks good. [Changes for 1.29_01 - 2014-12-14] * Experimentally try patch from RT 83825. Will release if no test failures or complaints. * Fix crash in syck_emit on platforms with long long pointers
2014-12-23Set proper variables to configure.obache1-1/+9
Fixes MANPATH, installation permmissions, sqlite3 detection, and so on.
2014-12-23Use upstream way to rename manpage.obache1-4/+2
2014-12-20Fix CVS-2014-9130 using the upstream patch.wiz3-2/+25
Bump PKGREVISION.
2014-12-16Fix packaging with py-setuptools-0.8.wiz1-1/+2
2014-12-15The "rename" rule is a published synonym for the "opt" transform rule, howeverjperkin1-2/+2
only the latter is supported by cwrappers. Change them all to "opt" rules for consistency and to gain compatibility with cwrappers.
2014-12-15Pass explicit path to zlib.jperkin1-1/+2
2014-12-15Use simple MASTER_SITES.obache1-2/+2
2014-12-15Not depend on Filter module now.obache1-2/+2
2014-12-15No direct dependency on p5-Test-Base, from p5-Test-YAML indirectly.obache1-2/+1
2014-12-15Fixes missing runtime dependency on p5-Test-Base>=0.86.obache1-1/+4
2014-12-15Test::YAML>=1.05 is required.obache1-2/+2
2014-12-14Remove patch that's not needed any longer after 1.13.2 update.wiz1-32/+0
2014-12-14Update to 1.28:wiz2-7/+6
[Changes for 1.28 - 2014-12-11] * Bump to release version 1.28 for production release to CPAN [Changes for 1.28_01 - 2014-06-11] * Update inc modules to avoid precedence warnings in newer perl: RT 87034
2014-12-14Update to 2.43:wiz3-23/+6
2.43 2014-12-11 (by Todd Rinaldo) - POD patch to man from Debian via Nicholas Bamber - POD patch from Debian via gregor herrmann. - Add more useful error message on parse to Expat - Fix LWP dependency to be LWP::Useragent - Bump to 2.43 for overdue release to CPAN. 2.42_01 2013-07-12 (by Todd Rinaldo) - Added instructions to README for OSX - XS changes: stop using SvPV(string, PL_na) - Fix documentation typos
2014-12-13Update to 1.13.2:wiz7-167/+26
Changes in version 1.13.2, released on December 13, 2014 --- MAJOR NEW FEATURES --- * Include an implementation of man(1), the manual page viewer. * Unified set of command line option, each one supported by all command names, including new options -a (format all), -c (no pager), -h (synopsis only), and -w (list filenames). * Support the MANPAGER and PAGER environment variables. * Support gzip'ed manuals by the whole toolset, even as .so targets. * Support UTF-8 and Latin-1 input by the whole toolset, delete preconv(1). * Switch the default output mode from -Tascii to -Tlocale. * Improve -Tascii output for Unicode escape sequences. * Let the -Thtml output mode produce polyglot HTML5. * Many improvements for eqn(7), in particular in-line equations, MathML output in -Thtml mode, and much improved terminal formatting. --- PORTABILITY IMPROVEMENTS --- * Change the build sequence to the usual ./configure; make; make install. * Support ./configure.local for build customizations. * Autodetect wchar, sqlite3, and manpath support. * Provide a fallback version of fts(3) for systems lacking it. * Support choosing alternative binary and manual names. --- MINOR NEW FEATURES --- * Rudimentary implementation of the e, x, and z tbl(7) layout modifiers to equalize, maximize, and ignore the width of columns. * Implement font modifiers in tbl(7) layouts. * Allow comma-separated options in the tbl(7) options line. * Parse and ignore the .pl (page length) roff(7) request. * Implement .An -[no]split for the mdoc(7) -Thtml output mode. * Support bold italic font in PostScript and PDF output. * Warn about commas in function arguments and parentheses in function names. * Warn about botched .Xr ordering and punctuation below SEE ALSO. * Warn about AUTHORS sections without .An macros. * Warn about attempts to call non-callable macros. * New developer documentation manual page mandoc_headers(3). --- BUGFIXES --- * Fix read buffer overrun sometimes triggered by trailing whitespace. * Fix read buffer overrun triggered by certain invalid \H sequences. * Fix NULL pointer access triggered by .Bl without any arguments. * Fix NULL pointer access triggered by .It Nm Fo without .Fc. * Fix NULL pointer access triggered by .Sh Xo .Sh without .Xc. * Fix NULL pointer access triggered by missing .Nm. * Fix an assertion triggered by .It right after .El. * Fix an assertion triggered by .Ec without preceding .Eo. * Fix an assertion triggered by .Sm or .Db with multiple arguments. * Fix assertion failures triggered by very large width arguments. * Fix a division by zero in the roff(7) parser. * Prevent negative arguments to .ll from causing integer underflow. * Correctly autodetect source format even when .Dd is preceded by .ll. * Multiple fixes with respect to .Bd and .Bl -offset and -width. * Many bugfixes with respect to scaling units. * Multiple fixes with respect to delimiter handling by in-line macros. * Multiple fixes with respect to .Pf. * Make \c work properly in no-fill mode. * Stricter syntax checking of Unicode character names. --- THANKS TO --- * Kristaps Dzonsons for rewriting the eqn(7) parser, implementing HTML5 and MathML output, and various other code contributions. * Jonathan Gray (OpenBSD) for extensive testing with afl (the American Fuzzy Lop security fuzzer) resulting in many bug reports. * Anthony Bentley (OpenBSD), Baptiste Daroussin (FreeBSD), Daniel Dickman, Doug Hogan, Jason McIntyre, Theo de Raadt (OpenBSD), and Martin Natano for source code patches. * Carsten Kunze (Heirloom troff), Daniel Levai (Slackware), Garrett D'Amore (illumos), Giovanni Becchis, Matthew Dempsky, Stuart Henderson, Ted Unangst, Todd Miller (OpenBSD), Thomas Klausner (NetBSD), Ulrich Spoerlein (FreeBSD), Justin Haynes, Marcus Merighi, Sebastien Marie, Steffen Nurpmeso and Theo Buehler for bug reports.
2014-12-13using gmake.obache2-15/+1
2014-12-12Bump PKGREVISION for hs-text-1.2.0.3szptvlfn21-42/+42
2014-12-12Bump PKGREVISION for hs-text-1.2.0.2 || hs-hashable-1.2.3.0szptvlfn21-39/+42
2014-12-12Fix gmakeism.joerg2-1/+15
2014-12-12Update sphinxseach to 2.2.6.fhajny2-7/+6
- fixed #2104, ALL()/ANY()/INDEXOF() support for distributed indexes - fixed #2102, show agent status misses warnings from agents - fixed #2100, crash of indexer while loading stopwords with tokenizer plugin - fixed #2098, arbitrary JSON subkeys and IS NULL for distributed indexes - fixed #2097, escaping of field-start modifier - fixed possible memory leak in plugin creation function
2014-12-12Use gmake unconditionally.obache4-19/+4
2014-12-11Needs docbook-xsl and xsltproc.joerg1-1/+4
2014-12-11Explicitly provide library search path for libelk.joerg2-4/+4
2014-12-11Fix gmakeism.joerg2-1/+15
2014-12-10Update to 1.56:wiz2-6/+6
1.56 2014-12-04 - Fix https://rt.cpan.org/Ticket/Display.html?id=100660 - XML External Entities Exploit, as reported here: - http://mikeknoop.com/lxml-xxe-exploit/ - Security.
2014-12-10Add a default-on dblatex-fig option to make transfig dependency optional.wiz2-2/+15
Requested by Mark Meyer on pkgsrc-users.
2014-12-10Relax the version constraint to accept the latest ruby-mini_portile.schmonz1-2/+2
2014-12-10Remove tex2page.gdt5-90/+1
The current version is ancient, and doesn't work with guile 1.8. While there is upstream activity, there are no release tarballs or even tags in git. A request to upstream asking for release tarballs timed out. I don't have any reason to think anyone is using this package.
2014-12-08+ p5-Text-Hunspell.wiz1-1/+2
2014-12-08Import p5-Text-Hunspell-2.09 as textproc/p5-Text-Hunspell.wiz3-0/+27
This module provides a Perl interface to the OO Hunspell library. Provided by David H. Gutteridge in PR 49032.
2014-12-07Update to 2014.12.5:wiz3-49/+17
2014.12.5 ========= ---- * Feature: Update `README.md` with usage examples. * Fix #35: Remove `py_modules` from `setup.py`. * Fix #36: Excludes tests from being installed as a separate module. * Fix #37: Don't hardcode the path to the installed binary. * Fix: Readme typo in running cli. * Feature #40: Extract cli part to ``cli`` module. * Feature #42: Bring python version compatibility to ``compat.py`` module. * Feature #41: Extract utility/helper methods to ``utils`` module. * Fix #45: Does not accept standard input when running under Python 3. * Feature: Clean up ``ChangeLog.rst`` for version and date numbers.
2014-12-07Use ${EGG_INFODIR} since that variable is now available.rodent1-2/+2
2014-12-07+ py-ftfy.wiz1-2/+1
2014-12-06oops, whitespace.dholland1-5/+5
2014-12-06Add option (off by default) to build gtk support. From PR 44878 bydholland6-4/+57
David H. Gutteridge, with some minor adjustments. Plus a couple small patches to make gtk support actually build. :-/
2014-12-06+py-ftfyrodent1-1/+2
2014-12-04Add chinese to CATEGORIES.obache1-2/+2
2014-12-03====================rodent3-7/+10
What's new in 7.0.0 ==================== Merge to upstream Subversion revision 715; upstream code changelog: - New APIs for ShortNumberInfo. The old APIs have been deprecated and will be removed in an upcoming release.
2014-12-03Updated to 0.9. No longer depends on py-six. Fixes:rodent3-10/+7
ValueError: timestamp out of range for platform time_t