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:   schmonz
Date:           Tue Aug 28 10:06:34 UTC 2018

Modified Files:
        pkgsrc/textproc/po4a: Makefile distinfo

Log Message:
Update to 0.54. From the changelog:

Yaml:
 * New module, by Brian Exelbierd (GitHub's #66)
 * Fix the behavior with utf-8 files, thanks to Zero King (GitHub's #112)
 * Add the references from the Yaml file to the po file (GitHub's #117)
   Thanks Zero King.

Texinfo:
 * Fix handling of spaces in menu descriptions (Github's #122 and
   Debian's #758851).

Text:
 * Fix the parsing of fortunes files, which had been broken since
   v0.43. The handling has changed a bit, all msgids are now marked as
   "no-wrap", because the word wrap in fortunes files usually matters.
 * Remove the option for parsing AsciiDoc. There has been a standalone
   module for nearly five years, released with v0.45. The AsciiDoc
   option for the Text module has been deprecated since then.
 * Support pandoc's bibliographic information (title, author, date)
   at the beginning of a markdown file. Also fix a trailing newline
   in some markdown titles (Debian's #894977).

Man:
 * Support .MT and .ME macros for e-mail address markup (Debian's #900965).
 * Support .OP, .SY, and .YS macros for command synopses.

Asciidoc:
 * handle macros with empty target, thanks Martijn Thé (GitHub's #54)
 * Fixed a bug that prevented the asciidoc module to parse correctly four
   characters table marks.

Documentation:
 * Fix many typos and other issues found by Yuri Chornoivan (GitHub's #104)
   and Allan Nordhøy (GitHub's #102) while translating.
 * Remove the last references to the alioth servers and mailing lists.

po4a tool:
 * po4a --keep-translations will not remove your existing translations
   if they fall below the threshold. It won't create badly translated
   files either. Use it if you prefer outdated but translated doc to
   updated but not translated doc.

po4a-build tool:
 * Remove it and all related shell scripts and makefile chunks. It is
   deprecated by the po4a tool since a long time, and I could not find
   any usage of po4a-build either in Debian or using search engines.

Translations:
 * New translation: Norwegian Bokmål, thanks Petter Reinholdtsen.
 * Updated: Indonesian, thanks Hori75.
 * Updated: Portuguese (Brazil), thanks Rafael Fontenelle.
 * Updated: French, Martin Quinson using weblate.
 * Updated: Swedish, thanks Anders Jonsson using weblate.
 * Updated: German, thanks Helge Kreutzmann.
 * Updated: Italian, thanks Marco Ciampa.
 * Updated: Dutch, thanks Frans Spiesschaert (Debian's #877248) & weblate.
 * Updated: Portuguese, thanks shshshwhs using weblate.
   Fixed: xml tags in Portuguese, thanks Jean-Noël Avila.
 * Updated: Estonian, thanks Kristjan Räts using weblate.
 * Updated: Ukrainian, thanks Yuri Chornoivan using weblate.
 * Updated: Russian, thanks Igor using weblate.
 * Updated: Ukrainian, thanks Yuri Chornoivan (українська).
 * Updated: Portuguese (Brazil), thanks Rafael Fontenelle.
 * Updated: German, thanks Helge Kreutzmann.
 * Updated: Italian, thanks Marco Ciampa.
 * Updated: French, thanks Jean-Baptiste.
 * Updated: Vietnamese, thanks to Trần Ngọc Quân.

Other:
 * Move to GitHub as the Alioth hosting facility is shutting down.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/textproc/po4a/Makefile
cvs rdiff -u -r1.12 -r1.13 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.32 pkgsrc/textproc/po4a/Makefile:1.33
--- pkgsrc/textproc/po4a/Makefile:1.32  Wed Aug 22 09:47:12 2018
+++ pkgsrc/textproc/po4a/Makefile       Tue Aug 28 10:06:34 2018
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.32 2018/08/22 09:47:12 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2018/08/28 10:06:34 schmonz Exp $
 
-DISTNAME=      po4a-0.52
-PKGREVISION=   1
+DISTNAME=      po4a-0.54
 CATEGORIES=    textproc
-MASTER_SITES=  https://alioth.debian.org/frs/download.php/file/4229/
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=mquinson/}
+GITHUB_RELEASE=        v${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://po4a.alioth.debian.org/
+HOMEPAGE=      https://po4a.org/
 COMMENT=       Tool for using gettext where it was not intended to be used
 LICENSE=       gnu-gpl-v2
 
@@ -17,6 +17,8 @@ DEPENDS+=     p5-Term-ReadKey-[0-9]*:../../d
 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
+DEPENDS+=      p5-Unicode-LineBreak-[0-9]*:../../textproc/p5-Unicode-LineBreak
+DEPENDS+=      p5-YAML-Tiny-[0-9]*:../../textproc/p5-YAML-Tiny
 
 USE_TOOLS+=            pkg-config perl:run msgmerge:run msgfmt:run
 

Index: pkgsrc/textproc/po4a/distinfo
diff -u pkgsrc/textproc/po4a/distinfo:1.12 pkgsrc/textproc/po4a/distinfo:1.13
--- pkgsrc/textproc/po4a/distinfo:1.12  Sun Sep 17 10:55:42 2017
+++ pkgsrc/textproc/po4a/distinfo       Tue Aug 28 10:06:34 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.12 2017/09/17 10:55:42 adam Exp $
+$NetBSD: distinfo,v 1.13 2018/08/28 10:06:34 schmonz Exp $
 
-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 (po4a-0.54.tar.gz) = 922e160eb18e1d25ef3bbf63a4e1eff3b43dc68b
+RMD160 (po4a-0.54.tar.gz) = f82979c9140d01fcebb044d10ac201dcc47e2ed5
+SHA512 (po4a-0.54.tar.gz) = 5d97a169c73bcb872247599af477ecca9112b9ff576dfb93a2aa06b9891464a1837d799304f1a3ea8344ad46a4529ec19568584b7914761deccc09a9099e3130
+Size (po4a-0.54.tar.gz) = 2686485 bytes
 SHA1 (patch-Po4aBuilder.pm) = 642d3155c5ebd1d85d70dc3359651c602b17fb56



Home | Main Index | Thread Index | Old Index