diff options
author | Karl Berry <karl@freefriends.org> | 2008-12-04 01:54:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-12-04 01:54:15 +0000 |
commit | 63a8575f80c1b973beff974090dcd2570fd8e325 (patch) | |
tree | 819a9002f6f77bf18409adb92f6133eccdd40fd6 /Master/tlpkg | |
parent | 45fc4db67b07e91238eba1f833fa950e333ca22a (diff) |
new context package context-gnuplot (3dec08)
git-svn-id: svn://tug.org/texlive/trunk@11513 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 1 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-context.tlpsrc | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/context-gnuplot.tlpsrc | 2 |
4 files changed, 6 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index 46a4406f83c..e8aed161447 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -128,6 +128,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'context-construction-plan', "&MAKEcopy", 'context-degrade', "&MAKEcopy", 'context-french', "&MAKEcopy", + 'context-gnuplot', "&MAKEcopy", 'context-letter', "&MAKEcopy", 'context-lettrine', "&MAKEcopy", 'context-lilypond', "&MAKEcopy", diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index e94fe284b86..7040182660e 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -56,6 +56,7 @@ my @WorkingTLP = qw( computational-complexity confproc constants context-account context-bnf context-chromato context-construction-plan context-degrade context-french + context-gnuplot context-letter context-lettrine context-lilypond context-mathsets context-taspresent context-typearea context-vim diff --git a/Master/tlpkg/tlpsrc/collection-context.tlpsrc b/Master/tlpkg/tlpsrc/collection-context.tlpsrc index 6397872ff14..d0d4ecbfa7b 100644 --- a/Master/tlpkg/tlpsrc/collection-context.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-context.tlpsrc @@ -2,6 +2,7 @@ name collection-context category Collection shortdesc ConTeXt format longdesc Hans Hagen's powerful ConTeXt system, http://pragma-ade.com. +longdesc Also includes third-party ConTeXt packages. depend context depend jmn depend lmextra @@ -12,6 +13,7 @@ depend context-chromato depend context-construction-plan depend context-degrade depend context-french +depend context-gnuplot depend context-letter depend context-lettrine depend context-lilypond diff --git a/Master/tlpkg/tlpsrc/context-gnuplot.tlpsrc b/Master/tlpkg/tlpsrc/context-gnuplot.tlpsrc new file mode 100644 index 00000000000..8ff4c7e4703 --- /dev/null +++ b/Master/tlpkg/tlpsrc/context-gnuplot.tlpsrc @@ -0,0 +1,2 @@ +name context-gnuplot +category Package |