pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics tex-pstricks{,-doc}: update to 2.94



details:   https://anonhg.NetBSD.org/pkgsrc/rev/08780cd7abc6
branches:  trunk
changeset: 329059:08780cd7abc6
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed Jan 30 07:30:11 2019 +0000

description:
tex-pstricks{,-doc}: update to 2.94

This version defnies a new macro \pstLine which can be used for vectors
where the arrow tip should only be printed if the line
length is greater than zero.

diffstat:

 graphics/tex-pstricks-doc/Makefile |   6 +++---
 graphics/tex-pstricks-doc/PLIST    |   4 +++-
 graphics/tex-pstricks-doc/distinfo |  10 +++++-----
 graphics/tex-pstricks/Makefile     |   6 +++---
 graphics/tex-pstricks/PLIST        |   8 +++++++-
 graphics/tex-pstricks/distinfo     |  10 +++++-----
 6 files changed, 26 insertions(+), 18 deletions(-)

diffs (108 lines):

diff -r 81e5572af9f8 -r 08780cd7abc6 graphics/tex-pstricks-doc/Makefile
--- a/graphics/tex-pstricks-doc/Makefile        Wed Jan 30 07:20:37 2019 +0000
+++ b/graphics/tex-pstricks-doc/Makefile        Wed Jan 30 07:30:11 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2018/05/12 01:47:08 markd Exp $
+# $NetBSD: Makefile,v 1.13 2019/01/30 07:30:12 markd Exp $
 
 DISTNAME=      pstricks.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-2.82
-TEXLIVE_REV=   46232
+PKGNAME=       tex-${DISTNAME:S/./-/}-2.94
+TEXLIVE_REV=   49659
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      http://ctan.org/pkg/pstricks-base
diff -r 81e5572af9f8 -r 08780cd7abc6 graphics/tex-pstricks-doc/PLIST
--- a/graphics/tex-pstricks-doc/PLIST   Wed Jan 30 07:20:37 2019 +0000
+++ b/graphics/tex-pstricks-doc/PLIST   Wed Jan 30 07:30:11 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2018/05/12 01:47:08 markd Exp $
+@comment $NetBSD: PLIST,v 1.10 2019/01/30 07:30:12 markd Exp $
 share/texmf-dist/doc/generic/pstricks/PSTricks.bib
 share/texmf-dist/doc/generic/pstricks/README
 share/texmf-dist/doc/generic/pstricks/ctandir.sty
@@ -36,6 +36,8 @@
 share/texmf-dist/doc/generic/pstricks/pst-news17.tex
 share/texmf-dist/doc/generic/pstricks/pst-news18.pdf
 share/texmf-dist/doc/generic/pstricks/pst-news18.tex
+share/texmf-dist/doc/generic/pstricks/pst-news19.pdf
+share/texmf-dist/doc/generic/pstricks/pst-news19.tex
 share/texmf-dist/doc/generic/pstricks/pst-user.pdf
 share/texmf-dist/doc/generic/pstricks/pst-user.tgz
 share/texmf-dist/doc/generic/pstricks/pstricks-bug.tex
diff -r 81e5572af9f8 -r 08780cd7abc6 graphics/tex-pstricks-doc/distinfo
--- a/graphics/tex-pstricks-doc/distinfo        Wed Jan 30 07:20:37 2019 +0000
+++ b/graphics/tex-pstricks-doc/distinfo        Wed Jan 30 07:30:11 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2018/05/12 01:47:08 markd Exp $
+$NetBSD: distinfo,v 1.13 2019/01/30 07:30:12 markd Exp $
 
-SHA1 (tex-pstricks-46232/pstricks.doc.tar.xz) = 6355dcf104a3a0084182b5fe395763d8cb869cae
-RMD160 (tex-pstricks-46232/pstricks.doc.tar.xz) = c348e172f1dbbfcdd8b08c052d5f7061b08ccd7c
-SHA512 (tex-pstricks-46232/pstricks.doc.tar.xz) = 8ea2bec5cda70b8022960b9af9c641362b6a205612ecefca0b2f1ce438db15236fdd7b89f0a3c2cea14f3f71e0d51f29c0fb057a9fe39061f0dcd46edee4f24f
-Size (tex-pstricks-46232/pstricks.doc.tar.xz) = 7086680 bytes
+SHA1 (tex-pstricks-49659/pstricks.doc.tar.xz) = 0ffa3ba828d916466e1792b0a391a59c331e01f6
+RMD160 (tex-pstricks-49659/pstricks.doc.tar.xz) = 76ed5e8a96d0138dfd1c8ae066b5ab0adf6b7c4a
+SHA512 (tex-pstricks-49659/pstricks.doc.tar.xz) = 6470fbcac0c38aac1c4335d8f52dbaa6cfed29635fffd642adcda38a55814da1c027d418d67f4a8eea0f902f4095359688d948b517807816504c935c4778aa8c
+Size (tex-pstricks-49659/pstricks.doc.tar.xz) = 7125700 bytes
diff -r 81e5572af9f8 -r 08780cd7abc6 graphics/tex-pstricks/Makefile
--- a/graphics/tex-pstricks/Makefile    Wed Jan 30 07:20:37 2019 +0000
+++ b/graphics/tex-pstricks/Makefile    Wed Jan 30 07:30:11 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2018/05/12 01:47:08 markd Exp $
+# $NetBSD: Makefile,v 1.13 2019/01/30 07:30:11 markd Exp $
 
 DISTNAME=      pstricks
-PKGNAME=       tex-${DISTNAME}-2.82
-TEXLIVE_REV=   46232
+PKGNAME=       tex-${DISTNAME}-2.94
+TEXLIVE_REV=   49659
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      http://ctan.org/pkg/pstricks-base
diff -r 81e5572af9f8 -r 08780cd7abc6 graphics/tex-pstricks/PLIST
--- a/graphics/tex-pstricks/PLIST       Wed Jan 30 07:20:37 2019 +0000
+++ b/graphics/tex-pstricks/PLIST       Wed Jan 30 07:30:11 2019 +0000
@@ -1,7 +1,10 @@
-@comment $NetBSD: PLIST,v 1.10 2018/05/12 01:47:08 markd Exp $
+@comment $NetBSD: PLIST,v 1.11 2019/01/30 07:30:11 markd Exp $
 share/texmf-dist/dvips/pstricks/pst-algparser.pro
 share/texmf-dist/dvips/pstricks/pst-dots.pro
 share/texmf-dist/dvips/pstricks/pst-dots97.pro
+share/texmf-dist/dvips/pstricks/pstricks-fonts-lm.pro
+share/texmf-dist/dvips/pstricks/pstricks-fonts-ps.pro
+share/texmf-dist/dvips/pstricks/pstricks-fonts-urw.pro
 share/texmf-dist/dvips/pstricks/pstricks.pro
 share/texmf-dist/dvips/pstricks/pstricks97.pro
 share/texmf-dist/tex/generic/pstricks/config/README.cfg
@@ -15,11 +18,14 @@
 share/texmf-dist/tex/generic/pstricks/pst-fp.tex
 share/texmf-dist/tex/generic/pstricks/pst-key.tex
 share/texmf-dist/tex/generic/pstricks/pstricks-tex.def
+share/texmf-dist/tex/generic/pstricks/pstricks-xetex.def
 share/texmf-dist/tex/generic/pstricks/pstricks.con
 share/texmf-dist/tex/generic/pstricks/pstricks.tex
 share/texmf-dist/tex/generic/pstricks/pstricks97.tex
 share/texmf-dist/tex/latex/pstricks/pst-all.sty
 share/texmf-dist/tex/latex/pstricks/pst-doc.cls
 share/texmf-dist/tex/latex/pstricks/pst-key.sty
+share/texmf-dist/tex/latex/pstricks/pst-platform.sty
 share/texmf-dist/tex/latex/pstricks/pstcol.sty
+share/texmf-dist/tex/latex/pstricks/pstricks-pdf.sty
 share/texmf-dist/tex/latex/pstricks/pstricks.sty
diff -r 81e5572af9f8 -r 08780cd7abc6 graphics/tex-pstricks/distinfo
--- a/graphics/tex-pstricks/distinfo    Wed Jan 30 07:20:37 2019 +0000
+++ b/graphics/tex-pstricks/distinfo    Wed Jan 30 07:30:11 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2018/05/12 01:47:08 markd Exp $
+$NetBSD: distinfo,v 1.13 2019/01/30 07:30:11 markd Exp $
 
-SHA1 (tex-pstricks-46232/pstricks.tar.xz) = 396668ded3f5ebad1fee5e31e413809136dbeb81
-RMD160 (tex-pstricks-46232/pstricks.tar.xz) = 3130f6ac01d8c922f882a0345ff0866a7010ade1
-SHA512 (tex-pstricks-46232/pstricks.tar.xz) = 610d8da7ba63c82a0760d570a65984943832ad4c7f3e611e5124a5d8a3fc68e1732e6d36951ee6ea2cb82bd6285e2fd2f43f9ffe53e34d95b35507cc414590ba
-Size (tex-pstricks-46232/pstricks.tar.xz) = 73248 bytes
+SHA1 (tex-pstricks-49659/pstricks.tar.xz) = 320c017fbe43598cf6da01b0f507ef287ccecc46
+RMD160 (tex-pstricks-49659/pstricks.tar.xz) = 2cb2e814828441853e62e5d71b821d8665d61b55
+SHA512 (tex-pstricks-49659/pstricks.tar.xz) = f570e65a3fc791637dfd62ba19ffcd92ecb684ade52ef7766c08ff3457d4443887a8887b9471e7f0912bc818ddeeedbc456e69a3cfc014f8a14e5f598067b46b
+Size (tex-pstricks-49659/pstricks.tar.xz) = 76960 bytes



Home | Main Index | Thread Index | Old Index