summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-07-28 15:15:40 +0000
committerKarl Berry <karl@freefriends.org>2012-07-28 15:15:40 +0000
commit92acb993a39825758c6f99417d1fc4cf00b0ae53 (patch)
tree468f9865debf273516b4546ec193ff07e44dca11
parent2c71c9d92117f7f1fe0d5bd6fe74922e50be0c86 (diff)
fontools (6jul12)
git-svn-id: svn://tug.org/texlive/trunk@27217 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/fontools/autoinst12
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/texlive/tlmgr.pl14
-rw-r--r--Master/texmf-dist/doc/support/fontools/README2
-rwxr-xr-xMaster/texmf-dist/scripts/fontools/autoinst12
-rw-r--r--Master/texmf/doc/man/man1/afm2afm.man1.pdfbin5398 -> 5398 bytes
-rw-r--r--Master/texmf/doc/man/man1/autoinst.113
-rw-r--r--Master/texmf/doc/man/man1/autoinst.man1.pdfbin29341 -> 29293 bytes
-rw-r--r--Master/texmf/doc/man/man1/ot2kpx.man1.pdfbin7539 -> 7539 bytes
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds2
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<otfinst> (available from CTAN) is another wrapper
around F<otftotfm>, and may work when B<autoinst> doesn't.
-The MinionPro for LaTeX project
-(F<http://developer.berlios.de/projects/minionpro/>, 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<https://github.com/sebschub/FontPro>)
+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<http://tug.org/texlive/tlmgr.html>, along with procedures for updating
C<tlmgr> itself and information about test versions.
TeX Live is organized into a few top-level I<schemes>, each of which is
-defined as a different set of I<collections> and I<packages>, where a
+specified as a different set of I<collections> and I<packages>, 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<http://tug.org/texlive/doc> 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<otfinst> (available from CTAN) is another wrapper
around F<otftotfm>, and may work when B<autoinst> doesn't.
-The MinionPro for LaTeX project
-(F<http://developer.berlios.de/projects/minionpro/>, 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<https://github.com/sebschub/FontPro>)
+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
--- a/Master/texmf/doc/man/man1/afm2afm.man1.pdf
+++ b/Master/texmf/doc/man/man1/afm2afm.man1.pdf
Binary files 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 <marcpenninga@gmail.com>
@@ -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
--- a/Master/texmf/doc/man/man1/autoinst.man1.pdf
+++ b/Master/texmf/doc/man/man1/autoinst.man1.pdf
Binary files 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
--- a/Master/texmf/doc/man/man1/ot2kpx.man1.pdf
+++ b/Master/texmf/doc/man/man1/ot2kpx.man1.pdf
Binary files 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.