From 3ed44d43e14d380ff140fe4a0a3a3ab8eecc93d1 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 18 Dec 2014 19:01:00 +0000 Subject: grotesq from CTAN (after many years); loses ugqb*, but since there were no map entries, maybe does not matter git-svn-id: svn://tug.org/texlive/trunk@35859 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/libexec/ctan2tds | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) (limited to 'Master/tlpkg/libexec') diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 194e8b1c5b7..ad16a9df0a4 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1131,6 +1131,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'enctex', => '&PREHOOK_flatten1', 'fixme' => '&PREHOOK_fixme', 'fontools' => '&PREHOOK_fontools', + 'grotesq' => '&PREHOOK_unzip', 'ibygrk' => '&PREHOOK_ibygrk', 'isodoc' => '&PREHOOK_flatten1', 'knuth-local' => '&PREHOOK_knuth_local', @@ -1188,6 +1189,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'fpl' => '&POSTfpl', 'frenchle' => '&POST_rmsymlink', 'ghsystem' => '&POSTghsystem', + 'grotesq' => '&POSTgrotesq', 'grverb' => '&POSTgrverb', 'ibygrk' => '&POSTibygrk', 'impatient' => '&POSTimpatient', @@ -2394,6 +2396,7 @@ $standardmf='[0-9]\.mf'; 'berenisadf' => 'arkandis', 'charter' => 'bitstrea', 'fc' => 'jknappen', + 'grotesq' => 'urw', 'manfnt-font' => 'hoekwater', 'mflogo-font' => 'hoekwater', 'mfpic' => 'metafont', @@ -5241,6 +5244,21 @@ sub POSTghsystem { &SYSTEM ("$MV language pictures $dstdir/"); } +sub POSTgrotesq { + print "POST$package - move files\n"; + &xchdir ($DEST); + &SYSTEM ("$MV doc/fonts/urw/* doc/fonts/$package"); + &mv_with_mkdir ("dvips/config/*", "fonts/map/dvips/$package"); + &SYSTEM ("$MV tex/latex/ugq tex/latex/$package"); + &SYSTEM ("$RM vtex/config/*"); +} + +sub POSTgrverb { + print "POST$package - rename psfonts.map\n"; + my $mapdir = "$DEST/fonts/map/dvips/grverb"; + &SYSTEM ("$MV $mapdir/psfonts.map $mapdir/grverb.map"); +} + sub POSTmptopdf { # mptopdf needs a cut-down version of the context post routine. # But there are enough differences that trying to factor out the @@ -5444,12 +5462,6 @@ sub POSTfpl { &SYSTEM ("$MV README.source $DEST/source/fonts/fpl/README"); } -sub POSTgrverb { - print "POST$package - rename psfonts.map\n"; - my $mapdir = "$DEST/fonts/map/dvips/grverb"; - &SYSTEM ("$MV $mapdir/psfonts.map $mapdir/grverb.map"); -} - sub POSTibygrk { print "POST$package - second copy of ibycus4.map\n"; # after the ibygrk structure has been set up, copy ibycus4.map to the -- cgit v1.2.3