pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jul 29 07:00:16 UTC 2020

Modified Files:
        pkgsrc/devel/gettext: Makefile.common distinfo
        pkgsrc/devel/gettext-lib: distinfo
        pkgsrc/devel/gettext-m4: PLIST
Removed Files:
        pkgsrc/devel/gettext-lib/patches: patch-aa patch-ab

Log Message:
gettext*: update to 0.21.

Version 0.21 - July 2020

* Programming languages support:
  - Shell:
    o xgettext now recognizes and ignores 'env' invocations and environment
      variable assignments in front of commands.
  - Java:
    o xgettext now recognizes format strings in the Formatter syntax.  They
      are marked as 'java-printf-format' in POT and PO files.
    o xgettext now recognizes text blocks as string literals.
  - JavaScript:
    xgettext parses JSX expressions more reliably.
  - Ruby:
    o xgettext now supports Ruby.
    o 'msgfmt -c' now verifies the syntax of translations of Ruby format
      strings.

* Runtime behaviour:
  - On native Windows platforms, the directory that contains the message
    catalogs may now contain arbitrary Unicode characters. To make use of
    this feature, use the new function 'wbindtextdomain' instead of
    'bindtextdomain'. It allows to pass a directory name in wchar_t[] encoding.
    Note: 'wbindtextdomain' exists only on native Windows platforms.

* Improvements for translators:
  - When msgfmt writes a MO file, it now does so in such a way that processes
    that are currently using an older copy of the MO file will not crash.

* Libtextstyle:
  - Added support for emitting hyperlinks.
  - New API for doing formatted output.
  - The example programs support the NO_COLOR environment variable.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/gettext/Makefile.common
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/gettext/distinfo
cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/gettext-lib/distinfo
cvs rdiff -u -r1.8 -r0 pkgsrc/devel/gettext-lib/patches/patch-aa \
    pkgsrc/devel/gettext-lib/patches/patch-ab
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/gettext-m4/PLIST

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

Modified files:

Index: pkgsrc/devel/gettext/Makefile.common
diff -u pkgsrc/devel/gettext/Makefile.common:1.18 pkgsrc/devel/gettext/Makefile.common:1.19
--- pkgsrc/devel/gettext/Makefile.common:1.18   Wed May 13 03:38:24 2020
+++ pkgsrc/devel/gettext/Makefile.common        Wed Jul 29 07:00:15 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2020/05/13 03:38:24 rillig Exp $
+# $NetBSD: Makefile.common,v 1.19 2020/07/29 07:00:15 wiz Exp $
 #
 # used by devel/gettext/Makefile
 # used by devel/gettext-asprintf/Makefile
@@ -6,7 +6,7 @@
 # used by devel/gettext-m4/Makefile
 # used by devel/gettext-tools/Makefile
 
-DISTNAME=      gettext-0.20.2
+DISTNAME=      gettext-0.21
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GNU:=gettext/}
 

Index: pkgsrc/devel/gettext/distinfo
diff -u pkgsrc/devel/gettext/distinfo:1.38 pkgsrc/devel/gettext/distinfo:1.39
--- pkgsrc/devel/gettext/distinfo:1.38  Mon Apr 20 08:37:14 2020
+++ pkgsrc/devel/gettext/distinfo       Wed Jul 29 07:00:15 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.38 2020/04/20 08:37:14 wiz Exp $
+$NetBSD: distinfo,v 1.39 2020/07/29 07:00:15 wiz Exp $
 
-SHA1 (gettext-0.20.2.tar.gz) = 3cb11e9648bacee4c56660d34de3ae3e8b143078
-RMD160 (gettext-0.20.2.tar.gz) = 32e99c55361970315dd9d43f9e36dd43f05fc09e
-SHA512 (gettext-0.20.2.tar.gz) = 50b0520230dba5da6e04e51b2317e073cacf1536d73ea88e4b5dc6cc5bd97cf2c9a279c3c3ada1067f39c8b3bb0b1ce8e0823cc1dd4c33f4f10860bdf787009d
-Size (gettext-0.20.2.tar.gz) = 23717789 bytes
+SHA1 (gettext-0.21.tar.gz) = e6c0a0cba5b00a604c9118403a8199c77a538526
+RMD160 (gettext-0.21.tar.gz) = 93b5bf20f0cb7f0fb5342a948b86d55682b99521
+SHA512 (gettext-0.21.tar.gz) = bbe590c5dd3580c75bf30ff768da99a88eb8d466ec1ac9eea20be4cab4357ecf72448e6b81b47425e39d50fa6320ba426632914d7898dfebb4f159abc39c31d1
+Size (gettext-0.21.tar.gz) = 24181849 bytes
 SHA1 (patch-aa) = ec9cad88d5a0de67b70d417915ec0f1cfb3552b2
 SHA1 (patch-ad) = 56222fbc6f1db47a70457bb06d0b82f06f286563
 SHA1 (patch-ae) = 662975f811495f13604001964fcc6e3d13b1276c

Index: pkgsrc/devel/gettext-lib/distinfo
diff -u pkgsrc/devel/gettext-lib/distinfo:1.35 pkgsrc/devel/gettext-lib/distinfo:1.36
--- pkgsrc/devel/gettext-lib/distinfo:1.35      Mon Apr 20 08:37:14 2020
+++ pkgsrc/devel/gettext-lib/distinfo   Wed Jul 29 07:00:15 2020
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.35 2020/04/20 08:37:14 wiz Exp $
+$NetBSD: distinfo,v 1.36 2020/07/29 07:00:15 wiz Exp $
 
-SHA1 (gettext-0.20.2.tar.gz) = 3cb11e9648bacee4c56660d34de3ae3e8b143078
-RMD160 (gettext-0.20.2.tar.gz) = 32e99c55361970315dd9d43f9e36dd43f05fc09e
-SHA512 (gettext-0.20.2.tar.gz) = 50b0520230dba5da6e04e51b2317e073cacf1536d73ea88e4b5dc6cc5bd97cf2c9a279c3c3ada1067f39c8b3bb0b1ce8e0823cc1dd4c33f4f10860bdf787009d
-Size (gettext-0.20.2.tar.gz) = 23717789 bytes
-SHA1 (patch-aa) = aed0e4e34c45fd442ee15254f494fe02c9dd55f7
-SHA1 (patch-ab) = 85ac0357dd3f977550fd0d51fce87e9ddbe42d07
+SHA1 (gettext-0.21.tar.gz) = e6c0a0cba5b00a604c9118403a8199c77a538526
+RMD160 (gettext-0.21.tar.gz) = 93b5bf20f0cb7f0fb5342a948b86d55682b99521
+SHA512 (gettext-0.21.tar.gz) = bbe590c5dd3580c75bf30ff768da99a88eb8d466ec1ac9eea20be4cab4357ecf72448e6b81b47425e39d50fa6320ba426632914d7898dfebb4f159abc39c31d1
+Size (gettext-0.21.tar.gz) = 24181849 bytes

Index: pkgsrc/devel/gettext-m4/PLIST
diff -u pkgsrc/devel/gettext-m4/PLIST:1.11 pkgsrc/devel/gettext-m4/PLIST:1.12
--- pkgsrc/devel/gettext-m4/PLIST:1.11  Mon Apr 20 08:37:14 2020
+++ pkgsrc/devel/gettext-m4/PLIST       Wed Jul 29 07:00:16 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2020/04/20 08:37:14 wiz Exp $
+@comment $NetBSD: PLIST,v 1.12 2020/07/29 07:00:16 wiz Exp $
 share/aclocal/codeset.m4
 share/aclocal/exported.m4
 share/aclocal/extern-inline.m4
@@ -14,7 +14,6 @@ share/aclocal/intdiv0.m4
 share/aclocal/intl.m4
 share/aclocal/intlmacosx.m4
 share/aclocal/intmax.m4
-share/aclocal/inttypes-pri.m4
 share/aclocal/inttypes_h.m4
 share/aclocal/lcmessage.m4
 share/aclocal/lib-ld.m4



Home | Main Index | Thread Index | Old Index