Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id BAD861A921F for ; Sun, 10 Apr 2022 12:36:04 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E603E84E19; Sun, 10 Apr 2022 12:36:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2C15584D53 for ; Sun, 10 Apr 2022 12:36:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id pb4dhgXOhrXO for ; Sun, 10 Apr 2022 12:36:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2514F84D4B for ; Sun, 10 Apr 2022 12:36:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 18658FB24; Sun, 10 Apr 2022 12:36:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164959416225020" MIME-Version: 1.0 Date: Sun, 10 Apr 2022 12:36:02 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/graphics To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20220410123602.18658FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164959416225020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sun Apr 10 12:36:01 UTC 2022 Modified Files: pkgsrc/graphics/tex-pstricks: DESCR Makefile PLIST distinfo pkgsrc/graphics/tex-pstricks-doc: DESCR Makefile PLIST distinfo Log Message: tex-pstricks{,-doc}: update to 3.13 3.12 2021-12-29 - added code for guessing box coordinates for pspicture - added optional arguments showframe and calcframe 3.10a - fix introduced bug in pstricks.pro 3.10 - move dot macros into a separate file pstricks-dots.tex - use the internal Type1 version of PSTricksDotFont for latex and the OpenType version for lualatex - fix for rotation with \rput - fix for \uput and lualatex 3.08 - moved the color stuff into a separate file pstricks-colors - added macros to get the color values without the color model name To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/graphics/tex-pstricks/DESCR cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/tex-pstricks/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/tex-pstricks/PLIST cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/tex-pstricks/distinfo cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/graphics/tex-pstricks-doc/DESCR cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/tex-pstricks-doc/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/tex-pstricks-doc/PLIST cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/tex-pstricks-doc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164959416225020 Content-Disposition: inline Content-Length: 8325 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/tex-pstricks/DESCR diff -u pkgsrc/graphics/tex-pstricks/DESCR:1.1.1.1 pkgsrc/graphics/tex-pstricks/DESCR:1.2 --- pkgsrc/graphics/tex-pstricks/DESCR:1.1.1.1 Thu Mar 17 18:12:47 2011 +++ pkgsrc/graphics/tex-pstricks/DESCR Sun Apr 10 12:36:01 2022 @@ -1,11 +1,16 @@ -An extensive collection of macros for generating PostScript that is -usable with most TeX macro formats, including Plain TeX, LaTeX, AMS-TeX, -and AMS-LaTeX. Included are macros for colour, graphics, pie charts, -rotation, trees and overlays. It has many special features, including a -wide variety of graphics (picture drawing) macros, with a flexible -interface and with colour support. There are macros for colouring or -shading the cells of tables. The package pstricks-add contains bug-fixes -and additions for pstricks (among other things). PSTricks uses -PostScript \special commands, which are not supported by PDF(La)TeX. -This limitation may be overcome by using either the pst-pdf or the -pdftricks package, to generate a PDF inclusion from a PSTricks diagram. +PSTricks offers an extensive collection of macros for +generating PostScript that is usable with most TeX macro +formats, including Plain TeX, LaTeX, AMS-TeX, and AMS-LaTeX. +Included are macros for colour, graphics, pie charts, rotation, +trees and overlays. It has many special features, including a +wide variety of graphics (picture drawing) macros, with a +flexible interface and with colour support. There are macros +for colouring or shading the cells of tables. The package +pstricks-add contains bug-fixes and additions for PSTricks +(among other things). PSTricks ordinarily uses PostScript +\special commands, which are not supported by pdf(La)TeX. This +limitation may be overcome by using either the pst-pdf or the +pdftricks package, to generate a PDF inclusion from a PSTricks +diagram. PSTricks macros can also generate PDF output when the +document is processed XeTeX, without the need for other +supporting packages. Index: pkgsrc/graphics/tex-pstricks/Makefile diff -u pkgsrc/graphics/tex-pstricks/Makefile:1.19 pkgsrc/graphics/tex-pstricks/Makefile:1.20 --- pkgsrc/graphics/tex-pstricks/Makefile:1.19 Sat Jun 5 05:54:14 2021 +++ pkgsrc/graphics/tex-pstricks/Makefile Sun Apr 10 12:36:01 2022 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2021/06/05 05:54:14 markd Exp $ +# $NetBSD: Makefile,v 1.20 2022/04/10 12:36:01 markd Exp $ DISTNAME= pstricks -PKGNAME= tex-${DISTNAME}-3.02 -TEXLIVE_REV= 59402 +PKGNAME= tex-${DISTNAME}-3.13 +TEXLIVE_REV= 61548 MAINTAINER= minskim@NetBSD.org HOMEPAGE= https://ctan.org/pkg/pstricks-base Index: pkgsrc/graphics/tex-pstricks/PLIST diff -u pkgsrc/graphics/tex-pstricks/PLIST:1.13 pkgsrc/graphics/tex-pstricks/PLIST:1.14 --- pkgsrc/graphics/tex-pstricks/PLIST:1.13 Sat Jun 5 05:54:14 2021 +++ pkgsrc/graphics/tex-pstricks/PLIST Sun Apr 10 12:36:01 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2021/06/05 05:54:14 markd Exp $ +@comment $NetBSD: PLIST,v 1.14 2022/04/10 12:36:01 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 @@ -14,11 +14,13 @@ share/texmf-dist/tex/generic/pstricks/co share/texmf-dist/tex/generic/pstricks/config/xdvipdfmx.cfg 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-arrows.tex +share/texmf-dist/tex/generic/pstricks/pstricks-color.tex +share/texmf-dist/tex/generic/pstricks/pstricks-dots.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/pstricks.tex.neu 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 Index: pkgsrc/graphics/tex-pstricks/distinfo diff -u pkgsrc/graphics/tex-pstricks/distinfo:1.20 pkgsrc/graphics/tex-pstricks/distinfo:1.21 --- pkgsrc/graphics/tex-pstricks/distinfo:1.20 Tue Oct 26 10:47:13 2021 +++ pkgsrc/graphics/tex-pstricks/distinfo Sun Apr 10 12:36:01 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2021/10/26 10:47:13 nia Exp $ +$NetBSD: distinfo,v 1.21 2022/04/10 12:36:01 markd Exp $ -BLAKE2s (pstricks.r59402.tar.xz) = 388454faf1ad79a5fd8025d28b43752748ec55b013cc808c8760c2e09eb95306 -SHA512 (pstricks.r59402.tar.xz) = 6de574466e92051bed3128b9579da1e96148ca8ff186240ce2a69c2af4ee233793f4245cdfa9e4c8b34d010a5645e1db1c7dedc5cc0d8382dfe9b3c46d372701 -Size (pstricks.r59402.tar.xz) = 76152 bytes +BLAKE2s (pstricks.r61548.tar.xz) = 1f9a77acacfcca9291512d5a2ac0acccad5dab98047acd1a663cfb0589a6805d +SHA512 (pstricks.r61548.tar.xz) = 3e68cc5bf7905d496a7fa857ae355267de54ac23ec62d1ecbb95b82e7ebab20dc5b691f8aa07ffb05ab6a23d9ed64056b67accd1242bc31419a5158d158c8604 +Size (pstricks.r61548.tar.xz) = 87836 bytes Index: pkgsrc/graphics/tex-pstricks-doc/DESCR diff -u pkgsrc/graphics/tex-pstricks-doc/DESCR:1.1.1.1 pkgsrc/graphics/tex-pstricks-doc/DESCR:1.2 --- pkgsrc/graphics/tex-pstricks-doc/DESCR:1.1.1.1 Thu Mar 17 18:12:54 2011 +++ pkgsrc/graphics/tex-pstricks-doc/DESCR Sun Apr 10 12:36:01 2022 @@ -1 +1 @@ -This is documentation for tex-pstricks. +Documentation for tex-pstricks. Index: pkgsrc/graphics/tex-pstricks-doc/Makefile diff -u pkgsrc/graphics/tex-pstricks-doc/Makefile:1.19 pkgsrc/graphics/tex-pstricks-doc/Makefile:1.20 --- pkgsrc/graphics/tex-pstricks-doc/Makefile:1.19 Sat Jun 5 05:54:14 2021 +++ pkgsrc/graphics/tex-pstricks-doc/Makefile Sun Apr 10 12:36:01 2022 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2021/06/05 05:54:14 markd Exp $ +# $NetBSD: Makefile,v 1.20 2022/04/10 12:36:01 markd Exp $ DISTNAME= pstricks.doc -PKGNAME= tex-${DISTNAME:S/./-/}-3.02 -TEXLIVE_REV= 59402 +PKGNAME= tex-${DISTNAME:S/./-/}-3.13 +TEXLIVE_REV= 61548 MAINTAINER= minskim@NetBSD.org HOMEPAGE= https://ctan.org/pkg/pstricks-base Index: pkgsrc/graphics/tex-pstricks-doc/PLIST diff -u pkgsrc/graphics/tex-pstricks-doc/PLIST:1.11 pkgsrc/graphics/tex-pstricks-doc/PLIST:1.12 --- pkgsrc/graphics/tex-pstricks-doc/PLIST:1.11 Mon Feb 15 11:07:27 2021 +++ pkgsrc/graphics/tex-pstricks-doc/PLIST Sun Apr 10 12:36:01 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2021/02/15 11:07:27 markd Exp $ +@comment $NetBSD: PLIST,v 1.12 2022/04/10 12:36:01 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 @@ -40,6 +40,10 @@ share/texmf-dist/doc/generic/pstricks/ps 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-news21.pdf +share/texmf-dist/doc/generic/pstricks/pst-news21.tex +share/texmf-dist/doc/generic/pstricks/pst-news22.pdf +share/texmf-dist/doc/generic/pstricks/pst-news22.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 Index: pkgsrc/graphics/tex-pstricks-doc/distinfo diff -u pkgsrc/graphics/tex-pstricks-doc/distinfo:1.20 pkgsrc/graphics/tex-pstricks-doc/distinfo:1.21 --- pkgsrc/graphics/tex-pstricks-doc/distinfo:1.20 Tue Oct 26 10:47:14 2021 +++ pkgsrc/graphics/tex-pstricks-doc/distinfo Sun Apr 10 12:36:01 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2021/10/26 10:47:14 nia Exp $ +$NetBSD: distinfo,v 1.21 2022/04/10 12:36:01 markd Exp $ -BLAKE2s (pstricks.doc.r59402.tar.xz) = 531b7e5915df2637ccb07e6209ef65ffa0fdd6e0cd17cf9f0c001ba88935ddb2 -SHA512 (pstricks.doc.r59402.tar.xz) = 96fb196707977f7449884bfa6b2b1380cbd107b7728dc04697b575adb02ff4f3ded92bbb851022c4b95938555f2df1960589630ab5db68a5531fd0372b513ef3 -Size (pstricks.doc.r59402.tar.xz) = 7451364 bytes +BLAKE2s (pstricks.doc.r61548.tar.xz) = a073e7a62fcb67d5766ba31bb49c4d833a1bbe129f802af83d5c7a2f1f29c022 +SHA512 (pstricks.doc.r61548.tar.xz) = 4817db2ebfb842535abfefdeb54b47b3da5c7ae0c6fe4bd02fcbcff56ac78221007c84e1decd8348241031a58f828e199c63581264bda6138c3064d401c003ee +Size (pstricks.doc.r61548.tar.xz) = 12463000 bytes --_----------=_164959416225020--