Re: [PATCH] update print/texinfo to 7.1

2024-05-03 Thread Stuart Henderson
On 2024/05/03 11:21, Stuart Henderson wrote:
> On 2024/05/02 09:46, Dima Pasechnik wrote:
> > A straightforward update; it appears that the patch has been merged
> > upstream (with a subsequent refactoring - one can find patched lines, in
> > a different file).
> 
> Last time I tried updating texinfo it wasn't straightforward,
> but maybe something changed in the newer upstream versions.
> I'll have a look over this and try building dependent ports.
> 
> > REVISION - I commented it out - correct?
> 
> Just remove that when updating to a newer version.
> 

This is the diff I'm using. The thing you ran into which you
worked-around with USE_GMAKE is related to SEPARATE_BUILD. Even with
gmake it wasn't working properly with that (no lib/texinfo/*.so files in
your updated PLIST).

Index: Makefile
===
RCS file: /cvs/ports/print/texinfo/Makefile,v
diff -u -p -r1.17 Makefile
--- Makefile27 Sep 2023 14:32:03 -  1.17
+++ Makefile3 May 2024 11:19:43 -
@@ -1,7 +1,6 @@
 COMMENT =  official documentation format of the GNU project
 
-DISTNAME = texinfo-6.5
-REVISION = 4
+DISTNAME = texinfo-7.1
 
 CATEGORIES =   print
 
@@ -22,7 +21,6 @@ TEST_DEPENDS =${RUN_DEPENDS}
 
 FAKE_FLAGS =   TEXMF=${PREFIX}/share/texmf-local
 
-SEPARATE_BUILD =   Yes
 LIBTOOL_FLAGS =--tag=disable-static
 CONFIGURE_STYLE =  gnu
 CONFIGURE_ARGS =   --program-prefix=g
Index: distinfo
===
RCS file: /cvs/ports/print/texinfo/distinfo,v
diff -u -p -r1.5 distinfo
--- distinfo18 Sep 2017 07:59:40 -  1.5
+++ distinfo3 May 2024 10:15:37 -
@@ -1,2 +1,2 @@
-SHA256 (texinfo-6.5.tar.gz) = 00Jy5AQsRhht3NZr1dmAwMoU/3NERGhsz4Ex9uyLFCc=
-SIZE (texinfo-6.5.tar.gz) = 9311787
+SHA256 (texinfo-7.1.tar.gz) = 
dd5710b3a53ac002644677a06145748e260592a35be182dc830ebebb79c5d5a0
+SIZE (texinfo-7.1.tar.gz) = 12118819
Index: patches/patch-tp_Texinfo_Parser_pm
===
RCS file: patches/patch-tp_Texinfo_Parser_pm
diff -N patches/patch-tp_Texinfo_Parser_pm
--- patches/patch-tp_Texinfo_Parser_pm  11 Mar 2022 19:51:09 -  1.2
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,17 +0,0 @@
-Index: tp/Texinfo/Parser.pm
 tp/Texinfo/Parser.pm.orig
-+++ tp/Texinfo/Parser.pm
-@@ -5478,11 +5478,11 @@ sub _parse_special_misc_command()
- }
-   } elsif ($command eq 'clickstyle') {
- # REMACRO
--if ($line =~ /^\s+@([[:alnum:]][[:alnum:]\-]*)({})?\s*/) {
-+if ($line =~ /^\s+@([[:alnum:]][[:alnum:]\-]*)(\{\})?\s*/) {
-   $args = ['@'.$1];
-   $self->{'clickstyle'} = $1;
-   $remaining = $line;
--  $remaining =~ 
s/^\s+@([[:alnum:]][[:alnum:]\-]*)({})?\s*(\@(c|comment)((\@|\s+).*)?)?//;
-+  $remaining =~ 
s/^\s+@([[:alnum:]][[:alnum:]\-]*)(\{\})?\s*(\@(c|comment)((\@|\s+).*)?)?//;
-   $has_comment = 1 if (defined($4));
- } else {
-   $self->line_error (sprintf($self->__(
Index: pkg/PLIST
===
RCS file: /cvs/ports/print/texinfo/pkg/PLIST,v
diff -u -p -r1.8 PLIST
--- pkg/PLIST   11 Mar 2022 19:51:09 -  1.8
+++ pkg/PLIST   3 May 2024 10:39:08 -
@@ -8,15 +8,19 @@ bin/gtexi2dvi
 bin/gtexi2pdf
 bin/gtexindex
 info/ginfo-stnd.info
+info/gtexi2any_api.info
+info/gtexi2any_internals.info
 info/gtexinfo.info
 info/gtexinfo.info-1
 info/gtexinfo.info-2
 info/gtexinfo.info-3
 lib/texinfo/
 @comment lib/texinfo/MiscXS.la
-lib/texinfo/MiscXS.so
+@so lib/texinfo/MiscXS.so
+@comment lib/texinfo/Parsetexi.la
+@so lib/texinfo/Parsetexi.so
 @comment lib/texinfo/XSParagraph.la
-lib/texinfo/XSParagraph.so
+@so lib/texinfo/XSParagraph.so
 @man man/man1/ginfo.1
 @man man/man1/ginstall-info.1
 @man man/man1/gmakeinfo.1
@@ -36,21 +40,18 @@ share/locale/ca/LC_MESSAGES/texinfo_docu
 share/locale/cs/LC_MESSAGES/texinfo.mo
 share/locale/cs/LC_MESSAGES/texinfo_document.mo
 share/locale/da/LC_MESSAGES/texinfo.mo
-share/locale/da/LC_MESSAGES/texinfo_document.mo
 share/locale/de.us-ascii/
 share/locale/de.us-ascii/LC_MESSAGES/
 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/
-share/locale/de_AT/LC_MESSAGES/
-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
 share/locale/es/LC_MESSAGES/texinfo_document.mo
+share/locale/fi/LC_MESSAGES/texinfo.mo
+share/locale/fi/LC_MESSAGES/texinfo_document.mo
 share/locale/fr/LC_MESSAGES/texinfo.mo
 share/locale/fr/LC_MESSAGES/texinfo_document.mo
 share/locale/he/LC_MESSAGES/texinfo.mo
@@ -62,17 +63,22 @@ 

Re: [PATCH] update print/texinfo to 7.1

2024-05-03 Thread Stuart Henderson
On 2024/05/02 09:46, Dima Pasechnik wrote:
> A straightforward update; it appears that the patch has been merged
> upstream (with a subsequent refactoring - one can find patched lines, in
> a different file).

Last time I tried updating texinfo it wasn't straightforward,
but maybe something changed in the newer upstream versions.
I'll have a look over this and try building dependent ports.

> REVISION - I commented it out - correct?

Just remove that when updating to a newer version.



[PATCH] update print/texinfo to 7.1

2024-05-02 Thread Dima Pasechnik
Dear all,

A straightforward update; it appears that the patch has been merged
upstream (with a subsequent refactoring - one can find patched lines, in
a different file).

Only worked with gmake for me (thus it's used now).

REVISION - I commented it out - correct?

Patch attached.

Dima

diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile
index eded47a982b..3b46f4504a2 100644
--- a/print/texinfo/Makefile
+++ b/print/texinfo/Makefile
@@ -1,12 +1,14 @@
 COMMENT =  official documentation format of the GNU project
 
-DISTNAME = texinfo-6.5
-REVISION = 4
+DISTNAME = texinfo-7.1
+# REVISION =   1
 
 CATEGORIES =   print
 
 HOMEPAGE = https://www.gnu.org/software/texinfo/
 
+USE_GMAKE = Yes
+
 # GPLv3
 PERMIT_PACKAGE =   Yes
 
diff --git a/print/texinfo/distinfo b/print/texinfo/distinfo
index 99686ad2554..c469544cfc6 100644
--- a/print/texinfo/distinfo
+++ b/print/texinfo/distinfo
@@ -1,2 +1,2 @@
-SHA256 (texinfo-6.5.tar.gz) = 00Jy5AQsRhht3NZr1dmAwMoU/3NERGhsz4Ex9uyLFCc=
-SIZE (texinfo-6.5.tar.gz) = 9311787
+SHA256 (texinfo-7.1.tar.gz) = 
dd5710b3a53ac002644677a06145748e260592a35be182dc830ebebb79c5d5a0
+SIZE (texinfo-7.1.tar.gz) = 12118819
diff --git a/print/texinfo/patches/patch-tp_Texinfo_Parser_pm 
b/print/texinfo/patches/patch-tp_Texinfo_Parser_pm
deleted file mode 100644
index 05359026d5a..000
--- a/print/texinfo/patches/patch-tp_Texinfo_Parser_pm
+++ /dev/null
@@ -1,17 +0,0 @@
-Index: tp/Texinfo/Parser.pm
 tp/Texinfo/Parser.pm.orig
-+++ tp/Texinfo/Parser.pm
-@@ -5478,11 +5478,11 @@ sub _parse_special_misc_command()
- }
-   } elsif ($command eq 'clickstyle') {
- # REMACRO
--if ($line =~ /^\s+@([[:alnum:]][[:alnum:]\-]*)({})?\s*/) {
-+if ($line =~ /^\s+@([[:alnum:]][[:alnum:]\-]*)(\{\})?\s*/) {
-   $args = ['@'.$1];
-   $self->{'clickstyle'} = $1;
-   $remaining = $line;
--  $remaining =~ 
s/^\s+@([[:alnum:]][[:alnum:]\-]*)({})?\s*(\@(c|comment)((\@|\s+).*)?)?//;
-+  $remaining =~ 
s/^\s+@([[:alnum:]][[:alnum:]\-]*)(\{\})?\s*(\@(c|comment)((\@|\s+).*)?)?//;
-   $has_comment = 1 if (defined($4));
- } else {
-   $self->line_error (sprintf($self->__(
diff --git a/print/texinfo/pkg/PLIST b/print/texinfo/pkg/PLIST
index 95bacf5ccdb..1998136ad9c 100644
--- a/print/texinfo/pkg/PLIST
+++ b/print/texinfo/pkg/PLIST
@@ -8,15 +8,14 @@ bin/gtexi2dvi
 bin/gtexi2pdf
 bin/gtexindex
 info/ginfo-stnd.info
+info/gtexi2any_api.info
+info/gtexi2any_internals.info
 info/gtexinfo.info
 info/gtexinfo.info-1
 info/gtexinfo.info-2
 info/gtexinfo.info-3
-lib/texinfo/
 @comment lib/texinfo/MiscXS.la
-lib/texinfo/MiscXS.so
 @comment lib/texinfo/XSParagraph.la
-lib/texinfo/XSParagraph.so
 @man man/man1/ginfo.1
 @man man/man1/ginstall-info.1
 @man man/man1/gmakeinfo.1
@@ -36,21 +35,18 @@ share/locale/ca/LC_MESSAGES/texinfo_document.mo
 share/locale/cs/LC_MESSAGES/texinfo.mo
 share/locale/cs/LC_MESSAGES/texinfo_document.mo
 share/locale/da/LC_MESSAGES/texinfo.mo
-share/locale/da/LC_MESSAGES/texinfo_document.mo
 share/locale/de.us-ascii/
 share/locale/de.us-ascii/LC_MESSAGES/
 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/
-share/locale/de_AT/LC_MESSAGES/
-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
 share/locale/es/LC_MESSAGES/texinfo_document.mo
+share/locale/fi/LC_MESSAGES/texinfo.mo
+share/locale/fi/LC_MESSAGES/texinfo_document.mo
 share/locale/fr/LC_MESSAGES/texinfo.mo
 share/locale/fr/LC_MESSAGES/texinfo_document.mo
 share/locale/he/LC_MESSAGES/texinfo.mo
@@ -62,17 +58,22 @@ share/locale/id/LC_MESSAGES/texinfo.mo
 share/locale/it/LC_MESSAGES/texinfo.mo
 share/locale/it/LC_MESSAGES/texinfo_document.mo
 share/locale/ja/LC_MESSAGES/texinfo.mo
+share/locale/ka/LC_MESSAGES/texinfo.mo
 share/locale/nb/LC_MESSAGES/texinfo.mo
 share/locale/nl/LC_MESSAGES/texinfo.mo
 share/locale/nl/LC_MESSAGES/texinfo_document.mo
 share/locale/no.us-ascii/
 share/locale/no.us-ascii/LC_MESSAGES/
 share/locale/no.us-ascii/LC_MESSAGES/texinfo_document.mo
+share/locale/pl.iso-8859-2/
+share/locale/pl.iso-8859-2/LC_MESSAGES/
+share/locale/pl.iso-8859-2/LC_MESSAGES/texinfo_document.mo
 share/locale/pl/LC_MESSAGES/texinfo.mo
 share/locale/pl/LC_MESSAGES/texinfo_document.mo
 share/locale/pt.us-ascii/
 share/locale/pt.us-ascii/LC_MESSAGES/
 share/locale/pt.us-ascii/LC_MESSAGES/texinfo_document.mo
+share/locale/pt/LC_MESSAGES/texinfo.mo
 share/locale/pt/LC_MESSAGES/texinfo_document.mo
 share/locale/pt_BR.us-ascii/
 share/locale/pt_BR.us-ascii/LC_MESSAGES/
@@ -80,10 +81,16 @@ share/locale/pt_BR.us-ascii/LC_MESSAGES/texinfo_document.mo
 share/locale/pt_BR/LC_MESSAGES/texinfo.mo
 

Re: UPDATE: print/texinfo

2017-07-02 Thread Matthias Kilian
On Sun, Jul 02, 2017 at 12:35:13AM +0200, Matthias Kilian wrote:
> On Thu, Jun 29, 2017 at 01:46:40PM +0200, Ingo Feinerer wrote:
> > Update print/texinfo 6.3 -> 6.4
> > 
> > - No failing tests ('make test') on amd64.
> > - perl WANTLIB seems to be no longer needed (as reported by 'make
> >   port-lib-depends-check').
> > 
> > OK?
> 
> I'm currently running dpb in update mode with it and will have a
> look at the logs of the few ports depending on it tomorrow.

There were sime warning and errors in math/maxima, but those look
like coming from a texi2html script included in the maxima sources.
I'm not even sure wether this is new.

Since everything else seems to look fine: ok.

Ciao,
Kili



UPDATE: print/texinfo

2017-06-29 Thread Ingo Feinerer
Update print/texinfo 6.3 -> 6.4

- No failing tests ('make test') on amd64.
- perl WANTLIB seems to be no longer needed (as reported by 'make
  port-lib-depends-check').

OK?

Best regards,
Ingo

Index: Makefile
===
RCS file: /cvs/ports/print/texinfo/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- Makefile30 May 2017 19:56:35 -  1.7
+++ Makefile29 Jun 2017 11:42:38 -
@@ -2,8 +2,7 @@
 
 COMMENT =  official documentation format of the GNU project
 
-DISTNAME = texinfo-6.3
-REVISION = 2
+DISTNAME = texinfo-6.4
 
 CATEGORIES =   print
 
@@ -14,7 +13,7 @@ MAINTAINER =  Ingo Feinerer <feinerer@lo
 # GPLv3
 PERMIT_PACKAGE_CDROM = Yes
 
-WANTLIB += c iconv intl ncurses perl
+WANTLIB += c iconv intl ncurses
 
 MASTER_SITES = ${MASTER_SITE_GNU:=texinfo/}
 
Index: distinfo
===
RCS file: /cvs/ports/print/texinfo/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo12 Sep 2016 13:43:40 -  1.3
+++ distinfo29 Jun 2017 11:42:38 -
@@ -1,2 +1,2 @@
-SHA256 (texinfo-6.3.tar.gz) = MAprpJWMLdSm1c5g8KM12vfjefU3Tydva6MaIh8C9gY=
-SIZE (texinfo-6.3.tar.gz) = 8915490
+SHA256 (texinfo-6.4.tar.gz) = NxTBKeN/5LWPo9wvMLa4yGfeaDpc/nTnTmqffA6ajnc=
+SIZE (texinfo-6.4.tar.gz) = 9300533
Index: pkg/PLIST
===
RCS file: /cvs/ports/print/texinfo/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST
--- pkg/PLIST   30 May 2017 19:56:35 -  1.5
+++ pkg/PLIST   29 Jun 2017 11:42:38 -
@@ -14,6 +14,8 @@ info/gtexinfo.info-1
 info/gtexinfo.info-2
 info/gtexinfo.info-3
 lib/texinfo/
+@comment lib/texinfo/MiscXS.la
+lib/texinfo/MiscXS.so
 @comment lib/texinfo/XSParagraph.la
 lib/texinfo/XSParagraph.so
 @man man/man1/ginfo.1
@@ -33,7 +35,9 @@ share/locale/ca.us-ascii/LC_MESSAGES/tex
 share/locale/ca/LC_MESSAGES/texinfo.mo
 share/locale/ca/LC_MESSAGES/texinfo_document.mo
 share/locale/cs/LC_MESSAGES/texinfo.mo
+share/locale/cs/LC_MESSAGES/texinfo_document.mo
 share/locale/da/LC_MESSAGES/texinfo.mo
+share/locale/da/LC_MESSAGES/texinfo_document.mo
 share/locale/de.us-ascii/
 share/locale/de.us-ascii/LC_MESSAGES/
 share/locale/de.us-ascii/LC_MESSAGES/texinfo_document.mo
@@ -89,7 +93,6 @@ share/locale/zh_CN/LC_MESSAGES/texinfo.m
 share/locale/zh_TW/LC_MESSAGES/texinfo.mo
 share/texinfo/
 share/texinfo/DebugTexinfo/
-share/texinfo/DebugTexinfo/DebugCount.pm
 share/texinfo/DebugTexinfo/DebugTree.pm
 share/texinfo/Pod-Simple-Texinfo/
 share/texinfo/Pod-Simple-Texinfo/Pod/
@@ -121,10 +124,13 @@ share/texinfo/Texinfo/Convert/XSParagrap
 share/texinfo/Texinfo/Convert/XSParagraph/TestXS.pm
 share/texinfo/Texinfo/Documentlanguages.pm
 share/texinfo/Texinfo/Encoding.pm
+share/texinfo/Texinfo/MiscXS.pm
 share/texinfo/Texinfo/ModulePath.pm
 share/texinfo/Texinfo/Parser.pm
 share/texinfo/Texinfo/Report.pm
 share/texinfo/Texinfo/Structuring.pm
+share/texinfo/Texinfo/Transformations.pm
+share/texinfo/Texinfo/XSLoader.pm
 share/texinfo/htmlxref.cnf
 share/texinfo/init/
 share/texinfo/init/book.pm



Re: UPDATE: print/texinfo

2016-09-11 Thread Jeremie Courreges-Anglas
Ingo Feinerer <feine...@logic.at> writes:

> Update print/texinfo 6.1 -> 6.3
>
> - Drop the gettext MODULE
> - Fixes a bug (only seen on OpenBSD) when building an R package with a
>   'vignette' via 'R CMD build' (as it needs texi2dvi then):
>
>   "No longer exits prematurely in some circumstances (due to the script 
> running under "set -e")"
>   (http://svn.savannah.gnu.org/viewvc/*checkout*/trunk/NEWS?root=texinfo)
>
> OK?

ok if you make sure that math/octave is still fine with it (I assume
that you checked math/R already).

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



UPDATE: print/texinfo

2016-09-11 Thread Ingo Feinerer
Update print/texinfo 6.1 -> 6.3

- Drop the gettext MODULE
- Fixes a bug (only seen on OpenBSD) when building an R package with a
  'vignette' via 'R CMD build' (as it needs texi2dvi then):

  "No longer exits prematurely in some circumstances (due to the script running 
under "set -e")"
  (http://svn.savannah.gnu.org/viewvc/*checkout*/trunk/NEWS?root=texinfo)

OK?

Best regards,
Ingo

Index: Makefile
===
RCS file: /cvs/ports/print/texinfo/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile18 Mar 2016 21:38:25 -  1.3
+++ Makefile11 Sep 2016 08:54:14 -
@@ -2,7 +2,7 @@
 
 COMMENT =  official documentation format of the GNU project
 
-DISTNAME = texinfo-6.1
+DISTNAME = texinfo-6.3
 
 CATEGORIES =   print
 
@@ -13,13 +13,13 @@ MAINTAINER =Ingo Feinerer <feinerer@lo
 # GPLv3
 PERMIT_PACKAGE_CDROM = Yes
 
-WANTLIB += c ncurses perl
+WANTLIB += c iconv intl ncurses perl
 
 MASTER_SITES = ${MASTER_SITE_GNU:=texinfo/}
 
-MODULES =  devel/gettext
 BUILD_DEPENDS =devel/help2man \
lang/gawk
+LIB_DEPENDS =  devel/gettext
 TEST_DEPENDS = print/texlive/base
 
 FAKE_FLAGS =   TEXMF=${PREFIX}/share/texmf-local
Index: distinfo
===
RCS file: /cvs/ports/print/texinfo/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo27 Feb 2016 09:49:04 -  1.2
+++ distinfo11 Sep 2016 08:54:14 -
@@ -1,2 +1,2 @@
-SHA256 (texinfo-6.1.tar.gz) = AlgrbZsFUvHLExK+a9cCPpeZYDw7IyD6aKNgKeTLr7s=
-SIZE (texinfo-6.1.tar.gz) = 8951151
+SHA256 (texinfo-6.3.tar.gz) = MAprpJWMLdSm1c5g8KM12vfjefU3Tydva6MaIh8C9gY=
+SIZE (texinfo-6.3.tar.gz) = 8915490
Index: pkg/PLIST
===
RCS file: /cvs/ports/print/texinfo/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST   27 Feb 2016 09:49:04 -  1.2
+++ pkg/PLIST   11 Sep 2016 08:54:14 -
@@ -31,15 +31,19 @@ share/locale/ca.us-ascii/
 share/locale/ca.us-ascii/LC_MESSAGES/
 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/
 share/locale/de.us-ascii/LC_MESSAGES/
 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/
 share/locale/de_AT/LC_MESSAGES/
 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
@@ -48,6 +52,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
@@ -65,10 +70,12 @@ share/locale/pl/LC_MESSAGES/texinfo_docu
 share/locale/pt.us-ascii/
 share/locale/pt.us-ascii/LC_MESSAGES/
 share/locale/pt.us-ascii/LC_MESSAGES/texinfo_document.mo
+share/locale/pt/LC_MESSAGES/texinfo_document.mo
 share/locale/pt_BR.us-ascii/
 share/locale/pt_BR.us-ascii/LC_MESSAGES/
 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/
@@ -486,6 +493,7 @@ share/texmf-local/tex/texinfo/txi-fr.tex
 share/texmf-local/tex/texinfo/txi-hu.tex
 share/texmf-local/tex/texinfo/txi-is.tex
 share/texmf-local/tex/texinfo/txi-it.tex
+share/texmf-local/tex/texinfo/txi-ja.tex
 share/texmf-local/tex/texinfo/txi-nb.tex
 share/texmf-local/tex/texinfo/txi-nl.tex
 share/texmf-local/tex/texinfo/txi-nn.tex



UPDATE: print/texinfo

2016-02-25 Thread Ingo Feinerer
Update print/texinfo 6.0 -> 6.1

OK?

Best regards,
Ingo

Index: Makefile
===
RCS file: /cvs/ports/print/texinfo/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile20 Aug 2015 18:36:52 -  1.1.1.1
+++ Makefile25 Feb 2016 17:20:07 -
@@ -1,8 +1,10 @@
 # $OpenBSD: Makefile,v 1.1.1.1 2015/08/20 18:36:52 feinerer Exp $
 
+SHARED_ONLY =  Yes
+
 COMMENT =  official documentation format of the GNU project
 
-DISTNAME = texinfo-6.0
+DISTNAME = texinfo-6.1
 
 CATEGORIES =   print
 
@@ -13,7 +15,7 @@ MAINTAINER =  Ingo Feinerer <feinerer@lo
 # GPLv3
 PERMIT_PACKAGE_CDROM = Yes
 
-WANTLIB += c ncurses
+WANTLIB += c ncurses perl
 
 MASTER_SITES = ${MASTER_SITE_GNU:=texinfo/}
 
Index: distinfo
===
RCS file: /cvs/ports/print/texinfo/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo20 Aug 2015 18:36:52 -  1.1.1.1
+++ distinfo25 Feb 2016 17:20:07 -
@@ -1,2 +1,2 @@
-SHA256 (texinfo-6.0.tar.gz) = g9MYMpDzTn+VjSCdCyACLG/p6SHrb+lMJ9mIgn1IeNI=
-SIZE (texinfo-6.0.tar.gz) = 8349669
+SHA256 (texinfo-6.1.tar.gz) = AlgrbZsFUvHLExK+a9cCPpeZYDw7IyD6aKNgKeTLr7s=
+SIZE (texinfo-6.1.tar.gz) = 8951151
Index: pkg/PLIST
===
RCS file: /cvs/ports/print/texinfo/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   20 Aug 2015 18:36:53 -  1.1.1.1
+++ pkg/PLIST   25 Feb 2016 17:20:07 -
@@ -9,12 +9,14 @@ bin/gtexi2dvi
 bin/gtexi2pdf
 bin/gtexindex
 info/ginfo-stnd.info
-info/ginfo.info
 info/gtexinfo.info
 info/gtexinfo.info-1
 info/gtexinfo.info-2
 info/gtexinfo.info-3
-@comment lib/charset.alias
+lib/texinfo/
+lib/texinfo/XSParagraph.a
+lib/texinfo/XSParagraph.la
+lib/texinfo/XSParagraph.so
 @man man/man1/ginfo.1
 @man man/man1/ginstall-info.1
 @man man/man1/gmakeinfo.1
@@ -101,6 +103,7 @@ share/texinfo/Texinfo/Convert/Info.pm
 share/texinfo/Texinfo/Convert/Line.pm
 share/texinfo/Texinfo/Convert/NodeNameNormalization.pm
 share/texinfo/Texinfo/Convert/Paragraph.pm
+share/texinfo/Texinfo/Convert/ParagraphNonXS.pm
 share/texinfo/Texinfo/Convert/PlainTexinfo.pm
 share/texinfo/Texinfo/Convert/Plaintext.pm
 share/texinfo/Texinfo/Convert/Texinfo.pm
@@ -110,8 +113,11 @@ share/texinfo/Texinfo/Convert/Text.pm
 share/texinfo/Texinfo/Convert/TextContent.pm
 share/texinfo/Texinfo/Convert/UnFilled.pm
 share/texinfo/Texinfo/Convert/Unicode.pm
+share/texinfo/Texinfo/Convert/XSParagraph/
+share/texinfo/Texinfo/Convert/XSParagraph/TestXS.pm
 share/texinfo/Texinfo/Documentlanguages.pm
 share/texinfo/Texinfo/Encoding.pm
+share/texinfo/Texinfo/ModulePath.pm
 share/texinfo/Texinfo/Parser.pm
 share/texinfo/Texinfo/Report.pm
 share/texinfo/Texinfo/Structuring.pm