summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-11-30 18:53:30 +0000
committerKarl Berry <karl@freefriends.org>2010-11-30 18:53:30 +0000
commitec43769f813ff46824f146a1ab5e8a09442aab48 (patch)
tree62c5e32250d3f7a3486ffc30e8422f850a1a0519 /Master
parent37214ef4ba6a0d9b0c59068b71a05f2fc56d0259 (diff)
rm vrb, noinfo license, apparent author does not recall writing it
git-svn-id: svn://tug.org/texlive/trunk@20609 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/generic/vrb/readme20
-rw-r--r--Master/texmf-dist/tex/generic/vrb/vrb.tex144
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check2
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds1
-rw-r--r--Master/tlpkg/tlpsrc/collection-genericextra.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/vrb.tlpsrc0
6 files changed, 2 insertions, 166 deletions
diff --git a/Master/texmf-dist/doc/generic/vrb/readme b/Master/texmf-dist/doc/generic/vrb/readme
deleted file mode 100644
index 4e46165e271..00000000000
--- a/Master/texmf-dist/doc/generic/vrb/readme
+++ /dev/null
@@ -1,20 +0,0 @@
-%Contents: Verbatim macros via plain TeX, to be used with AnyTeX.
-%Version: 1.1 of March 1994.
-%Purpose: Handling verbatims with user guidance (options) to be
-% provided via \everyverbatim and/or \thisverbatim. (New approach.)
-% To be used with TeX, LaTeX, ...
-% Examples of guidance: verbatim input from file
-% escapecharacter and metacode
-% block comment
-% (selective) numbering of verbatim lines
-% inline verbatim (with minimal | tags).
-% Placement within context is parameterized via
-% \preverbatim and \postverbatim with as default \medskip.
-%Author: C.G. van der Laan, Hunzeweg 57, 9893PB, Garnwerd. The Netherlands.
-% 05941-1525., cgl@risc1.rug.nl.
-%Documentation: MAPS 94.1, as a spin-off in the TUGboat BLUes article,
-% which discusses the TUGboat styles and descendants.
-%Keywords: verbatim, escape character, block comment, file verbatim inclusion.
-%Examples of use (after \input vrb.tex) %the macros, as appended below
-%
-%\input vrb.tex %File included for convenience
diff --git a/Master/texmf-dist/tex/generic/vrb/vrb.tex b/Master/texmf-dist/tex/generic/vrb/vrb.tex
deleted file mode 100644
index 7b18bfcc2d1..00000000000
--- a/Master/texmf-dist/tex/generic/vrb/vrb.tex
+++ /dev/null
@@ -1,144 +0,0 @@
-%Author: C.G. van der Laan, Hunzeweg 57, 9893PB
-% Garnwerd, The Netherlands
-% 05941-1525, cgl@risc1.rug.nl.
-%Purpose: Verbatim macros via plain TeX,
-% to be used with AnyTeX.
-% *numvrb
-%User toks variables
-\newtoks\thisverbatim
-\newtoks\everyverbatim
-%
-%User customization
-\let\preverbatim\medskip
-\let\postverbatim\medbreak
-% *vrblin100
-%User `options': \numvrb
-\newcount\vrblin
-\def\numvrb{\vrblin0
- \everypar{\advance\vrblin1
- \llap{\sevenrm\the\vrblin\quad}}}
-\def\nonum{\everypar={}}
-% : \emc
-\def\makeescape#1{\catcode`#1=0 }
-\def\makeactive#1{\catcode`#1=13 }
-{\makeactive\<
- \gdef\emc{\makeactive\<%
- \def<##1>{$\langle##1\rangle$}}}
-% *vrblin200
-%User macro
-\def\verbatim{\preverbatim\begingroup
- \tt\setupverbatim
- \the\everyverbatim\relax
- \the\thisverbatim\relax
- \verbatimgobble}
-%
-\def\endverbatim{\endgroup\postverbatim
- \thisverbatim={}}
-%
-\def\setupverbatim{\makeactive\`%
- \let\!=!\makeescape\!%Knuth&Levy
- \def\par{\leavevmode\endgraf}%TB381
- \obeylines\uncatcodespecials
- \obeyspaces}
-%
-{\obeyspaces\global\let =\
- \obeylines\gdef\verbatimgobble#1^^M{}%
- \makeactive\` \gdef`{\relax\lq}}%TB381
-%
-\def\uncatcodespecials{\def\do##1{%
- \catcode`##1=12 }\dospecials}
-% *vrblin250
-%Minimal | tag for inline verbatim
-\def\vrt{{\tt\char`\|}}\makeactive\|
-\def|{\bgroup\tt\setupverbatim
- \the\everyverbatim\relax
- \the\thisverbatim\relax
- \def|{\egroup\thisverbatim{}}}
-%\endinput %14/2/94 cgl@risc1.rug.nl
-% *nonum
-%Contents
-%Newtoks
-% \thisverbatim.................2
-% \everyverbatim................3
-%Customing
-% \preverbatim..................6
-% \postverbatim.................7
-%Options
-% \numvrb.....................103
-% \nonum......................106
-% \makeescape.................108
-% \makeactive.................109
-% \emc........................111
-% <#1>........................112
-%User macro
-% \verbatim...................202
-% \endverbatim................208
-% \setupverbatim..............211
-% \verbatimgobble.............218
-% `...........................219
-% \uncatcodespecials..........221
-%Inline verbatim
-% \vrt........................252
-% |...........................253
-%History of changes vrb.tex
-%March 94 Block comments omitted.
-% Verbatim mode with exclamation
-% mark as escape char.
-%Febr 1994 Release Version 1.
-%
-%Examples. (Extract the above vrt.tex file
-% and store this as vrt.tex.)
-%
-%
-%1. To handle other fonts via change and emc (enable metacode).
-\thisverbatim={\emc}
-\verbatim
-Some <meta code> and
-blah, blah, ... !it
-Now text in italics!tt
-and back again in tt
-!endverbatim
-%
-%2. To handle numbering and verbatim file inclusion
-\everyverbatim={\numvrb}
-\thisverbatim={\makeescape\*
- \catcode`\|=12
- \catcode`\!=12
- \input vrb.tex
- }
-\verbatim
-Extras after file
-*endverbatim
-%
-%3. To restart (line)numbers
-\thisverbatim={\vrblin0 }
-\verbatim
-Just some text with
-line numbers restarted.
-
-
-After two blank lines.
-!endverbatim
-%
-%4. In-line with alias tags
-{\makeactive\|
-\thisverbatim{\emc}
-Before |inline <text and \cs>| after.
-}
-\bye
-%History of changes
-%March 1994 Selective numbering added as example.
-%12 Feb 1994 File verbatim inclusion simplified. Just supply
-% as part of the replacement text of \thisverbatim
-% \input ... .
-% Now more than one file can be specified.
-% Moreover, the encoding is simpler.
-% Furthermore, the coding of the second | as alias
-% for \endverbatim is simplified, similar to manmac.
-% Last but not least the deficiencies as mentioned
-% in TeXbook p.381 have been incorporated.
-% In-line verbatim only via alias tags.
-%12 Jan 1994 \ea\relax omitted and file rearranged as test.
-% \processl improved to handle blank lines.
-% in-line verbatim added, explicitly
-% Jan 1994 Name changes and submission to CTAN
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index 9174aca6daf..8166f5ab853 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -342,7 +342,7 @@ my @TLP_working = qw(
varsfromjobname varwidth vaucanson-g
vector velthuis venn venturisadf verbatimbox verbatimcopy verbdef
verse version versions vertbars
- vhistory visualfaq vmargin vntex volumes vpe vrb vruler vwcol vxu
+ vhistory visualfaq vmargin vntex volumes vpe vruler vwcol vxu
wadalab wallpaper warning warpcol widetable williams wordlike
wrapfig wsuipa
xargs xcolor xcomment xdoc
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index a57e347821d..51fabbbc9ff 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -739,6 +739,7 @@ $Master = "$mydir/../..";
'vita', "die 'skipping, nonfree license'",
'voss-de', "&MAKEvossde",
'vpp', "die 'skipping, not self-locating, three-char name for ruby script?'",
+ 'vrb', "die 'skipping, noinfo license, author does not recall'",
'vrsion', "die 'skipping, nonfree license'",
'wadalab', "&MAKEwadalab",
'wasy2', "&MAKEflatten",
diff --git a/Master/tlpkg/tlpsrc/collection-genericextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-genericextra.tlpsrc
index a334076b435..d9c5fca1b51 100644
--- a/Master/tlpkg/tlpsrc/collection-genericextra.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-genericextra.tlpsrc
@@ -29,7 +29,6 @@ depend pdf-trans
depend shade
depend tabto-generic
depend texapi
-depend vrb
depend xlop
depend yax
#
diff --git a/Master/tlpkg/tlpsrc/vrb.tlpsrc b/Master/tlpkg/tlpsrc/vrb.tlpsrc
deleted file mode 100644
index e69de29bb2d..00000000000
--- a/Master/tlpkg/tlpsrc/vrb.tlpsrc
+++ /dev/null