summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-03-21 17:50:32 +0000
committerKarl Berry <karl@freefriends.org>2011-03-21 17:50:32 +0000
commit16ee26cb81f91991bd5a44d10611b871b76d57ee (patch)
treeedbe84c9ea0d7bdbf64d62c456e0fe4835e62a15
parent40c3c9626d2ff87ef13711353b6e94c3b199c05b (diff)
rm multibox, noinfo license
git-svn-id: svn://tug.org/texlive/trunk@21784 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/multibox/multibox.pdfbin212380 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/multibox/multibox.tex51
-rw-r--r--Master/texmf-dist/tex/latex/multibox/multibox.sty63
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check2
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds3
-rw-r--r--Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/multibox.tlpsrc0
7 files changed, 3 insertions, 117 deletions
diff --git a/Master/texmf-dist/doc/latex/multibox/multibox.pdf b/Master/texmf-dist/doc/latex/multibox/multibox.pdf
deleted file mode 100644
index 867a40ca326..00000000000
--- a/Master/texmf-dist/doc/latex/multibox/multibox.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/multibox/multibox.tex b/Master/texmf-dist/doc/latex/multibox/multibox.tex
deleted file mode 100644
index 5747cdbc967..00000000000
--- a/Master/texmf-dist/doc/latex/multibox/multibox.tex
+++ /dev/null
@@ -1,51 +0,0 @@
-\documentclass[pagesize=auto, parskip=half, fontsize=12pt, DIV=11]{scrartcl}
-
-\usepackage{fixltx2e}
-\usepackage{etex}
-\usepackage{lmodern}
-\usepackage[T1]{fontenc}
-\usepackage{textcomp}
-\usepackage{booktabs}
-\usepackage{microtype}
-
-\newcommand*{\pkg}[1]{\textsf{#1}}
-\newcommand*{\cs}[1]{\texttt{\textbackslash#1}}
-\makeatletter
-\newcommand*{\cmd}[1]{\cs{\expandafter\@gobble\string#1}}
-\makeatother
-\newcommand*{\env}[1]{\texttt{#1}}
-\newcommand*{\meta}[1]{\textlangle\textsl{#1}\textrangle}
-\newcommand*{\marg}[1]{\texttt{\{}\meta{#1}\texttt{\}}}
-\newcommand*{\narg}[1]{\texttt{\{$#1$\}}}
-\newcommand*{\oarg}[1]{\texttt{[}\meta{#1}\texttt{]}}
-\newcommand*{\pargs}[2]{\texttt{($#1$,\,$#2$)}}
-\newcommand*{\coord}[2]{$(#1,\:#2)$}
-\newcommand*{\txt}[1]{Text\textsubscript{$#1$}}
-
-\addtokomafont{title}{\rmfamily}
-
-\title{\pkg{MULTIBOX.STY}}
-\subtitle{A style option to provide multiple boxes in pictures}
-\author{Brian HAMILTON KELLY\thanks{Royal Military College of Science, Shrivenham, SWINDON, SN6 8LA, United Kingdom}}
-\date{13 October 1988}
-
-
-\begin{document}
-
-\maketitle
-
-This style file option provides two new commands for use in the \env{picture}
-environment:
-%
-\begin{itemize}
-\item \cmd{\multimake}\pargs{x}{y}\pargs{dx}{dy}\narg{n}\pargs{w}{h}\oarg{pos}\marg{\txt{1}}\marg{\txt{2}}\ldots\marg{\txt{n}}
-\item \cmd{\multiframe}\pargs{x}{y}\pargs{dx}{dy}\narg{n}\pargs{w}{h}\oarg{pos}\marg{\txt{1}}\marg{\txt{2}}\ldots\marg{\txt{n}}
-\end{itemize}
-%
-These commands set the $n$ texts \meta{\txt{1}}\ldots\meta{\txt{n}} inside a \cmd{\makebox} or
-\cmd{\framebox} respectively. The first box has its lower-left corner at \coord{x}{y},
-and successive boxes are located at \coord{x+dx}{y+dy}, \ldots, \coord{x+(n-1)\,dx}{y+(n-1)\,dy}.
-Each box has width and height determined by \coord{w}{h}, and the optional
-box placement parameter \meta{pos} is applied to all the generated texts.
-
-\end{document}
diff --git a/Master/texmf-dist/tex/latex/multibox/multibox.sty b/Master/texmf-dist/tex/latex/multibox/multibox.sty
deleted file mode 100644
index afe5530d15e..00000000000
--- a/Master/texmf-dist/tex/latex/multibox/multibox.sty
+++ /dev/null
@@ -1,63 +0,0 @@
-% MULTIBOX.STY - a style option to provide multiple boxes in pictures
-% ============
-% Author: Brian HAMILTON KELLY, Royal Military College of Science,
-% Shrivenham, SWINDON, SN6 8LA, United Kingdom
-% Date: 13 October 1988
-%
-% This style file option provides two new commands for use in the picture
-% environment:
-%
-% \multimake(x,y)(dx,dy){n}(w,h)[<pos>]{Text_1}{Text_2}...{Text_n}
-% \multiframe(x,y)(dx,dy){n}(w,h)[<pos>]{Text_1}{Text_2}...{Text_n}
-%
-% These commands set the n texts Text_1..Text_n inside a \makebox or
-% \framebox respectively. The first box has its lower-left corner at (x,y),
-% and successive boxes are located at (x+dx,y+dy),..,(x+(n-1)dx,y+(n-1)dy).
-% Each box has width and height determined by (w,h), and the optional
-% box placement parameter <pos> is applied to all the generated texts
-%
-
-\newtoks\multi@rg
-
-\def\multiframe{\let\@putitem=\@iframepicbox \multib@x}
-\def\multimake{\let\@putitem=\@imakepicbox \multib@x}
-
-\def\multib@x(#1,#2)(#3,#4)#5(#6,#7){\@xdim=#1\unitlength \@ydim=#2\unitlength
- \def\@dxdim{#3} \def\@dydim{#4}
- \@multicnt=#5 \def\@Xsize{#6} \def\@Ysize{#7}
- \@ifnextchar [{\imultib@x}{\imultib@x[]}
- }
-
-% The liberal use of % at the ends of lines is to prevent the ingestion of
-% superfluous spaces which would otherwise upset the horizontal positioning
-% of the boxes.
-
-\def\imultib@x[#1]{\@killglue\relax
- \def\p@sarg{#1}%
- \d@multi
- }
-
-% We need the expanded definition of \i@putitem because \@imakepicbox DOESN'T
-% expand its #3 argument (the optional text placement bit). However, it can
-% only recognize the letters b, t, l and r in this position, so \p@sarg is no
-% use. Therefore we expand the arguments, producing an appropriate call.
-
-\def\d@multi{%
- \ifnum\@multicnt > 0
- \def\next@rg##1{%
- \multi@rg={{##1}}% Assign the next argument of original text to \multi@rg
- \edef\@iputitem{%
- \noexpand\@putitem(\@Xsize,\@Ysize)[\p@sarg]{\the\multi@rg}%
- }%
- \raise\@ydim\hbox to \z@{\kern \@xdim \@iputitem\hss}%
- \advance\@xdim by \@dxdim\unitlength \advance\@ydim by \@dydim\unitlength
- \advance\@multicnt by \m@ne
- \d@multi}% End of (re-)definition of \next@rg
- \else
- \let\next@rg=\ignorespaces
- \fi % Now execute \next@rg;
- \next@rg % This will read the text, set it and then call \d@multi recursively
- }
-
-
-
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index 65db602ba91..404ebd5d31f 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -243,7 +243,7 @@ my @TLP_working = qw(
moreverb movie15 mp3d mparhack mpgraphics
mpman-ru ms msc msg mslapa msuthesis mtgreek
multenum multibbl multibib multicap multirow
- multibox multido multiobjective munich musixguit musixtex muthesis
+ multido multiobjective munich musixguit musixtex muthesis
mwcls mxedruli
mylatexformat
nag namespc natbib nath nature navigator ncclatex ncctools
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 05edd2cff57..2bbbf976486 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -525,6 +525,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'msuthesis', "&MAKEflatten",
'mtp2lite', "die 'skipping, nonfree'",
'mtx', "die 'skipping, problematic musixtex binaries'",
+ 'multibox', "die 'skipping, noinfo license, author deceased'",
'multido', "&MAKEpst",
'multirow', "&MAKEflatten",
'musictex', "die 'skipping, superseded by musixtex",
@@ -4166,7 +4167,7 @@ sub POSTbiber {
for my $archive (sort (<biber-*>)) {
next if $archive =~ /freebsd[68]\./; # we only want freebsd7
- my $unarchiver = &biber_unarchiver ($archive);
+ my $unarchiver = &unarchiver ($archive);
&SYSTEM ("$unarchiver $archive");
# each .tar.gz unpacks into a single file named biber,
diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
index 50183f4af41..b50cfad39f4 100644
--- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
@@ -416,7 +416,6 @@ depend msg
depend mslapa
depend mtgreek
depend multenum
-depend multibox
depend multibbl
depend multicap
depend multirow
diff --git a/Master/tlpkg/tlpsrc/multibox.tlpsrc b/Master/tlpkg/tlpsrc/multibox.tlpsrc
deleted file mode 100644
index e69de29bb2d..00000000000
--- a/Master/tlpkg/tlpsrc/multibox.tlpsrc
+++ /dev/null