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: Tue May 13 09:23:19 UTC 2025
Modified Files:
pkgsrc/print/tex-minted: Makefile PLIST distinfo
pkgsrc/print/tex-minted-doc: Makefile PLIST distinfo
Log Message:
tex-minted: update to 3.6.0
minted v3.0 is a complete rewrite from v2.9. It brings many security,
performance, and usability improvements, plus new features. On the LaTeX side,
all syntax highlighting settings are now serialized in Python literal format
using latex2pydata and then saved to a temp file, which is loaded on the Python
side. This completely eliminates past issues with escaping and quoting
command-line arguments. It is now possible to display only selections of code
based on start/end strings or regular expressions. There is now official
support for standalone custom lexers.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/print/tex-minted/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/tex-minted/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/print/tex-minted/distinfo
cvs rdiff -u -r1.11 -r1.12 pkgsrc/print/tex-minted-doc/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/tex-minted-doc/PLIST
cvs rdiff -u -r1.12 -r1.13 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.17 pkgsrc/print/tex-minted/Makefile:1.18
--- pkgsrc/print/tex-minted/Makefile:1.17 Wed Feb 14 19:41:04 2024
+++ pkgsrc/print/tex-minted/Makefile Tue May 13 09:23:19 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2024/02/14 19:41:04 markd Exp $
+# $NetBSD: Makefile,v 1.18 2025/05/13 09:23:19 markd Exp $
DISTNAME= minted
-PKGNAME= tex-${DISTNAME}-2.9
-TEXLIVE_REV= 69163
+PKGNAME= tex-${DISTNAME}-3.6.0
+TEXLIVE_REV= 74487
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://ctan.org/pkg/minted
@@ -13,22 +13,23 @@ DEPENDS+= tex-catchfile-[0-9]*:../../pri
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-latex2pydata-[0-9]*:../../devel/tex-latex2pydata
DEPENDS+= tex-newfloat-[0-9]*:../../print/tex-newfloat
DEPENDS+= tex-pdftexcmds-[0-9]*:../../print/tex-pdftexcmds
+DEPENDS+= tex-pgf-[0-9]*:../../print/tex-pgf
+DEPENDS+= tex-pgfopts-[0-9]*:../../devel/tex-pgfopts
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
-DEPENDS+= ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+REPLACE_PYTHON+= texmf-dist/scripts/minted/latexminted.py
-.include "../../lang/python/pyversion.mk"
+INSTALLATION_DIRS+= bin
+
+post-install:
+ ln -s ${PREFIX}/share/texmf-dist/scripts/minted/latexminted.py ${DESTDIR}${PREFIX}/bin/latexminted
+
+.include "../../lang/python/application.mk"
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-minted/PLIST
diff -u pkgsrc/print/tex-minted/PLIST:1.2 pkgsrc/print/tex-minted/PLIST:1.3
--- pkgsrc/print/tex-minted/PLIST:1.2 Thu Apr 23 12:27:54 2015
+++ pkgsrc/print/tex-minted/PLIST Tue May 13 09:23:19 2025
@@ -1,3 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2015/04/23 12:27:54 markd Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/05/13 09:23:19 markd Exp $
+bin/latexminted
+share/texmf-dist/scripts/minted/latex2pydata-0.5.0-py3-none-any.whl
+share/texmf-dist/scripts/minted/latexminted-0.5.0-py3-none-any.whl
+share/texmf-dist/scripts/minted/latexminted.py
+share/texmf-dist/scripts/minted/latexrestricted-0.6.2-py3-none-any.whl
+share/texmf-dist/scripts/minted/pygments-2.19.1-py3-none-any.whl
share/texmf-dist/tex/latex/minted/minted.sty
share/texmf-dist/tex/latex/minted/minted1.sty
+share/texmf-dist/tex/latex/minted/minted2.sty
Index: pkgsrc/print/tex-minted/distinfo
diff -u pkgsrc/print/tex-minted/distinfo:1.12 pkgsrc/print/tex-minted/distinfo:1.13
--- pkgsrc/print/tex-minted/distinfo:1.12 Wed Feb 14 19:41:04 2024
+++ pkgsrc/print/tex-minted/distinfo Tue May 13 09:23:19 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2024/02/14 19:41:04 markd Exp $
+$NetBSD: distinfo,v 1.13 2025/05/13 09:23:19 markd Exp $
-BLAKE2s (minted.r69163.tar.xz) = 177ef4f0e2b840e5a9497507caf6a85b97e6b266d89ed5b6107f9f11b29241f2
-SHA512 (minted.r69163.tar.xz) = d9bf72028b4aeb2febd7e2ee8f44297f047b5eab76fca8265a56dbcde4d921946bce15af5a89bc110b8ba25d234925172822e045670cd9795f13e38cd0e90f18
-Size (minted.r69163.tar.xz) = 10148 bytes
+BLAKE2s (minted.r74487.tar.xz) = 0cf24bf30a1f2600e0f8d514282a1461cc42052dce05a314f8d15401f3d0f461
+SHA512 (minted.r74487.tar.xz) = 6a3ed874fadecd7b6e8b74ff4131a688a5c6e01011a23d7564c744a59124fe39fb1a34554ed5e365af5668ea15b141e276a1e7bd463a2b286a9ef6a86f40abd2
+Size (minted.r74487.tar.xz) = 1290956 bytes
Index: pkgsrc/print/tex-minted-doc/Makefile
diff -u pkgsrc/print/tex-minted-doc/Makefile:1.11 pkgsrc/print/tex-minted-doc/Makefile:1.12
--- pkgsrc/print/tex-minted-doc/Makefile:1.11 Wed Feb 14 19:41:04 2024
+++ pkgsrc/print/tex-minted-doc/Makefile Tue May 13 09:23:19 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2024/02/14 19:41:04 markd Exp $
+# $NetBSD: Makefile,v 1.12 2025/05/13 09:23:19 markd Exp $
DISTNAME= minted.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-2.9
-TEXLIVE_REV= 69163
+PKGNAME= tex-${DISTNAME:S/./-/}-3.6.0
+TEXLIVE_REV= 74487
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://ctan.org/pkg/minted
Index: pkgsrc/print/tex-minted-doc/PLIST
diff -u pkgsrc/print/tex-minted-doc/PLIST:1.3 pkgsrc/print/tex-minted-doc/PLIST:1.4
--- pkgsrc/print/tex-minted-doc/PLIST:1.3 Wed Feb 14 19:41:04 2024
+++ pkgsrc/print/tex-minted-doc/PLIST Tue May 13 09:23:19 2025
@@ -1,4 +1,7 @@
-@comment $NetBSD: PLIST,v 1.3 2024/02/14 19:41:04 markd Exp $
+@comment $NetBSD: PLIST,v 1.4 2025/05/13 09:23:19 markd Exp $
+man/man1/latexminted.1
+share/texmf-dist/doc/latex/minted/CHANGELOG_LATEXMINTED_PYTHON_PACKAGE.md
+share/texmf-dist/doc/latex/minted/CHANGELOG_MINTED_LATEX_PACKAGE.md
share/texmf-dist/doc/latex/minted/DEPENDS.txt
share/texmf-dist/doc/latex/minted/README
share/texmf-dist/doc/latex/minted/minted.pdf
Index: pkgsrc/print/tex-minted-doc/distinfo
diff -u pkgsrc/print/tex-minted-doc/distinfo:1.12 pkgsrc/print/tex-minted-doc/distinfo:1.13
--- pkgsrc/print/tex-minted-doc/distinfo:1.12 Wed Feb 14 19:41:04 2024
+++ pkgsrc/print/tex-minted-doc/distinfo Tue May 13 09:23:19 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2024/02/14 19:41:04 markd Exp $
+$NetBSD: distinfo,v 1.13 2025/05/13 09:23:19 markd Exp $
-BLAKE2s (minted.doc.r69163.tar.xz) = dd810ed5f3f24453c85fcc78b69ecb75be14f7726480a67f68b222a60ce37cb0
-SHA512 (minted.doc.r69163.tar.xz) = 6ddf64e40d3d28ca2bedd8a8a9789f1839c63a96f5aee3f71155722876f8ddf0634c2022ae4c02e1e9336a76dc8477994654d20e9d5949f2054017fcd09a9146
-Size (minted.doc.r69163.tar.xz) = 850300 bytes
+BLAKE2s (minted.doc.r74487.tar.xz) = a985849e21547dd0e7fe40b0855ef3ea6f799b042656160f79ce3a6bd93806ef
+SHA512 (minted.doc.r74487.tar.xz) = da5f443b5a2cbcc2f011dae3c215522d09b4ef27eefc35943fcbebb2dbed1108db1aabba2304bb1a061e3bc16bef1837e1e4e4853fddfed516038bebe63eb541
+Size (minted.doc.r74487.tar.xz) = 527244 bytes
Home |
Main Index |
Thread Index |
Old Index