From 572d3c71718a606b766f8a2d553c3eeffc456587 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 8 Sep 2008 00:47:19 +0000 Subject: new metapost package metago (26aug08) git-svn-id: svn://tug.org/texlive/trunk@10475 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/ctan2tds | 23 ++++++++++++----------- Master/tlpkg/bin/tlpkg-ctan-check | 3 ++- Master/tlpkg/tlpsrc/collection-metapost.tlpsrc | 1 + Master/tlpkg/tlpsrc/metago.tlpsrc | 2 ++ 4 files changed, 17 insertions(+), 12 deletions(-) create mode 100644 Master/tlpkg/tlpsrc/metago.tlpsrc (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index 1ab4fde8f2a..8dd880674b2 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -1074,17 +1074,18 @@ $standarddvi = 'NULL'; # rely on authors/CTAN making pdf's. # packages which need special MetaPost files $standardmp = '\.mp$'; %specialmp = ( - 'automata', 'automata.mp', # skip example.mp - 'bpolynomial', 'bpolynomial.mp', # skip examples.mp - 'dviincl', 'fix.*mp', # skip test-bop.mp - 'epsincl', 'eps.*mp', # skip testincl.mp - 'feynmp', 'feynmp.mp', - 'latexmp', 'latexmp.mp', - 'mpattern', 'mpattern.mp', # don't install test.mp - 'mpman-ru', 'NULL', # doc package - 'polski', 'NULL', # no sample-*.mp - 'semioneside', 'NULL', # don't install figure*.mp - 'textpath', 'textpath.mp', # don't install textpathfigs.mp + 'automata' => 'automata.mp', # not example.mp + 'bpolynomial' => 'bpolynomial.mp', # not examples.mp + 'dviincl' => 'fix.*mp', # not test-bop.mp + 'epsincl' => 'eps.*mp', # not testincl.mp + 'feynmp' => 'feynmp.mp', + 'latexmp' => 'latexmp.mp', + 'metago' => 'metago.mp', # not example-* + 'mpattern' => 'mpattern.mp', # not test.mp + 'mpman-ru' => 'NULL', # doc package + 'polski' => 'NULL', # not sample-*.mp + 'semioneside' => 'NULL', # not figure*.mp + 'textpath' => 'textpath.mp', # not textpathfigs.mp ); # packages which need special BibTeX styles installed diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 2c29d451240..9dc112d2284 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -136,7 +136,8 @@ my @WorkingTLP = qw( mathmode maybemath mcaption mceinleger mciteplus mdwtools memexsupp memoir MemoirChapStyles mentis - menu metaobj metaplot metatex metauml mff mfpic mftinc mh mhchem + menu metago metaobj metaplot metatex metauml + mff mfpic mftinc mh mhchem mhequ mhs microtype midnight minipage-marginpar minitoc minutes mkjobtexmf mkpattern mla-paper mlist mmap mnsymbol diff --git a/Master/tlpkg/tlpsrc/collection-metapost.tlpsrc b/Master/tlpkg/tlpsrc/collection-metapost.tlpsrc index 52f5e6632ec..95224a3919d 100644 --- a/Master/tlpkg/tlpsrc/collection-metapost.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-metapost.tlpsrc @@ -15,6 +15,7 @@ depend featpost depend feynmf depend hatching depend latexmp +depend metago depend metaobj depend metaplot depend metapost diff --git a/Master/tlpkg/tlpsrc/metago.tlpsrc b/Master/tlpkg/tlpsrc/metago.tlpsrc new file mode 100644 index 00000000000..1d9fa7f883a --- /dev/null +++ b/Master/tlpkg/tlpsrc/metago.tlpsrc @@ -0,0 +1,2 @@ +name metago +category Package -- cgit v1.2.3