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 3.01



details:   https://anonhg.NetBSD.org/pkgsrc/rev/97d35dee93d3
branches:  trunk
changeset: 447052:97d35dee93d3
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Feb 15 11:07:27 2021 +0000

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

3.00
This version has a new package pstricks-pdf which can be used instead
of pstricks if you want to run pdflatex with the --shell-escape option.

3.01
This version has a modified pstricks.tex|.pro for GhostScript versions > 9.52
Transparency is now only possible with the optional argument -dALLOWPSTRANSPARENCY.

All files should still work for older GS versions.

diffstat:

 graphics/tex-pstricks-doc/Makefile |   7 +++----
 graphics/tex-pstricks-doc/PLIST    |   4 +++-
 graphics/tex-pstricks-doc/distinfo |  10 +++++-----
 graphics/tex-pstricks/Makefile     |   7 +++----
 graphics/tex-pstricks/PLIST        |   6 +-----
 graphics/tex-pstricks/distinfo     |  10 +++++-----
 6 files changed, 20 insertions(+), 24 deletions(-)

diffs (114 lines):

diff -r 545708088d43 -r 97d35dee93d3 graphics/tex-pstricks-doc/Makefile
--- a/graphics/tex-pstricks-doc/Makefile        Mon Feb 15 11:03:11 2021 +0000
+++ b/graphics/tex-pstricks-doc/Makefile        Mon Feb 15 11:07:27 2021 +0000
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.17 2019/12/06 20:04:35 markd Exp $
+# $NetBSD: Makefile,v 1.18 2021/02/15 11:07:27 markd Exp $
 
 DISTNAME=      pstricks.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-2.97
-TEXLIVE_REV=   51102
+PKGNAME=       tex-${DISTNAME:S/./-/}-3.01
+TEXLIVE_REV=   56385
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/pstricks-base
 COMMENT=       Documentation for tex-pstricks
 LICENSE=       lppl-1.3c
 
-TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 545708088d43 -r 97d35dee93d3 graphics/tex-pstricks-doc/PLIST
--- a/graphics/tex-pstricks-doc/PLIST   Mon Feb 15 11:03:11 2021 +0000
+++ b/graphics/tex-pstricks-doc/PLIST   Mon Feb 15 11:07:27 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2019/01/30 07:30:12 markd Exp $
+@comment $NetBSD: PLIST,v 1.11 2021/02/15 11:07:27 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
@@ -38,6 +38,8 @@
 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-news20.pdf
+share/texmf-dist/doc/generic/pstricks/pst-news20.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 545708088d43 -r 97d35dee93d3 graphics/tex-pstricks-doc/distinfo
--- a/graphics/tex-pstricks-doc/distinfo        Mon Feb 15 11:03:11 2021 +0000
+++ b/graphics/tex-pstricks-doc/distinfo        Mon Feb 15 11:07:27 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2019/08/04 04:25:06 markd Exp $
+$NetBSD: distinfo,v 1.17 2021/02/15 11:07:27 markd Exp $
 
-SHA1 (tex-pstricks-51102/pstricks.doc.tar.xz) = fb8ec69b864136ea870d7211f88ab47a21c5db06
-RMD160 (tex-pstricks-51102/pstricks.doc.tar.xz) = 7a002908c6a585b86d8ed9328c48f7150a790f3d
-SHA512 (tex-pstricks-51102/pstricks.doc.tar.xz) = 8fae1af33f0d89b9da2d3bef0703e884ee0c0adfa187434e58a83fb84a999d783cf2e6483d4c67b247a34c5c3f87eb184f11fd34ac1ea6e266ed29d3552a625f
-Size (tex-pstricks-51102/pstricks.doc.tar.xz) = 7134420 bytes
+SHA1 (pstricks.doc.r56385.tar.xz) = a4fe0fcc716b8aed5ca660fb568f0f7d45a8dd74
+RMD160 (pstricks.doc.r56385.tar.xz) = e936994a6e023b6dc07e0ae051b02184ba840b52
+SHA512 (pstricks.doc.r56385.tar.xz) = 444b26571da58ad831f5d6ff395ff4e54f4759aab936d184036c30f780156bcd662d99f4ba8d8a96951d08c8dc4fb59fbb5230a2d5da81eeae60b859b44057bd
+Size (pstricks.doc.r56385.tar.xz) = 7451364 bytes
diff -r 545708088d43 -r 97d35dee93d3 graphics/tex-pstricks/Makefile
--- a/graphics/tex-pstricks/Makefile    Mon Feb 15 11:03:11 2021 +0000
+++ b/graphics/tex-pstricks/Makefile    Mon Feb 15 11:07:27 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2019/12/06 20:04:35 markd Exp $
+# $NetBSD: Makefile,v 1.18 2021/02/15 11:07:27 markd Exp $
 
 DISTNAME=      pstricks
-PKGNAME=       tex-${DISTNAME}-2.97
-TEXLIVE_REV=   51102
+PKGNAME=       tex-${DISTNAME}-3.01
+TEXLIVE_REV=   56385
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/pstricks-base
@@ -13,6 +13,5 @@
 DEPENDS+=      tex-latex-bin-[0-9]*:../../print/tex-latex-bin
 DEPENDS+=      tex-xkeyval-[0-9]*:../../print/tex-xkeyval
 
-TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 545708088d43 -r 97d35dee93d3 graphics/tex-pstricks/PLIST
--- a/graphics/tex-pstricks/PLIST       Mon Feb 15 11:03:11 2021 +0000
+++ b/graphics/tex-pstricks/PLIST       Mon Feb 15 11:07:27 2021 +0000
@@ -1,10 +1,7 @@
-@comment $NetBSD: PLIST,v 1.11 2019/01/30 07:30:11 markd Exp $
+@comment $NetBSD: PLIST,v 1.12 2021/02/15 11:07:27 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
@@ -25,7 +22,6 @@
 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 545708088d43 -r 97d35dee93d3 graphics/tex-pstricks/distinfo
--- a/graphics/tex-pstricks/distinfo    Mon Feb 15 11:03:11 2021 +0000
+++ b/graphics/tex-pstricks/distinfo    Mon Feb 15 11:07:27 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2019/08/04 04:25:06 markd Exp $
+$NetBSD: distinfo,v 1.17 2021/02/15 11:07:27 markd Exp $
 
-SHA1 (tex-pstricks-51102/pstricks.tar.xz) = 7ade3840014ccfe0c77269587515d5630e3e12b3
-RMD160 (tex-pstricks-51102/pstricks.tar.xz) = da26fbf4783aaf6cb4309dd908f5dfb66d804ed8
-SHA512 (tex-pstricks-51102/pstricks.tar.xz) = 4c674666903d17749de9a99204e59ceeadee66d3fff38cc0913efac0ca34fb0269c7e5e836543d28e998277537fbca4fe64889cb71fda2dfb258a5aee37f3260
-Size (tex-pstricks-51102/pstricks.tar.xz) = 77260 bytes
+SHA1 (pstricks.r56385.tar.xz) = a2b95f7685536662044fb16dde5a19f122987e6a
+RMD160 (pstricks.r56385.tar.xz) = 4b0da411aa393a8a199d325c10c6875a99bc69ed
+SHA512 (pstricks.r56385.tar.xz) = 38efa0b02d093aa38b83334b6db2913c1c62bedf1ad41de02eeb4f39747938ede724dea9d62304eac5a780af4f27899c87f34d72e41523545ee98e7815ea7aba
+Size (pstricks.r56385.tar.xz) = 75816 bytes



Home | Main Index | Thread Index | Old Index