diff options
author | Karl Berry <karl@freefriends.org> | 2018-02-04 21:39:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-02-04 21:39:47 +0000 |
commit | bf12dd1f8724f65d1116fbfb6d9a94cfb49c88ac (patch) | |
tree | 883e981258ff8dc56a4c57dfdd554ad534f771b0 /Master/tlpkg | |
parent | 371ddd4c16bf1b16d9bd81caf9525e53128d3087 (diff) |
pst-calculate (4feb18)
git-svn-id: svn://tug.org/texlive/trunk@46544 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-calculate.tlpsrc | 0 |
4 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 31a2e418c65..308f780b275 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -508,7 +508,7 @@ my @TLP_working = qw( psgo psizzl pslatex psnfss pspicture pst-2dplot pst-3d pst-3dplot pst-abspos pst-am pst-arrow pst-asr pst-bar pst-barcode pst-bezier pst-blur pst-bspline - pst-calendar pst-cie pst-circ pst-coil pst-cox + pst-calculate pst-calendar pst-cie pst-circ pst-coil pst-cox pst-dart pst-dbicons pst-diffraction pst-electricfield pst-eps pst-eucl pst-eucl-translation-bg pst-exa pst-fill pst-fit pst-fr3d pst-fractal pst-fun pst-func diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 569655f5703..3036ff6de8d 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -902,6 +902,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'pst-bezier', "&MAKEpst", 'pst-blur', "&MAKEpst", 'pst-bspline', "&MAKEpst", + 'pst-calculate', "&MAKEpst", 'pst-cie', "&MAKEpst", 'pst-circ', "&MAKEpst", 'pst-coil', "&MAKEpst", diff --git a/Master/tlpkg/tlpsrc/collection-pstricks.tlpsrc b/Master/tlpkg/tlpsrc/collection-pstricks.tlpsrc index fb8c0a3d823..43d719f8e08 100644 --- a/Master/tlpkg/tlpsrc/collection-pstricks.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-pstricks.tlpsrc @@ -25,6 +25,7 @@ depend pst-barcode depend pst-bezier depend pst-blur depend pst-bspline +depend pst-calculate depend pst-calendar depend pst-cie depend pst-circ diff --git a/Master/tlpkg/tlpsrc/pst-calculate.tlpsrc b/Master/tlpkg/tlpsrc/pst-calculate.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/pst-calculate.tlpsrc |