diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-08-05 13:21:21 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-08-05 13:21:21 +0000 |
commit | 91cb8abd5dae54bc53bdfc49215f927e0a2481bf (patch) | |
tree | ef32995bf6393cca1524e193c7cbdcf309e49994 | |
parent | 1f5bacdf0fbfdf16642907bbaab5d0006678f4f4 (diff) |
pre-removing galley, template, xbase, xinitials, xor, xparse, xtheorem
git-svn-id: svn://tug.org/texlive/trunk@10090 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 7 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-latex3.tlpsrc | 7 |
3 files changed, 8 insertions, 8 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index f4eba82ef8f..799cfa52233 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -187,6 +187,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'fragments', "die 'skipping, not a package'", 'frcursive', "&MAKEflatten", 'futurans', "die 'skipping, requires nonfree font'", + 'galley', "die 'skipping, will be included in xpackages later'", 'genmisc', "die 'too complicated, sorry'", 'germbib', "&MAKEgermbib", 'gfsartemisia',"&MAKEflatten", @@ -388,6 +389,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'tamethebeast',"&MAKEtamethebeast", 'tamil-omega', "die 'skipping, supports nonfree ISM fonts'", #"&MAKEflatten", 'taylor', "die 'skipping, nonfree license'", + 'template', "die 'already part of xpackages'", 'tengwarscript',"&MAKEflatten", 'tex-gyre', "&MAKEcopy", 'tex-refs', "die 'skipping, needs work'", @@ -419,13 +421,18 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'wasy2', "&MAKEflatten", 'wntamil', "die 'skipping, nonfree license'", 'wordcount', "&MAKEwordcount", + 'xbase', "die 'renamed to xpackages'", 'xecjk', "&MAKEcopy", 'xecyr', "&MAKEcopy", 'xepersian', "&MAKEflatten", 'xetex-pstricks',"&MAKEcopy", 'xfrac', "die 'skipping, still experimental'", #&MAKEflatten", + 'xinitials', "die 'will be in xpackages when ready (Morten says)'", 'xkeyval', "&MAKExkeyval", 'xmltex', "&MAKExmltex", + 'xor', "die 'will be in xpackages when ready (Morten says)'", + 'xparse', "die 'already in xpackages'", + 'xtheorem', "die 'will be in xpackages when ready (Morten says)'", 'xymtex', "&MAKExymtex", 'xypic', "&MAKExypic", 'zefonts', "&MAKEflatten", diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 47156e90dbe..e1d84af7e61 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -208,7 +208,7 @@ my @WorkingTLP = qw( vector velthuis venn verse versions vertex vhistory visualfaq vmargin vntex volumes vpe vwcol vxu wadalab wallpaper warning warpcol williams wordlike wrapfig - xargs xbase xcolor xdoc xecyr xepersian + xargs xcolor xdoc xecyr xepersian xetex-def xetex-pstricks xetexfontinfo xetexref xfor xgreek xifthen xkeyval xltxtra xmpincl xnewcommand xoptarg diff --git a/Master/tlpkg/tlpsrc/collection-latex3.tlpsrc b/Master/tlpkg/tlpsrc/collection-latex3.tlpsrc index bc2b9bd777b..eee91da9665 100644 --- a/Master/tlpkg/tlpsrc/collection-latex3.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-latex3.tlpsrc @@ -2,11 +2,4 @@ name collection-latex3 category Collection shortdesc LaTeX3 packages depend expl3 -depend galley -depend template -depend xbase -depend xinitials -depend xor -depend xparse -depend xtheorem depend collection-latex |