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: Sat Apr 1 12:07:38 UTC 2023
Modified Files:
pkgsrc/print/tex-minted: Makefile distinfo
pkgsrc/print/tex-minted-doc: Makefile distinfo
Log Message:
tex-minted{,-doc}: update to 2.7
Reimplemented \mintinline to work with all line breaking options supported by
fvextra's \Verb (including breakanywhere), give better results when used inside
other commands, and be compatible with hyperref for PDF strings such as
bookmarks. Reimplemented and improved \mint.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/print/tex-minted/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/print/tex-minted/distinfo
cvs rdiff -u -r1.9 -r1.10 pkgsrc/print/tex-minted-doc/Makefile
cvs rdiff -u -r1.10 -r1.11 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.13 pkgsrc/print/tex-minted/Makefile:1.14
--- pkgsrc/print/tex-minted/Makefile:1.13 Thu Jun 30 11:18:46 2022
+++ pkgsrc/print/tex-minted/Makefile Sat Apr 1 12:07:38 2023
@@ -1,21 +1,28 @@
-# $NetBSD: Makefile,v 1.13 2022/06/30 11:18:46 nia Exp $
+# $NetBSD: Makefile,v 1.14 2023/04/01 12:07:38 markd Exp $
DISTNAME= minted
-PKGNAME= tex-${DISTNAME}-2.6
-PKGREVISION= 1
-TEXLIVE_REV= 61405
+PKGNAME= tex-${DISTNAME}-2.7
+TEXLIVE_REV= 65252
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://ctan.org/pkg/minted
COMMENT= Highlighted source code for LaTeX
LICENSE= lppl-1.3c
+DEPENDS+= tex-catchfile-[0-9]*:../../print/tex-catchfile
DEPENDS+= tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
DEPENDS+= tex-fancyvrb-[0-9]*:../../print/tex-fancyvrb
DEPENDS+= tex-float-[0-9]*:../../print/tex-float
+DEPENDS+= tex-framed-[0-9]*:../../print/tex-framed
+DEPENDS+= tex-fvextra-[0-9]*:../../print/tex-fvextra
+DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
DEPENDS+= tex-ifplatform-[0-9]*:../../print/tex-ifplatform
+DEPENDS+= tex-kvoptions-[0-9]*:../../print/tex-kvoptions
DEPENDS+= tex-lineno-[0-9]*:../../print/tex-lineno
-DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek
+DEPENDS+= tex-pdftexcmds-[0-9]*:../../print/tex-pdftexcmds
+DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
+DEPENDS+= tex-upquote-[0-9]*:../../print/tex-upquote
+DEPENDS+= tex-xcolor-[0-9]*:../../print/tex-xcolor
DEPENDS+= tex-xstring-[0-9]*:../../print/tex-xstring
PYTHON_VERSIONED_DEPENDENCIES= pygments
Index: pkgsrc/print/tex-minted/distinfo
diff -u pkgsrc/print/tex-minted/distinfo:1.10 pkgsrc/print/tex-minted/distinfo:1.11
--- pkgsrc/print/tex-minted/distinfo:1.10 Thu Apr 14 02:48:26 2022
+++ pkgsrc/print/tex-minted/distinfo Sat Apr 1 12:07:38 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2022/04/14 02:48:26 markd Exp $
+$NetBSD: distinfo,v 1.11 2023/04/01 12:07:38 markd Exp $
-BLAKE2s (minted.r61405.tar.xz) = 4871b16c584a3bd03b129ebb4ba02e3685b93fa15452edf11f72f97f39d098d2
-SHA512 (minted.r61405.tar.xz) = 6fcac84b07600e370004d4de702946a61ce1317506a775a2d0adbdd4e0326dac73f385c22b5984abd0787aa4153a0fafb73a0ef8c22b18f8500c129f05d0ac99
-Size (minted.r61405.tar.xz) = 9592 bytes
+BLAKE2s (minted.r65252.tar.xz) = 37efd756dcd38d964b2a270a89b9cfc9780af0b35cfd0be445992c7495ef9ae8
+SHA512 (minted.r65252.tar.xz) = faf543c7f48371cca2a4af7d1e4e1e9b16c13673908417ec982d773dac561ab9e467f79bed230f5c0e359fc82c5cfff1f83e18cb6261279943d1e5a2f117ea2f
+Size (minted.r65252.tar.xz) = 10028 bytes
Index: pkgsrc/print/tex-minted-doc/Makefile
diff -u pkgsrc/print/tex-minted-doc/Makefile:1.9 pkgsrc/print/tex-minted-doc/Makefile:1.10
--- pkgsrc/print/tex-minted-doc/Makefile:1.9 Thu Apr 14 02:48:26 2022
+++ pkgsrc/print/tex-minted-doc/Makefile Sat Apr 1 12:07:38 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2022/04/14 02:48:26 markd Exp $
+# $NetBSD: Makefile,v 1.10 2023/04/01 12:07:38 markd Exp $
DISTNAME= minted.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-2.6
-TEXLIVE_REV= 61405
+PKGNAME= tex-${DISTNAME:S/./-/}-2.7
+TEXLIVE_REV= 65252
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://ctan.org/pkg/minted
Index: pkgsrc/print/tex-minted-doc/distinfo
diff -u pkgsrc/print/tex-minted-doc/distinfo:1.10 pkgsrc/print/tex-minted-doc/distinfo:1.11
--- pkgsrc/print/tex-minted-doc/distinfo:1.10 Thu Apr 14 02:48:26 2022
+++ pkgsrc/print/tex-minted-doc/distinfo Sat Apr 1 12:07:38 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2022/04/14 02:48:26 markd Exp $
+$NetBSD: distinfo,v 1.11 2023/04/01 12:07:38 markd Exp $
-BLAKE2s (minted.doc.r61405.tar.xz) = 39f5a6127a6b5eabbab94d09051df595431cc3d5aeb51165f4848ecb370aae8d
-SHA512 (minted.doc.r61405.tar.xz) = 96bb1fd4f584b92c0605cfa65c658fe3eeb38b4bd30cba3d4ad197647567e910f3c322208b0b9b1718599c06540541cf92c7dbc1d82da2b5ea02810601a725c4
-Size (minted.doc.r61405.tar.xz) = 824148 bytes
+BLAKE2s (minted.doc.r65252.tar.xz) = 5177e530e99e6d8e3e58b05370b3807c2bbec68d2aca29ccf7499c936ca5cdc8
+SHA512 (minted.doc.r65252.tar.xz) = 41640837e53d5b9cdce55a8f29707fe4f654da19813efbc1770df39b8f00aabdf600032dd504a8cebe23b4ef91e226014a94e031c52d0458f0684c5a53bd276a
+Size (minted.doc.r65252.tar.xz) = 837736 bytes
Home |
Main Index |
Thread Index |
Old Index