summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
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
2014-12-03Update groonga to 4.0.8.obache5-25/+65
Release 4.0.8 - 2014/11/29 -------------------------- Improvements ^^^^^^^^^^^^ * [deb] Supported Ubuntu 12.04 again because Travis-CI runs on it. * [mruby] Supported pretty print - ``"pp"`` for debugging. And supported to show internal objects more descriptive format when inspecting it. * Supported full text search query without index if one column is specified for ``--match_columns`` even though sequential search is executed by ``--query`` and ``--match_columns`` combination. [groonga-dev,02902] [Reported by Atsushi Shinoda] * [experimental] :doc:`/reference/functions/in_values` supports auto sequential search mode. There is a case that sequential search is faster than index search when the number of narrowed down records is small enough in contrast to the number of expected records to narrow down by ``in_values`` with ``AND`` operation which use indexes. The value of ``GRN_IN_VALUES_TOO_MANY_INDEX_MATCH_RATIO`` is used as threshold whether Groonga execute sequential search or search with indexes in such a case. * [mruby] Supported to load relative path of script. * Supported test suite to write query optimizer test more easily with mruby enabled build. * Supported offline index construction for token filters. [GitHub#239] [Patch by Naoya Murakami] * [experimental] :doc:`/reference/functions/between` supports auto sequential search mode. Use the value of ``GRN_BETWEEN_TOO_MANY_INDEX_MATCH_RATIO`` as threshold. Basic concept is similar to ``GRN_IN_VALUES_TOO_MANY_INDEX_MATCH_RATIO``. * [experimental] Supported multiple drilldowns for :doc:``/reference/command/select`` command. The syntax is extended to support this feature. The new one is ``--drilldown[LABEL1].keys COLUMN1,COLUMN2`` for keys, ``--drilldown[LABEL1].output_columns _value.COLUMN1,_value.COLUMN2,_nsubrecs`` for output columns. In the previous versions, a client application must implement by oneself for drilldown by multiple keys. Use ``_key[N]`` for ``--drilldown[LABEL1].output_columns`` to show original value of key in records. * Supported to search ``'reference_column @ "query"'`` without index. * [experimental] Added :doc:`/reference/commands/range_filter` command. It is faster than select command to fetch specific range of records in most cases, because it doesn't returns the number of matched records. There are limitations which doesn't support drilldown and so on. Thus, ``range_filter`` is suitable for extracting first ``N`` records in specific range for ranking or something else. * [httpd] Supported ``groonga-httpd`` on windows. * Supported vector column for drilldown. * [deb] Changed ``groonga-httpd`` as default HTTP server package. ``groonga-server-http`` is deprecated. Note that :doc:`/reference/executables/groonga-server-http` functionality itself is still exists in Groonga. If you just want to use simple HTTP server in traditional way, specify proper arguments by command line for :doc:`/reference/executables/groonga`. * Added configuration file for Windows CI on AppVeyor. [groonga-dev,02970,02981] [Patch by Hiroshi Hatake] Fixes ^^^^^ * [doc] Fixed duplicated execution example path about :doc:`/reference/commands/table_create`. [GitHub groonga.org#14] [Reported by Masafumi Yokoyama] * Fixed a bug that nested indexed full text search against ``X._key`` returns empty results. * Fixed flags parameter which is strict in BSD ``mkostemp(3)``. [GitHub#240] [Patch by Jun Kuriyama] * Fixed a bug that select command reports invalid value type (table) as index column value type. It was fixed to ``UInt32``. Note that it affects only the value of response header. The search results is not changed at all. * Fixed a bug that compare operations such as ``<``, ``<=``, ``>``, ``>=``, ``!=`` with Time and String type returns invalid results. * Fixed a bug that prefix search can't be executed against single character such as ``"x*"``. [GitHub#242] [Patch by Naoya Murakami] * Fixed a memory leak on drilldown ``ShortText`` value with ``--filter``. * Fixed missing ``","`` for ``"DDL:set_token_filters"`` log. [Reported by Naoya Murakami] Thanks ^^^^^^ * Atsushi Shinoda * Masafumi Yokoyama * Naoya Murakami * Jun Kuriyama * Hiroshi Hatake
2014-12-03Update to 0.45ryoon7-137/+33
Changelog: ======================================================================= * Major changes in release 0.45 (2013-08-21) po4a: * Fix usage of File::Temp::tempfile to allow using Perl >= 5.18. Asciidoc: * Make it a standalone format. Docbook: * Make <beginpage> inline. Ini: * Add key parameter as an automatic comment. This allows using po4a-gettextize on ini files. LaTeX: * Fix handling of optional parameters in newtheorem command. Po: * Fix computation of timezone written into PO files. Sgml: * Fix failing tests with recent Docbook DTD. ======================================================================= * Major changes in release 0.44 (2012-10-21) translations: * Start of Portuguese translation ======================================================================= * Major changes in release 0.43 (2012-10-17) po4a: * Add --porefs option to change how file locations are written into the POT file (and thus into the PO files also). po4a-updatepo po4a Po: * Extend the --porefs option, add a new 'counter' value to replace line number by an increasing counter. An optional ",nowrap" or ",wrap" specifier can be added to tell whether file locations are written on a single line or wrapped on several lines. Default is ",nowrap", it will be changed to ",wrap" in a future release. Man: * Make .UR/.UE macros inline. * Add macros used in several NetBSD man pages: %I %U Brc Bro Lp Lk Text: * Fix two line titles in AsciiDoc format. * Let AsciiDoc format handle many more styles. * Add support for automatic comments in AsciiDoc format. ======================================================================= * Major changes in release 0.42 (2012-05-16) po4a: * Allow adding command-line options after config file. Text: * Add support for control files. msguntypot: * Do not remove obsolete entries from PO files. documentation translations: * New German translations * Updated Spanish translations * Updated French translations * Updated Japanese translations * Updated Polish translations ======================================================================= * Major changes in release 0.41 (2010-12-01) po4a-updatepo: * --previous flag was not passed to msgmerge po4a: * Do no more generate backups for PO files. * Fix the --srcdir option, master file was not found. * Expand variables when reading @-prefixed addenda files. Text: * Remove trailing newline in titles from PO files Packaging: * Remove Makefile, all processing is performed by Build.PL ======================================================================= * Major changes in release 0.40.2 (2010-11-30) documentation: * Improve English style (following recommendations from man(7)) translations: * Start of Danish translation * Removal of Arabic translation, only one string was translated * Updated Vietnamese translation * Updated Slovenian translation * Updated Basque translation * Updated French translation * Updated Japanese translation * Updated Czech translation * Updated German translation * Updated Ukrainian translation * Updated Esperanto translation * Updated Estonian translation * Updated Russian translation documentation translations: * Updated Spanish translations * Updated French translations * Updated Japanese translations * Updated Polish translations ======================================================================= * Major changes in release 0.40.1 (2010-08-25) Po: * Change header entry to be consistent with xgettext when creating POT files: replace Content-Transfer-Encoding: ENCODING" by "Content-Transfer-Encoding: 8bit\n" and add a Language field. documentation: * Improve English style (proper casing, replace cvs by VCS, etc). translations: * Updated French translations * Updated Spanish translations * Updated Japanese translations * Updated Esperanto translations * Updated Swedish translations * Updated Russian translations * Updated Estonian translations * Updated Ukrainian translations * Updated Czech translations * Updated Portuguese translations * Updated German translations Project resources: * We migrated from CVS to SVN. All CVS history has been converted. See http://svn.debian.org/viewsvn/po4a/ The standard SVN layout is used (with top-level /trunk, /branches and /tags directories), and the files to generate the website (html/, po/html.cfg and po/www) are moved into a new /web top-level directory. ======================================================================= * Major changes in release 0.40 (2010-07-27) po4a-gettextize: * When it fails, recode msgstr into current charset before printing it. Text: * Fix failures "Unknown option: copyright-holder" Man: * Support font modifiers in the form \f(XX and \f[FONT-NAME] ======================================================================= * Major changes in release 0.39 (2010-02-02) po4a * New syntax for addenda, path may be preceded by modifiers. ======================================================================= * Major changes in release 0.38 (2010-01-14) po4a * Exit with an error if master file specified in a po4a configuration file does not exist. po4a, po4a-updatepo: * --previous is activated by default. * Use --no-previous to support versions of gettext earlier than 0.16. Xml: * Fix handling of multi-lines placeholder tags. * New option addlang. Pod: * Detect the encoding based on the input's =encoding line. ======================================================================= * Major changes in release 0.37.1 (2009-11-22) po4a-build: * Fix UTF8 handling and names of perl modules for section 3. * Fix bug that caused translated manpages to be overwritten. ======================================================================= * Major changes in release 0.37.0 (2009-11-20) po4a-build: * New script for one-stop generation of untranslated and translated documentation from DocBook XML and POD sources. translations: * Updated Spanish translations. =============================================================================== * Major changes in release 0.36.6 (2009-11-07) Text: * Added options breaks and tabs. po4aman-display-po * Fixed bashism. translations: * Added Vietnamese translation * Updated Czech translation * Updated Spanish translation of the documentation =============================================================================== * Major changes in release 0.36.5 (2009-09-10) Sgml: * Fix detection of entities in the prolog. translations: * Updated German translation * Updated Portuguese translation =============================================================================== * Major changes in release 0.36.4 (2009-08-30) po4a * Added options --srcdir and --destdir. They permit to strip the base directory for the input and output documents (in the config file and in the references generated in the PO files). po4a-updatepo * Added options --msgid-bugs-address, --copyright-holder, --package-name, --package-version to control the generation of the PO header. translations: * Updated Basque translation * Updated Czech translation * Updated Esperanto translation * Improved Estonian translation. * Updated French translation * Updated Russian translation * Updated Spanish translation. * Updated Swedish translation. =============================================================================== * Major changes in release 0.36.3 (2009-07-22) Bug fix release. po4a-gettextize's new options were rejected by the modules. =============================================================================== * Major changes in release 0.36.2 (2009-07-21) po4apod-display-po * New script to display previews of POD translations. po4a-gettextize * Added options --msgid-bugs-address, --copyright-holder, --package-name, --package-version to control the generation of the PO header. Text: * Avoid the translation of some markups: title and horizontal rules. * Improved Markdown support. Xml: * New option customtag for inline tags that should not be treated as a tag (e.g. they do not need to be closed). Wml: * Fix handling of non ASCII input documents. =============================================================================== * Major changes in release 0.36.1 (2009-04-05) TeX: * Fix support for inline customization of separators. * Fix support for double escapes, which should not introduce commands. LaTeX: * Added support for the tabularx environment. Xml: * Do not include commented out external entities (when includeexternal is used). Pod: * Do not add an =encoding header if the encoding is empty. =============================================================================== * Major changes in release 0.36 (2009-03-15) general: * The "type:" comments in the PO files are now tagged as extracted comments (starting with #.). This changes all the PO files generated by po4a. Maintainers should just let these changes pass through. Translator may want to remove the comment lines starting with '# type:' as they will be duplicates with the '#. type:' comments. Xml: * Placeholders are presented with a type and have a more valid XML representation. This changes the PO files, but translations could be updated automatically. * Do not fail when the doctype does not match the expected one. Only issue a warning. * The tags and tagsonly options are deprecated. Use the translated/untranslated and break/inline/placeholder options instead. * Added foldattributes option. Useful to simplify strings and avoid typos when attributes shall not be translated. Man: * Better handling of spaces in command arguments. TeX: * Included files are searched with kpsewhich instead of using TEXINPUTS directly. =============================================================================== * Major changes in release 0.35 (2009-02-10) po4a * Added support for the [po_directory] command in the configuration file. It permits to avoid listing the supported languages. Simply dropping a new PO file should be sufficient. It should be preferred over the po4a_langs and po4a_paths commands. po4a-normalize: * Added option -b, --blank to check which parts of a document are not translated. po4a-gettextize: * Improved conflict handling: indicate the reference of the alternatives when the same string has different translations. general: * Added support for a nowrapi18n option in Locale::Po4a::Common in order to use Locale::Po4a programatically. packaging: * Manpages are generated in utf-8. This requires a recent Pod::Man with support for the utf8 option. Docbook: * Improved support for Docbook 5 and Docbook 4, based on the official documentation of the Docbook tags. Pod: * Announce the encoding in the POD header. Sgml: * Add support for recursive inclusion. Text: * Added option asciidoc Xhtml: * Improvements for the <u> tag. xml: * Fix the nodefault option. Derivative modules should use _default_tags and _default_inline to define the default behavior of their module-specific tags (instead of tags and inline). * Speed improvements. * Added support for placeholders. =============================================================================== * Major changes in release 0.34 (2008-07-20) ** New features general: * Do not end re-wrapped lines with a space. halibut: * Added support for the Halibut format. sgml: * Fix failures with big sgml documents ("broken pipe" received from nsgmls -p). text: * Added support for the Markdown format, as used with Ikiwiki. * Make sure files are not mixed together when gettextized at the same time. packaging: * Fix build failures with old versions of Module::Build. =============================================================================== * Major changes in release 0.33.3 (2008-04-02) po4a: * Add options --package-name and --package-version (similar to xgettext's options). translations: * Actually ship Japanese translations. =============================================================================== * Major changes in release 0.33.2 (2008-04-01) text: * Added support for the fortunes format. translations: * New Japanese translation. * The manpages are generated in UTF-8. =============================================================================== * Major changes in release 0.33.1 (2008-03-16) This is a bug fix release. man: * Do not translate - to \- inside \*[...], \(.., \H'...', or \Z'...'. xml: * Do not translate SSI comments by default. packaging: * Fix the installation path of manpages and .mo files. =============================================================================== * Major changes in release 0.33 (2008-03-03) Notes to packagers: Since 0.31, some tests in the sgml testsuite require the docbook sgml DTD. If you run the testsuite at build time you must have these DTD in your build dependencies or you must disable these tests cases in the testsuite. ** New features general: Support for PO files with plural forms. Po4a does not generate such PO files, but it can receive one in input. In such case, po4a cannot choose between the (singular and) plural forms. It will consider that msgstr[0] is the translation of msgid and msgstr[1] is the translation of msgid_plural, which may be wrong. Thus, a warning will be issued if po4a is asked to translate the singular or plural form of a message with plural forms. texinfo: Major changes. Tested on the elisp documentation. sgml: Fail if nsgmls cannot validate the input file. This can be turned off with the "force" option. xml: New option "cpp" to support C preprocessor directives (this avoids re-wrapping lines with preprocessor directives). xml: New options "translated" and "untranslated" that should allow an easier configuration of Xml (and derivative module) xml: Avoid duplicated newlines at the end of lines of multi-lines comments. xml: Paragraphs which only consist in an inline tag are now extracted. This makes a lot of string to available for translation in the PO file. docbook: Tested on the Docbook testsuite. Lots of tag added. po4a: Fix failures with perl 5.10. Thanks to Roderich Schupp <roderich.schupp@googlemail.com> msguntypot: Fix handling of the comment of the PO header. =============================================================================== * Major changes in release 0.32 (2007-08-15) ** Security fix Fix a symlink attack caused by the /tmp/gettextization.failed.po temporary file. (CVE-2007-4462) ** Bug fixes sgml: The handling of newlines was broken in no-wrap sections in 0.31 xhtml: The module is now distributed as the other modules. texinfo: Fix infinite loop when a command parameter ends with \ (as in @samp{\}) ** New features xml: New option includeexternal to support external entities. texinfo: Added support for many commands and environment (see changelog). xhtml: New option includessi, which adds supports for Server Side Includes include element (<!--#include virtual="/foo/bar.html" -->). xml: New option ontagerror to control the behavior of the module in case of error. This permits to support files that the module would consider invalid otherwise. ** Translations New translations (Bengali, Estonian, Croatian, Indonesian, Kannada, Korean, Occitan, Uzbek, Simplified Chinese, Chinese from Hong Kong) and many updates. =============================================================================== * Major changes in release 0.31 (2007-05-07) ** Dependencies po4a, po4a-updatepo: New option --previous requires gettext 0.16. ** Bug fixes general: Don't hang when running in background with redirected stdout. Thanks to Jim Meyering. ** New features general: po4a now uses timestamps to avoid re-generating a translation if no changes are expected: if a translation is more recent than its associated PO, master document, addenda or configuration file, then there is no need to update it. For the documents which do not pass the translation threshold, a --stamp option was added to tell po4a to create files with a .po4a-stamp extension (you can also create them manually). This can save a lot of time when po4a knows that the translation will not be generated because there were no changes since the last po4a run. general: Beginning of a C extension. This provides speedup. Testers are welcomed. po4a: New options: --msgid-bugs-address and --copyright-holder. po4a: Add new tag: [options] to set global options (i.e. for every documents in the configuration file). po4a: Update translations based on modification times. Use timestamp to avoid retrying generate uncompleted translations. man: New 'unknown_macros' option to specify the behavior of po4a with unknown groff macros. man: Reset the configuration between two runs. This permits to define different options for different files in a config file with the opt:"..." parameters. =============================================================================== * Major changes in release 0.30 (2007-01-05) ** Bug fixes man: Recode the text which is skipped, like comments. This kind of issue may also appear on other modules. A better solution would be to always use UTF-8 internally. distribution: Some unit tests were missing. Also, the dependencies have been simplified. Locale::gettext, Text::WrapI18N, Term::ReadKey and SGMLS are still recommended, but no more required. The BibTex module is now distributed. sgml: The module should be more friendly with XML files. po4a: When po4a creates a new PO file, it now uses msginit. This may change the header of created PO files. guide: Major update of the tag definitions. Thanks to Azamat H. Hackimov. Po: use strftime instead of date because date is not available on every platform. tests: rename the XML testsuite to SGML, since it was testing the Sgml module, and add a new testsuite for the Xml module (it currently tests the Guide module). ** Translations Updated Russian translation. =============================================================================== * Major changes in release 0.29 (2006-10-15) ** New features ** Bug fixes sgml: Remove the tags from the default categories when they are defined by the user. This changes the behavior of the Sgml module's options. sgml: Better line references in the generated PO. sgml: Support for '/>' (empty XML tag closure) when an xml prologue is found (<?xml ...?>). po4a: When po4a create new PO files, it now uses msginit instead of copying the POT file. =============================================================================== * Major changes in release 0.29 (2006-10-15) ** New features New module for .INI files. Thanks to Costin Stroie. New module for BibTeX bibliographies. man: New mdoc option for stricter support of mdoc pages (NAME section not translated). text: Support for underlined text. text: Support for bulleted paragraphs (can be deactivated with -o nobullets). ** Bug fixes man: Keep empty commented lines. man: Do not add spaces at the end of lines. man: Languages without non breaking space could not use question marks. sgml: Better support for verbatim sections, and consider <cmdsynopsis> as verbatim. <arg> and <option> are now in the ignore category. general: Length calculation algorithm changed for wrapping lines in the output document or in the PO. This should improve output when files are encoded in UTF-8. =============================================================================== * Major changes in release 0.28 (2006-08-17) ** Bug fixes man: Fix for .I " " and other minor bug fixes. tex/latex: Documentation and usability improvements. ** Speed improvement po4a: The POs are now only read once. This will speed the processing when many documents are specified in a configuration file. ** Translations Updated French translation.
2014-12-02Set LICENSE.wiz1-1/+2
2014-12-02Add fix for CVE-2014-8123 from Fabian Keil.wiz3-3/+22
Bump PKGREVISION.
2014-12-02Remove --version-script argument on SunOS.jperkin1-1/+5
2014-12-01Support cwrappers for packages appending arguments in the wrappers.joerg1-1/+3
2014-12-01Add explicit rpath for finding libyaml.joerg2-1/+21