diff options
author | Karl Berry <karl@freefriends.org> | 2009-05-18 18:22:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-05-18 18:22:48 +0000 |
commit | d94921c034f3fdf580fd994df4691a4035a94067 (patch) | |
tree | 39e5fc828f266ab156d5873c9eb735acada83894 /Master/tlpkg | |
parent | 9ec59a52efe9f9a4e9dbdfb47f893f66e718ab69 (diff) |
new pstricks package pst-gantt (13may09)
git-svn-id: svn://tug.org/texlive/trunk@13210 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/libexec/ctan2tds | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-pstricks.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/pst-gantt.tlpsrc | 2 |
4 files changed, 5 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index b88aadf7d5a..cf4cf7fcdd4 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -188,7 +188,7 @@ my @WorkingTLP = qw( pst-calendar pst-circ pst-cox pst-dbicons pst-diffraction pst-eps pst-eucl pst-fill pst-fr3d pst-fractal pst-fun pst-func - pst-geo pst-grad pst-infixplot pst-jtree pst-labo + pst-gantt pst-geo pst-grad pst-infixplot pst-jtree pst-labo pst-lens pst-light3d pst-math pst-ob3d pst-optexp pst-optic pst-osci pst-pad pst-pdf pst-pdgr pst-qtree pst-sigsys pst-solides3d pst-soroban pst-spectra diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 2c1efd31b89..f662b852013 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -419,6 +419,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'pst-fractal', "&MAKEpst", 'pst-fun', "&MAKEpst", 'pst-func', "&MAKEpst", + 'pst-gantt', "&MAKEpst", 'pst-geo', "&MAKEpstgeo", 'pst-ghsb', "&MAKEpst", 'pst-gr3d', "&MAKEpst", diff --git a/Master/tlpkg/tlpsrc/collection-pstricks.tlpsrc b/Master/tlpkg/tlpsrc/collection-pstricks.tlpsrc index 3abd05a51b8..54f6438bf7f 100644 --- a/Master/tlpkg/tlpsrc/collection-pstricks.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-pstricks.tlpsrc @@ -28,6 +28,7 @@ depend pst-fr3d depend pst-fractal depend pst-fun depend pst-func +depend pst-gantt depend pst-geo depend pst-ghsb depend pst-gr3d diff --git a/Master/tlpkg/tlpsrc/pst-gantt.tlpsrc b/Master/tlpkg/tlpsrc/pst-gantt.tlpsrc new file mode 100644 index 00000000000..7f78a6de9aa --- /dev/null +++ b/Master/tlpkg/tlpsrc/pst-gantt.tlpsrc @@ -0,0 +1,2 @@ +name pst-gantt +category Package |