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  8 10:40:44 UTC 2023

Modified Files:
        pkgsrc/print/tex-lastpage: Makefile PLIST distinfo
        pkgsrc/print/tex-lastpage-doc: Makefile distinfo

Log Message:
tex-lastpage{,-doc}: update to 2.0a

lastpage should now determine automatically, whether to load its
TeX 2.09 version, classic LaTeX2e-version, or modern version with
ε-TEX, hook-management etc.; mentioning \@abspage at last and in
the example file \g_shipout_readonly_int


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/tex-lastpage/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/print/tex-lastpage/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/print/tex-lastpage/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/print/tex-lastpage-doc/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/print/tex-lastpage-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-lastpage/Makefile
diff -u pkgsrc/print/tex-lastpage/Makefile:1.6 pkgsrc/print/tex-lastpage/Makefile:1.7
--- pkgsrc/print/tex-lastpage/Makefile:1.6      Thu Apr 14 02:01:03 2022
+++ pkgsrc/print/tex-lastpage/Makefile  Sat Apr  8 10:40:43 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2022/04/14 02:01:03 markd Exp $
+# $NetBSD: Makefile,v 1.7 2023/04/08 10:40:43 markd Exp $
 
 DISTNAME=      lastpage
-PKGNAME=       tex-${DISTNAME}-1.2n
-TEXLIVE_REV=   60414
+PKGNAME=       tex-${DISTNAME}-2.0a
+TEXLIVE_REV=   66461
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/lastpage

Index: pkgsrc/print/tex-lastpage/PLIST
diff -u pkgsrc/print/tex-lastpage/PLIST:1.1.1.1 pkgsrc/print/tex-lastpage/PLIST:1.2
--- pkgsrc/print/tex-lastpage/PLIST:1.1.1.1     Thu Oct 28 17:47:06 2010
+++ pkgsrc/print/tex-lastpage/PLIST     Sat Apr  8 10:40:43 2023
@@ -1,3 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2010/10/28 17:47:06 minskim Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/04/08 10:40:43 markd Exp $
 share/texmf-dist/tex/latex/lastpage/lastpage.sty
 share/texmf-dist/tex/latex/lastpage/lastpage209.sty
+share/texmf-dist/tex/latex/lastpage/lastpage2e.sty
+share/texmf-dist/tex/latex/lastpage/lastpageclassic.sty
+share/texmf-dist/tex/latex/lastpage/lastpagemodern.sty

Index: pkgsrc/print/tex-lastpage/distinfo
diff -u pkgsrc/print/tex-lastpage/distinfo:1.7 pkgsrc/print/tex-lastpage/distinfo:1.8
--- pkgsrc/print/tex-lastpage/distinfo:1.7      Thu Apr 14 02:01:03 2022
+++ pkgsrc/print/tex-lastpage/distinfo  Sat Apr  8 10:40:43 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2022/04/14 02:01:03 markd Exp $
+$NetBSD: distinfo,v 1.8 2023/04/08 10:40:43 markd Exp $
 
-BLAKE2s (lastpage.r60414.tar.xz) = e0829e253d02f49f9a723a5e7241888b609e0bc3d2d7efc49eb86dd546cc2323
-SHA512 (lastpage.r60414.tar.xz) = 0184a80cc33e2b067c97bc9be2bed20881d841f2ae1213fa48ae5b67c16855217a166f4c35a1dcb16fac5cbf0aa807c5a5fc7ada7a5ccbf3af77777719b14711
-Size (lastpage.r60414.tar.xz) = 3512 bytes
+BLAKE2s (lastpage.r66461.tar.xz) = f4d796fa6b02a929d66e84668cfe8cbd158bd6452a034d834ecbf555aa597652
+SHA512 (lastpage.r66461.tar.xz) = 05dd2ff6bd9b203950c68f373dc908c8be572ce9a86342e420d5195914834b065a98723dcfc5c3191497502f7eab01c228b0899f7d4d391f04d39e9354df09d3
+Size (lastpage.r66461.tar.xz) = 3980 bytes

Index: pkgsrc/print/tex-lastpage-doc/Makefile
diff -u pkgsrc/print/tex-lastpage-doc/Makefile:1.5 pkgsrc/print/tex-lastpage-doc/Makefile:1.6
--- pkgsrc/print/tex-lastpage-doc/Makefile:1.5  Thu Apr 14 02:01:03 2022
+++ pkgsrc/print/tex-lastpage-doc/Makefile      Sat Apr  8 10:40:44 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2022/04/14 02:01:03 markd Exp $
+# $NetBSD: Makefile,v 1.6 2023/04/08 10:40:44 markd Exp $
 
 DISTNAME=      lastpage.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-1.2n
-TEXLIVE_REV=   60414
+PKGNAME=       tex-${DISTNAME:S/./-/}-2.0a
+TEXLIVE_REV=   66461
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/lastpage

Index: pkgsrc/print/tex-lastpage-doc/distinfo
diff -u pkgsrc/print/tex-lastpage-doc/distinfo:1.7 pkgsrc/print/tex-lastpage-doc/distinfo:1.8
--- pkgsrc/print/tex-lastpage-doc/distinfo:1.7  Thu Apr 14 02:01:03 2022
+++ pkgsrc/print/tex-lastpage-doc/distinfo      Sat Apr  8 10:40:44 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2022/04/14 02:01:03 markd Exp $
+$NetBSD: distinfo,v 1.8 2023/04/08 10:40:44 markd Exp $
 
-BLAKE2s (lastpage.doc.r60414.tar.xz) = 3a0d7c404d92a4f7be01cf78b8130984e84abf7483e94cef3698790a4ec34925
-SHA512 (lastpage.doc.r60414.tar.xz) = ac28e1fb9ae05bcb78e825356ba6be73b52c5f06926c446193be9af8ba7e8e7adee7c51284a797d9872e66137bf96cb2ef3dba41cc9624d25155a1ad069f5307
-Size (lastpage.doc.r60414.tar.xz) = 556040 bytes
+BLAKE2s (lastpage.doc.r66461.tar.xz) = a4effcd7116b96d7b4d79fe2e9905db736c47f0a14f923eb834d910a9f74d204
+SHA512 (lastpage.doc.r66461.tar.xz) = 3ab2b7b8c80450e60abbc5608f06d6bd482387d7c78ad1dc3fc0b0a7be6ab6de23ae4ced788a7d91fe5de2d97efc1addf216267de2c4fe323525567b82761034
+Size (lastpage.doc.r66461.tar.xz) = 555364 bytes



Home | Main Index | Thread Index | Old Index