texlive[51757] trunk: authorindex (27jul19)

commits+karl at tug.org commits+karl at tug.org
Sat Jul 27 23:07:02 CEST 2019


Revision: 51757
          http://tug.org/svn/texlive?view=revision&revision=51757
Author:   karl
Date:     2019-07-27 23:07:02 +0200 (Sat, 27 Jul 2019)
Log Message:
-----------
authorindex (27jul19)

Modified Paths:
--------------
    trunk/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
    trunk/Master/texmf-dist/doc/latex/authorindex/NEWS
    trunk/Master/texmf-dist/doc/latex/authorindex/authorindex.pdf
    trunk/Master/texmf-dist/doc/latex/authorindex/authorindex.tex

Modified: trunk/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl	2019-07-27 21:06:35 UTC (rev 51756)
+++ trunk/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl	2019-07-27 21:07:02 UTC (rev 51757)
@@ -1,12 +1,12 @@
 #!/usr/bin/env perl
-# $Id: tlmgr.pl 51716 2019-07-24 04:58:04Z preining $
+# $Id: tlmgr.pl 51740 2019-07-26 17:39:35Z karl $
 #
 # Copyright 2008-2019 Norbert Preining
 # This file is licensed under the GNU General Public License version 2
 # or any later version.
 
-my $svnrev = '$Revision: 51716 $';
-my $datrev = '$Date: 2019-07-24 06:58:04 +0200 (Wed, 24 Jul 2019) $';
+my $svnrev = '$Revision: 51740 $';
+my $datrev = '$Date: 2019-07-26 19:39:35 +0200 (Fri, 26 Jul 2019) $';
 my $tlmgrrevision;
 my $tlmgrversion;
 my $prg;
@@ -5458,14 +5458,15 @@
 sub check_runfiles {
   my $Master = $localtlpdb->root;
 
-  # build a list of all runtime files associated to 'normal' packages
-  (my $non_normal = `ls "$Master/bin"`) =~ s/\n/\$|/g; # binaries
-  $non_normal .= '^0+texlive|^bin-|^collection-|^scheme-|^texlive-|^texworks';
-  $non_normal .= '|^pgf$';  # has lots of intentionally duplicated .lua
+  # build a list of all runtime files associated with normal packages.
+  (my $omit_pkgs = `ls "$Master/bin"`) =~ s/\n/\$|/g; # binaries
+  $omit_pkgs .= '^0+texlive|^bin-|^collection-|^scheme-|^texlive-|^texworks';
+  $omit_pkgs .= '|^pgf$';           # intentionally duplicated .lua
+  $omit_pkgs .= '|^latex-.*-dev$';  # intentionally duplicated base latex
   my @runtime_files = ();
   #
   foreach my $tlpn ($localtlpdb->list_packages) {
-    next if ($tlpn =~ /$non_normal/);
+    next if $tlpn =~ /$omit_pkgs/;
     #
     my $tlp = $localtlpdb->get_package($tlpn);
     my @files = $tlp->runfiles;
@@ -9859,7 +9860,7 @@
 distribution (L<https://tug.org/texlive>) and both are licensed under the
 GNU General Public License Version 2 or later.
 
-$Id: tlmgr.pl 51716 2019-07-24 04:58:04Z preining $
+$Id: tlmgr.pl 51740 2019-07-26 17:39:35Z karl $
 =cut
 
 # test HTML version: pod2html --cachedir=/tmp tlmgr.pl >/tmp/tlmgr.html

Modified: trunk/Master/texmf-dist/doc/latex/authorindex/NEWS
===================================================================
--- trunk/Master/texmf-dist/doc/latex/authorindex/NEWS	2019-07-27 21:06:35 UTC (rev 51756)
+++ trunk/Master/texmf-dist/doc/latex/authorindex/NEWS	2019-07-27 21:07:02 UTC (rev 51757)
@@ -1,3 +1,7 @@
+27 July 2019:
+
+- The package is no longer maintained.
+
 August 2008:
 
 - Describe workaround for bibunits (simplified from Sylwester Arabas's

Modified: trunk/Master/texmf-dist/doc/latex/authorindex/authorindex.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/authorindex/authorindex.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/authorindex/authorindex.tex	2019-07-27 21:06:35 UTC (rev 51756)
+++ trunk/Master/texmf-dist/doc/latex/authorindex/authorindex.tex	2019-07-27 21:07:02 UTC (rev 51757)
@@ -5,12 +5,15 @@
 
 \usepackage[T1]{fontenc}
 \usepackage{textcomp}
+\usepackage{charter}
+\usepackage[scaled=0.88]{beramono}
+\usepackage{microtype}
+
 \renewcommand{\labelitemi}{\textbullet}
-
-\newcommand{\package}[1]{\textsf{#1}}
+\newcommand{\package}[1]{\texttt{#1}}
 \newcommand{\authorindex}{\package{authorindex}}
 \newcommand{\mkindex}{\package{makeindex}}
-\newcommand{\perl}{\textsf{perl}}
+\newcommand{\perl}{\texttt{perl}}
 
 \newcommand{\file}[1]{\texttt{#1}}
 \newcommand{\fnext}[1]{\file{.#1}}
@@ -26,7 +29,7 @@
 \renewcommand\descriptionlabel[1]{\hspace\labelsep\normalfont\texttt{#1}}
 
 \title{The \authorindex\ Package}
-\author{Andreas Wettstein\\\texttt{wettstae at solnet.ch}}
+\author{Andreas Wettstein\\\texttt{wettstae at gmail.com}}
 \date{August 2008}
 
 \begin{document}
@@ -706,17 +709,17 @@
 \begin{thebibliography}{3}
 
 \bibitem{Patashnik88a}
-\textsc{O.~Patashnik}.
+O.~Patashnik.
 \newblock \textit{{\BibTeX ing}} (1988).
 \newblock Documentation for general {\BibTeX} users.
 
 \bibitem{Beebe98}
-\textsc{N.~H.~F. Beebe}.
+N.~H.~F. Beebe.
 \newblock \textit{{AUTHIDX}: An author/editor indexing package}.
 \newblock TUGboat \textbf{19}(1):1001--1007 (1998).
 
 \bibitem{Patashnik88b}
-\textsc{O.~Patashnik}.
+O.~Patashnik.
 \newblock \textit{Designing {\BibTeX} styles} (1988).
 \newblock The part of \BibTeX's documentation that's not meant for general
   users.
@@ -724,3 +727,8 @@
 \end{thebibliography}
 
 \end{document}
+
+%%% Local Variables:
+%%% mode: latex
+%%% TeX-master: t
+%%% End:



More information about the tex-live-commits mailing list