From 92acb993a39825758c6f99417d1fc4cf00b0ae53 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 28 Jul 2012 15:15:40 +0000 Subject: fontools (6jul12) git-svn-id: svn://tug.org/texlive/trunk@27217 c570f23f-e606-0410-a88d-b1316a301751 --- .../texk/texlive/linked_scripts/fontools/autoinst | 12 +++++++----- .../texk/texlive/linked_scripts/texlive/tlmgr.pl | 14 +++++++------- Master/texmf-dist/doc/support/fontools/README | 2 +- Master/texmf-dist/scripts/fontools/autoinst | 12 +++++++----- Master/texmf/doc/man/man1/afm2afm.man1.pdf | Bin 5398 -> 5398 bytes Master/texmf/doc/man/man1/autoinst.1 | 13 +++++++------ Master/texmf/doc/man/man1/autoinst.man1.pdf | Bin 29341 -> 29293 bytes Master/texmf/doc/man/man1/ot2kpx.man1.pdf | Bin 7539 -> 7539 bytes Master/tlpkg/libexec/ctan2tds | 2 +- 9 files changed, 30 insertions(+), 25 deletions(-) diff --git a/Build/source/texk/texlive/linked_scripts/fontools/autoinst b/Build/source/texk/texlive/linked_scripts/fontools/autoinst index 52fe14b65b4..4b3d50fa935 100755 --- a/Build/source/texk/texlive/linked_scripts/fontools/autoinst +++ b/Build/source/texk/texlive/linked_scripts/fontools/autoinst @@ -1782,11 +1782,9 @@ without TeX-specific support files. John Owens' F (available from CTAN) is another wrapper around F, and may work when B doesn't. -The MinionPro for LaTeX project -(F, also on CTAN) -developed very complete support files for Minion Pro (including math), -but the project appears to have been abandoned; -these files don't work with the latest versions of Minion Pro. +The FontPro project (F) +offers very complete support for Adobe's Minion Pro and Myriad Pro +(including math), and is currently working on Cronos Pro as well. =head1 AUTHOR @@ -1829,6 +1827,10 @@ GNU General Public License for more details. =over 12 +=item I<2012-07-06> + +Documentation update. + =item I<2012-03-06> Implemented the "splitting the font family into multiple subfamilies" diff --git a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl index a319ff50fd9..f8ad8833a0b 100755 --- a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl +++ b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl @@ -1,12 +1,12 @@ #!/usr/bin/env perl -# $Id: tlmgr.pl 26857 2012-06-08 00:31:28Z karl $ +# $Id: tlmgr.pl 27170 2012-07-26 22:38:00Z karl $ # # Copyright 2008, 2009, 2010, 2011, 2012 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. -my $svnrev = '$Revision: 26857 $'; -my $datrev = '$Date: 2012-06-08 02:31:28 +0200 (Fri, 08 Jun 2012) $'; +my $svnrev = '$Revision: 27170 $'; +my $datrev = '$Date: 2012-07-27 00:38:00 +0200 (Fri, 27 Jul 2012) $'; my $tlmgrrevision; my $prg; if ($svnrev =~ m/: ([0-9]+) /) { @@ -5596,11 +5596,11 @@ L, along with procedures for updating C itself and information about test versions. TeX Live is organized into a few top-level I, each of which is -defined as a different set of I and I, where a +specified as a different set of I and I, where a collection is a set of packages, and a package is what contains actual files. Schemes typically contain a mix of collections and packages, but each package is included in exactly one collection, no more and no less. -Installation can be customized and managed at any level. +A TeX Live installation can be customized and managed at any level. See L for all the TeX Live documentation available. @@ -5686,9 +5686,9 @@ you can select a different language by giving this option with a language code (based on ISO 639-1). Currently supported (but not necessarily completely translated) are: English (en, default), Czech (cs), German (de), French (fr), Italian (it), Japanese (ja), Dutch (nl), -Polish (pl), Brazilian Portuguese (pt_br), Russian (ru), Slovak (sk), +Polish (pl), Brazilian Portuguese (pt_BR), Russian (ru), Slovak (sk), Slovenian (sl), Serbian (sr), Vietnamese (vi), simplified Chinese -(zh-cn), and traditional Chinese (zh-tw). +(zh_CN), and traditional Chinese (zh_TW). =item B<--machine-readable> diff --git a/Master/texmf-dist/doc/support/fontools/README b/Master/texmf-dist/doc/support/fontools/README index b285b84daa9..35fa5b0c4f7 100644 --- a/Master/texmf-dist/doc/support/fontools/README +++ b/Master/texmf-dist/doc/support/fontools/README @@ -55,4 +55,4 @@ the terms of the GNU General Public Licence. See the file GPLv2.txt for the license conditions. - Marc Penninga, 2012/03/06 + Marc Penninga, 2012/07/06 diff --git a/Master/texmf-dist/scripts/fontools/autoinst b/Master/texmf-dist/scripts/fontools/autoinst index 52fe14b65b4..4b3d50fa935 100755 --- a/Master/texmf-dist/scripts/fontools/autoinst +++ b/Master/texmf-dist/scripts/fontools/autoinst @@ -1782,11 +1782,9 @@ without TeX-specific support files. John Owens' F (available from CTAN) is another wrapper around F, and may work when B doesn't. -The MinionPro for LaTeX project -(F, also on CTAN) -developed very complete support files for Minion Pro (including math), -but the project appears to have been abandoned; -these files don't work with the latest versions of Minion Pro. +The FontPro project (F) +offers very complete support for Adobe's Minion Pro and Myriad Pro +(including math), and is currently working on Cronos Pro as well. =head1 AUTHOR @@ -1829,6 +1827,10 @@ GNU General Public License for more details. =over 12 +=item I<2012-07-06> + +Documentation update. + =item I<2012-03-06> Implemented the "splitting the font family into multiple subfamilies" diff --git a/Master/texmf/doc/man/man1/afm2afm.man1.pdf b/Master/texmf/doc/man/man1/afm2afm.man1.pdf index a4884c93ddf..319d11a598b 100644 Binary files a/Master/texmf/doc/man/man1/afm2afm.man1.pdf and b/Master/texmf/doc/man/man1/afm2afm.man1.pdf differ diff --git a/Master/texmf/doc/man/man1/autoinst.1 b/Master/texmf/doc/man/man1/autoinst.1 index 2e66e514d3b..d997f505ccb 100644 --- a/Master/texmf/doc/man/man1/autoinst.1 +++ b/Master/texmf/doc/man/man1/autoinst.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "AUTOINST 1" -.TH AUTOINST 1 "2012-03-06" "fontools" "Marc Penninga" +.TH AUTOINST 1 "2012-07-06" "fontools" "Marc Penninga" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -571,11 +571,9 @@ without TeX-specific support files. John Owens' \fIotfinst\fR (available from \s-1CTAN\s0) is another wrapper around \fIotftotfm\fR, and may work when \fBautoinst\fR doesn't. .PP -The MinionPro for LaTeX project -(\fIhttp://developer.berlios.de/projects/minionpro/\fR, also on \s-1CTAN\s0) -developed very complete support files for Minion Pro (including math), -but the project appears to have been abandoned; -these files don't work with the latest versions of Minion Pro. +The FontPro project (\fIhttps://github.com/sebschub/FontPro\fR) +offers very complete support for Adobe's Minion Pro and Myriad Pro +(including math), and is currently working on Cronos Pro as well. .SH "AUTHOR" .IX Header "AUTHOR" Marc Penninga @@ -604,6 +602,9 @@ but \s-1WITHOUT\s0 \s-1ANY\s0 \s-1WARRANTY\s0; without even the implied warranty .SH "RECENT CHANGES" .IX Header "RECENT CHANGES" (See the source code for the rest of the story.) +.IP "\fI2012\-07\-06\fR" 12 +.IX Item "2012-07-06" +Documentation update. .IP "\fI2012\-03\-06\fR" 12 .IX Item "2012-03-06" Implemented the \*(L"splitting the font family into multiple subfamilies\*(R" diff --git a/Master/texmf/doc/man/man1/autoinst.man1.pdf b/Master/texmf/doc/man/man1/autoinst.man1.pdf index 4d9927de987..6f3cc744463 100644 Binary files a/Master/texmf/doc/man/man1/autoinst.man1.pdf and b/Master/texmf/doc/man/man1/autoinst.man1.pdf differ diff --git a/Master/texmf/doc/man/man1/ot2kpx.man1.pdf b/Master/texmf/doc/man/man1/ot2kpx.man1.pdf index 93a2d785375..577a98d15b3 100644 Binary files a/Master/texmf/doc/man/man1/ot2kpx.man1.pdf and b/Master/texmf/doc/man/man1/ot2kpx.man1.pdf differ diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index dca9757d20c..37e53c0d78f 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2865,7 +2865,7 @@ sub doscripts { # update the copy in Build (the reason we do the bindir ones first). &xmkdir ($builddir); &SYSTEM ("$CP $DEST/scripts/$package/* $builddir/"); - chomp (my @scripts = `cd $builddir && ls`); + chomp (@scripts = `cd $builddir && ls`); } # then do the ones that go only under scripts/ and not in the bindirs. -- cgit v1.2.3