Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 24AD01A921F for ; Mon, 18 Apr 2022 03:12:42 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 41CE284EAF; Mon, 18 Apr 2022 03:12:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 77BCA84E5A for ; Mon, 18 Apr 2022 03:12:40 +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 DIyZf2Vt-FjE for ; Mon, 18 Apr 2022 03:12:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 89C0984CF8 for ; Mon, 18 Apr 2022 03:12:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7DED6FB19; Mon, 18 Apr 2022 03:12:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165025155942750" MIME-Version: 1.0 Date: Mon, 18 Apr 2022 03:12:39 +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: <20220418031239.7DED6FB19@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165025155942750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Mon Apr 18 03:12:39 UTC 2022 Modified Files: pkgsrc/print: Makefile Added Files: pkgsrc/print/tex-footnotebackref: DESCR Makefile PLIST distinfo pkgsrc/print/tex-footnotebackref-doc: DESCR Makefile PLIST distinfo Log Message: tex-footnotebackref{,-doc}: Added version 1.0 The package provides the means of creating hyperlinks, from a footnote at the bottom of the page, back to the occurence of the footnote in the main text. To generate a diff of this commit: cvs rdiff -u -r1.835 -r1.836 pkgsrc/print/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-footnotebackref/DESCR \ pkgsrc/print/tex-footnotebackref/Makefile \ pkgsrc/print/tex-footnotebackref/PLIST \ pkgsrc/print/tex-footnotebackref/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-footnotebackref-doc/DESCR \ pkgsrc/print/tex-footnotebackref-doc/Makefile \ pkgsrc/print/tex-footnotebackref-doc/PLIST \ pkgsrc/print/tex-footnotebackref-doc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165025155942750 Content-Disposition: inline Content-Length: 4875 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/Makefile diff -u pkgsrc/print/Makefile:1.835 pkgsrc/print/Makefile:1.836 --- pkgsrc/print/Makefile:1.835 Mon Apr 18 03:09:25 2022 +++ pkgsrc/print/Makefile Mon Apr 18 03:12:39 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.835 2022/04/18 03:09:25 markd Exp $ +# $NetBSD: Makefile,v 1.836 2022/04/18 03:12:39 markd Exp $ # COMMENT= Desktop publishing @@ -744,6 +744,8 @@ SUBDIR+= tex-footbib SUBDIR+= tex-footbib-doc SUBDIR+= tex-footmisc SUBDIR+= tex-footmisc-doc +SUBDIR+= tex-footnotebackref +SUBDIR+= tex-footnotebackref-doc SUBDIR+= tex-footnotehyper SUBDIR+= tex-footnotehyper-doc SUBDIR+= tex-footnpag Added files: Index: pkgsrc/print/tex-footnotebackref/DESCR diff -u /dev/null pkgsrc/print/tex-footnotebackref/DESCR:1.1 --- /dev/null Mon Apr 18 03:12:39 2022 +++ pkgsrc/print/tex-footnotebackref/DESCR Mon Apr 18 03:12:39 2022 @@ -0,0 +1,3 @@ +The package provides the means of creating hyperlinks, from a +footnote at the bottom of the page, back to the occurence of +the footnote in the main text. Index: pkgsrc/print/tex-footnotebackref/Makefile diff -u /dev/null pkgsrc/print/tex-footnotebackref/Makefile:1.1 --- /dev/null Mon Apr 18 03:12:39 2022 +++ pkgsrc/print/tex-footnotebackref/Makefile Mon Apr 18 03:12:39 2022 @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2022/04/18 03:12:39 markd Exp $ + +DISTNAME= footnotebackref +PKGNAME= tex-${DISTNAME}-1.0 +TEXLIVE_REV= 27034 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://ctan.org/pkg/footnotebackref +COMMENT= Back-references from footnotes +LICENSE= lppl-1.3c + +DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref +DEPENDS+= tex-kvoptions-[0-9]*:../../print/tex-kvoptions +DEPENDS+= tex-letltxmacro-[0-9]*:../../print/tex-letltxmacro + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/print/tex-footnotebackref/PLIST diff -u /dev/null pkgsrc/print/tex-footnotebackref/PLIST:1.1 --- /dev/null Mon Apr 18 03:12:39 2022 +++ pkgsrc/print/tex-footnotebackref/PLIST Mon Apr 18 03:12:39 2022 @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2022/04/18 03:12:39 markd Exp $ +share/texmf-dist/tex/latex/footnotebackref/footnotebackref.sty Index: pkgsrc/print/tex-footnotebackref/distinfo diff -u /dev/null pkgsrc/print/tex-footnotebackref/distinfo:1.1 --- /dev/null Mon Apr 18 03:12:39 2022 +++ pkgsrc/print/tex-footnotebackref/distinfo Mon Apr 18 03:12:39 2022 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/04/18 03:12:39 markd Exp $ + +BLAKE2s (footnotebackref.r27034.tar.xz) = 6db13434f2aa7b26eacc2fe019ed94c765d609ebffb3014f4cb82e1a09c8fcfd +SHA512 (footnotebackref.r27034.tar.xz) = 8c18d95a4c74a7fe2ea4cc98df6bdb6813d9cf8323e44474330f03694758ee53da46d0d691164f6d90b2148a7cf9dc253dbc93548a3b33df3b0344096e4a90c9 +Size (footnotebackref.r27034.tar.xz) = 1572 bytes Index: pkgsrc/print/tex-footnotebackref-doc/DESCR diff -u /dev/null pkgsrc/print/tex-footnotebackref-doc/DESCR:1.1 --- /dev/null Mon Apr 18 03:12:39 2022 +++ pkgsrc/print/tex-footnotebackref-doc/DESCR Mon Apr 18 03:12:39 2022 @@ -0,0 +1 @@ +Documentation for tex-footnotebackref. Index: pkgsrc/print/tex-footnotebackref-doc/Makefile diff -u /dev/null pkgsrc/print/tex-footnotebackref-doc/Makefile:1.1 --- /dev/null Mon Apr 18 03:12:39 2022 +++ pkgsrc/print/tex-footnotebackref-doc/Makefile Mon Apr 18 03:12:39 2022 @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2022/04/18 03:12:39 markd Exp $ + +DISTNAME= footnotebackref.doc +PKGNAME= tex-${DISTNAME:S/./-/}-1.0 +TEXLIVE_REV= 27034 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://ctan.org/pkg/footnotebackref +COMMENT= Documentation for tex-footnotebackref +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/print/tex-footnotebackref-doc/PLIST diff -u /dev/null pkgsrc/print/tex-footnotebackref-doc/PLIST:1.1 --- /dev/null Mon Apr 18 03:12:39 2022 +++ pkgsrc/print/tex-footnotebackref-doc/PLIST Mon Apr 18 03:12:39 2022 @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2022/04/18 03:12:39 markd Exp $ +share/texmf-dist/doc/latex/footnotebackref/README +share/texmf-dist/doc/latex/footnotebackref/footnotebackref.pdf +share/texmf-dist/doc/latex/footnotebackref/footnotebackref.tex Index: pkgsrc/print/tex-footnotebackref-doc/distinfo diff -u /dev/null pkgsrc/print/tex-footnotebackref-doc/distinfo:1.1 --- /dev/null Mon Apr 18 03:12:39 2022 +++ pkgsrc/print/tex-footnotebackref-doc/distinfo Mon Apr 18 03:12:39 2022 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/04/18 03:12:39 markd Exp $ + +BLAKE2s (footnotebackref.doc.r27034.tar.xz) = eb4c6f1da42f14ffc1a38382e5192eb29413c29ad974dcfa90629edbc45e5902 +SHA512 (footnotebackref.doc.r27034.tar.xz) = 685484323b721c5277aeaa041b1d40b0d4675bc901a371f36dbff6246063252bca69261748a096919c7345a4a6e6284a6093068555bb43eb92fbf7cfea41facc +Size (footnotebackref.doc.r27034.tar.xz) = 112100 bytes --_----------=_165025155942750--