summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2011-10-07Update p5-XML-LibXML-Simple to 0.91.hiramatsu2-7/+6
Changes from previous: version 0.91: Mon Jul 11 22:40:02 CEST 2011 Fixes: - forcearray option with one element rt.cpan.org#69336 [Matt W Johnson] version 0.90: Wed Jun 15 10:20:48 CEST 2011 Fixes: - initialize XML::LibXML::Parser into safe mode. rt.cpan.org#68803 [Yann Kerherve] Improvements: - new Parser and ParserOpts parameters version 0.15: Thu Apr 28 10:22:34 CEST 2011 Fixes: - parser object recreated each time, because it cannot be reused (any more?). [Didier Brun]
2011-10-07Update p5-XML-Feed to 0.44.hiramatsu2-7/+6
Change from previous: 0.44 - Fix problem with HTML escaping in conversion https://rt.cpan.org/Public/Bug/Display.html?id=44899 (Dave Cross & Shlomi Fish)
2011-10-07Update p5-XML-FeedPP to 0.43.hiramatsu2-7/+6
Changes from previous: 2011/05/08 (0.43) * fixed #67268: Wrong return value of description() with xhtml content in atom feeds https://rt.cpan.org/Ticket/Display.html?id=67268 (thanks to MDOM) 2010/10/31 (0.42) * fixed #55197: Not a HASH reference at XML/FeedPP.pm line 2260 https://rt.cpan.org/Ticket/Display.html?id=55197 (thanks to MDOM)
2011-10-06Collect the pkgsrc patches, plus a lot of other more or less neededdholland12-805/+18
cleanup, into a jumbo distfile patch. I've almost got a clean WARNS build; the remaining warnings are almost certainly bugs and need investigation by someone with deeper knowledge of rtf and/or troff than I have. PKGREVISION -> 3
2011-10-06Update p5-XML-Atom to 0.41.hiramatsu2-7/+6
Changes from previous: 0.41 2011.09.26 * Added a dependency to DateTime::TimeZone (leto) 0.40 2011.09.18 * Fixed tests for Windows (wchristian) * use all upper case UTF-8 (tsgit) 0.39 2011.06.20 * Disabled external entities and network to avoid possible security flaw (yannk) 0.38 2011.05.22 * Fixed a bug where content with newlines wasn't encoded in perl >= 5.12 (emasaka) https://rt.cpan.org/Public/Bug/Display.html?id=61637
2011-10-06Add HOMEPAGE and LICENSE.hiramatsu1-1/+3
2011-10-06Update p5-XML-Generator to 1.04.hiramatsu2-7/+6
Change from 1.03: 1.04 Fri Jul 15 08:35:00 2011 - Added the filter_invalid_chars option, which is turned on by default under strict mode.
2011-10-05Update py-sphinx to 1.0.8.obache3-23/+7
While here, * fixes egg-info `requires' information for python>2.6, with bump dependency on py-docutils with egg-info. Release 1.0.8 (Sep 23, 2011) ============================ * #627: Fix tracebacks for AttributeErrors in autosummary generation. * Fix the ``abbr`` role when the abbreviation has newlines in it. * #727: Fix the links to search results with custom object types. * #648: Fix line numbers reported in warnings about undefined references. * #696, #666: Fix C++ array definitions and template arguments that are not type names. * #633: Allow footnotes in section headers in LaTeX output. * #616: Allow keywords to be linked via intersphinx. * #613: Allow Unicode characters in production list token names. * #720: Add dummy visitors for graphviz nodes for text and man. * #704: Fix image file duplication bug. * #677: Fix parsing of multiple signatures in C++ domain. * #637: Ignore Emacs lock files when looking for source files. * #544: Allow .pyw extension for importable modules in autodoc. * #700: Use ``$(MAKE)`` in quickstart-generated Makefiles. * #734: Make sidebar search box width consistent in browsers. * #644: Fix spacing of centered figures in HTML output. * #767: Safely encode SphinxError messages when printing them to sys.stderr. * #611: Fix LaTeX output error with a document with no sections but a link target. * Correctly treat built-in method descriptors as methods in autodoc. * #706: Stop monkeypatching the Python textwrap module. * #657: viewcode now works correctly with source files that have non-ASCII encoding. * #669: Respect the ``noindex`` flag option in py:module directives. * #675: Fix IndexErrors when including nonexisting lines with :rst:dir:`literalinclude`. * #676: Respect custom function/method parameter separator strings. * #682: Fix JS incompatibility with jQuery >= 1.5. * #693: Fix double encoding done when writing HTMLHelp .hhk files. * #647: Do not apply SmartyPants in parsed-literal blocks. * C++ domain now supports array definitions.
2011-10-05Update py-docutils to 0.8.1.obache4-61/+37
While here, * register egg-info. * switch to use external roman.py module. * set LICENSE. Release 0.8.1 (2011-08-30) ========================== * General: - Fix [ 3364658 ] (Change last file with Apache license to BSD-2-Clause) and [ 3395920 ] (correct copyright info for rst.el). * docutils/test/ - Apply [ 3303733 ] and [ 3365041 ] to fix tests under py3k. * docutils/writers/latex2e/__init__.py - Clean up Babel language setting. Restores Sphinx compatibility. Release 0.8 (2011-07-07) ======================== * General: - Handle language codes according to `BCP 47`_. - If the specified language is not supported by Docutils, warn and fall back to English. - Math support: reStructuredText "math" role and directive, ``math`` and ``math_block`` doctree elements. - Decode command line arguments with the locale's preferred encoding (to allow, e.g., ``--title=Dornröschen``). - Orphaned "python" reader and "newlatex2e" writer moved to the sandbox. - New sub-module `error_reporting`: handle encoding/decoding errors when reporting exceptions. - Some additions to the Docutils core are released under the 2-Clause BSD license, see COPYING_ for details. .. _BCP 47: http://www.rfc-editor.org/rfc/bcp/bcp47.txt .. _COPYING: COPYING.html * reStructuredText: - Most directives now support a "name" option that attaches a reference name. - Directive content may start on the first line also when the directive type accepts options. * docs/dev/policies.txt: - Recommend the 2-Clause BSD license (http://www.spdx.org/licenses/BSD-2-Clause) for code that is kept under the author's copyright. * tools/buildhtml.py: - Fix ``--local`` switch. * Fix [ 3018371 ] Added Lithuanian mappings by Dalius Dobravolskas. * docutils/writers/html4css1/__init__.py - Set "lang" argument for objects with class argument "language-<language tag>". - New setting "math-output" with support for HTML, MathML, and LaTeX. * docutils/writers/latex2e/__init__.py - Fix [ 3043986 ] AttributeError using :local: with table of content. - Place title data in the document preamble. - Load `babel` package only if required. - Update list of supported languages. - New config setting "hyperref-options". No hard-coded "unicode" hyperref option (clash with xetex). - Set language for custom roles, paragraphs, block-quotes, and line-quotes with class argument "language-<language tag>". - Fix [ 3095603 ] wrong quotes output for russian and other languages. - Convert image URI to a local file path. - Apply [ 3148141 ] fix multicolumn support when a colspanning cell has more than one paragraph (Wolfgang Scherer). - \leavevmode before longtable only when needed (prevents spurious vspace) - do not advance table counter for tables without caption * docutils/writers/xetex/__init__.py - New writer generating LaTeX code for compiling with ``xelatex``. A separate writer (inheriting from latex2e) instead of a ``--xetex`` option allows separate config options for XeTeX vs. LaTeX2e. * docutils/writers/manpage.py - Fix: BUG#3219183 - vertical space in definition lists containing markup. - Fix: vertical space cleaning for option group ``.``. * tools/editors/emacs/rst.el: - Fix [ 3001100 ] does not handle spaces in filenames (thanks to Jakub Wilk) * docutils/utils.py: - strip whitespace from stylesheet arguments - exclude combining chars from column_width (partial fix for [ 2926161 ]) * docutils/parsers/rst/directives/misc.py: - Fix [ 1830389 ] Replace not breaking on getting system_messages from nested_parse * docutils/io.py: - Do not close() sys.stdin, sys.stdout, or sys.stderr. Prevents ``Exception ValueError: 'I/O operation on closed file.'`` with Python 3.
2011-10-04Add HOMEPAGE and LICENSE.hiramatsu1-2/+3
2011-10-04Update p5-Text-CSV to 1.21.hiramatsu2-7/+6
Changes from previous: 1.21 Mon Dec 27 12:35:35 2010 - updated the compatibility for Text::CSV_XS version 0.80 * added getline_all() and getaline_hr_all() * added missing test file 1.20 Wed Oct 20 13:53:59 2010 - couldn't parse the csv containing the column starting with '0'. (hiratara) * patched by hiratara * enhanced getline regexp (makamaka) * resolved a bug in bleadperl-fb85c04 - added tests into t/71_pp.t (hiratara) 1.19 Sat Oct 2 14:15:59 2010 - getline didn't work correctly with 0 or null containing lines (pointed by Bernhard Prott) - updated the compatibility for Text::CSV_XS version 0.74 * real eol support for parsing streams (beyond \n, \r and \r\n) * clarify doc for always_quote to not quote undef fields and XS and PP incompatibility of UTF8 process for print and combine
2011-10-04Update groonga to 1.2.6.obache3-122/+205
Release 1.2.6 - 2011/09/29 -------------------------- Improvements ^^^^^^^^^^^^ * Improved error message on type cast. * Added geo point value validation on type cast. * Supported :doc:`/tutorial/query_expansion`. * Added `--query_expansion` option to :doc:`/commands/select` for query expansion. * Added geometry conversion macro between degree and msec. * Supported type cast in :doc:`/functions/geo_distance` (). * Don't split tokens with full width space in command line. #986 * Supported conversion between TokyoGeoPoint and WGS84GeoPoint. * Exported grn_geo_select_in_circle() and grn_geo_select_in_rectangle(). * Supported CentOS 6. * Supported the current Debian GNU/Linux sid. Patch by SATOH Fumiyasu. GitHub#3 Fixes ^^^^^ * Fixed a bug that geo point is loaded as broken value. Thanks ^^^^^^ * SATOH Fumiyasu Release 1.2.5 - 2011/08/29 -------------------------- Improvements ^^^^^^^^^^^^ * Added experimental Windows installer support. * Accepted "#" and "-" as a valid name characters. #1043 * Accepted all valid characters except "_" as the first character. #1043 * Supported `--each` for `[...]` form :doc:`/commands/load`. #1044 * Added documentation for :doc:`/suggest`. * Supported threshold as `--frequency_threshold` and `--conditional_probability_threshold` options in all :doc:`/commands/suggest` types. #1042 * [groonga-suggest-httpd] Supported log reopen by SIGUSR1. #1048 * Supported string input for reference vector column value. #1051 * [groonga-suggest-httpd] Added `--n-lines-per-log-file` option that changes log line limitation for a file. * [groonga-suggest-httpd] Added `p` parameter for `--conditional_probability_threshold`. * Added GRN_CTX_PER_DB flag for grn_ctx_init() and grn_ctx_open(). #1053 * Exported grn_ctx_close(). #1035 Fixes ^^^^^ * Fixed a crash bug that invalid value is passed as match expression argument in :doc:`/commands/select`. #1047 * Fixed a bug that hash table cursor returns garbage records.
2011-10-04Add HOMEPAGE and LICENSE.hiramatsu1-1/+3
2011-10-04Updated p5-Text-CSV_XS to 0.85.hiramatsu2-7/+6
Changes from previous: 2011-09-07 0.85 - H.Merijn Brand <h.m.brand@xs4all.nl> * NAME / DISTNAME in Makefile.PL 2011-09-07 0.84 - H.Merijn Brand <h.m.brand@xs4all.nl> * More cross-checks for META data 2011-08-07 0.83 - H.Merijn Brand <h.m.brand@xs4all.nl> * Fix spurious auto_diag warning (RT#69673) * Tested with 50 versions of perl, including 1.15.1 2011-05-01 0.82 - H.Merijn Brand <h.m.brand@xs4all.nl> * Doc fix (RT#66905, Peter Newman) * Documentation overhaul (pod links) 2011-03-07 0.81 - H.Merijn Brand <h.m.brand@xs4all.nl> * Add is_missing () * Doc overhaul * Fix Build on OpenVMS (RT#65654, Martin P.J. Zinser) * Fix SetDiag () leak (RT#66453, Sven Scholing) 2010-12-24 0.80 - H.Merijn Brand <h.m.brand@xs4all.nl> * Implement getline_all () and getaline_hr_all () * Fixed another parsing for eol = \r (RT#61525) 2010-11-26 0.79 - H.Merijn Brand <h.m.brand@xs4all.nl> * Use correct type for STRLEN (HP-UX/PA-RISC/32) * More code coverage * EOF unreliable when line-end missing at eof 2010-11-26 0.78 - H.Merijn Brand <h.m.brand@xs4all.nl> * Version 0.77 broke MacOS exported CSV files with only \r 2010-10-23 0.77 - H.Merijn Brand <h.m.brand@xs4all.nl> * Internals now use warn () instead of (void)fprintf (stderr, ...) Now the test in t/80_diag also passes on Windows * Better parsing for eol = \r and set as such (RT#61525) * Workaround for AIX cpp bug (RT#62388, Jan Dubois) 2010-10-09 0.76 - H.Merijn Brand <h.m.brand@xs4all.nl> * Windows doesn't support STDERR redirection as used in t/80_diag 2010-10-05 0.75 - H.Merijn Brand <h.m.brand@xs4all.nl> * Fixed undefinedness of $\ in print (RT#61880) 2010-09-29 0.74 - H.Merijn Brand <h.m.brand@xs4all.nl> * Spelling fixes * Real eol support for parsing streams (beyond \n, \r and \r\n) * Clarify doc for always_quote to not quote undef fields * Clarify UTF8 process for print () and combine ()
2011-10-04Updated to p5-XML-LibXML to 1.88.hiramatsu2-7/+6
This version properly handles error messages in recent textproc/libxml2. See "Changes" file in the distfile for complete list of bug fixes.
2011-10-03Update markdown-mode to 1.8.1.minskim2-7/+8
Major changes since 1.7: - Improve syntax highlighting of preformatted text blocks to better distinguish them from list items with hanging indentation and nested list items. - Match italic and bold text and inline code fragments across line breaks, within a single block, but prevent them from matching across blocks. - Generally improve multi-line font lock by extending the search region to include full blocks. - Fixed an issue, reported by Joost Kremners, where for multi-line lists, the position of the list marker was not being added to the list of possible indentation levels. - Make indentation work when the previous line is not indented. - Avoid a problem where indentation positions were getting skipped over when tab cycling. - Fixed an issue when column 0 is the natural automatic indentation stop. - Set tab width to 4, the natural tab width for Markdown documents. - Stop announcing “TAB” in the minibuffer when tab is pressed.
2011-10-03Update to 1.0.1ryoon3-8/+9
Changelog: Version 1.0.1 - September 2011, by Martin von Gagern Updated Polish, Ukrainian, Slovenian, Dutch, Finnish, Swedish and Czech translations Version 1.0.0 - September 2011, by Martin von Gagern Changed major version to 1 to reflect maturity of the package Updated Dutch, French, Danish and Slovenian translations Added Ukrainian translation Improved error reporting in case a child process has problems Added tests to the test suite Updated gnulib
2011-10-03Remove varargs code. May fix build. XXX: this needs a lot more workdholland5-23/+142
2011-10-01REPLACE_PYTHONdholland1-1/+19
2011-10-01patch getline to avoid conflict with new standard getlinedholland2-1/+27
2011-09-29Remove -Werror so this builds on -current.wiz3-4/+8
While here, fix some pkglint warnings and set LICENSE.
2011-09-29doesn't work with python24. (could be patched)dholland1-1/+3
2011-09-27Add a buildlink3.mk.markd1-0/+14
2011-09-27Add a buildlink3.mkmarkd1-0/+14
2011-09-26Mention that -x also searches in /usr/X11R7. Noted by jmc@openbsd. Bump date.wiz1-2/+3
2011-09-25Fix build & linkagejoerg2-7/+17
2011-09-24Wants PHP 5.3joerg1-2/+2
2011-09-21Transitive closure for RUBY_VERSION_SUPPORTED=18.joerg2-3/+4
2011-09-21Help configure in finding glibmm's doctools.joerg1-1/+3
2011-09-16set LICENSE.hiramatsu1-1/+2
2011-09-16Bump PKGREVISION from RUBY_VERSION_DEFAULT changes.obache3-4/+6
2011-09-14Remove stupid check for Sun make from configure. Fixes build on SunOS.hans2-1/+18
2011-09-13Add and enable ruby-json-utils.taca1-1/+2
2011-09-13Importing ruby-json-utils version 1.6.0 package.taca4-0/+65
This pacakge has separated from ruby-json-pure and it contains utilities for handling JSON data.
2011-09-13Update ruby-json package to 1.6.0.taca4-38/+15
2011-09-12 (1.6.0) * Extract utilities (prettifier and GUI-editor) in its own gem json-utils. * Split json/add/core into different files for classes to be serialised.
2011-09-13Update ruby-json-pure package to 1.6.0.taca3-25/+15
(Dependency to devel/ruby-spruz has gone to force coming ruby-json-utils.) 2011-09-12 (1.6.0) * Extract utilities (prettifier and GUI-editor) in its own gem json-utils. * Split json/add/core into different files for classes to be serialised.
2011-09-12Update ruby-libxml pacakge to 2.2.2.taca2-6/+6
= Release History == 2.2.2 / 2011-08-13 Charlie Savage * ++API CHANGE+++ Reader#relax_ng_validate now takes a RelaxNG object. This is what the documentation has always said it takes, but it previously took a string. In addition, it now returns true or false instead of 0 or -1. Reader#schema_validate now takes a Schema object. This is what the documentation has always said it takes, but it previously took a string. In addition, it now returns true or false instead of 0 or -1. Fixes GitHub issue #30. * Added Parser::Context#close and HTMLParser::Context#close methods that allow the underlying io stream (file, string, etc) to be closed. Once a parser is done parsing its data, it now calls one of these methods. This means that if you parse thousands of files at the same time, without running Ruby's garbage colllector, you won't get a too many files open error. Fixes GitHub issue #29. * Fixed bug where Node#inner_xml caused an error when it had no child nodes. Fixes GitHub issues #31 * Don't require 'rake' in the gemspec to avoid annoying Bunlder bugs
2011-09-12Update ruby-json and ruby-json-pure package to 1.5.4.taca7-21/+25
2011-08-31 (1.5.4) * Fix memory leak when used from multiple JRuby. (Patch by jfirebaugh@github). * Apply patch by Eric Wong <nocode@yhbt.net> that fixes garbage collection problem reported in https://github.com/flori/json/issues/46. * Add :quirks_mode option to parser and generator. * Add support for Rational and Complex number additions via json/add/complex and json/add/rational requires.
2011-09-12Update ruby-haml package to 3.1.3.taca2-6/+6
3.1.3 * Stop partial layouts from being displayed twice.
2011-09-12Update ruby-diff-lcs package to 1.1.3.taca3-13/+26
== 1.1.3 / 2011-08-27 * Converted to 'hoe' for release. * Converted tests to RSpec 2. * Extracted the body of htmldiff into a class available from diff/lcs/htmldiff. * Migrated development and issue tracking to GitHub. * Bugs fixed: - Eliminated the explicit use of RubyGems in both bin/htmldiff and bin/ldiff. Resolves issue 4 (https://github.com/halostatue/diff-lcs/issues/4). - Eliminated Ruby warnings. Resolves issue 3 (https://github.com/halostatue/diff-lcs/issues/3).
2011-09-07Kill some more uses of __weak_alias. This avoids duplicate symboljoerg2-1/+21
definitions (weak and non-weak). GNU as silently discards the weak symbol in this case, but LLVM is more strict.(weak and non-weak). GNU as silently discards the weak symbol in this case, but LLVM is more strict.
2011-09-06Update to 1.11.7:wiz4-22/+14
02-09-2011: version 1.11.7 Added demandoc utility for stripping away macros and escapes. This replaces the historical deroff utility. Also improved the mdoc and man manuals. 16-08-2011: version 1.11.6 Handling of tr macro in roff implemented. This makes Perl documentation much more readable. Hyphenation is also now enabled in man format documents. Many other general improvements have been implemented. Furthermore, a 64-bit Windows binary is now available at mdocml-win64.zip and a Mac OS X universal binary is available at mdocml-macosx.zip. 24-07-2011: version 1.11.5 Significant eqn improvements. mdocml can now parse arbitrary eqn input (although few GNU extensions are accepted, nor is mixing low-level roff with eqn). See the eqn manual for details. For the time being, equations are rendered as simple in-line text. The equation parser satisfies the language specified in the Second Edition User's Guide. This is also the first release featuring a distributed Windows binary, available at /binaries/mdocml-win32.zip. 12-07-2011: version 1.11.4 Bug-fixes and clean-ups across all systems, especially in makewhatis (note: still not connected to the general build and must be compiled with make makewhatis) and the man parser. This release was significantly assisted by participants in OpenBSD's c2k11. Thanks! 26-05-2011: version 1.11.3 Introduce locale-encoding of output with the -Tlocale output option and Unicode escaped-character input. See mandoc and mandoc_char, respectively, for details. This allows for non-ASCII characters (e.g., \[u5000]) to be rendered in the locale's encoding, if said environment supports wide-character encoding (if it does not, -Tascii is used instead). Locale support can be turned off at compile time by removing -DUSE_WCHAR in the Makefile, in which case -Tlocale is always a synonym for -Tascii. Furthermore, multibyte-encoded documents, such as those in UTF-8, may be on-the-fly recoded into mandoc input by using the newly-added preconv utility. Note: in the future, this feature may be integrated into mandoc. 12-05-2011: version 1.11.2 Corrected some installation issues in version 1.11.1. Further migration to libmandoc. Initial public release (this utility is very much under development) of makewhatis, initially named mandoc-db. This utility produces keyword databases of manual content mandoc-cgi, mandoc-tools, which features semantic querying of manual content.
2011-09-05Changes 2.6:adam2-6/+6
* internal attributes now raise an internal attribute error now instead of returning an undefined. This fixes problems when passing undefined objects to Python semantics expecting APIs. * traceback support now works properly for PyPy. (Tested with 1.4) * implemented operator intercepting for sandboxed environments. This allows application developers to disable builtin operators for better security. (For instance limit the mathematical operators to actual integers instead of longs) * groupby filter now supports dotted notation for grouping by attributes of attributes. * scoped blocks not properly treat toplevel assignments and imports. Previously an import suddenly "disappeared" in a scoped block. * automatically detect newer Python interpreter versions before loading code from bytecode caches to prevent segfaults on invalid opcodes. The segfault in earlier Jinja2 versions here was not a Jinja2 bug but a limitation in the underlying Python interpreter. If you notice Jinja2 segfaulting in earlier versions after an upgrade of the Python interpreter you don't have to upgrade, it's enough to flush the bytecode cache. This just no longer makes this necessary, Jinja2 will automatically detect these cases now. * the sum filter can now sum up values by attribute. This is a backwards incompatible change. The argument to the filter previously was the optional starting index which defaultes to zero. This now became the second argument to the function because it's rarely used. * like sum, sort now also makes it possible to order items by attribute. * like sum and sort, join now also is able to join attributes of objects as string. * the internal eval context now has a reference to the environment. * added a mapping test to see if an object is a dict or an object with a similar interface.
2011-09-01fix regression of executable suffix substitude in PLIST at last update.obache1-2/+2
noticed by joerg@ via private mail.
2011-09-01fix comments.obache2-4/+4
openSUSE's patch name is libxml-CVE-2009-2414_CVE-2009-2616, but it really fixes CVE-2009-2416 and CVE-2009-2414.
2011-09-01LICENSE=gnu-lgpl-v2.obache1-1/+2
2011-09-01Add a patch to fix CVE-2009-2414 and CVE-2009-2616,obache3-3/+85
taken from openSUSE 10.3 libxml-CVE-2009-2414_CVE-2009-2616.patch. Bump PKGREVISION.
2011-08-25Update ruby-markaby to 0.7.2.taca3-11/+11
Compact changes are unavailable, please refer in detail: https://github.com/markaby/markaby/commits/master
2011-08-25Update ruby-tilt to 0.3.3.obache3-9/+13
* add support for mediawiki templates. * yajl support * and fixes,improvements
2011-08-22Mark as not-for python-2.4 (it doesn't contain the file that is used here).wiz1-1/+2