pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/tex-lineno



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Jun 11 07:15:59 UTC 2023

Modified Files:
        pkgsrc/print/tex-lineno: Makefile distinfo

Log Message:
tex-lineno: update to 5.3

1. Handle special value of \prevdepth=-1000pt;
   thanks to Yukai Chou and Frank Mittelbach.
2. Add package options `sep' and `width' for
   setting line number separation and width.
3. Add `twocolumn` support for `bframe` env;
   thanks to Yukai Chou.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/print/tex-lineno/Makefile \
    pkgsrc/print/tex-lineno/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-lineno/Makefile
diff -u pkgsrc/print/tex-lineno/Makefile:1.5 pkgsrc/print/tex-lineno/Makefile:1.6
--- pkgsrc/print/tex-lineno/Makefile:1.5        Sun Apr  2 11:25:22 2023
+++ pkgsrc/print/tex-lineno/Makefile    Sun Jun 11 07:15:59 2023
@@ -1,13 +1,16 @@
-# $NetBSD: Makefile,v 1.5 2023/04/02 11:25:22 markd Exp $
+# $NetBSD: Makefile,v 1.6 2023/06/11 07:15:59 markd Exp $
 
 DISTNAME=      lineno
-PKGNAME=       tex-${DISTNAME}-5.1
-TEXLIVE_REV=   65586
+PKGNAME=       tex-${DISTNAME}-5.3
+TEXLIVE_REV=   67171
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/lineno
 COMMENT=       Line numbers on paragraphs
 LICENSE=       lppl-1.3c
 
+DEPENDS+=      tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
+DEPENDS+=      tex-kvoptions-[0-9]*:../../print/tex-kvoptions
+
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-lineno/distinfo
diff -u pkgsrc/print/tex-lineno/distinfo:1.5 pkgsrc/print/tex-lineno/distinfo:1.6
--- pkgsrc/print/tex-lineno/distinfo:1.5        Sun Apr  2 11:25:22 2023
+++ pkgsrc/print/tex-lineno/distinfo    Sun Jun 11 07:15:59 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2023/04/02 11:25:22 markd Exp $
+$NetBSD: distinfo,v 1.6 2023/06/11 07:15:59 markd Exp $
 
-BLAKE2s (lineno.r65586.tar.xz) = a94c100ee31365be3b2bfebae1f09a4ee551d66ac5df111d61e9edc72713a670
-SHA512 (lineno.r65586.tar.xz) = c1a1ed8480634176c2b375550ddac8d50581d3d3bbd93c98ac9ede07b6289937462d99d35b59cad9bd11f64f14fbefd10043027443c7a8d8e65d370e9bd44dbc
-Size (lineno.r65586.tar.xz) = 62148 bytes
+BLAKE2s (lineno.r67171.tar.xz) = 29b73a38659636a24957116b8fde9ae023cf7e4e453735cb0552cb80d7be231a
+SHA512 (lineno.r67171.tar.xz) = 7171da9917c0218a0c55c43126ecfe07b9e55e9633b673c89ae18f08897bb1634cc8412cc3051ebf6640afc228e246f1e5549ddea45261a6ddee01d158f3b9e6
+Size (lineno.r67171.tar.xz) = 62736 bytes



Home | Main Index | Thread Index | Old Index