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 DD8DC1A921F for ; Thu, 14 Apr 2022 02:48:29 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D944984EFE; Thu, 14 Apr 2022 02:48:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 21B7284EFC for ; Thu, 14 Apr 2022 02:48:28 +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 4O3-6qSII-Cu for ; Thu, 14 Apr 2022 02:48:27 +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 3BBF784C13 for ; Thu, 14 Apr 2022 02:48:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2F196FB24; Thu, 14 Apr 2022 02:48:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1649904507219910" MIME-Version: 1.0 Date: Thu, 14 Apr 2022 02:48:27 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/print To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20220414024827.2F196FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1649904507219910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Thu Apr 14 02:48:27 UTC 2022 Modified Files: pkgsrc/print/tex-minted: Makefile distinfo pkgsrc/print/tex-minted-doc: DESCR Makefile PLIST distinfo Log Message: tex-minted{,-doc}: update to 2.6 autogobble option now works with python3 executable and is now compatible with fancyvrb 4.0+, Pygments style names containing arbitrary non-whitespace characters are now supported, default for stripnl option is now false, added fontencoding option, bgcolor option is now compatible with color package To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/print/tex-minted/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/print/tex-minted/distinfo cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/print/tex-minted-doc/DESCR \ pkgsrc/print/tex-minted-doc/PLIST cvs rdiff -u -r1.8 -r1.9 pkgsrc/print/tex-minted-doc/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/print/tex-minted-doc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1649904507219910 Content-Disposition: inline Content-Length: 4781 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/tex-minted/Makefile diff -u pkgsrc/print/tex-minted/Makefile:1.11 pkgsrc/print/tex-minted/Makefile:1.12 --- pkgsrc/print/tex-minted/Makefile:1.11 Tue Apr 6 15:03:32 2021 +++ pkgsrc/print/tex-minted/Makefile Thu Apr 14 02:48:26 2022 @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.11 2021/04/06 15:03:32 adam Exp $ +# $NetBSD: Makefile,v 1.12 2022/04/14 02:48:26 markd Exp $ DISTNAME= minted -PKGNAME= tex-${DISTNAME}-2.5 -PKGREVISION= 1 -TEXLIVE_REV= 44855 +PKGNAME= tex-${DISTNAME}-2.6 +TEXLIVE_REV= 61405 -MAINTAINER= markd@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/minted COMMENT= Highlighted source code for LaTeX LICENSE= lppl-1.3c @@ -18,8 +17,6 @@ DEPENDS+= tex-lineno-[0-9]*:../../print/ DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek DEPENDS+= tex-xstring-[0-9]*:../../print/tex-xstring -TEXLIVE_UNVERSIONED= yes - PYTHON_VERSIONED_DEPENDENCIES= pygments .include "../../lang/python/pyversion.mk" Index: pkgsrc/print/tex-minted/distinfo diff -u pkgsrc/print/tex-minted/distinfo:1.9 pkgsrc/print/tex-minted/distinfo:1.10 --- pkgsrc/print/tex-minted/distinfo:1.9 Tue Oct 26 11:14:05 2021 +++ pkgsrc/print/tex-minted/distinfo Thu Apr 14 02:48:26 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 11:14:05 nia Exp $ +$NetBSD: distinfo,v 1.10 2022/04/14 02:48:26 markd Exp $ -BLAKE2s (tex-minted-44855/minted.tar.xz) = d0f30b0339b39b10701aed471f354e323fadaa2ae6252ac623c2b5b9e30e45b2 -SHA512 (tex-minted-44855/minted.tar.xz) = 6bfff77120a70214f492f34b31bc7354f75173e742b0d40b76116e78f18d471946175e7cae1d51d0f2b948bf566c8e44c755f1d98a338b8a0b1b0cfb6b77f462 -Size (tex-minted-44855/minted.tar.xz) = 9464 bytes +BLAKE2s (minted.r61405.tar.xz) = 4871b16c584a3bd03b129ebb4ba02e3685b93fa15452edf11f72f97f39d098d2 +SHA512 (minted.r61405.tar.xz) = 6fcac84b07600e370004d4de702946a61ce1317506a775a2d0adbdd4e0326dac73f385c22b5984abd0787aa4153a0fafb73a0ef8c22b18f8500c129f05d0ac99 +Size (minted.r61405.tar.xz) = 9592 bytes Index: pkgsrc/print/tex-minted-doc/DESCR diff -u pkgsrc/print/tex-minted-doc/DESCR:1.1.1.1 pkgsrc/print/tex-minted-doc/DESCR:1.2 --- pkgsrc/print/tex-minted-doc/DESCR:1.1.1.1 Thu Mar 22 08:11:43 2012 +++ pkgsrc/print/tex-minted-doc/DESCR Thu Apr 14 02:48:26 2022 @@ -1 +1 @@ -Documentation for tex-minted +Documentation for tex-minted. Index: pkgsrc/print/tex-minted-doc/PLIST diff -u pkgsrc/print/tex-minted-doc/PLIST:1.1.1.1 pkgsrc/print/tex-minted-doc/PLIST:1.2 --- pkgsrc/print/tex-minted-doc/PLIST:1.1.1.1 Thu Mar 22 08:11:43 2012 +++ pkgsrc/print/tex-minted-doc/PLIST Thu Apr 14 02:48:26 2022 @@ -1,4 +1,3 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2012/03/22 08:11:43 markd Exp $ -share/texmf-dist/doc/latex/minted/Makefile +@comment $NetBSD: PLIST,v 1.2 2022/04/14 02:48:26 markd Exp $ share/texmf-dist/doc/latex/minted/README share/texmf-dist/doc/latex/minted/minted.pdf Index: pkgsrc/print/tex-minted-doc/Makefile diff -u pkgsrc/print/tex-minted-doc/Makefile:1.8 pkgsrc/print/tex-minted-doc/Makefile:1.9 --- pkgsrc/print/tex-minted-doc/Makefile:1.8 Sat Jan 18 23:34:31 2020 +++ pkgsrc/print/tex-minted-doc/Makefile Thu Apr 14 02:48:26 2022 @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.8 2020/01/18 23:34:31 rillig Exp $ +# $NetBSD: Makefile,v 1.9 2022/04/14 02:48:26 markd Exp $ DISTNAME= minted.doc -PKGNAME= tex-${DISTNAME:S/./-/}-2.5 -TEXLIVE_REV= 44855 +PKGNAME= tex-${DISTNAME:S/./-/}-2.6 +TEXLIVE_REV= 61405 -MAINTAINER= markd@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/minted COMMENT= Documentation for tex-minted LICENSE= lppl-1.3c -TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/print/tex-minted-doc/distinfo diff -u pkgsrc/print/tex-minted-doc/distinfo:1.9 pkgsrc/print/tex-minted-doc/distinfo:1.10 --- pkgsrc/print/tex-minted-doc/distinfo:1.9 Tue Oct 26 11:14:05 2021 +++ pkgsrc/print/tex-minted-doc/distinfo Thu Apr 14 02:48:26 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 11:14:05 nia Exp $ +$NetBSD: distinfo,v 1.10 2022/04/14 02:48:26 markd Exp $ -BLAKE2s (tex-minted-44855/minted.doc.tar.xz) = 07c489ce2fbd585ceffe899d64d59c3def1f3df45e6171c9d8785f75a792ec52 -SHA512 (tex-minted-44855/minted.doc.tar.xz) = 013bab6a7abfff35d5316ec335ddb13e8c91e918ef78d9e49bc393be3cc6e71f22c740ff862045a5d20bbfc1a508bbc272f0dbc668db3ffc657dafb0ddfbc45c -Size (tex-minted-44855/minted.doc.tar.xz) = 803628 bytes +BLAKE2s (minted.doc.r61405.tar.xz) = 39f5a6127a6b5eabbab94d09051df595431cc3d5aeb51165f4848ecb370aae8d +SHA512 (minted.doc.r61405.tar.xz) = 96bb1fd4f584b92c0605cfa65c658fe3eeb38b4bd30cba3d4ad197647567e910f3c322208b0b9b1718599c06540541cf92c7dbc1d82da2b5ea02810601a725c4 +Size (minted.doc.r61405.tar.xz) = 824148 bytes --_----------=_1649904507219910--