diff options
author | Karl Berry <karl@freefriends.org> | 2012-03-05 23:21:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-03-05 23:21:43 +0000 |
commit | 3ddbe9fca8914466748f42368d9c6468bc99ffab (patch) | |
tree | dadf5b615145e50f8e79dceaa4ff8f23d747536f /Master/tlpkg | |
parent | de78cac20606a5487809f4c7d8bb6c50ecf09204 (diff) |
curve2e 1.40 (5mar12)
git-svn-id: svn://tug.org/texlive/trunk@25569 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 3 |
3 files changed, 4 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 1f735d520e0..f2bd4a18c5d 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -266,7 +266,7 @@ my @TLP_working = qw( mla-paper mlist mmap mnsymbol moderncv moderntimeline modiagram modref modroman mongolian-babel montex moreenum morefloats morehype moresize - moreverb morewrites movie15 mp3d mparhack mpcolornames mpgraphics + moreverb morewrites mp3d mparhack mpcolornames mpgraphics mpman-ru ms msc msg mslapa msu-thesis mtgreek multenum multibbl multibib multicap multirow multido multiobjective munich musixguit diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index 2b199055583..b6ccd08fa69 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -17,7 +17,7 @@ sub main { # erroneous or problematic tds files (when new, tell RobinF and author) $erroneous_tds = join ("|", - qw(engpron gost he-she imtekda mdframed spanish titleps), + qw(engpron gost he-she imtekda spanish titleps), ); # Heiko's tds files (don't propagate through CTAN fast enough). diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 958804485cc..63710dd6098 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -547,6 +547,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'matlab', "die 'skipping, requires nonfree matlab'", 'mattex', "die 'skipping, requires nonfree matlab'", 'mdwfonts', "die 'skipping, too many tfm duplicates'", + 'media9', "die 'skipping, requires nonfree flash in nonfree acrobat 9'", 'mem', "die 'skipping, experimental ca.2006'", 'memo2', "die 'skipping, latex 2.09'", 'memoirchapterstyles', "die 'skipping, use MemoirChapStyles'", @@ -571,7 +572,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'montex', "&MAKEflatten", 'morehelp', "die 'skipping, nonfree license'", 'morse', "die 'skipping, nosell license'", - 'movie15', "&MAKEflatten", + 'movie15', "die 'skipping, replaced by media9'", 'mp3d', "&MAKEflatten", 'mpattern', "&MAKEmpattern", 'mpcolornames',"&MAKEcopy", |