pkgsrc-Changes archive

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

CVS commit: pkgsrc/print



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.

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@localhost
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 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@localhost
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 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



Home | Main Index | Thread Index | Old Index