summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/Changes.dvips1
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/Changes.generic1
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/pst-news14.pdfbin66239 -> 66336 bytes
-rw-r--r--Master/texmf-dist/dvips/pstricks/pst-algparser.pro3
-rw-r--r--Master/texmf-dist/dvips/pstricks/pstricks.pro2
-rw-r--r--Master/texmf-dist/tex/generic/pstricks/pstricks.tex2
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds6
7 files changed, 10 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes.dvips b/Master/texmf-dist/doc/generic/pstricks/Changes.dvips
index 39e2d8d9d9a..f17bfea1a91 100644
--- a/Master/texmf-dist/doc/generic/pstricks/Changes.dvips
+++ b/Master/texmf-dist/doc/generic/pstricks/Changes.dvips
@@ -52,6 +52,7 @@
---- pst-algparser.pro
+0.06 2014-05-19 - fixed bug in TrigoFunc
0.05 2014-03-30 - added floor function
0.04 2011-10-31 - add !/fact/Fact for the factorial function
0.03 2010-10-10 - cosmetics
diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes.generic b/Master/texmf-dist/doc/generic/pstricks/Changes.generic
index 809ba408ef4..76fe4595e1f 100644
--- a/Master/texmf-dist/doc/generic/pstricks/Changes.generic
+++ b/Master/texmf-dist/doc/generic/pstricks/Changes.generic
@@ -3,6 +3,7 @@ versions like 2.47a have only changes in other files, but not
in this main package.
+2.54a 2014-05-19 - fixed introduced bug in pst-algparser.pro
2.54 2014-05-19 - allow circle and ellipse in \pscustom with moving
the currentpoint to the start point and not the center.
2.53a 2014-03-30 - changes in pst-algparser.pro
diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news14.pdf b/Master/texmf-dist/doc/generic/pstricks/pst-news14.pdf
index dd223f86e3e..38fa0a01146 100644
--- a/Master/texmf-dist/doc/generic/pstricks/pst-news14.pdf
+++ b/Master/texmf-dist/doc/generic/pstricks/pst-news14.pdf
Binary files differ
diff --git a/Master/texmf-dist/dvips/pstricks/pst-algparser.pro b/Master/texmf-dist/dvips/pstricks/pst-algparser.pro
index 60e5c28263c..7fac21adbf9 100644
--- a/Master/texmf-dist/dvips/pstricks/pst-algparser.pro
+++ b/Master/texmf-dist/dvips/pstricks/pst-algparser.pro
@@ -1,4 +1,4 @@
-% $Id: pst-algparser.pro 902 2014-03-30 16:23:33Z herbert $
+% $Id: pst-algparser.pro 919 2014-05-19 18:42:47Z herbert $
%%
%% PostScript prologue for PSTricks algorithm parser
%% Version 0.06, 2014/05/19
@@ -308,7 +308,6 @@ end
dup (cos) eq 1 index (sin) eq or exch (tan) eq or
{ /ExpressionVector ExpressionVector aload length 3.1415926 /div cvx 180 /mul cvx 5 -1 roll 4 add
array astore def
- array astore def
} if
} def
/EvalCond {%
diff --git a/Master/texmf-dist/dvips/pstricks/pstricks.pro b/Master/texmf-dist/dvips/pstricks/pstricks.pro
index 856d7b24958..79c9aafe674 100644
--- a/Master/texmf-dist/dvips/pstricks/pstricks.pro
+++ b/Master/texmf-dist/dvips/pstricks/pstricks.pro
@@ -1,4 +1,4 @@
-% $Id: pstricks.pro 902 2014-03-30 16:23:33Z herbert $
+% $Id: pstricks.pro 919 2014-05-19 18:42:47Z herbert $
%
%% PostScript prologue for pstricks.tex.
%% Version 1.23, 2014/05/15
diff --git a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex
index 1844d583585..7f9bd3fff10 100644
--- a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex
+++ b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex
@@ -109,7 +109,7 @@
\input pgffor.code.tex
\let\pgfforeach\foreach
%
-\def\fileversion{2.54}
+\def\fileversion{2.54a}
\def\filedate{2014/05/19}
\catcode`\@=11\relax
\pst@addfams{pstricks}
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index bc789edfe1b..79dea2effb3 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -433,6 +433,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'garamond', "die 'skipping, nonfree font'",
'garamondx', "die 'skipping, nonfree font'",
'garuda-c90', "&MAKEgaruda_c90",
+ 'georgian', "die 'skipping, bitstream font licensing missing, complicated'",
'geschichtsfrkl', "&MAKEflatten",
'gene', "die 'skipping, complicated, some have sources, sorry'",
'genmisc', "die 'skipping, too complicated, sorry'",
@@ -5207,7 +5208,10 @@ sub POSTmptopdf {
&xchdir ("$DEST/scripts/context/$pkg_subdir");
my $exec = "mptopdf.pl";
&bindirs_symlink ($exec);
- &build_scripts_copy ($exec, $pkg_subdir);
+ # peb doesn't want a linked_scripts/mptopdf.
+ # not sure if the copy under linked_scripts/context/ will get updated
+ # (with a context update); doubt it.
+ #&build_scripts_copy ($exec, $pkg_subdir);
#
# but for windows, use our wrapper rather than ConTeXt's,
# since the whole point is to have mptopdf available without ConTeXt.