Received: by mail.netbsd.org (Postfix, from userid 605) id 087F984EE0; Sat, 8 Apr 2023 11:07:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 38A5684D8A for ; Sat, 8 Apr 2023 11:07:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id IYzJPPP29rMU for ; Sat, 8 Apr 2023 11:07:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 85F0D84D0E for ; Sat, 8 Apr 2023 11:07:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7D4A3FA84; Sat, 8 Apr 2023 11:07:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168095205057110" MIME-Version: 1.0 Date: Sat, 8 Apr 2023 11:07:30 +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: <20230408110730.7D4A3FA84@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_168095205057110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sat Apr 8 11:07:30 UTC 2023 Modified Files: pkgsrc/graphics/tex-pst-hsb: DESCR Makefile distinfo pkgsrc/graphics/tex-pst-hsb-doc: Makefile distinfo Log Message: tex-pst-hsb{,-doc}: update to 0.03 - added saturation and brightness options for the macros To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/tex-pst-hsb/DESCR \ pkgsrc/graphics/tex-pst-hsb/Makefile pkgsrc/graphics/tex-pst-hsb/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/tex-pst-hsb-doc/Makefile \ pkgsrc/graphics/tex-pst-hsb-doc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168095205057110 Content-Disposition: inline Content-Length: 3786 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/tex-pst-hsb/DESCR diff -u pkgsrc/graphics/tex-pst-hsb/DESCR:1.1 pkgsrc/graphics/tex-pst-hsb/DESCR:1.2 --- pkgsrc/graphics/tex-pst-hsb/DESCR:1.1 Mon Apr 11 20:34:43 2022 +++ pkgsrc/graphics/tex-pst-hsb/DESCR Sat Apr 8 11:07:30 2023 @@ -1,3 +1,3 @@ This is a PSTricks-related package. It can plot lines and/or curves with continuous colours. Only colours defined in the hsb -model are supported +model are supported. Index: pkgsrc/graphics/tex-pst-hsb/Makefile diff -u pkgsrc/graphics/tex-pst-hsb/Makefile:1.1 pkgsrc/graphics/tex-pst-hsb/Makefile:1.2 --- pkgsrc/graphics/tex-pst-hsb/Makefile:1.1 Mon Apr 11 20:34:43 2022 +++ pkgsrc/graphics/tex-pst-hsb/Makefile Sat Apr 8 11:07:30 2023 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2022/04/11 20:34:43 markd Exp $ +# $NetBSD: Makefile,v 1.2 2023/04/08 11:07:30 markd Exp $ DISTNAME= pst-hsb -PKGNAME= tex-${DISTNAME}-0.02 -TEXLIVE_REV= 61322 +PKGNAME= tex-${DISTNAME}-0.03 +TEXLIVE_REV= 66739 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/pst-hsb Index: pkgsrc/graphics/tex-pst-hsb/distinfo diff -u pkgsrc/graphics/tex-pst-hsb/distinfo:1.1 pkgsrc/graphics/tex-pst-hsb/distinfo:1.2 --- pkgsrc/graphics/tex-pst-hsb/distinfo:1.1 Mon Apr 11 20:34:43 2022 +++ pkgsrc/graphics/tex-pst-hsb/distinfo Sat Apr 8 11:07:30 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2022/04/11 20:34:43 markd Exp $ +$NetBSD: distinfo,v 1.2 2023/04/08 11:07:30 markd Exp $ -BLAKE2s (pst-hsb.r61322.tar.xz) = 5119e622b2eaab442ec88966edd792f7fcc7b0655be6065dd6abb3eb59a52f38 -SHA512 (pst-hsb.r61322.tar.xz) = 0deee202545f52b65b4fda752da7d43608118f33c9d3f520963b27229e9ec7b6d0161dc490b9ee6e356887b152f5ecb86640bc335d902070b1bda3744d9fb5db -Size (pst-hsb.r61322.tar.xz) = 1924 bytes +BLAKE2s (pst-hsb.r66739.tar.xz) = dc5cce4d77281021271e6bb8784a8c6787db535245319961b8824848823c217e +SHA512 (pst-hsb.r66739.tar.xz) = d3eef4f4672b938b84d1fafbf22889f9d7116af9a0574a95bfe2a7225d4a7185abcfb862ba7309fca924993f9665f2086a35edde97306c4b2311cf18f1763929 +Size (pst-hsb.r66739.tar.xz) = 2292 bytes Index: pkgsrc/graphics/tex-pst-hsb-doc/Makefile diff -u pkgsrc/graphics/tex-pst-hsb-doc/Makefile:1.1 pkgsrc/graphics/tex-pst-hsb-doc/Makefile:1.2 --- pkgsrc/graphics/tex-pst-hsb-doc/Makefile:1.1 Mon Apr 11 20:34:43 2022 +++ pkgsrc/graphics/tex-pst-hsb-doc/Makefile Sat Apr 8 11:07:30 2023 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2022/04/11 20:34:43 markd Exp $ +# $NetBSD: Makefile,v 1.2 2023/04/08 11:07:30 markd Exp $ DISTNAME= pst-hsb.doc -PKGNAME= tex-${DISTNAME:S/./-/}-0.02 -TEXLIVE_REV= 61322 +PKGNAME= tex-${DISTNAME:S/./-/}-0.03 +TEXLIVE_REV= 66739 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/pst-hsb Index: pkgsrc/graphics/tex-pst-hsb-doc/distinfo diff -u pkgsrc/graphics/tex-pst-hsb-doc/distinfo:1.1 pkgsrc/graphics/tex-pst-hsb-doc/distinfo:1.2 --- pkgsrc/graphics/tex-pst-hsb-doc/distinfo:1.1 Mon Apr 11 20:34:43 2022 +++ pkgsrc/graphics/tex-pst-hsb-doc/distinfo Sat Apr 8 11:07:30 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2022/04/11 20:34:43 markd Exp $ +$NetBSD: distinfo,v 1.2 2023/04/08 11:07:30 markd Exp $ -BLAKE2s (pst-hsb.doc.r61322.tar.xz) = e6992dcb8bd70bff7a68f8aa255903258650a787202eb0935a39821382c28291 -SHA512 (pst-hsb.doc.r61322.tar.xz) = 924a7a4a1aff03e308d5c8342f9c370669c8dec48a75c782beb887f2a05123369d5365ea86e2d2274f3dd930160d7935356cd5e9b4a6f8793bc83007cf48f841 -Size (pst-hsb.doc.r61322.tar.xz) = 194960 bytes +BLAKE2s (pst-hsb.doc.r66739.tar.xz) = 52d5494474f6897682be1698c4e83ea2da7c037919dcb2e95ae9e65d37934929 +SHA512 (pst-hsb.doc.r66739.tar.xz) = a2664b558f51c43ead6c078f0895f4a6c5c55045b8485e7f564bac10279b997fe082279e3cf2c35a7f47f78fd826ecc5a65daff112dc8659768c3b6275b7c854 +Size (pst-hsb.doc.r66739.tar.xz) = 199780 bytes --_----------=_168095205057110--