Received: by mail.netbsd.org (Postfix, from userid 605) id BD8CE85158; Sat, 13 Feb 2021 04:44:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0352985148 for ; Sat, 13 Feb 2021 04:44:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 40f6e36jIgtR for ; Sat, 13 Feb 2021 04:44:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2B52684C86 for ; Sat, 13 Feb 2021 04:44:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1F6B0FA95; Sat, 13 Feb 2021 04:44:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1613191447149380" MIME-Version: 1.0 Date: Sat, 13 Feb 2021 04:44:07 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/print To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20210213044407.1F6B0FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1613191447149380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sat Feb 13 04:44:07 UTC 2021 Added Files: pkgsrc/print/tex-firstaid: DESCR Makefile PLIST distinfo pkgsrc/print/tex-firstaid-doc: DESCR Makefile PLIST distinfo Log Message: tex-firstaid{,-doc}: add version 1.0i First aid for external LaTeX files and packages that need updating To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-firstaid/DESCR \ pkgsrc/print/tex-firstaid/Makefile pkgsrc/print/tex-firstaid/PLIST \ pkgsrc/print/tex-firstaid/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-firstaid-doc/DESCR \ pkgsrc/print/tex-firstaid-doc/Makefile \ pkgsrc/print/tex-firstaid-doc/PLIST \ pkgsrc/print/tex-firstaid-doc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1613191447149380 Content-Disposition: inline Content-Length: 4194 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/print/tex-firstaid/DESCR diff -u /dev/null pkgsrc/print/tex-firstaid/DESCR:1.1 --- /dev/null Sat Feb 13 04:44:07 2021 +++ pkgsrc/print/tex-firstaid/DESCR Sat Feb 13 04:44:06 2021 @@ -0,0 +1,6 @@ +This package contains some first aid for LaTeX packages or +classes that require updates because of internal changes to the +LaTeX kernel that are not yet reflected in the package's or +class's code. The file latex2e-first-aid-for-external-files.ltx +provided by this package is meant to be loaded during format +generation and not by the user. Index: pkgsrc/print/tex-firstaid/Makefile diff -u /dev/null pkgsrc/print/tex-firstaid/Makefile:1.1 --- /dev/null Sat Feb 13 04:44:07 2021 +++ pkgsrc/print/tex-firstaid/Makefile Sat Feb 13 04:44:06 2021 @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2021/02/13 04:44:06 markd Exp $ + +DISTNAME= firstaid +PKGNAME= tex-${DISTNAME}-1.0i +TEXLIVE_REV= 57154 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://ctan.org/pkg/latex-firstaid +COMMENT= First aid for external LaTeX files and packages that need updating +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/print/tex-firstaid/PLIST diff -u /dev/null pkgsrc/print/tex-firstaid/PLIST:1.1 --- /dev/null Sat Feb 13 04:44:07 2021 +++ pkgsrc/print/tex-firstaid/PLIST Sat Feb 13 04:44:06 2021 @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2021/02/13 04:44:06 markd Exp $ +share/texmf-dist/tex/latex/firstaid/filehook-ltx.sty +share/texmf-dist/tex/latex/firstaid/latex2e-first-aid-for-external-files.ltx Index: pkgsrc/print/tex-firstaid/distinfo diff -u /dev/null pkgsrc/print/tex-firstaid/distinfo:1.1 --- /dev/null Sat Feb 13 04:44:07 2021 +++ pkgsrc/print/tex-firstaid/distinfo Sat Feb 13 04:44:06 2021 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2021/02/13 04:44:06 markd Exp $ + +SHA1 (firstaid.r57154.tar.xz) = 1dc5e7efdb1dc751a46da3710caebb67f3b412ac +RMD160 (firstaid.r57154.tar.xz) = c024ffba4e60904dd74fe3663b8b6e02de478aea +SHA512 (firstaid.r57154.tar.xz) = ab371c6f1a0d7b3850f024c6a1362213c4c53cdbed7d27a019c915c603c52cfd2ea230495ca1bc714f6438dd5edf8f4cbd953f8756cd4367db89924245a3cf8a +Size (firstaid.r57154.tar.xz) = 2036 bytes Index: pkgsrc/print/tex-firstaid-doc/DESCR diff -u /dev/null pkgsrc/print/tex-firstaid-doc/DESCR:1.1 --- /dev/null Sat Feb 13 04:44:07 2021 +++ pkgsrc/print/tex-firstaid-doc/DESCR Sat Feb 13 04:44:06 2021 @@ -0,0 +1 @@ +Documentation for tex-firstaid. Index: pkgsrc/print/tex-firstaid-doc/Makefile diff -u /dev/null pkgsrc/print/tex-firstaid-doc/Makefile:1.1 --- /dev/null Sat Feb 13 04:44:07 2021 +++ pkgsrc/print/tex-firstaid-doc/Makefile Sat Feb 13 04:44:06 2021 @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2021/02/13 04:44:06 markd Exp $ + +DISTNAME= firstaid.doc +PKGNAME= tex-${DISTNAME:S/./-/}-1.0i +TEXLIVE_REV= 57154 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://ctan.org/pkg/latex-firstaid +COMMENT= Documentation for tex-firstaid +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/print/tex-firstaid-doc/PLIST diff -u /dev/null pkgsrc/print/tex-firstaid-doc/PLIST:1.1 --- /dev/null Sat Feb 13 04:44:07 2021 +++ pkgsrc/print/tex-firstaid-doc/PLIST Sat Feb 13 04:44:06 2021 @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2021/02/13 04:44:06 markd Exp $ +share/texmf-dist/doc/latex/firstaid/README.md +share/texmf-dist/doc/latex/firstaid/changes.txt +share/texmf-dist/doc/latex/firstaid/latex2e-first-aid-for-external-files.pdf Index: pkgsrc/print/tex-firstaid-doc/distinfo diff -u /dev/null pkgsrc/print/tex-firstaid-doc/distinfo:1.1 --- /dev/null Sat Feb 13 04:44:07 2021 +++ pkgsrc/print/tex-firstaid-doc/distinfo Sat Feb 13 04:44:06 2021 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2021/02/13 04:44:06 markd Exp $ + +SHA1 (firstaid.doc.r57154.tar.xz) = 686f6bf641a954d72d6ad126561fab5654435b8b +RMD160 (firstaid.doc.r57154.tar.xz) = 7ffc78196bbaf34aedee0744085f1a4858b48070 +SHA512 (firstaid.doc.r57154.tar.xz) = 39ef54e4a4d1701584402d7d3a37ad8f6b873d68bfef29749d1dfc66dad529c1e526a9e8828bf6caa9bf4672f5d65b1209231be205bbd4fac7fe5669e0e4649d +Size (firstaid.doc.r57154.tar.xz) = 202032 bytes --_----------=_1613191447149380--