diff --git a/devel/autoconf/files/patch-texinfo b/devel/autoconf/files/patch-texinfo new file mode 100644 index 000000000000..45cdf9f0f74c --- /dev/null +++ b/devel/autoconf/files/patch-texinfo @@ -0,0 +1,12 @@ +--- doc/autoconf.texi.orig 2012-04-25 02:14:19 UTC ++++ doc/autoconf.texi +@@ -5,9 +5,6 @@ + @include version.texi + @settitle Autoconf + @setchapternewpage odd +-@ifnothtml +-@setcontentsaftertitlepage +-@end ifnothtml + @finalout + + @c @ovar(ARG) diff --git a/misc/latex-mk/files/patch-texinfo b/misc/latex-mk/files/patch-texinfo new file mode 100644 index 000000000000..625ce2a94fd2 --- /dev/null +++ b/misc/latex-mk/files/patch-texinfo @@ -0,0 +1,10 @@ +--- doc/latex-mk.texi.orig 2010-12-28 21:50:27 UTC ++++ doc/latex-mk.texi +@@ -3,7 +3,6 @@ + @c %**start of header + @setfilename latex-mk.info + @settitle LaTeX-Mk +-@setcontentsaftertitlepage + @c %**end of header + + @include version.texi diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index b7c5c7a39ff2..1cbd3ddd71b4 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -1,67 +1,66 @@ # Created by: Mario Sergio Fujikawa Ferreira PORTNAME= texinfo -PORTVERSION= 6.7 -PORTREVISION= 6 +PORTVERSION= 6.8 PORTEPOCH= 1 CATEGORIES= print MASTER_SITES= GNU \ LOCAL/sunpoet/texinfo:DEFAULT,local DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ htmlxref.cnf-${HTMLXREF_CNF_RELDATE}:local \ texi2dvi-${TEXI2DVI_RELDATE}:local \ texinfo.tex-${TEXINFO_TEX_RELDATE}:local DIST_SUBDIR= texinfo EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Typeset documentation system with multiple format output LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= help2man:misc/help2man \ ${RUN_DEPENDS} RUN_DEPENDS= p5-Locale-libintl>=0:devel/p5-Locale-libintl \ p5-Text-Unidecode>=0:converters/p5-Text-Unidecode \ p5-Unicode-EastAsianWidth>=0:textproc/p5-Unicode-EastAsianWidth OPTIONS_DEFINE= NLS OPTIONS_SUB= yes USES= charsetfix cpe gmake iconv libtool ncurses perl5 tar:xz CONFIGURE_ARGS= --with-external-libintl-perl \ --with-external-Text-Unidecode \ --with-external-Unicode-EastAsianWidth GNU_CONFIGURE= yes INSTALL_TARGET= install-strip install-tex MAKE_ARGS= PERL=${PERL} TEXMF=${LOCALBASE}/${TEXMFDIR} PKGDEINSTALL= ${PKGINSTALL} USE_TEX= yes INFO= info-stnd texinfo # Use the date on https://ftp.gnu.org/gnu/texinfo/ HTMLXREF_CNF_RELDATE= 20201020 TEXI2DVI_RELDATE= 20210703 TEXINFO_TEX_RELDATE= 20210615 CPE_VENDOR= gnu CPE_VERSION= ${PORTVERSION:R} NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext post-patch: @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/texinfo.tex-${TEXINFO_TEX_RELDATE} ${WRKSRC}/doc/texinfo.tex @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/htmlxref.cnf-${HTMLXREF_CNF_RELDATE} ${WRKSRC}/util/htmlxref.cnf @${INSTALL_SCRIPT} ${DISTDIR}/${DIST_SUBDIR}/texi2dvi-${TEXI2DVI_RELDATE} ${WRKSRC}/util/texi2dvi @${REINPLACE_CMD} -e '/rm -f $$(DESTDIR)/ s|$$| $$(DESTDIR)$$(xsdir)/XSParagraph.*|' ${WRKSRC}/tp/Texinfo/XS/Makefile.in @${REINPLACE_CMD} -e 's|free (.*)|Safe&|' ${WRKSRC}/tp/Texinfo/XS/misc.c @${REINPLACE_CMD} -e 's/tinfo/tinfow/g' ${WRKSRC}/configure post-install: ${INSTALL_DATA} ${WRKSRC}/util/htmlxref.cnf ${STAGEDIR}${DATADIR} .include diff --git a/print/texinfo/distinfo b/print/texinfo/distinfo index 070fe401131b..fe0bf161be29 100644 --- a/print/texinfo/distinfo +++ b/print/texinfo/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1625585436 -SHA256 (texinfo/texinfo-6.7.tar.xz) = 988403c1542d15ad044600b909997ba3079b10e03224c61188117f3676b02caa -SIZE (texinfo/texinfo-6.7.tar.xz) = 4337984 +TIMESTAMP = 1625599050 +SHA256 (texinfo/texinfo-6.8.tar.xz) = 8eb753ed28bca21f8f56c1a180362aed789229bd62fff58bf8368e9beb59fec4 +SIZE (texinfo/texinfo-6.8.tar.xz) = 4961528 SHA256 (texinfo/htmlxref.cnf-20201020) = eb8f4a17a4890030d8db2b728deec11d86a9343f696a50fc65f7e4a048520c90 SIZE (texinfo/htmlxref.cnf-20201020) = 20246 SHA256 (texinfo/texi2dvi-20210703) = 6fbc3a9a4f1166e8f0b4fd68ee29b22ba4465f03a7aac77d619d7a991c531f70 SIZE (texinfo/texi2dvi-20210703) = 59645 SHA256 (texinfo/texinfo.tex-20210615) = 136b6ff32fff510736779d5fdfc7c20e9bb00792a06b3ad1a597215cfb9a9fb8 SIZE (texinfo/texinfo.tex-20210615) = 374377 diff --git a/print/texinfo/files/patch-tp-Texinfo-XS-parsetexi-Parser-5556.pm b/print/texinfo/files/patch-tp-Texinfo-XS-parsetexi-Parser-5556.pm deleted file mode 100644 index 8b3f9be6219f..000000000000 --- a/print/texinfo/files/patch-tp-Texinfo-XS-parsetexi-Parser-5556.pm +++ /dev/null @@ -1,17 +0,0 @@ ---- tp/Texinfo/XS/parsetexi/Parser-5556.pm.orig 2019-02-16 17:11:56 UTC -+++ tp/Texinfo/XS/parsetexi/Parser-5556.pm -@@ -5438,12 +5438,12 @@ 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 - unless(_ignore_global_commands($self)); - $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/files/patch-tp-Texinfo-XS-parsetexi-api.c b/print/texinfo/files/patch-tp-Texinfo-XS-parsetexi-api.c index b433f95c1ce2..5a96d391bec7 100644 --- a/print/texinfo/files/patch-tp-Texinfo-XS-parsetexi-api.c +++ b/print/texinfo/files/patch-tp-Texinfo-XS-parsetexi-api.c @@ -1,12 +1,12 @@ ---- tp/Texinfo/XS/parsetexi/api.c.orig 2019-08-25 17:11:45 UTC +--- tp/Texinfo/XS/parsetexi/api.c.orig 2021-03-12 20:48:49 UTC +++ tp/Texinfo/XS/parsetexi/api.c @@ -25,7 +25,9 @@ #undef context -+#if defined(HAVE_LIBINTL_H) ++#ifdef ENABLE_NLS #include +#endif #include #include diff --git a/print/texinfo/files/patch-tp-Texinfo-XS-parsetexi-errors.c b/print/texinfo/files/patch-tp-Texinfo-XS-parsetexi-errors.c deleted file mode 100644 index 6ba02010067d..000000000000 --- a/print/texinfo/files/patch-tp-Texinfo-XS-parsetexi-errors.c +++ /dev/null @@ -1,12 +0,0 @@ ---- tp/Texinfo/XS/parsetexi/errors.c.orig 2019-08-25 17:11:45 UTC -+++ tp/Texinfo/XS/parsetexi/errors.c -@@ -14,7 +14,9 @@ - along with this program. If not, see . */ - - #include -+#if defined(HAVE_LIBINTL_H) - #include -+#endif - - #include - #include diff --git a/print/texinfo/pkg-plist b/print/texinfo/pkg-plist index 497d4688e68f..bb1146c9a9e3 100644 --- a/print/texinfo/pkg-plist +++ b/print/texinfo/pkg-plist @@ -1,135 +1,140 @@ bin/info bin/install-info bin/makeinfo bin/pdftexi2dvi bin/pod2texi bin/texi2any bin/texi2dvi bin/texi2pdf bin/texindex lib/texinfo/MiscXS.so lib/texinfo/Parsetexi.so man/man1/info.1.gz man/man1/install-info.1.gz man/man1/makeinfo.1.gz man/man1/pdftexi2dvi.1.gz man/man1/pod2texi.1.gz man/man1/texi2any.1.gz man/man1/texi2dvi.1.gz man/man1/texi2pdf.1.gz man/man1/texindex.1.gz man/man5/info.5.gz man/man5/texinfo.5.gz %%NLS%%share/locale/ca.us-ascii/LC_MESSAGES/texinfo_document.mo %%NLS%%share/locale/ca/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/ca/LC_MESSAGES/texinfo_document.mo %%NLS%%share/locale/cs/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/cs/LC_MESSAGES/texinfo_document.mo %%NLS%%share/locale/da/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/de.us-ascii/LC_MESSAGES/texinfo_document.mo %%NLS%%share/locale/de/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/de/LC_MESSAGES/texinfo_document.mo %%NLS%%share/locale/el/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/eo/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/eo/LC_MESSAGES/texinfo_document.mo %%NLS%%share/locale/es/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/es/LC_MESSAGES/texinfo_document.mo %%NLS%%share/locale/fi/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/fr/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/fr/LC_MESSAGES/texinfo_document.mo %%NLS%%share/locale/he/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/hr/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/hr/LC_MESSAGES/texinfo_document.mo %%NLS%%share/locale/hu/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/hu/LC_MESSAGES/texinfo_document.mo %%NLS%%share/locale/id/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/it/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/it/LC_MESSAGES/texinfo_document.mo %%NLS%%share/locale/ja/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/nb/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/nl/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/nl/LC_MESSAGES/texinfo_document.mo %%NLS%%share/locale/no.us-ascii/LC_MESSAGES/texinfo_document.mo %%NLS%%share/locale/pl/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/pl/LC_MESSAGES/texinfo_document.mo %%NLS%%share/locale/pt.us-ascii/LC_MESSAGES/texinfo_document.mo %%NLS%%share/locale/pt/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/pt/LC_MESSAGES/texinfo_document.mo %%NLS%%share/locale/pt_BR.us-ascii/LC_MESSAGES/texinfo_document.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/texinfo_document.mo %%NLS%%share/locale/ro/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/ru/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/rw/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/sl/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/sv/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/sv/LC_MESSAGES/texinfo_document.mo %%NLS%%share/locale/tr/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/uk/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/uk/LC_MESSAGES/texinfo_document.mo %%NLS%%share/locale/vi/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/texinfo.mo %%DATADIR%%/DebugTexinfo/DebugTree.pm %%DATADIR%%/Pod-Simple-Texinfo/Pod/Simple/Texinfo.pm %%DATADIR%%/Texinfo/Common.pm %%DATADIR%%/Texinfo/Convert/Converter.pm %%DATADIR%%/Texinfo/Convert/DocBook.pm %%DATADIR%%/Texinfo/Convert/HTML.pm %%DATADIR%%/Texinfo/Convert/IXIN.pm %%DATADIR%%/Texinfo/Convert/IXINSXML.pm %%DATADIR%%/Texinfo/Convert/Info.pm %%DATADIR%%/Texinfo/Convert/Line.pm %%DATADIR%%/Texinfo/Convert/NodeNameNormalization.pm %%DATADIR%%/Texinfo/Convert/Paragraph.pm %%DATADIR%%/Texinfo/Convert/ParagraphNonXS.pm %%DATADIR%%/Texinfo/Convert/PlainTexinfo.pm %%DATADIR%%/Texinfo/Convert/Plaintext.pm %%DATADIR%%/Texinfo/Convert/Texinfo.pm %%DATADIR%%/Texinfo/Convert/TexinfoSXML.pm %%DATADIR%%/Texinfo/Convert/TexinfoXML.pm %%DATADIR%%/Texinfo/Convert/Text.pm %%DATADIR%%/Texinfo/Convert/TextContent.pm %%DATADIR%%/Texinfo/Convert/UnFilled.pm %%DATADIR%%/Texinfo/Convert/Unicode.pm %%DATADIR%%/Texinfo/Documentlanguages.pm %%DATADIR%%/Texinfo/Encoding.pm %%DATADIR%%/Texinfo/MiscXS.pm %%DATADIR%%/Texinfo/ModulePath.pm %%DATADIR%%/Texinfo/Parser.pm %%DATADIR%%/Texinfo/ParserNonXS.pm %%DATADIR%%/Texinfo/Report.pm %%DATADIR%%/Texinfo/Structuring.pm %%DATADIR%%/Texinfo/Transformations.pm %%DATADIR%%/Texinfo/XS/parsetexi/Parsetexi.pm %%DATADIR%%/Texinfo/XSLoader.pm %%DATADIR%%/htmlxref.cnf %%DATADIR%%/init/book.pm %%DATADIR%%/init/chm.pm +%%DATADIR%%/init/highlight_syntax.pm %%DATADIR%%/init/html32.pm %%DATADIR%%/init/latex2html.pm %%DATADIR%%/init/tex4ht.pm +%%DATADIR%%/js/info.css +%%DATADIR%%/js/info.js +%%DATADIR%%/js/modernizr.js %%DATADIR%%/texindex.awk %%DATADIR%%/texinfo.dtd %%TEXMFDIR%%/tex/generic/epsf/epsf.tex %%TEXMFDIR%%/tex/texinfo/texinfo-ja.tex %%TEXMFDIR%%/tex/texinfo/texinfo.tex %%TEXMFDIR%%/tex/texinfo/txi-ca.tex %%TEXMFDIR%%/tex/texinfo/txi-cs.tex %%TEXMFDIR%%/tex/texinfo/txi-de.tex %%TEXMFDIR%%/tex/texinfo/txi-en.tex %%TEXMFDIR%%/tex/texinfo/txi-es.tex +%%TEXMFDIR%%/tex/texinfo/txi-fi.tex %%TEXMFDIR%%/tex/texinfo/txi-fr.tex %%TEXMFDIR%%/tex/texinfo/txi-hu.tex %%TEXMFDIR%%/tex/texinfo/txi-is.tex %%TEXMFDIR%%/tex/texinfo/txi-it.tex %%TEXMFDIR%%/tex/texinfo/txi-ja.tex %%TEXMFDIR%%/tex/texinfo/txi-nb.tex %%TEXMFDIR%%/tex/texinfo/txi-nl.tex %%TEXMFDIR%%/tex/texinfo/txi-nn.tex %%TEXMFDIR%%/tex/texinfo/txi-pl.tex %%TEXMFDIR%%/tex/texinfo/txi-pt.tex %%TEXMFDIR%%/tex/texinfo/txi-ru.tex %%TEXMFDIR%%/tex/texinfo/txi-sr.tex %%TEXMFDIR%%/tex/texinfo/txi-tr.tex %%TEXMFDIR%%/tex/texinfo/txi-uk.tex diff --git a/textproc/iksemel/files/patch-texinfo b/textproc/iksemel/files/patch-texinfo new file mode 100644 index 000000000000..b486f47f75f2 --- /dev/null +++ b/textproc/iksemel/files/patch-texinfo @@ -0,0 +1,10 @@ +--- doc/iksemel.texi.orig 2011-10-18 20:25:37 UTC ++++ doc/iksemel.texi +@@ -1,7 +1,6 @@ + \input texinfo @c -*-texinfo-*- + @c %**start of header + @setfilename iksemel +-@setcontentsaftertitlepage + @settitle Iksemel Programmers Manual + @set VERSION 1.2 + @c %**end of header