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 Sep 17 10:55:42 UTC 2017

Modified Files:
        pkgsrc/textproc/po4a: Makefile distinfo
Removed Files:
        pkgsrc/textproc/po4a/patches: patch-Build.PL

Log Message:
po4a: update to 0.52

0.52:

Core:
 * po4a-translate complains if the input po file is outdated
 * teach po4a-updatepo about the --porefs options that was already documented.
 * rename --porefs values after msgmerge option's name: noline->file
   and none->never. Both variantes are accepted; the later is documented.

po4a:
 * New option --no-update to not touch the po files.

AsciiDoc:
 * Properly deal with item text missing its leading indent
 * Allow empty attribute lists, by bexelbie

Text:
 * Add an option to treat Key/Value pairs as verbatim

RubyDoc:
 * New module by Francesco Poli

Wml:
 * Make title translatable, by yangfl

Documentation:
 * Various fixups by Alexander Golubev.

Translations:
 * Setup WebLate to ease the life of translators.
 * Update Brazilian Portuguese, thanks to Luiz Fernando Ranghetti.
 * Update Czech, thanks to Michal Čihař.
 * Update Dutch, thanks to Frans Spiesschaert
 * Update German, thanks to Helge Kreutzmann
 * Update Italian, thanks to Marco Ciampa.
 * Update French, thanks to Alban Vidal and to Jean-Baptiste on Weblate.
 * New translation: Norwegian Bokmål, thanks to Petter Reinholdtsen.
 * Update Russian, thanks to Alexander Golubev and to Igor on Weblate.
 * Update Ukrainian, thanks to Yuri Chornoivan.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/textproc/po4a/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/po4a/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/textproc/po4a/patches/patch-Build.PL

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.30 pkgsrc/textproc/po4a/Makefile:1.31
--- pkgsrc/textproc/po4a/Makefile:1.30  Thu Jun  8 11:55:33 2017
+++ pkgsrc/textproc/po4a/Makefile       Sun Sep 17 10:55:42 2017
@@ -1,20 +1,21 @@
-# $NetBSD: Makefile,v 1.30 2017/06/08 11:55:33 schmonz Exp $
+# $NetBSD: Makefile,v 1.31 2017/09/17 10:55:42 adam Exp $
 
-DISTNAME=              po4a-0.48
-CATEGORIES=            textproc
-MASTER_SITES=          https://alioth.debian.org/frs/download.php/file/4176/
-
-MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              http://po4a.alioth.debian.org/
-COMMENT=               Tool for using gettext where it was not intended to be used
-LICENSE=               gnu-gpl-v2
-
-DEPENDS+=              p5-gettext>=1.01:../../devel/p5-gettext
-DEPENDS+=              p5-SGMLS-[0-9]*:../../textproc/p5-SGMLS
-DEPENDS+=              p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
-DEPENDS+=              p5-Text-WrapI18N-[0-9]*:../../textproc/p5-Text-WrapI18N
-DEPENDS+=              p5-CPAN-Meta>=2.141170:../../devel/p5-CPAN-Meta
-DEPENDS+=              p5-PerlIO-utf8_strict-[0-9]*:../../devel/p5-PerlIO-utf8_strict
+DISTNAME=      po4a-0.52
+CATEGORIES=    textproc
+MASTER_SITES=  https://alioth.debian.org/frs/download.php/file/4229/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://po4a.alioth.debian.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
+DEPENDS+=      p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
+DEPENDS+=      p5-Text-WrapI18N-[0-9]*:../../textproc/p5-Text-WrapI18N
+DEPENDS+=      p5-CPAN-Meta>=2.141170:../../devel/p5-CPAN-Meta
+DEPENDS+=      p5-PerlIO-utf8_strict-[0-9]*:../../devel/p5-PerlIO-utf8_strict
 
 USE_TOOLS+=            pkg-config perl:run msgmerge:run msgfmt:run
 
@@ -25,8 +26,6 @@ REPLACE_PERL=         scripts/msguntypot po4a p
 REPLACE_PERL+=         po4a-translate po4a-updatepo
 REPLACE_PERL+=         lib/Locale/Po4a/*
 
-DEPENDS+=              docbook-xsl-[0-9]*:../../textproc/docbook-xsl
-
 MAKE_ENV+=             COLUMNS=76
 
 # work around not to set PATH to msgmerge, please somebody to fix correctly
@@ -36,7 +35,7 @@ SUBST_MESSAGE.path=   Fix msgmerge command
 SUBST_STAGE.path=      pre-configure
 SUBST_SED.path=                -e 's|\"msgmerge\"|\"${PREFIX}/bin/msgmerge\"|;'
 
+.include "../../devel/gettext-tools/buildlink3.mk"
 .include "../../lang/perl5/module.mk"
 .include "../../textproc/libxslt/buildlink3.mk"
-.include "../../devel/gettext-tools/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/po4a/distinfo
diff -u pkgsrc/textproc/po4a/distinfo:1.11 pkgsrc/textproc/po4a/distinfo:1.12
--- pkgsrc/textproc/po4a/distinfo:1.11  Thu Jun  8 11:55:33 2017
+++ pkgsrc/textproc/po4a/distinfo       Sun Sep 17 10:55:42 2017
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.11 2017/06/08 11:55:33 schmonz Exp $
+$NetBSD: distinfo,v 1.12 2017/09/17 10:55:42 adam Exp $
 
-SHA1 (po4a-0.48.tar.gz) = 2da707eb1b56998e4c2db84a871d8d5b7c256524
-RMD160 (po4a-0.48.tar.gz) = bd59a7df1ad7ab6029b71d2850978d9e6f656dd2
-SHA512 (po4a-0.48.tar.gz) = aed3203a5030e47af018a46f236001b585673050c9418a7c8d542e6d2426f109c1ecafedce7354c2e538743baa3241653f63c3927b1cdd32500ea00f51ae73cf
-Size (po4a-0.48.tar.gz) = 2383567 bytes
-SHA1 (patch-Build.PL) = 858b9e44360abcc6d002f36c1129f33ebbfdff34
+SHA1 (po4a-0.52.tar.gz) = e429afc326002ee6b5e7dd197566597a3bab5763
+RMD160 (po4a-0.52.tar.gz) = 3d8189eedb234c1cfcb76e652aa883e0092ec467
+SHA512 (po4a-0.52.tar.gz) = 81f25405eabdfa83ac2e71fb5412fadbef8771b5a706d0421c0995f38dbbe685beb5f5a0f95ccc6362ede6375eecea7bd7501f431aeea1528ad2df28ee33b4be
+Size (po4a-0.52.tar.gz) = 2530727 bytes
 SHA1 (patch-Po4aBuilder.pm) = 642d3155c5ebd1d85d70dc3359651c602b17fb56



Home | Main Index | Thread Index | Old Index