pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics tex-pst-plot{,-doc}: update to 1.84



details:   https://anonhg.NetBSD.org/pkgsrc/rev/baf9f1a6512f
branches:  trunk
changeset: 370620:baf9f1a6512f
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Oct 21 03:31:44 2017 +0000

description:
tex-pst-plot{,-doc}: update to 1.84

use \psx|ylabelsep for plotstyle xvalues

diffstat:

 graphics/tex-pst-plot-doc/Makefile |   6 +++---
 graphics/tex-pst-plot-doc/PLIST    |   3 +--
 graphics/tex-pst-plot-doc/distinfo |  10 +++++-----
 graphics/tex-pst-plot/Makefile     |   6 +++---
 graphics/tex-pst-plot/distinfo     |  10 +++++-----
 5 files changed, 17 insertions(+), 18 deletions(-)

diffs (77 lines):

diff -r cc2f86b72462 -r baf9f1a6512f graphics/tex-pst-plot-doc/Makefile
--- a/graphics/tex-pst-plot-doc/Makefile        Sat Oct 21 03:26:11 2017 +0000
+++ b/graphics/tex-pst-plot-doc/Makefile        Sat Oct 21 03:31:44 2017 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2017/06/21 11:45:59 markd Exp $
+# $NetBSD: Makefile,v 1.6 2017/10/21 03:31:44 markd Exp $
 
 DISTNAME=      pst-plot.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-1.79
-TEXLIVE_REV=   44511
+PKGNAME=       tex-${DISTNAME:S/./-/}-1.84
+TEXLIVE_REV=   45199
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      http://ctan.org/pkg/pst-plot
diff -r cc2f86b72462 -r baf9f1a6512f graphics/tex-pst-plot-doc/PLIST
--- a/graphics/tex-pst-plot-doc/PLIST   Sat Oct 21 03:26:11 2017 +0000
+++ b/graphics/tex-pst-plot-doc/PLIST   Sat Oct 21 03:31:44 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2016/06/16 04:00:47 markd Exp $
+@comment $NetBSD: PLIST,v 1.4 2017/10/21 03:31:44 markd Exp $
 share/texmf-dist/doc/generic/pst-plot/Changes
 share/texmf-dist/doc/generic/pst-plot/README
 share/texmf-dist/doc/generic/pst-plot/data/Data.dat
@@ -18,7 +18,6 @@
 share/texmf-dist/doc/generic/pst-plot/data/pst-plot-doc.eps
 share/texmf-dist/doc/generic/pst-plot/data/pstricks-add-data9.data
 share/texmf-dist/doc/generic/pst-plot/data/test.data
-share/texmf-dist/doc/generic/pst-plot/data/zz.tex
 share/texmf-dist/doc/generic/pst-plot/pst-plot-doc.bib
 share/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf
 share/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex
diff -r cc2f86b72462 -r baf9f1a6512f graphics/tex-pst-plot-doc/distinfo
--- a/graphics/tex-pst-plot-doc/distinfo        Sat Oct 21 03:26:11 2017 +0000
+++ b/graphics/tex-pst-plot-doc/distinfo        Sat Oct 21 03:31:44 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2017/06/21 11:45:59 markd Exp $
+$NetBSD: distinfo,v 1.6 2017/10/21 03:31:44 markd Exp $
 
-SHA1 (tex-pst-plot-44511/pst-plot.doc.tar.xz) = 1a53f0e1a7b69134e20f72425fddf29f3c9d3a58
-RMD160 (tex-pst-plot-44511/pst-plot.doc.tar.xz) = 84782b62e348a1634c0166f2d55f6c698cfb7c9b
-SHA512 (tex-pst-plot-44511/pst-plot.doc.tar.xz) = 9c67d19cd2f082688e40f843683ec370279700ae4721d0eac710a7826660d0a841a06f9ee9e0b72e6c53ee77200289ead836850588be67c5a83563ebd0ee8baa
-Size (tex-pst-plot-44511/pst-plot.doc.tar.xz) = 1145012 bytes
+SHA1 (tex-pst-plot-45199/pst-plot.doc.tar.xz) = 2a9ff35a6b90c14dca0e2e4a06ef978f6ae4eeca
+RMD160 (tex-pst-plot-45199/pst-plot.doc.tar.xz) = 6e63da3711d72f97170fb588c3e068835b80d5d2
+SHA512 (tex-pst-plot-45199/pst-plot.doc.tar.xz) = 80d12b8c46553465b3eba8d6e31305d5f50f5e70a8ffe4d1528a5cc947dd4e2c9b24f1dfe8d538c9d19e601755c57cc42c52bf3ce7ccb4ad88e14843f3ccb779
+Size (tex-pst-plot-45199/pst-plot.doc.tar.xz) = 1148488 bytes
diff -r cc2f86b72462 -r baf9f1a6512f graphics/tex-pst-plot/Makefile
--- a/graphics/tex-pst-plot/Makefile    Sat Oct 21 03:26:11 2017 +0000
+++ b/graphics/tex-pst-plot/Makefile    Sat Oct 21 03:31:44 2017 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2017/09/06 16:49:27 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2017/10/21 03:31:44 markd Exp $
 
 DISTNAME=      pst-plot
-PKGNAME=       tex-${DISTNAME}-1.79
-TEXLIVE_REV=   44511
+PKGNAME=       tex-${DISTNAME}-1.84
+TEXLIVE_REV=   45199
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      http://ctan.org/pkg/pst-plot
diff -r cc2f86b72462 -r baf9f1a6512f graphics/tex-pst-plot/distinfo
--- a/graphics/tex-pst-plot/distinfo    Sat Oct 21 03:26:11 2017 +0000
+++ b/graphics/tex-pst-plot/distinfo    Sat Oct 21 03:31:44 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2017/06/21 11:45:59 markd Exp $
+$NetBSD: distinfo,v 1.6 2017/10/21 03:31:44 markd Exp $
 
-SHA1 (tex-pst-plot-44511/pst-plot.tar.xz) = c0933f08bce5e242aa618b72b23d689d6ffdd648
-RMD160 (tex-pst-plot-44511/pst-plot.tar.xz) = 8e6fc7d2550f4d8b30f922323ddf8614c0a42656
-SHA512 (tex-pst-plot-44511/pst-plot.tar.xz) = 7d72d2eccd6cf4ac3351c9e59357e4b72f151d2e1c099c8017047e5f5f41451f8911e43bb2c140f70546f20243a673647f40534f778307952acab8123e58cd6a
-Size (tex-pst-plot-44511/pst-plot.tar.xz) = 22336 bytes
+SHA1 (tex-pst-plot-45199/pst-plot.tar.xz) = b40bc4129c4ba04e3b91bff2010854eba6c40785
+RMD160 (tex-pst-plot-45199/pst-plot.tar.xz) = 7b275cff6a03612fd573cf7f808370b80ccf37d2
+SHA512 (tex-pst-plot-45199/pst-plot.tar.xz) = 148fd70cb394f89b2b24f538ba2824ff7a16ed76928e74db7d09e9221c41b58e97d78070e67dc4f4410952da1b75ca5186e06a65949f46ff3e9be487a3d029e4
+Size (tex-pst-plot-45199/pst-plot.tar.xz) = 22696 bytes



Home | Main Index | Thread Index | Old Index