pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/po4a Update to 0.60. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00f29a888f1c
branches:  trunk
changeset: 439322:00f29a888f1c
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Thu Sep 17 21:13:18 2020 +0000

description:
Update to 0.60. From the changelog:


0.60:

Asciidoc:
 * Introduce "compat" option to parse like asciidoc or asciidoctor.

Text (and Markdown):
 * Fix the support of nested lists (GitHub's #131).

Other:
 * Remove the experimental C extension that was never built,
   distributed, tested nor modified since 2007.

XML:
 * Provide a meaningful message when the translators butcher the
   <placeholder> attributes instead of truncating the file.
   (GitHub's #254)


0.59.1:

po4a tool:
 * Really fix --srcdir and --destdir handling (Debian's #960892 again).
   Even with the previous fix, the aptitude package was still broken.

Documentation:
 * Clarify the syntax of -o parameters (GitHub's #233).

Sgml:
 * Sort the attributes. Without this, msgids are randomly fuzzied.
   (Debian's #725931 and Debian's #810988)


0.59:

po4a tool:
 * Fix --srcdir handling (GitHub's #237 and Debian's #960892).
   This bug was breaking the build of several packages, including dpkg.

Addendum:
 * New mode 'eof' to easily add at the end of the file (Debian's #960949).

Documentation:
 * Fix many typos and glitches
 * Start a section about external projects using po4a

Tests:
 * po4a: Add a test for the [po_directory] feature

Overall:
 * Improve the displayed messages, don't translate debug messages.


0.58.1:

Documentation:
 * Document an option of the XML parser (GitHub's #223).
 * Small glitches found during the translations.

Tests:
 * Also ignore 'Project-Id-Version' when diffing PO files (GitHub's #224)
 * asciidoc: reactivate tablecells tests

AsciiDoc:
 * Fix management of images in tables (Github's #226)
 * Tolerate underline length variations in two lines titles (Github's #212)


0.58:

AsciiDoc:
 * Accept numbered list items beginning with any number of dots
   (GitHub's #210)

Markdown:
 * Avoid translating Markdown fenced code block info string (GitHub's #194)
 * List Markdown fenced code block info string as text type (GitHub's #195)
 * Support YAML Front Matter (GitHub's #196). This requires YAML::Tiny.
 * Introduce options yfm_keys and yfm_skip_array to respectively
   specify which YAML keys should be translated, and that the array
   content should not be translated.
 * Work around a bug in YAML::Tiny that quotes numbers (GitHub's #217)
 * Add gettext flag "markdown-text" for relevant entries (GitHub's #208)

Text:
 * Honor the (existing) --neverwrap option to handle every content verbatim.

Texinfo:
 * Add the comments starting with 'TRANSLATORS:' to the po file
   (GitHub's #162)

XHTML:
 * Don't fail nor warn when a closing tag is missing, that's legit in HTML.
   (GitHub's #179)

XML and DocBook:
 * Allow attributes with no value (GitHub's #178).
 * Processing Instructions are handled as inline tags by default, but
   you can change them back to breaking with '-o break-pi' (GitHub's #170)

Yaml:
 * Introduce option to skip array values. (GitHub's #187)

po4a tool:
 * Cleanups and fixups about options' parsing (now tested and documented)
     _
    / \  You may need to upgrage your po4a.conf if you were using
   /_!_\ "unwanted features" (ie, bugs) of the previous implementation.

 * Do not touch source dir when --destdir is provided (Debian #602387)
 * Pass --add-location=file to msgmerge when receiving option porefs.
   (requires gettext >= 0.19 -- June 2014)
 * Option --master-charset sets the charset of the generated POT file.
 * Option --master-language sets the language of the generated POT file.
 * Add support for addendum path in po4a_paths (Debian #823189)
 * Stop pretending that --porefs can control the wrapping of reference
   comments, as the gettext tools used internally always rewrap them.

Scripts:
 * Rename po4aman-display-po to po4a-display-man
 * Rename po4apod-display-po to po4a-display-pod

Core:
 * Use UTF-8 by default (the 20th century is over -- Debian #862460)
   po4a used to prefer ascii unless it proved impossible. But the
   underlying detection would fail, possibly for document containing
   UTF-8 chars composed on printable ascii chars only.
 * Add a --wrap-po option to control how the po file is wrapped, and
   chose between either nicely wrapped files that tend to produce git
   conflicts, or ugly files that are easy to automatically deal with.

Tests:
 * Completely refactor most tests. They are now more reliable and the
   error messages are much more useful to understand the issues.
 * Many bugs to po4a and the core were ironed out in the process.
 * PO files content are now tested too (GitHub's #67)

Documentation:
 * Various cleanups by Golubev Alexander (GitHub's #190 & #191)

diffstat:

 textproc/po4a/Makefile                     |   7 +++----
 textproc/po4a/distinfo                     |  12 ++++++------
 textproc/po4a/patches/patch-Po4aBuilder.pm |  20 ++++++++++----------
 3 files changed, 19 insertions(+), 20 deletions(-)

diffs (93 lines):

diff -r 6207c0f55511 -r 00f29a888f1c textproc/po4a/Makefile
--- a/textproc/po4a/Makefile    Thu Sep 17 21:07:10 2020 +0000
+++ b/textproc/po4a/Makefile    Thu Sep 17 21:13:18 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2020/09/04 10:38:13 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2020/09/17 21:13:18 schmonz Exp $
 
-DISTNAME=      po4a-0.57
-PKGREVISION=   3
+DISTNAME=      po4a-0.60
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=mquinson/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
@@ -30,7 +29,7 @@
 PERL5_MODULE_TYPE=     Module::Build
 PERL5_PACKLIST=                auto/po4a/.packlist
 
-REPLACE_PERL=          scripts/msguntypot po4a po4a-gettextize po4a-normalize
+REPLACE_PERL=          msguntypot po4a po4a-gettextize po4a-normalize
 REPLACE_PERL+=         po4a-translate po4a-updatepo
 REPLACE_PERL+=         lib/Locale/Po4a/*
 
diff -r 6207c0f55511 -r 00f29a888f1c textproc/po4a/distinfo
--- a/textproc/po4a/distinfo    Thu Sep 17 21:07:10 2020 +0000
+++ b/textproc/po4a/distinfo    Thu Sep 17 21:13:18 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.18 2020/03/05 14:02:37 schmonz Exp $
+$NetBSD: distinfo,v 1.19 2020/09/17 21:13:18 schmonz Exp $
 
-SHA1 (po4a-0.57.tar.gz) = e04773a3fdf8fa9ab260435e3022da708a76af4d
-RMD160 (po4a-0.57.tar.gz) = 66738abe4e00e31fe4291953b45345ad762e2b9a
-SHA512 (po4a-0.57.tar.gz) = 7ac2e614c126b049feeb8edbafb71a875cee78fb85d8cd74f3bf5b555cc8b2d19d5e4606b732e714e937c34e178729d73edfe559de594c5ffe811b5162b27d81
-Size (po4a-0.57.tar.gz) = 3079550 bytes
-SHA1 (patch-Po4aBuilder.pm) = 642d3155c5ebd1d85d70dc3359651c602b17fb56
+SHA1 (po4a-0.60.tar.gz) = fd076e28461fee9e61d90ae9f61622c69f417f0a
+RMD160 (po4a-0.60.tar.gz) = dc0429780f54153840d8b09be1749d0b7b1f1d1b
+SHA512 (po4a-0.60.tar.gz) = b1e32169221d6aaf49fa0e6a42e45a858c8608a62470e5d5b769da985e4d03e09a220384400fe36f740447770331f7b8b821f00dc9ce68d3c7b00178c146c6a9
+Size (po4a-0.60.tar.gz) = 3799018 bytes
+SHA1 (patch-Po4aBuilder.pm) = 7a39eaf25bf956386cc707be7f1b9af6219192e5
diff -r 6207c0f55511 -r 00f29a888f1c textproc/po4a/patches/patch-Po4aBuilder.pm
--- a/textproc/po4a/patches/patch-Po4aBuilder.pm        Thu Sep 17 21:07:10 2020 +0000
+++ b/textproc/po4a/patches/patch-Po4aBuilder.pm        Thu Sep 17 21:13:18 2020 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-Po4aBuilder.pm,v 1.4 2020/03/05 14:02:37 schmonz Exp $
+$NetBSD: patch-Po4aBuilder.pm,v 1.5 2020/09/17 21:13:18 schmonz Exp $
 
 (1) ryoon: remove gzip at initial import
 (2) mef: Add PerlIO::F_UTF8 () macro
 (3) mef: to avoid --previous option is said unknown to msgmerge
     (but sounds strange)
 
---- Po4aBuilder.pm.orig        2013-08-22 05:11:04.000000000 +0900
-+++ Po4aBuilder.pm     2015-03-18 11:10:49.000000000 +0900
-@@ -8,6 +8,8 @@ use File::stat;
+--- Po4aBuilder.pm.orig        2020-07-15 21:56:35.000000000 +0000
++++ Po4aBuilder.pm
+@@ -9,6 +9,8 @@ use File::stat;
  
  @ISA = qw(Module::Build);
  
@@ -16,7 +16,7 @@
  sub ACTION_build {
      my $self = shift;
      $self->depends_on('code');
-@@ -104,7 +106,7 @@ sub ACTION_binpo {
+@@ -81,7 +83,7 @@ sub ACTION_binpo {
          my $lang = fileparse($_, qw{.po});
          unless ($self->up_to_date("po/bin/po4a.pot", $_)) {
              print "XX Sync $_: ";
@@ -25,7 +25,7 @@
              # Typically all that changes was a date. I'd
              # prefer not to commit such changes, so detect
              # and ignore them.
-@@ -253,8 +255,6 @@ sub ACTION_man {
+@@ -232,8 +234,6 @@ sub ACTION_man {
          }
          $parser->parse_from_file ($file, $out);
  
@@ -34,10 +34,10 @@
      }
  
      # Install the manpages written in XML DocBook
-@@ -265,9 +265,7 @@ sub ACTION_man {
-         if ($file =~ m,(.*/man(.))/([^/]*)\.xml$,) {
-             my ($outdir, $section, $outfile) = ($1, $2, $3);
-             system("xsltproc -o $outdir/$outfile.$section --nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $file") and die;
+@@ -250,9 +250,7 @@ sub ACTION_man {
+               print "Convert $outdir/$outfile.$section (online docbook.xsl file). ";
+               system("xsltproc -o $outdir/$outfile.$section --nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $file") and die;
+           }
 -            system ("gzip -9 -f $outdir/$outfile.$section") and die;
          }
 -        unlink "$file" || die;



Home | Main Index | Thread Index | Old Index