Next | Query returned 72 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2023-04-29 16:31:29 by Amitai Schleier | Files touched by this commit (2)
Log message:
Looks like the kpathsea and tex-latex dependencies may not be needed in
typical usage. Move them under a 'latex' option, off by default. Bump
PKGREVISION.
   2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | Package updated
Log message:
revbump after textproc/icu update
   2023-01-03 20:08:01 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
po4a: updated to 0.69

        ___   __   ___
__   __/ _ \ / /_ / _ \
\ \ / / | | | '_ \ (_) |          Happy New Year release.
 \ V /| |_| | (_) \__, |
  \_/  \___(_)___/  /_/           (Released on 2023/01/01)

Markdown:
 * Parts of a fenced divs are now translated separately

YAML and Yaml Front Matter:
 * Use the implementation of YFM to parse YAML files too.
   - This reduces the code dupplication, and brings the nice features over:
     Numbers and arrays are not quoted anymore in Yaml files, as it should be.
   - This adds the yfm_paths option to Markdown and Asciidoc YFM,
     fixing GitHub's 392 along the way.
   - Please note that '-o keys' is now case-sensitive in Yaml documents.
 * Do not translate nor quote booleans, so that they are not treated as string.
   Thanks Gissmo for GitHub's PR 393, even if I had to rework it quite a bit.

XML:
 * Correctly handle placeholders of empty elements
 * Translate attributes within attribute-folded inline and placeholder
   alt attribute of <img> can be properly handled with:
   -o 'attributes=<image>alt' -o 'inline=<image>' -o foldattributes
 * Thanks k-yaegashi for the pull request fixing both issues

Project organization:
 * Do not leak the generation date in our manpages
   Thanks Arnout Engelen for the pull request.

Translations:
 * New translation: Georgian, thanks Temuri Doghonadze.
 * Updated: Dutch, thanks Frans Spiesschaert.
 * Updated: French, thanks Jérémie Tarot & Brandelune.
 * Updated: Italian, thanks Marco Ciampa.
 * Updated: Japanese, thanks gemmaro.
 * Updated: Portuguese, thanks Hugo Carvalho.
 * Updated: Portuguese (Brazil), thanks Rafael Fontenelle.
 * Updated: Ukrainian, thanks Yuri Chornoivan (українська).

   2022-11-26 04:40:21 by Amitai Schleier | Files touched by this commit (3)
Log message:
Avoid needing additional dependency not yet in pkgsrc (or
still-experimental core feature). Bump PKGREVISION.
   2022-11-23 17:21:30 by Adam Ciarcinski | Files touched by this commit (1878) | Package updated
Log message:
massive revision bump after textproc/icu update
   2022-11-15 09:54:13 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
po4a: updated to 0.68

v0.68

Project organization:

Add a deprecation warning to po4a-translate and po4a-updatepo stating that po4a \ 
is the prefered interface.
Rewrite the po4a-gettextize documentation [Mt].
Rewrite the intro of po4a doc, and add a Quick start tutorial [Mt].

gettextization:

Rework completely the deduplication of msgids introduced in v0.67.

Markdown:

Allow lists to start the line with no leading spaces before the '-' sign. This \ 
uncovers a bug in our test suite that was enforcing the buggy behavior :( [Mt]
Properly deal with fenced div blocks

Man:

Bold text should never be wrapped as groff seems to reset the font on new line [Mt].
Properly deal with comments around macro definitions [Mt]

v0.67

Asciidoc:

Support Hugo shortcode on macros [Danilo G. Baio]
Support automatically numbered callouts [J.N. Avila]
Support line breaks [J.N. Avila]

gettextization:

Deduplicate the msgids, to prevent the structure desynchronizations
when the same string is used at several locations, with mismatching types.
Add some tests for the gettextization feature. [mquinson]

po4a-translate:

Do not check whether the po file is uptodate, as it's impossible to do
that correctly when several master files are merged in the same POT.

Man:

Improve the error message when using '.de', '.if', '.ie' to hint about
the option 'groff_code=verbatim|translate' [mquinson]
Implement '.el' (else branch) as translate_joined [mquinson]
Implement '.de1' (define with no check) as '.de' [mquinson]
Implement '.dei', '.dei1' (define with subst) [MQ]
Implement '.it' (input trap) as untranslated [mquinson]
Make a sensible warning when user-defined macros are not explained to po4a
with the 'untranslated' option and friends. [mquinson]

Markdown:

New option 'yfm_lenient' to proceed even if the YAML Front Matter parser fails.
Useful when your file starts with an horizontal ruler that is not a YFM.
This introduces a NEW DEPENDENCY: Syntax::Keyword::Try
Do not quote the YFM lists to not break them [mquinson].
Thanks @dbaio for the analysis and @ynojima for an initial patch in doc-l10n-kit.

xHTML:

Add a test for tables and stop claiming that they may be broken

Other bug fixes:

Hide an ugly warning about uninitialized string
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2022-04-18 21:12:27 by Adam Ciarcinski | Files touched by this commit (1798) | Package updated
Log message:
revbump for textproc/icu update
   2022-01-23 11:04:55 by Amitai Schleier | Files touched by this commit (3)
Log message:
Update to 0.66. From the changelog:

# 0.66

Asciidoc:
 * Support empty cells in tablecells mode (GitHub's #343) [J.N. Avila]
 * Disable tablecells when table is not in PSV format (GitHub's #343 too)
   [J.N. Avila]

Yaml:
 * New option "paths" to select the full paths to extract.
   The old "key" option (that allows to select any path ending with
   the given key) still works as previously (thanks Oliver Rahner).

Tests:
 * Make the SGML tests use valid input files to fix brekages on
   paranoid OSes (GitHub's#327 -- thanks newbluemoon for report and fix).
 * Add a new tests that fixes the weird permission settings of the
   other tests, and prevent the users from running the tests as root.
   (GitHub's #332 -- thanks Oliver Rahner for stepping on that trap)
 * Fix the testsuite so that it works even if the source is checkouted
   in an arbitrary directory (GitHub's #338).

po4a-gettextize:
 * Use UTF-8 by default for localized charset.

# 0.65

Asciidoc:
 * Ensure that comments appear in the translated contents, to preserve
   the document structure (Github's #307 and #308). Thanks Jean-Noël
   Avila for the fix!
 * Add an "nolinting" option to disable lint messages.

po4a runner:
 * In split mode, allow to group several files within the same POT file.
 * Rename the option 'master:file' to 'pot' for clarity. The old name
   still works (with a warning).

Tex:
 * Don't use the full absolute file path in #: references of PO files.
   (Debian's #998196, Github's #281)

# 0.64

Asciidoc:
 * Detect sublevel description lists with :::
 * Don't split in attributes include:: and ifeval:: lines (Github's #298)

Pod:
 * Don't wrap textblocks, as it may break C<> markup (similar to Github's #242)

Core:
 * Mitigate Perl bug #18604 (simplify a regexp into a substring index) (Github's \ 
#302)
 * Improve the consistency of all our module lists (related to Github's #136)
   Thanks Viet Than.

# 0.63

A bug in v0.62 removed all binary translations :(

Asciidoc:
 * Properly deal with the YAML Front Matter, when one is found.

Texinfo:
 * Add support for @tindex (Github's #284)

Yaml:
 * Follow the reference style of YAML Front Matter in Markdown module to
   fix the GitHub issue #289. (GitHub's #292)

Portability:
 * Fix po4a(1) on Windows (GitHub's #293)

Build scripts:
 * Fix Po4aBuilder to use -I instead of reseting PERL5LIB (Github's #286)
 * Fix Po4aBuilder to actually install the mo files (GitHub's #294)
   2021-12-08 17:07:18 by Adam Ciarcinski | Files touched by this commit (3063)
Log message:
revbump for icu and libffi

Next | Query returned 72 messages, browsing 11 to 20 | Previous