Sat Oct 21 03:31:44 2017 UTC ()
tex-pst-plot{,-doc}: update to 1.84

use \psx|ylabelsep for plotstyle xvalues


(markd)
diff -r1.6 -r1.7 pkgsrc/graphics/tex-pst-plot/Makefile
diff -r1.5 -r1.6 pkgsrc/graphics/tex-pst-plot/distinfo
diff -r1.5 -r1.6 pkgsrc/graphics/tex-pst-plot-doc/Makefile
diff -r1.5 -r1.6 pkgsrc/graphics/tex-pst-plot-doc/distinfo
diff -r1.3 -r1.4 pkgsrc/graphics/tex-pst-plot-doc/PLIST

cvs diff -r1.6 -r1.7 pkgsrc/graphics/tex-pst-plot/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/tex-pst-plot/Makefile 2017/09/06 16:49:27 1.6
+++ pkgsrc/graphics/tex-pst-plot/Makefile 2017/10/21 03:31:44 1.7
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.6 2017/09/06 16:49:27 wiz Exp $ 1# $NetBSD: Makefile,v 1.7 2017/10/21 03:31:44 markd Exp $
2 2
3DISTNAME= pst-plot 3DISTNAME= pst-plot
4PKGNAME= tex-${DISTNAME}-1.79 4PKGNAME= tex-${DISTNAME}-1.84
5TEXLIVE_REV= 44511 5TEXLIVE_REV= 45199
6 6
7MAINTAINER= minskim@NetBSD.org 7MAINTAINER= minskim@NetBSD.org
8HOMEPAGE= http://ctan.org/pkg/pst-plot 8HOMEPAGE= http://ctan.org/pkg/pst-plot
9COMMENT= Plot data using PSTricks 9COMMENT= Plot data using PSTricks
10LICENSE= lppl-1.3c 10LICENSE= lppl-1.3c
11 11
12DEPENDS+= tex-multido-[0-9]*:../../devel/tex-multido 12DEPENDS+= tex-multido-[0-9]*:../../devel/tex-multido
13DEPENDS+= tex-pstricks-[0-9]*:../../graphics/tex-pstricks 13DEPENDS+= tex-pstricks-[0-9]*:../../graphics/tex-pstricks
14DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval 14DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
15 15
16.include "../../print/texlive/package.mk" 16.include "../../print/texlive/package.mk"
17.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/graphics/tex-pst-plot/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/tex-pst-plot/distinfo 2017/06/21 11:45:59 1.5
+++ pkgsrc/graphics/tex-pst-plot/distinfo 2017/10/21 03:31:44 1.6
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.5 2017/06/21 11:45:59 markd Exp $ 1$NetBSD: distinfo,v 1.6 2017/10/21 03:31:44 markd Exp $
2 2
3SHA1 (tex-pst-plot-44511/pst-plot.tar.xz) = c0933f08bce5e242aa618b72b23d689d6ffdd648 3SHA1 (tex-pst-plot-45199/pst-plot.tar.xz) = b40bc4129c4ba04e3b91bff2010854eba6c40785
4RMD160 (tex-pst-plot-44511/pst-plot.tar.xz) = 8e6fc7d2550f4d8b30f922323ddf8614c0a42656 4RMD160 (tex-pst-plot-45199/pst-plot.tar.xz) = 7b275cff6a03612fd573cf7f808370b80ccf37d2
5SHA512 (tex-pst-plot-44511/pst-plot.tar.xz) = 7d72d2eccd6cf4ac3351c9e59357e4b72f151d2e1c099c8017047e5f5f41451f8911e43bb2c140f70546f20243a673647f40534f778307952acab8123e58cd6a 5SHA512 (tex-pst-plot-45199/pst-plot.tar.xz) = 148fd70cb394f89b2b24f538ba2824ff7a16ed76928e74db7d09e9221c41b58e97d78070e67dc4f4410952da1b75ca5186e06a65949f46ff3e9be487a3d029e4
6Size (tex-pst-plot-44511/pst-plot.tar.xz) = 22336 bytes 6Size (tex-pst-plot-45199/pst-plot.tar.xz) = 22696 bytes

cvs diff -r1.5 -r1.6 pkgsrc/graphics/tex-pst-plot-doc/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/tex-pst-plot-doc/Makefile 2017/06/21 11:45:59 1.5
+++ pkgsrc/graphics/tex-pst-plot-doc/Makefile 2017/10/21 03:31:44 1.6
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: Makefile,v 1.5 2017/06/21 11:45:59 markd Exp $ 1# $NetBSD: Makefile,v 1.6 2017/10/21 03:31:44 markd Exp $
2 2
3DISTNAME= pst-plot.doc 3DISTNAME= pst-plot.doc
4PKGNAME= tex-${DISTNAME:S/./-/}-1.79 4PKGNAME= tex-${DISTNAME:S/./-/}-1.84
5TEXLIVE_REV= 44511 5TEXLIVE_REV= 45199
6 6
7MAINTAINER= minskim@NetBSD.org 7MAINTAINER= minskim@NetBSD.org
8HOMEPAGE= http://ctan.org/pkg/pst-plot 8HOMEPAGE= http://ctan.org/pkg/pst-plot
9COMMENT= Documentation for tex-pst-plot 9COMMENT= Documentation for tex-pst-plot
10LICENSE= lppl-1.3c 10LICENSE= lppl-1.3c
11 11
12.include "../../print/texlive/package.mk" 12.include "../../print/texlive/package.mk"
13.include "../../mk/bsd.pkg.mk" 13.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/graphics/tex-pst-plot-doc/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/tex-pst-plot-doc/distinfo 2017/06/21 11:45:59 1.5
+++ pkgsrc/graphics/tex-pst-plot-doc/distinfo 2017/10/21 03:31:44 1.6
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.5 2017/06/21 11:45:59 markd Exp $ 1$NetBSD: distinfo,v 1.6 2017/10/21 03:31:44 markd Exp $
2 2
3SHA1 (tex-pst-plot-44511/pst-plot.doc.tar.xz) = 1a53f0e1a7b69134e20f72425fddf29f3c9d3a58 3SHA1 (tex-pst-plot-45199/pst-plot.doc.tar.xz) = 2a9ff35a6b90c14dca0e2e4a06ef978f6ae4eeca
4RMD160 (tex-pst-plot-44511/pst-plot.doc.tar.xz) = 84782b62e348a1634c0166f2d55f6c698cfb7c9b 4RMD160 (tex-pst-plot-45199/pst-plot.doc.tar.xz) = 6e63da3711d72f97170fb588c3e068835b80d5d2
5SHA512 (tex-pst-plot-44511/pst-plot.doc.tar.xz) = 9c67d19cd2f082688e40f843683ec370279700ae4721d0eac710a7826660d0a841a06f9ee9e0b72e6c53ee77200289ead836850588be67c5a83563ebd0ee8baa 5SHA512 (tex-pst-plot-45199/pst-plot.doc.tar.xz) = 80d12b8c46553465b3eba8d6e31305d5f50f5e70a8ffe4d1528a5cc947dd4e2c9b24f1dfe8d538c9d19e601755c57cc42c52bf3ce7ccb4ad88e14843f3ccb779
6Size (tex-pst-plot-44511/pst-plot.doc.tar.xz) = 1145012 bytes 6Size (tex-pst-plot-45199/pst-plot.doc.tar.xz) = 1148488 bytes

cvs diff -r1.3 -r1.4 pkgsrc/graphics/tex-pst-plot-doc/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/tex-pst-plot-doc/PLIST 2016/06/16 04:00:47 1.3
+++ pkgsrc/graphics/tex-pst-plot-doc/PLIST 2017/10/21 03:31:44 1.4
@@ -1,24 +1,23 @@ @@ -1,24 +1,23 @@
1@comment $NetBSD: PLIST,v 1.3 2016/06/16 04:00:47 markd Exp $ 1@comment $NetBSD: PLIST,v 1.4 2017/10/21 03:31:44 markd Exp $
2share/texmf-dist/doc/generic/pst-plot/Changes 2share/texmf-dist/doc/generic/pst-plot/Changes
3share/texmf-dist/doc/generic/pst-plot/README 3share/texmf-dist/doc/generic/pst-plot/README
4share/texmf-dist/doc/generic/pst-plot/data/Data.dat 4share/texmf-dist/doc/generic/pst-plot/data/Data.dat
5share/texmf-dist/doc/generic/pst-plot/data/LSM.data 5share/texmf-dist/doc/generic/pst-plot/data/LSM.data
6share/texmf-dist/doc/generic/pst-plot/data/LSM2.data 6share/texmf-dist/doc/generic/pst-plot/data/LSM2.data
7share/texmf-dist/doc/generic/pst-plot/data/boxplot.data 7share/texmf-dist/doc/generic/pst-plot/data/boxplot.data
8share/texmf-dist/doc/generic/pst-plot/data/data.data 8share/texmf-dist/doc/generic/pst-plot/data/data.data
9share/texmf-dist/doc/generic/pst-plot/data/data1.dat 9share/texmf-dist/doc/generic/pst-plot/data/data1.dat
10share/texmf-dist/doc/generic/pst-plot/data/data3.data 10share/texmf-dist/doc/generic/pst-plot/data/data3.data
11share/texmf-dist/doc/generic/pst-plot/data/dataMul.data 11share/texmf-dist/doc/generic/pst-plot/data/dataMul.data
12share/texmf-dist/doc/generic/pst-plot/data/demo.txt 12share/texmf-dist/doc/generic/pst-plot/data/demo.txt
13share/texmf-dist/doc/generic/pst-plot/data/demo0.data 13share/texmf-dist/doc/generic/pst-plot/data/demo0.data
14share/texmf-dist/doc/generic/pst-plot/data/demo1.data 14share/texmf-dist/doc/generic/pst-plot/data/demo1.data
15share/texmf-dist/doc/generic/pst-plot/data/demo2.data 15share/texmf-dist/doc/generic/pst-plot/data/demo2.data
16share/texmf-dist/doc/generic/pst-plot/data/demo3.data 16share/texmf-dist/doc/generic/pst-plot/data/demo3.data
17share/texmf-dist/doc/generic/pst-plot/data/dotmatrix.data 17share/texmf-dist/doc/generic/pst-plot/data/dotmatrix.data
18share/texmf-dist/doc/generic/pst-plot/data/pst-plot-doc.eps 18share/texmf-dist/doc/generic/pst-plot/data/pst-plot-doc.eps
19share/texmf-dist/doc/generic/pst-plot/data/pstricks-add-data9.data 19share/texmf-dist/doc/generic/pst-plot/data/pstricks-add-data9.data
20share/texmf-dist/doc/generic/pst-plot/data/test.data 20share/texmf-dist/doc/generic/pst-plot/data/test.data
21share/texmf-dist/doc/generic/pst-plot/data/zz.tex 
22share/texmf-dist/doc/generic/pst-plot/pst-plot-doc.bib 21share/texmf-dist/doc/generic/pst-plot/pst-plot-doc.bib
23share/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf 22share/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf
24share/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex 23share/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex