pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/tex-pageslts



Module Name:    pkgsrc
Committed By:   markd
Date:           Mon Mar 30 19:57:25 UTC 2026

Modified Files:
        pkgsrc/print/tex-pageslts: DESCR Makefile distinfo

Log Message:
tex-pageslts: update to 2.0g

2.0e
Fix for new format: Since LaTeX-format 2025-06-01 after shipping the last page
all further |\write|s are made |\immediate|, requiring some adjusted
|\addtocounter{page}{-1}| and |\addtocounter{page}{+1}| here.

2.0f
polyglossia with arabic changes the meaning of \arabic, therefore instead of
"\arabic" it is needed "\number\value" to internally get compilable numbers.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/tex-pageslts/DESCR
cvs rdiff -u -r1.7 -r1.8 pkgsrc/print/tex-pageslts/Makefile \
    pkgsrc/print/tex-pageslts/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-pageslts/DESCR
diff -u pkgsrc/print/tex-pageslts/DESCR:1.1 pkgsrc/print/tex-pageslts/DESCR:1.2
--- pkgsrc/print/tex-pageslts/DESCR:1.1 Tue Jul  8 14:47:39 2014
+++ pkgsrc/print/tex-pageslts/DESCR     Mon Mar 30 19:57:25 2026
@@ -1,3 +1,12 @@
-The pageslts package is an extension of the lastpage package. It
-provides labels like LastPage (at the time of \AtEndDocument) as well as
-VeryLastPage (at the time of \AfterLastShipout).
+The package was designed as an extension of the lastpage
+package -- as well as that package's LastPage label (created in
+hook enddocument/afterlastpage, formerly \AtEndDocument) it
+adds a VeryLastPage (created in the same hook, but formerly
+\AfterLastShipout). When more than one page numbering scheme is
+in operation (as in a book class document with frontmatter),
+the labels above do not give the total number of pages, so the
+package also provides labels pagesLTS.<numbering scheme>, where
+the numbering scheme is arabic, roman, etc. The package relies
+on the undolabl package. Note: The "LTS" of the package name
+stands for: "L" = number of Last page, "T" = Total number of
+pages, "S" = page numbering Schemes (roman, arabic, ...)

Index: pkgsrc/print/tex-pageslts/Makefile
diff -u pkgsrc/print/tex-pageslts/Makefile:1.7 pkgsrc/print/tex-pageslts/Makefile:1.8
--- pkgsrc/print/tex-pageslts/Makefile:1.7      Sat May 10 22:41:28 2025
+++ pkgsrc/print/tex-pageslts/Makefile  Mon Mar 30 19:57:25 2026
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.7 2025/05/10 22:41:28 markd Exp $
+# $NetBSD: Makefile,v 1.8 2026/03/30 19:57:25 markd Exp $
 
 DISTNAME=      pageslts
-PKGNAME=       tex-${DISTNAME}-2.0d
-TEXLIVE_REV=   73400
+PKGNAME=       tex-${DISTNAME}-2.0g
+TEXLIVE_REV=   76054
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-COMMENT=       Provide labels for the last page in each page numbering group
+HOMEPAGE=      https://ctan.org/pkg/pageslts
+COMMENT=       Variants of last page labels
 LICENSE=       lppl-1.3c
 
 DEPENDS+=      tex-alphalph-[0-9]*:../../print/tex-alphalph
Index: pkgsrc/print/tex-pageslts/distinfo
diff -u pkgsrc/print/tex-pageslts/distinfo:1.7 pkgsrc/print/tex-pageslts/distinfo:1.8
--- pkgsrc/print/tex-pageslts/distinfo:1.7      Sat May 10 22:41:28 2025
+++ pkgsrc/print/tex-pageslts/distinfo  Mon Mar 30 19:57:25 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2025/05/10 22:41:28 markd Exp $
+$NetBSD: distinfo,v 1.8 2026/03/30 19:57:25 markd Exp $
 
-BLAKE2s (pageslts.r73400.tar.xz) = 0f95ce3747b175501c11d30bd510e73cf685f1aca313e435665e5c82386aadb4
-SHA512 (pageslts.r73400.tar.xz) = b6047cbe4f5020163be4a3de82e79a7e76d8fc09e2860cb97544d05229985bc835ce10740c44a049a0c0cbcef1bd9e097e3b87285383b23ef5d31ab173e6d35f
-Size (pageslts.r73400.tar.xz) = 8644 bytes
+BLAKE2s (pageslts.r76054.tar.xz) = 0a7cd9fcf54abf01702b44cb1c75a2c152a84e680699b813e11df302635bd7d1
+SHA512 (pageslts.r76054.tar.xz) = 831c8c862eba6fb2bc130b353340fe2ee903da61b974f206dd7b867fdf6211e54bb0fb78b15612108dfc5ef79126e46372f90303f17a6c6b468519e36d21796d
+Size (pageslts.r76054.tar.xz) = 8728 bytes



Home | Main Index | Thread Index | Old Index