pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print tex-lastpage{,-doc}: update to 1.2n



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8da333d1516a
branches:  trunk
changeset: 376823:8da333d1516a
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Apr 14 02:01:03 2022 +0000

description:
tex-lastpage{,-doc}: update to 1.2n

lastpage should be compatible with package french again; documentation and
example have been extended.

diffstat:

 print/tex-lastpage-doc/DESCR    |  2 +-
 print/tex-lastpage-doc/Makefile |  8 ++++----
 print/tex-lastpage-doc/distinfo |  8 ++++----
 print/tex-lastpage/DESCR        |  9 +++++----
 print/tex-lastpage/Makefile     |  8 ++++----
 print/tex-lastpage/distinfo     |  8 ++++----
 6 files changed, 22 insertions(+), 21 deletions(-)

diffs (89 lines):

diff -r d29df0804274 -r 8da333d1516a print/tex-lastpage-doc/DESCR
--- a/print/tex-lastpage-doc/DESCR      Thu Apr 14 01:58:21 2022 +0000
+++ b/print/tex-lastpage-doc/DESCR      Thu Apr 14 02:01:03 2022 +0000
@@ -1,1 +1,1 @@
-This is documentation for tex-lastpage.
+Documentation for tex-lastpage.
diff -r d29df0804274 -r 8da333d1516a print/tex-lastpage-doc/Makefile
--- a/print/tex-lastpage-doc/Makefile   Thu Apr 14 01:58:21 2022 +0000
+++ b/print/tex-lastpage-doc/Makefile   Thu Apr 14 02:01:03 2022 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.4 2019/12/06 20:21:49 markd Exp $
+# $NetBSD: Makefile,v 1.5 2022/04/14 02:01:03 markd Exp $
 
 DISTNAME=      lastpage.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-1.2m
-TEXLIVE_REV=   36680
+PKGNAME=       tex-${DISTNAME:S/./-/}-1.2n
+TEXLIVE_REV=   60414
 
 MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/lastpage
 COMMENT=       Documentation for tex-lastpage
 LICENSE=       lppl-1.3c
 
-TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r d29df0804274 -r 8da333d1516a print/tex-lastpage-doc/distinfo
--- a/print/tex-lastpage-doc/distinfo   Thu Apr 14 01:58:21 2022 +0000
+++ b/print/tex-lastpage-doc/distinfo   Thu Apr 14 02:01:03 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:13:50 nia Exp $
+$NetBSD: distinfo,v 1.7 2022/04/14 02:01:03 markd Exp $
 
-BLAKE2s (tex-lastpage-36680/lastpage.doc.tar.xz) = 410f52047ee7f35bb825d4205ed11ec080052da3f0afefb3662a42263ba963e2
-SHA512 (tex-lastpage-36680/lastpage.doc.tar.xz) = 74419af51ffc83cf9f337e333106b91790d9e709c0f4ba81182c7694d296925e60b9d0379eccbabce29c29371355da056048f17831936fcc5fc2551758224d92
-Size (tex-lastpage-36680/lastpage.doc.tar.xz) = 547120 bytes
+BLAKE2s (lastpage.doc.r60414.tar.xz) = 3a0d7c404d92a4f7be01cf78b8130984e84abf7483e94cef3698790a4ec34925
+SHA512 (lastpage.doc.r60414.tar.xz) = ac28e1fb9ae05bcb78e825356ba6be73b52c5f06926c446193be9af8ba7e8e7adee7c51284a797d9872e66137bf96cb2ef3dba41cc9624d25155a1ad069f5307
+Size (lastpage.doc.r60414.tar.xz) = 556040 bytes
diff -r d29df0804274 -r 8da333d1516a print/tex-lastpage/DESCR
--- a/print/tex-lastpage/DESCR  Thu Apr 14 01:58:21 2022 +0000
+++ b/print/tex-lastpage/DESCR  Thu Apr 14 02:01:03 2022 +0000
@@ -1,4 +1,5 @@
-Reference the number of pages in your LaTeX document through the
-introduction of a new label which can be referenced like
-\pageref{LastPage} to give a reference to the last page of a document.
-It is particularly useful in the page footer that says: Page N of M.
+Reference the number of pages in your LaTeX document through
+the introduction of a new label which can be referenced like
+\pageref{LastPage} to give a reference to the last page of a
+document. It is particularly useful in the page footer that
+says: Page N of M.
diff -r d29df0804274 -r 8da333d1516a print/tex-lastpage/Makefile
--- a/print/tex-lastpage/Makefile       Thu Apr 14 01:58:21 2022 +0000
+++ b/print/tex-lastpage/Makefile       Thu Apr 14 02:01:03 2022 +0000
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.5 2019/12/06 20:21:49 markd Exp $
+# $NetBSD: Makefile,v 1.6 2022/04/14 02:01:03 markd Exp $
 
 DISTNAME=      lastpage
-PKGNAME=       tex-${DISTNAME}-1.2m
-TEXLIVE_REV=   36680
+PKGNAME=       tex-${DISTNAME}-1.2n
+TEXLIVE_REV=   60414
 
 MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/lastpage
 COMMENT=       Reference last page for Page N of M type footers
 LICENSE=       lppl-1.3c
 
 DEPENDS+=      tex-latex-bin>=2009nb1:../../print/tex-latex-bin
 
-TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r d29df0804274 -r 8da333d1516a print/tex-lastpage/distinfo
--- a/print/tex-lastpage/distinfo       Thu Apr 14 01:58:21 2022 +0000
+++ b/print/tex-lastpage/distinfo       Thu Apr 14 02:01:03 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:13:50 nia Exp $
+$NetBSD: distinfo,v 1.7 2022/04/14 02:01:03 markd Exp $
 
-BLAKE2s (tex-lastpage-36680/lastpage.tar.xz) = 952e06ac015b510b51959b9d7dbe1d1f297a35b4621201f99c03e3e42e04e075
-SHA512 (tex-lastpage-36680/lastpage.tar.xz) = 377d8d570cbc2504c829560b7b0915217e988723fb4502c6602428ffdacfb75b0042ecb2af1735915dfb6a89703ffb8c2c3d65a92809a726401cd05739bf80b7
-Size (tex-lastpage-36680/lastpage.tar.xz) = 3528 bytes
+BLAKE2s (lastpage.r60414.tar.xz) = e0829e253d02f49f9a723a5e7241888b609e0bc3d2d7efc49eb86dd546cc2323
+SHA512 (lastpage.r60414.tar.xz) = 0184a80cc33e2b067c97bc9be2bed20881d841f2ae1213fa48ae5b67c16855217a166f4c35a1dcb16fac5cbf0aa807c5a5fc7ada7a5ccbf3af77777719b14711
+Size (lastpage.r60414.tar.xz) = 3512 bytes



Home | Main Index | Thread Index | Old Index