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: Sun Apr 9 05:34:12 UTC 2023
Modified Files:
pkgsrc/print/tex-hyperxmp: Makefile PLIST distinfo
pkgsrc/print/tex-hyperxmp-doc: Makefile distinfo
Log Message:
tex-hyperxmp{,-doc}: update to 5.11
Since the previous release, hyperxmp has fixed a handful of bugs and
incorporated the following two modifications. First, hyperxmp disables itself
if LaTeX3 document metadata is available. (Document metadata implies the
presence of PDF management, which completely breaks hyperxmp.) Second,
hyperxmp uses \thetotalpages to compute the page count in an engine-independent
manner.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/tex-hyperxmp/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/tex-hyperxmp/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/tex-hyperxmp/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/tex-hyperxmp-doc/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/tex-hyperxmp-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-hyperxmp/Makefile
diff -u pkgsrc/print/tex-hyperxmp/Makefile:1.4 pkgsrc/print/tex-hyperxmp/Makefile:1.5
--- pkgsrc/print/tex-hyperxmp/Makefile:1.4 Sun Aug 21 14:35:05 2022
+++ pkgsrc/print/tex-hyperxmp/Makefile Sun Apr 9 05:34:11 2023
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2022/08/21 14:35:05 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2023/04/09 05:34:11 markd Exp $
DISTNAME= hyperxmp
-PKGNAME= tex-${DISTNAME}-5.9
-PKGREVISION= 2
-TEXLIVE_REV= 57004
+PKGNAME= tex-${DISTNAME}-5.11
+TEXLIVE_REV= 65980
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://ctan.org/pkg/hyperxmp
@@ -13,12 +12,6 @@ LICENSE= lppl-1.3c
USE_TOOLS+= perl:run
REPLACE_PERL+= texmf-dist/scripts/hyperxmp/hyperxmp-add-bytecount.pl
-# The texlive metadata claims this, but it doesn't exist and isn't
-# referred to by the source. XXX?
-#DEPENDS+= tex-hyperxmp.ARCH-[0-9]*:../../print/tex-hyperxmp.ARCH
-
-# Conversely, the texlive metadata does not mention these but the
-# package code does use them.
DEPENDS+= tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref
DEPENDS+= tex-ifmtarg-[0-9]*:../../print/tex-ifmtarg
@@ -33,5 +26,10 @@ DEPENDS+= tex-pdfescape-[0-9]*:../../pri
DEPENDS+= tex-stringenc-[0-9]*:../../print/tex-stringenc
DEPENDS+= tex-totpages-[0-9]*:../../print/tex-totpages
+INSTALLATION_DIRS+= bin
+
+post-install:
+ ${LN} -sf ${PREFIX}/share/texmf-dist/scripts/hyperxmp/hyperxmp-add-bytecount.pl ${DESTDIR}${PREFIX}/bin/hyperxmp-add-bytecount
+
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-hyperxmp/PLIST
diff -u pkgsrc/print/tex-hyperxmp/PLIST:1.1 pkgsrc/print/tex-hyperxmp/PLIST:1.2
--- pkgsrc/print/tex-hyperxmp/PLIST:1.1 Thu Apr 22 03:53:11 2021
+++ pkgsrc/print/tex-hyperxmp/PLIST Sun Apr 9 05:34:11 2023
@@ -1,3 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2021/04/22 03:53:11 dholland Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/04/09 05:34:11 markd Exp $
+bin/hyperxmp-add-bytecount
share/texmf-dist/scripts/hyperxmp/hyperxmp-add-bytecount.pl
share/texmf-dist/tex/latex/hyperxmp/hyperxmp.sty
Index: pkgsrc/print/tex-hyperxmp/distinfo
diff -u pkgsrc/print/tex-hyperxmp/distinfo:1.3 pkgsrc/print/tex-hyperxmp/distinfo:1.4
--- pkgsrc/print/tex-hyperxmp/distinfo:1.3 Tue Oct 26 11:13:33 2021
+++ pkgsrc/print/tex-hyperxmp/distinfo Sun Apr 9 05:34:11 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:13:33 nia Exp $
+$NetBSD: distinfo,v 1.4 2023/04/09 05:34:11 markd Exp $
-BLAKE2s (hyperxmp.r57004.tar.xz) = e12b858b6122347737f7b2ecf6d2373a7d7a532e049fc40a9458517443d64179
-SHA512 (hyperxmp.r57004.tar.xz) = 559312539407e1ec8eca1e476d015baa88631b8750249c724a9a99a2bb0644680ddc7b4d9c1aa8cd74dd9ff366b2e1821a01bd6d6eef54a14a72d8877f86b7d7
-Size (hyperxmp.r57004.tar.xz) = 15008 bytes
+BLAKE2s (hyperxmp.r65980.tar.xz) = b1b06365eb642cf19fba21005155bf47570817cb1424cce952fa9095704b5013
+SHA512 (hyperxmp.r65980.tar.xz) = ed89d3ec618c2826bcaad1b4766c8dda2e4561a5a7f54f373170740977139bab3d89af01143110054b31645311a6d8fbf9a615881af0097e9fe2082cb757670c
+Size (hyperxmp.r65980.tar.xz) = 15092 bytes
Index: pkgsrc/print/tex-hyperxmp-doc/Makefile
diff -u pkgsrc/print/tex-hyperxmp-doc/Makefile:1.1 pkgsrc/print/tex-hyperxmp-doc/Makefile:1.2
--- pkgsrc/print/tex-hyperxmp-doc/Makefile:1.1 Thu Apr 22 03:53:11 2021
+++ pkgsrc/print/tex-hyperxmp-doc/Makefile Sun Apr 9 05:34:12 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2021/04/22 03:53:11 dholland Exp $
+# $NetBSD: Makefile,v 1.2 2023/04/09 05:34:12 markd Exp $
DISTNAME= hyperxmp.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-5.9
-TEXLIVE_REV= 57004
+PKGNAME= tex-${DISTNAME:S/./-/}-5.11
+TEXLIVE_REV= 65980
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://ctan.org/pkg/hyperxmp
Index: pkgsrc/print/tex-hyperxmp-doc/distinfo
diff -u pkgsrc/print/tex-hyperxmp-doc/distinfo:1.3 pkgsrc/print/tex-hyperxmp-doc/distinfo:1.4
--- pkgsrc/print/tex-hyperxmp-doc/distinfo:1.3 Tue Oct 26 11:13:34 2021
+++ pkgsrc/print/tex-hyperxmp-doc/distinfo Sun Apr 9 05:34:12 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:13:34 nia Exp $
+$NetBSD: distinfo,v 1.4 2023/04/09 05:34:12 markd Exp $
-BLAKE2s (hyperxmp.doc.r57004.tar.xz) = 37405149abfe3e51d4b3f5f7da628031a5ef85f7856a308ecd229eb3c1639d5d
-SHA512 (hyperxmp.doc.r57004.tar.xz) = e63bb28383038ca1ac45bf0af92a95e50383b1a9dc3714b3e077a37d92022c4304dd00ab313979c7b7763f2ec6ba8946f6ba71fb09fc0870d02a0ac89be25c53
-Size (hyperxmp.doc.r57004.tar.xz) = 1163204 bytes
+BLAKE2s (hyperxmp.doc.r65980.tar.xz) = 017a1ae39f6c183435cc9f04280201d5439a8f43ce0bcc9c87df8f424f2b5f62
+SHA512 (hyperxmp.doc.r65980.tar.xz) = 350822e58fc27cf949615ab5fcc4e0b3a31c51921c64d59a039b235f786560f5f30debb676ea1a0cc2b21e1fd4fc0a390caf37846440350067417de7a7718069
+Size (hyperxmp.doc.r65980.tar.xz) = 1171384 bytes
Home |
Main Index |
Thread Index |
Old Index