diff options
author | Karl Berry <karl@freefriends.org> | 2010-01-17 23:44:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-01-17 23:44:23 +0000 |
commit | 1f5d5aecc9a0afaf88d196f4957d29cad92603b3 (patch) | |
tree | 057f71fd3d064b89ff6b81356a9bc4372887fda9 /Master/tlpkg | |
parent | 9b502b8cb4a1074839fecf97df4bec87473f357b (diff) |
new font package txfontsb 1.00 (17jan10)
git-svn-id: svn://tug.org/texlive/trunk@16763 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 3 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 8 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/txfontsb.tlpsrc | 0 |
4 files changed, 11 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index a02351ef3ab..07a2e5ffaa6 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -269,7 +269,8 @@ my @WorkingTLP = qw( tocbibind tocloft tocvsec2 todo todonotes tokenizer toolbox tools toptesi totcount totpages tracking trajan translator tree-dvips trfsigns trimspaces trivfloat trsym - tufte-latex tugboat tugboat-plain turnstile twoup txfonts Type1fonts + tufte-latex tugboat tugboat-plain turnstile twoup txfonts + txfontsb Type1fonts typedref typogrid uaclasses uebungsblatt ucdavisthesis ucthesis uhrzeit uiucthesis ulqda ulsy diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 2f753e05955..ba0d476092e 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -596,6 +596,7 @@ $Master = "$mydir/../.."; 'turnstile', "&MAKEflatten", 'tpx', "die 'skipping, nosource, Windows'", 'txfonts', "&MAKEflatten", + 'txfontsb', "&MAKEflatten", 'ucs', "&MAKEucs", 'uebungsblatt',"&MAKEflatten", 'uk-faq', "die 'skipping, use FAQ-en'", @@ -1213,6 +1214,7 @@ $standardtex='\.(cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'trajan', 'fonts', 'tugboat-plain', 'plain', 'txfonts', 'fonts', + 'txfontsb', 'fonts', 'universa', 'fonts', 'vancouver', 'bibtex', 'variations', 'generic', @@ -1488,6 +1490,9 @@ $standardpfb = '\.pfb|\.inf$'; $standardttf='\.ttf'; %specialttf= (); +$standardsfd='\.sfd'; +%specialotf= (); + $standardotf='\.otf'; %specialotf= (); @@ -2045,6 +2050,9 @@ sub dotype1{ my $ttfpatt = $specialttf{$package} || $standardttf; &install("$DEST/fonts/truetype/public/$package", $ttfpatt); + + my $sfdpatt = $specialsfd{$package} || $standardsfd; + &install("$DEST/fonts/sfd/$package", $sfdpatt); } # scripts. Make them executable even if it isn't always necessary. diff --git a/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc index 6a87c5b0378..6fd471e19b4 100644 --- a/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc @@ -133,6 +133,7 @@ depend tapir depend tengwarscript depend tpslifonts depend trajan +depend txfontsb depend umtypewriter depend univers depend universa diff --git a/Master/tlpkg/tlpsrc/txfontsb.tlpsrc b/Master/tlpkg/tlpsrc/txfontsb.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/txfontsb.tlpsrc |