texlive[52810] Master: hobsub (15nov19)

commits+karl at tug.org commits+karl at tug.org
Fri Nov 15 22:43:41 CET 2019


Revision: 52810
          http://tug.org/svn/texlive?view=revision&revision=52810
Author:   karl
Date:     2019-11-15 22:43:41 +0100 (Fri, 15 Nov 2019)
Log Message:
-----------
hobsub (15nov19)

Modified Paths:
--------------
    trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/latex/hobsub/
    trunk/Master/texmf-dist/doc/latex/hobsub/README.md
    trunk/Master/texmf-dist/doc/latex/hobsub/hobsub.pdf
    trunk/Master/texmf-dist/doc/latex/hobsub/hobsub.tex
    trunk/Master/texmf-dist/tex/latex/hobsub/
    trunk/Master/texmf-dist/tex/latex/hobsub/hobsub-generic.sty
    trunk/Master/texmf-dist/tex/latex/hobsub/hobsub-hyperref.sty
    trunk/Master/texmf-dist/tex/latex/hobsub/hobsub.sty
    trunk/Master/tlpkg/tlpsrc/hobsub.tlpsrc

Added: trunk/Master/texmf-dist/doc/latex/hobsub/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/hobsub/README.md	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/hobsub/README.md	2019-11-15 21:43:41 UTC (rev 52810)
@@ -0,0 +1,2 @@
+# hobsub
+Stub hobsub packages, extracted from the oberdiek bundle


Property changes on: trunk/Master/texmf-dist/doc/latex/hobsub/README.md
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/hobsub/hobsub.pdf
===================================================================
(Binary files differ)

Index: trunk/Master/texmf-dist/doc/latex/hobsub/hobsub.pdf
===================================================================
--- trunk/Master/texmf-dist/doc/latex/hobsub/hobsub.pdf	2019-11-15 21:42:38 UTC (rev 52809)
+++ trunk/Master/texmf-dist/doc/latex/hobsub/hobsub.pdf	2019-11-15 21:43:41 UTC (rev 52810)

Property changes on: trunk/Master/texmf-dist/doc/latex/hobsub/hobsub.pdf
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pdf
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/hobsub/hobsub.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/hobsub/hobsub.tex	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/hobsub/hobsub.tex	2019-11-15 21:43:41 UTC (rev 52810)
@@ -0,0 +1,42 @@
+% hobsub bundle
+%
+% Copyright 2019 Oberdiek Package Support Group
+%
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either
+%% version 1.3c of this license or (at your option) any later
+%% version.
+
+\documentclass{article}
+\title{hobsub package}
+\author{Oberdiek Package Support Group}
+\date{2019-11-14}
+\usepackage{url}
+\raggedright
+\setlength\parskip{\baselineskip}
+\begin{document}
+
+
+\maketitle
+
+Heiko Oberdiek's \textsf{hobsub} package (and \textsf{hobsub-hyperref}
+and \textsf{hobsub-generic} packages) defined a mechanism for
+concatenating multiple files into a single file for faster loading.
+
+The disadvantage is that it introduces hard dependencies between the
+source files that are included and complicates distribution and
+updates.
+
+It was principally used with \textsf{hyperref} but is not currently
+used in any standard packages in texlive.
+
+The packages are still distributed as simple stubs that reference the
+included packages via \verb|\RequirePackage|  rather than copying
+their source.
+
+The documented source of the original packages is available at 
+\url{https://github.com/ho-tex/hobsub}
+but is not distributed to CTAN.
+
+
+\end{document}


Property changes on: trunk/Master/texmf-dist/doc/latex/hobsub/hobsub.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/tex/latex/hobsub/hobsub-generic.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hobsub/hobsub-generic.sty	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/hobsub/hobsub-generic.sty	2019-11-15 21:43:41 UTC (rev 52810)
@@ -0,0 +1,21 @@
+% hobsub bundle
+%
+% Copyright 2019 Oberdiek Package Support Group
+%
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either
+%% version 1.3c of this license or (at your option) any later
+%% version.
+
+\ifx\ProvidesPackage\undefined\else
+\ProvidesPackage{hobsub-generic}[2019-11-14]
+\fi
+\wlog{hobsub not currently supported, see hobsub.dtx to extract original code}
+\RequirePackage{infwarerr}[2007/09/09]%
+\RequirePackage{iftex}[2010/03/01]%
+\RequirePackage{etexcmds}[2010/01/28]%
+\RequirePackage{ltxcmds}[2010/03/01]%
+%\RequirePackage{luatex-loader}[2009/04/10]%
+\RequirePackage{pdftexcmds}[2007/11/11]%
+\RequirePackage{intcalc}[2007/09/27]%
+\RequirePackage{bigintcalc}[2007/09/27]%


Property changes on: trunk/Master/texmf-dist/tex/latex/hobsub/hobsub-generic.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/tex/latex/hobsub/hobsub-hyperref.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hobsub/hobsub-hyperref.sty	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/hobsub/hobsub-hyperref.sty	2019-11-15 21:43:41 UTC (rev 52810)
@@ -0,0 +1,24 @@
+% hobsub bundle
+%
+% Copyright 2019 Oberdiek Package Support Group
+%
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either
+%% version 1.3c of this license or (at your option) any later
+%% version.
+
+\ifx\ProvidesPackage\undefined\else
+\ProvidesPackage{hobsub-hyperref}[2019-11-14]
+\fi
+\wlog{hobsub not currently supported, see hobsub.dtx to extract original code}
+\RequirePackage{ltxcmds}
+\RequirePackage{ifvtex}
+\RequirePackage{pdftexcmds}
+\RequirePackage{infwarerr}
+\RequirePackage{keyval}
+\RequirePackage{kvsetkeys}
+\RequirePackage{kvdefinekeys}
+\RequirePackage{pdfescape}
+\RequirePackage{hycolor}
+\RequirePackage{letltxmacro}
+\RequirePackage{auxhook}


Property changes on: trunk/Master/texmf-dist/tex/latex/hobsub/hobsub-hyperref.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/tex/latex/hobsub/hobsub.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hobsub/hobsub.sty	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/hobsub/hobsub.sty	2019-11-15 21:43:41 UTC (rev 52810)
@@ -0,0 +1,14 @@
+% hobsub bundle
+%
+% Copyright 2019 Oberdiek Package Support Group
+%
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either
+%% version 1.3c of this license or (at your option) any later
+%% version.
+
+\ifx\ProvidesPackage\undefined\else
+\ProvidesPackage{hobsub}[2019/11/14]
+\fi
+
+\wlog{hobsub not currently supported, see hobsub.dtx to extract original code}


Property changes on: trunk/Master/texmf-dist/tex/latex/hobsub/hobsub.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc	2019-11-15 21:42:38 UTC (rev 52809)
+++ trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc	2019-11-15 21:43:41 UTC (rev 52810)
@@ -559,6 +559,7 @@
 depend histogr
 depend hitec
 depend hletter
+depend hobsub
 depend hpsdiss
 depend hrefhide
 depend hvindex

Added: trunk/Master/tlpkg/tlpsrc/hobsub.tlpsrc
===================================================================


More information about the tex-live-commits mailing list