Index: textproc/linuxdoc-tools/Makefile =================================================================== --- textproc/linuxdoc-tools/Makefile (revision 528637) +++ textproc/linuxdoc-tools/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= linuxdoc-tools -PORTVERSION= 0.9.71 +PORTVERSION= 0.9.75 CATEGORIES= textproc MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${DISTVERSION}.orig @@ -10,8 +10,6 @@ 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 Index: textproc/linuxdoc-tools/distinfo =================================================================== --- textproc/linuxdoc-tools/distinfo (revision 528637) +++ textproc/linuxdoc-tools/distinfo (working copy) @@ -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: textproc/linuxdoc-tools/files/patch-Makefile.in =================================================================== --- textproc/linuxdoc-tools/files/patch-Makefile.in (revision 528637) +++ 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: 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: textproc/linuxdoc-tools/files/patch-doc_Makedoc.sh =================================================================== --- textproc/linuxdoc-tools/files/patch-doc_Makedoc.sh (revision 528637) +++ 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: 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: textproc/linuxdoc-tools/files/patch-lib_fmt_fmt__latex2e.pl =================================================================== --- textproc/linuxdoc-tools/files/patch-lib_fmt_fmt__latex2e.pl (revision 528637) +++ 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: 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: textproc/linuxdoc-tools/pkg-plist =================================================================== --- textproc/linuxdoc-tools/pkg-plist (revision 528637) +++ textproc/linuxdoc-tools/pkg-plist (working copy) @@ -97,6 +97,9 @@ %%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