Index: head/textproc/linuxdoc-tools/files/patch-doc_Makedoc.sh =================================================================== --- head/textproc/linuxdoc-tools/files/patch-doc_Makedoc.sh (revision 529200) +++ head/textproc/linuxdoc-tools/files/patch-doc_Makedoc.sh (nonexistent) @@ -1,27 +0,0 @@ ---- doc/Makedoc.sh.orig 2015-10-20 11:22:17 UTC -+++ doc/Makedoc.sh -@@ -33,10 +33,10 @@ if [ "${BUILD_ENTITY_MAP}" = "true" ]; t - # Create a modified EntityMap.pm with entity-map location in doc - # build temporary dir. Need to properly install entity-map there. - mkdir $TMPDIR/Text -- make -C ../entity-map install DESTDIR="$TMPDIR" -+ ${MAKE} -C ../entity-map install DESTDIR="$TMPDIR" - sed < ../entity-map/EntityMap.pm.in > $TMPDIR/Text/EntityMap.pm \ -- -e 's|\@localentitymapdir\@|'${TMPDIR}'/usr/share/entity-map|g' \ -- -e 's|\@entitymapdir\@|'${TMPDIR}'/usr/share/entity-map/0.1.0|g' -+ -e 's|\@localentitymapdir\@|'${TMPDIR}${PREFIX}'/share/entity-map|g' \ -+ -e 's|\@entitymapdir\@|'${TMPDIR}${PREFIX}'/share/entity-map/0.1.0|g' - - # Set ${TMPDIR} first in perl load path (Will put Text dir there - # for modified EntityMap.pm), then our perl5lib -@@ -49,8 +49,8 @@ fi - if [ "${BUILD_ISO_ENTITIES}" = "true" ]; then - # --without-installed-iso-entities: Install iso-entities in - # "$TMPDIR/usr" and set it as iso-entities prefix. -- make -C ../iso-entities install DESTDIR="$TMPDIR" -- ISOENTITIES_PREFIX="${TMPDIR}/usr" -+ ${MAKE} -C ../iso-entities install DESTDIR="$TMPDIR" -+ ISOENTITIES_PREFIX="${TMPDIR}${PREFIX}" - else - # --with-installed-iso-entities: Use system prefix. - ISOENTITIES_PREFIX="${PREFIX}" Property changes on: head/textproc/linuxdoc-tools/files/patch-doc_Makedoc.sh ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/textproc/linuxdoc-tools/files/patch-Makefile.in =================================================================== --- head/textproc/linuxdoc-tools/files/patch-Makefile.in (revision 529200) +++ head/textproc/linuxdoc-tools/files/patch-Makefile.in (nonexistent) @@ -1,19 +0,0 @@ ---- Makefile.in.orig 2016-04-20 23:33:09 UTC -+++ Makefile.in -@@ -83,6 +83,7 @@ ifneq ($(BUILDDOC_FORMATS),) - # -- Build documentation - @echo "Building documentation ..." - (cd doc; \ -+ MAKE=$(MAKE) \ - PREFIX=$(prefix) \ - BUILD_ISO_ENTITIES=$(BUILD_ISO_ENTITIES) \ - BUILD_ENTITY_MAP=$(BUILD_ENTITY_MAP) \ -@@ -121,7 +122,7 @@ ifeq ($(BUILD_ISO_ENTITIES), true) - endif - - # -- Install linuxdoc script -- $(INSTALL_PROGRAM) bin/linuxdoc $(bin_ddir)/linuxdoc -+ $(INSTALL) -m755 bin/linuxdoc $(bin_ddir)/linuxdoc - - # -- Install auxiliary programs - mkdir -p $(auxbin_ddir) Property changes on: head/textproc/linuxdoc-tools/files/patch-Makefile.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/textproc/linuxdoc-tools/files/patch-lib_fmt_fmt__latex2e.pl =================================================================== --- head/textproc/linuxdoc-tools/files/patch-lib_fmt_fmt__latex2e.pl (revision 529200) +++ head/textproc/linuxdoc-tools/files/patch-lib_fmt_fmt__latex2e.pl (nonexistent) @@ -1,34 +0,0 @@ ---- lib/fmt/fmt_latex2e.pl.orig 2018-03-28 15:14:45 UTC -+++ lib/fmt/fmt_latex2e.pl -@@ -284,13 +284,13 @@ $latex2e->{postASP} = sub - push @texlines, $_; - # and check for nameurl - if ( /\\nameurl/ ){ -- ($urlid, $urlnam) = ($_ =~ /\\nameurl{(.*)}{(.*)}/); -+ ($urlid, $urlnam) = ($_ =~ /\\nameurl\{(.*)\}\{(.*)\}/); - print $urlnum . ": " . $urlid . "\n" if ( $global->{debug} ); - - $urldef = latex2e_defnam($urlnum) . "url"; -- s/\\nameurl{.*}{.*}/{\\em $urlnam} {\\tt \\$urldef}/; -+ s/\\nameurl\{.*\}\{.*\}/{\\em $urlnam} {\\tt \\$urldef}/; - push @urlnames, $_; -- push @urldefines, "\\urldef{\\$urldef} \\url{$urlid}\n"; -+ push @urldefines, "\\urldef\{\\$urldef\} \\url\{$urlid\}\n"; - $urlnum++; - } - } -@@ -367,12 +367,12 @@ $latex2e->{postASP} = sub - $_ = $_ . "\\makeindex\n" if ($latex2e->{makeindex}); - } - # Set correct DTD name -- elsif (/^\\usepackage{\@LINUXDOC_DTD\@-sgml}/) { -+ elsif (/^\\usepackage\{\@LINUXDOC_DTD\@-sgml\}/) { - my $dtd = $global->{"dtd"}; - s/\@LINUXDOC_DTD\@/$dtd/; - } - # Set correct babel options -- elsif (/^\\usepackage\[\@BABELOPTIONS\@\]{babel}/) { -+ elsif (/^\\usepackage\[\@BABELOPTIONS\@\]\{babel\}/) { - if ( $babeloptions ) { - s/\@BABELOPTIONS\@/$babeloptions/; - } else { Property changes on: head/textproc/linuxdoc-tools/files/patch-lib_fmt_fmt__latex2e.pl ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/textproc/linuxdoc-tools/Makefile =================================================================== --- head/textproc/linuxdoc-tools/Makefile (revision 529200) +++ head/textproc/linuxdoc-tools/Makefile (revision 529201) @@ -1,42 +1,40 @@ # Created by: Felix Palmen # $FreeBSD$ PORTNAME= linuxdoc-tools -PORTVERSION= 0.9.71 +PORTVERSION= 0.9.75 CATEGORIES= textproc MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${DISTVERSION}.orig MAINTAINER= felix@palmen-it.de COMMENT= Fork of SGML-tools specially tailored for linuxdoc SGMLs - -BROKEN= unfetchable LICENSE= GPLv3 LinuxdocTools LICENSE_COMB= multi LICENSE_NAME_LinuxdocTools= The linuxdoc-tools license LICENSE_FILE_LinuxdocTools= ${WRKSRC}/COPYING LICENSE_PERMS_LinuxdocTools= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BUILD_DEPENDS= gawk:lang/gawk \ nsgmls:textproc/jade \ sgmlsasp:textproc/sgmls RUN_DEPENDS= gawk:lang/gawk \ nsgmls:textproc/jade \ sgmlsasp:textproc/sgmls GNU_CONFIGURE= yes USES= gmake groff:both perl5 CONFIGURE_ARGS= --with-installed-sgmlsasp PORTDOCS= * WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OPTIONS_DEFINE= DOCS DOCS_BUILD_DEPENDS= bash:shells/bash DOCS_USE= tex=latex:build tex=pdftex:build tex=dvipsk:build DOCS_USES= makeinfo DOCS_CONFIGURE_ENABLE= docs .include Index: head/textproc/linuxdoc-tools/distinfo =================================================================== --- head/textproc/linuxdoc-tools/distinfo (revision 529200) +++ head/textproc/linuxdoc-tools/distinfo (revision 529201) @@ -1,2 +1,3 @@ -SHA256 (linuxdoc-tools_0.9.71.orig.tar.gz) = 641e4f02ccbe3ee7fad9e866d334f8880a3f621e70c7412a7bd504a777a992ed -SIZE (linuxdoc-tools_0.9.71.orig.tar.gz) = 613067 +TIMESTAMP = 1584658100 +SHA256 (linuxdoc-tools_0.9.75.orig.tar.gz) = 8ced91532e5f70527e01474f6bdec7a0483ec0ba39589b00869f18a72168a6fa +SIZE (linuxdoc-tools_0.9.75.orig.tar.gz) = 649381 Index: head/textproc/linuxdoc-tools/pkg-plist =================================================================== --- head/textproc/linuxdoc-tools/pkg-plist (revision 529200) +++ head/textproc/linuxdoc-tools/pkg-plist (revision 529201) @@ -1,166 +1,169 @@ bin/linuxdoc bin/rtf2rtf bin/sgml2html bin/sgml2info bin/sgml2latex bin/sgml2lyx bin/sgml2rtf bin/sgml2txt bin/sgmlcheck bin/sgmlpre man/man1/linuxdoc.1.gz man/man1/rtf2rtf.1.gz man/man1/sgml2html.1.gz man/man1/sgml2info.1.gz man/man1/sgml2latex.1.gz man/man1/sgml2lyx.1.gz man/man1/sgml2rtf.1.gz man/man1/sgml2txt.1.gz man/man1/sgmlcheck.1.gz man/man1/sgmlpre.1.gz share/entity-map/0.1.0/GFextra.2ab share/entity-map/0.1.0/GFextra.2as share/entity-map/0.1.0/GFextra.2l1b share/entity-map/0.1.0/GFextra.2l1s share/entity-map/0.1.0/GFextra.2rtf share/entity-map/0.1.0/GFextra.2tex share/entity-map/0.1.0/GFextra.2texi share/entity-map/0.1.0/ISOdia share/entity-map/0.1.0/ISOdia.2ab share/entity-map/0.1.0/ISOdia.2as share/entity-map/0.1.0/ISOdia.2html share/entity-map/0.1.0/ISOdia.2l1b share/entity-map/0.1.0/ISOdia.2l1s share/entity-map/0.1.0/ISOdia.2l1tr share/entity-map/0.1.0/ISOdia.2rtf share/entity-map/0.1.0/ISOdia.2tex share/entity-map/0.1.0/ISOdia.2texi share/entity-map/0.1.0/ISOdia.2tr share/entity-map/0.1.0/ISOlat1 share/entity-map/0.1.0/ISOlat1.2ab share/entity-map/0.1.0/ISOlat1.2as share/entity-map/0.1.0/ISOlat1.2html share/entity-map/0.1.0/ISOlat1.2l1b share/entity-map/0.1.0/ISOlat1.2l1s share/entity-map/0.1.0/ISOlat1.2l1tr share/entity-map/0.1.0/ISOlat1.2rtf share/entity-map/0.1.0/ISOlat1.2tex share/entity-map/0.1.0/ISOlat1.2texi share/entity-map/0.1.0/ISOlat1.2tr share/entity-map/0.1.0/ISOlat2 share/entity-map/0.1.0/ISOlat2.2ab share/entity-map/0.1.0/ISOlat2.2as share/entity-map/0.1.0/ISOlat2.2l1b share/entity-map/0.1.0/ISOlat2.2l1s share/entity-map/0.1.0/ISOlat2.2rtf share/entity-map/0.1.0/ISOlat2.2tex share/entity-map/0.1.0/ISOlat2.2texi share/entity-map/0.1.0/ISOnum share/entity-map/0.1.0/ISOnum.2ab share/entity-map/0.1.0/ISOnum.2as share/entity-map/0.1.0/ISOnum.2html share/entity-map/0.1.0/ISOnum.2l1b share/entity-map/0.1.0/ISOnum.2l1s share/entity-map/0.1.0/ISOnum.2l1tr share/entity-map/0.1.0/ISOnum.2rtf share/entity-map/0.1.0/ISOnum.2tex share/entity-map/0.1.0/ISOnum.2texi share/entity-map/0.1.0/ISOnum.2tr share/entity-map/0.1.0/ISOpub share/entity-map/0.1.0/ISOpub.2ab share/entity-map/0.1.0/ISOpub.2as share/entity-map/0.1.0/ISOpub.2html share/entity-map/0.1.0/ISOpub.2l1b share/entity-map/0.1.0/ISOpub.2l1s share/entity-map/0.1.0/ISOpub.2l1tr share/entity-map/0.1.0/ISOpub.2rtf share/entity-map/0.1.0/ISOpub.2tex share/entity-map/0.1.0/ISOpub.2texi share/entity-map/0.1.0/ISOpub.2tr share/entity-map/0.1.0/ISOtech share/entity-map/0.1.0/ISOtech.2ab share/entity-map/0.1.0/ISOtech.2as share/entity-map/0.1.0/ISOtech.2html share/entity-map/0.1.0/ISOtech.2l1b share/entity-map/0.1.0/ISOtech.2l1s share/entity-map/0.1.0/ISOtech.2l1tr share/entity-map/0.1.0/ISOtech.2rtf share/entity-map/0.1.0/ISOtech.2tex share/entity-map/0.1.0/ISOtech.2texi share/entity-map/0.1.0/ISOtech.2tr share/entity-map/0.1.0/LDextra.2html share/entity-map/0.1.0/LDextra.2l1tr share/entity-map/0.1.0/LDextra.2tex share/entity-map/0.1.0/LDextra.2tr share/entity-map/0.1.0/greek.2html share/entity-map/0.1.0/lat1.2sdata %%DATADIR%%/LinuxDocTools.pm %%DATADIR%%/LinuxDocTools/BackEnd.pm %%DATADIR%%/LinuxDocTools/CharEnts.pm +%%DATADIR%%/LinuxDocTools/Data/Latin1ToSgml.pm +%%DATADIR%%/LinuxDocTools/Data/Strings_SBCS.pm +%%DATADIR%%/LinuxDocTools/Data/Strings_UTF8.pm %%DATADIR%%/LinuxDocTools/FixRef.pm %%DATADIR%%/LinuxDocTools/Html2Html.pm %%DATADIR%%/LinuxDocTools/InfoUtils.pm %%DATADIR%%/LinuxDocTools/Lang.pm %%DATADIR%%/LinuxDocTools/Utils.pm %%DATADIR%%/LinuxDocTools/Vars.pm %%DATADIR%%/Text/EntityMap.pm %%DATADIR%%/VERSION %%DATADIR%%/dtd/common %%DATADIR%%/dtd/deprec96 %%DATADIR%%/dtd/html32.dtd %%DATADIR%%/dtd/isoent %%DATADIR%%/dtd/linuxdoc.dtd %%DATADIR%%/dtd/linuxdoc96.dtd %%DATADIR%%/dtd/linuxdoc97.dtd %%DATADIR%%/dtd/linuxdoctr.dtd %%DATADIR%%/dtd/linuxdoctr96.dtd %%DATADIR%%/dtd/qwertz.dtd %%DATADIR%%/filters/lyx-preNSGMLS.pl %%DATADIR%%/fmt/fmt_html.pl %%DATADIR%%/fmt/fmt_info.pl %%DATADIR%%/fmt/fmt_latex2e.pl %%DATADIR%%/fmt/fmt_lyx.pl %%DATADIR%%/fmt/fmt_rtf.pl %%DATADIR%%/fmt/fmt_txt.pl %%DATADIR%%/icons/next.gif %%DATADIR%%/icons/prev.gif %%DATADIR%%/icons/toc.gif %%DATADIR%%/linuxdoc-sgml.sty %%DATADIR%%/linuxdoc-tools.catalog %%DATADIR%%/linuxdoctr-sgml.sty %%DATADIR%%/mappings/groff/mapping %%DATADIR%%/mappings/groff/math.README %%DATADIR%%/mappings/groff/tr-mapping %%DATADIR%%/mappings/html/mapping %%DATADIR%%/mappings/info/mapping %%DATADIR%%/mappings/latex2e/mapping %%DATADIR%%/mappings/latin1/README %%DATADIR%%/mappings/latin1/mapping %%DATADIR%%/mappings/lyx/mapping %%DATADIR%%/mappings/man/mapping %%DATADIR%%/mappings/nippon/README %%DATADIR%%/mappings/nippon/mapping %%DATADIR%%/mappings/rtf/mapping %%DATADIR%%/null.sty %%DATADIR%%/qwertz.sty %%DATADIR%%/sgml.dcl share/sgml/iso-entities-8879.1986/ISOamsa share/sgml/iso-entities-8879.1986/ISOamsb share/sgml/iso-entities-8879.1986/ISOamsc share/sgml/iso-entities-8879.1986/ISOamsn share/sgml/iso-entities-8879.1986/ISOamso share/sgml/iso-entities-8879.1986/ISOamsr share/sgml/iso-entities-8879.1986/ISObox share/sgml/iso-entities-8879.1986/ISOcyr1 share/sgml/iso-entities-8879.1986/ISOcyr2 share/sgml/iso-entities-8879.1986/ISOdia share/sgml/iso-entities-8879.1986/ISOgrk1 share/sgml/iso-entities-8879.1986/ISOgrk2 share/sgml/iso-entities-8879.1986/ISOgrk3 share/sgml/iso-entities-8879.1986/ISOgrk4 share/sgml/iso-entities-8879.1986/ISOlat1 share/sgml/iso-entities-8879.1986/ISOlat2 share/sgml/iso-entities-8879.1986/ISOnum share/sgml/iso-entities-8879.1986/ISOpub share/sgml/iso-entities-8879.1986/ISOtech share/sgml/iso-entities-8879.1986/iso-entities.cat Property changes on: head/textproc/linuxdoc-tools/pkg-plist ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property