pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/po4a



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun May 26 07:06:43 UTC 2024

Modified Files:
        pkgsrc/textproc/po4a: Makefile distinfo

Log Message:
po4a: updated to 0.72

0.72

TransTractor:
 * Remove one source of supirious error reports when writing files

Asciidoc:
 * Support a cleanspaces option to remove extra spaces in wrapped lines

Man/Groff:
 * Handle \~ as non-breaking space.
 * Properly handle \c escape sequence in .TP parameters

Markdown:
 * Treat tables as verbatim paragraphs

All scripts:
 * Add an option -w/--width to rewrap text on an arbitrary column

po4a main script only:
 * Fix the behavior of --translate-only

Documentation:
 * Fix typos
 * Kill outdated documentation on Pod parameters

Translations:
 * Updated: Croatian, thanks Milo Ivir.
 * Updated: Dutch, thanks Frans Spiesschaert.
 * Updated: French, thanks brandelune and Jean-Baptiste Holcroft.
 * Updated: German, thanks Helge Kreutzmann.
 * Updated: Italian, thanks Marco Ciampa.
 * Updated: Japanese, thanks gemmaro.
 * Updated: Spanish, thanks gallegonovato.


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/textproc/po4a/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/textproc/po4a/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/po4a/Makefile
diff -u pkgsrc/textproc/po4a/Makefile:1.66 pkgsrc/textproc/po4a/Makefile:1.67
--- pkgsrc/textproc/po4a/Makefile:1.66  Sat Mar  2 20:59:03 2024
+++ pkgsrc/textproc/po4a/Makefile       Sun May 26 07:06:43 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.66 2024/03/02 20:59:03 adam Exp $
+# $NetBSD: Makefile,v 1.67 2024/05/26 07:06:43 adam Exp $
 
-DISTNAME=      po4a-0.71
+DISTNAME=      po4a-0.72
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=mquinson/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -10,7 +10,6 @@ HOMEPAGE=     https://po4a.org/
 COMMENT=       Tool for using gettext where it was not intended to be used
 LICENSE=       gnu-gpl-v2
 
-
 DEPENDS+=      docbook-xsl-[0-9]*:../../textproc/docbook-xsl
 DEPENDS+=      p5-gettext>=1.01:../../devel/p5-gettext
 DEPENDS+=      p5-SGMLS-[0-9]*:../../textproc/p5-SGMLS
@@ -21,6 +20,7 @@ DEPENDS+=     p5-Text-WrapI18N-[0-9]*:../../
 DEPENDS+=      p5-PerlIO-utf8_strict-[0-9]*:../../devel/p5-PerlIO-utf8_strict
 DEPENDS+=      p5-Unicode-LineBreak-[0-9]*:../../textproc/p5-Unicode-LineBreak
 DEPENDS+=      p5-YAML-Tiny-[0-9]*:../../textproc/p5-YAML-Tiny
+TEST_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
 
 .include "../../mk/bsd.prefs.mk"
 

Index: pkgsrc/textproc/po4a/distinfo
diff -u pkgsrc/textproc/po4a/distinfo:1.34 pkgsrc/textproc/po4a/distinfo:1.35
--- pkgsrc/textproc/po4a/distinfo:1.34  Sat Mar  2 20:59:03 2024
+++ pkgsrc/textproc/po4a/distinfo       Sun May 26 07:06:43 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.34 2024/03/02 20:59:03 adam Exp $
+$NetBSD: distinfo,v 1.35 2024/05/26 07:06:43 adam Exp $
 
-BLAKE2s (po4a-0.71.tar.gz) = d52fb306b126532985a6496e408efb2d3dc9d639b70ec05b5c84c8afe09810c9
-SHA512 (po4a-0.71.tar.gz) = 5dd19e61d13ade34a4fb3da7eebb26970efb5cc6977147929f5c394c43f1155e52c705b6757e9a3b4d9dd6f2b0499378c10f42315843486cab7d5371402df025
-Size (po4a-0.71.tar.gz) = 3968218 bytes
+BLAKE2s (po4a-0.72.tar.gz) = 8ed665d2493cdd804cdfaaeb43d246b4e43c48b9dc617096a8e2120d3b930887
+SHA512 (po4a-0.72.tar.gz) = 3caabd09c3ddd181c25a6ae53c43ab1e2a56b2832fd2b409640ea36e0fb6e470a06d4a20272c431c8aec1f20c8274e997326377687ae79da7e0a3fb9302be4c9
+Size (po4a-0.72.tar.gz) = 3991368 bytes
 SHA1 (patch-Po4aBuilder.pm) = 825d5e508d527644edfaca4ceb8b634cdcc89bec
 SHA1 (patch-lib_Locale_Po4a_Po.pm) = 649b19ed250c663019dfb98723c61e13b47e6512
 SHA1 (patch-msguntypot) = 0f53ba5a0a76021c52becec9f0d31e67c998ae0a



Home | Main Index | Thread Index | Old Index