Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7004884EFD for ; Sun, 11 Jun 2023 07:16:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id g3_ypbMUu8DY for ; Sun, 11 Jun 2023 07:15:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D8E7384E6C for ; Sun, 11 Jun 2023 07:15:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D231BFA89; Sun, 11 Jun 2023 07:15:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1686467759220030" MIME-Version: 1.0 Date: Sun, 11 Jun 2023 07:15:59 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/print/tex-lineno To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20230611071559.D231BFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1686467759220030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1686467759220030 Content-Disposition: inline Content-Length: 1842 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 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 --_----------=_1686467759220030--