pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/gtexinfo



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Oct 19 12:49:39 UTC 2016

Modified Files:
        pkgsrc/devel/gtexinfo: Makefile PLIST.locale distinfo
Removed Files:
        pkgsrc/devel/gtexinfo/patches:
            patch-tp_Texinfo_Convert_XSParagraph_xspara.c

Log Message:
Updated gtexinfo to 6.3.

6.3 (10 September 2016)

* Language:
  . The commands `@setcontentsaftertitlepage' and
    `@setshortcontentsaftertitlepage' have been removed.
  . @-commands are no longer supported within `@errormsg'.

* texinfo.tex:
  . For a couple of characters (opening and closing braces), use glyphs
    from the standard TeX math fonts instead of using EC fonts which are
    less likely to be installed.
  . Use of user-defined macros in the text of an index entry is more
    reliable when the text contains Texinfo @-commands.
  . @synindex and @syncodeindex have been fixed (broken in the last
    release).
  . Support added for native UTF-8 support with XeTeX and LuaTeX.
  . Support of PDF output with XeTeX improved.
  . You can use a new file doc/texinfo-ja.tex for Texinfo documents in
    Japanese.  doc/short-sample-ja.tex is a sample document.  New
    support file doc/txi-ja.tex for Japanese.

* texi2any:
  . Fix handling of compiler options when building Perl extension modules.

* texi2dvi:
  . Can now process files whose absolute paths contain space characters,
    as long a relative path to the file is given.  Better support of
    files with unusual characters in their names.
  . No longer exits prematurely in some circumstances (due to the script
    running under "set -e").
  . Bug fixed which made the `--command' and `--tidy' options
    incompatible.

* info:
  . Handling of "invalid" value in infokey file fixed.

6.2 (withdrawn)


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 pkgsrc/devel/gtexinfo/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/gtexinfo/PLIST.locale
cvs rdiff -u -r1.48 -r1.49 pkgsrc/devel/gtexinfo/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/devel/gtexinfo/patches/patch-tp_Texinfo_Convert_XSParagraph_xspara.c

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

Modified files:

Index: pkgsrc/devel/gtexinfo/Makefile
diff -u pkgsrc/devel/gtexinfo/Makefile:1.94 pkgsrc/devel/gtexinfo/Makefile:1.95
--- pkgsrc/devel/gtexinfo/Makefile:1.94 Wed Jun  8 19:22:32 2016
+++ pkgsrc/devel/gtexinfo/Makefile      Wed Oct 19 12:49:39 2016
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.94 2016/06/08 19:22:32 wiz Exp $
+# $NetBSD: Makefile,v 1.95 2016/10/19 12:49:39 wiz Exp $
 
-DISTNAME=              texinfo-6.1
+DISTNAME=              texinfo-6.3
 PKGNAME=               g${DISTNAME}
-PKGREVISION=           3
 CATEGORIES=            devel sysutils
 MASTER_SITES=          ${MASTER_SITE_GNU:=texinfo/}
 

Index: pkgsrc/devel/gtexinfo/PLIST.locale
diff -u pkgsrc/devel/gtexinfo/PLIST.locale:1.8 pkgsrc/devel/gtexinfo/PLIST.locale:1.9
--- pkgsrc/devel/gtexinfo/PLIST.locale:1.8      Sat Feb 13 07:02:07 2016
+++ pkgsrc/devel/gtexinfo/PLIST.locale  Wed Oct 19 12:49:39 2016
@@ -1,11 +1,15 @@
-@comment $NetBSD: PLIST.locale,v 1.8 2016/02/13 07:02:07 ryoon Exp $
+@comment $NetBSD: PLIST.locale,v 1.9 2016/10/19 12:49:39 wiz Exp $
 share/locale/ca.us-ascii/LC_MESSAGES/texinfo_document.mo
 share/locale/ca/LC_MESSAGES/texinfo.mo
+share/locale/ca/LC_MESSAGES/texinfo_document.mo
 share/locale/cs/LC_MESSAGES/texinfo.mo
 share/locale/da/LC_MESSAGES/texinfo.mo
 share/locale/de.us-ascii/LC_MESSAGES/texinfo_document.mo
 share/locale/de/LC_MESSAGES/texinfo.mo
+share/locale/de/LC_MESSAGES/texinfo_document.mo
 share/locale/de_AT/LC_MESSAGES/texinfo.mo
+share/locale/el/LC_MESSAGES/texinfo.mo
+share/locale/el/LC_MESSAGES/texinfo_document.mo
 share/locale/eo/LC_MESSAGES/texinfo.mo
 share/locale/eo/LC_MESSAGES/texinfo_document.mo
 share/locale/es/LC_MESSAGES/texinfo.mo
@@ -14,6 +18,7 @@ share/locale/fr/LC_MESSAGES/texinfo.mo
 share/locale/fr/LC_MESSAGES/texinfo_document.mo
 share/locale/he/LC_MESSAGES/texinfo.mo
 share/locale/hr/LC_MESSAGES/texinfo.mo
+share/locale/hr/LC_MESSAGES/texinfo_document.mo
 share/locale/hu/LC_MESSAGES/texinfo.mo
 share/locale/hu/LC_MESSAGES/texinfo_document.mo
 share/locale/id/LC_MESSAGES/texinfo.mo
@@ -27,8 +32,10 @@ share/locale/no.us-ascii/LC_MESSAGES/tex
 share/locale/pl/LC_MESSAGES/texinfo.mo
 share/locale/pl/LC_MESSAGES/texinfo_document.mo
 share/locale/pt.us-ascii/LC_MESSAGES/texinfo_document.mo
+share/locale/pt/LC_MESSAGES/texinfo_document.mo
 share/locale/pt_BR.us-ascii/LC_MESSAGES/texinfo_document.mo
 share/locale/pt_BR/LC_MESSAGES/texinfo.mo
+share/locale/pt_BR/LC_MESSAGES/texinfo_document.mo
 share/locale/ro/LC_MESSAGES/texinfo.mo
 share/locale/ru/LC_MESSAGES/texinfo.mo
 share/locale/rw/LC_MESSAGES/texinfo.mo

Index: pkgsrc/devel/gtexinfo/distinfo
diff -u pkgsrc/devel/gtexinfo/distinfo:1.48 pkgsrc/devel/gtexinfo/distinfo:1.49
--- pkgsrc/devel/gtexinfo/distinfo:1.48 Sun Mar 20 19:09:53 2016
+++ pkgsrc/devel/gtexinfo/distinfo      Wed Oct 19 12:49:39 2016
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.48 2016/03/20 19:09:53 wiz Exp $
+$NetBSD: distinfo,v 1.49 2016/10/19 12:49:39 wiz Exp $
 
-SHA1 (texinfo-6.1.tar.gz) = b6ed8b4af3fe9a4aa7c72081dc61f095f73d895c
-RMD160 (texinfo-6.1.tar.gz) = 6ab09576dab209cf8784c8052039126e0b21d941
-SHA512 (texinfo-6.1.tar.gz) = 633d7b8c6d5001d751ab94eaefe8d6e2562f4ac5952d20fb8629b964fbb8e77c2002124b38b25e4bf5f5fc0a6b59f4618dad161be06b52573717016580cba681
-Size (texinfo-6.1.tar.gz) = 8951151 bytes
+SHA1 (texinfo-6.3.tar.gz) = 29b16c646c7bc9cd351b2f1d8dafdce70e5377f6
+RMD160 (texinfo-6.3.tar.gz) = 5673030cc0a9907489c206fd0c4bf1a925b69ea9
+SHA512 (texinfo-6.3.tar.gz) = 59f95bd79fd13ccbccced7a041345b00cf5e6d0230a51d46b3030ca4b3204d3b44adae6b7dab7116463cbfd73e49353e062c40c87dded1c2f18ed9a7e2d64800
+Size (texinfo-6.3.tar.gz) = 8915490 bytes
 SHA1 (patch-ab) = 1191eb02e87c51b62f45b8d92ffd124a4d5eda05
 SHA1 (patch-ac) = 7f7226ee521fddba9f967be4fe199f6bedcfa148
 SHA1 (patch-gnulib_lib_mbiter.h) = 34c291e6994c6eb51aba803f3ebf5f09d46e9bdd



Home | Main Index | Thread Index | Old Index