pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print tex-footnotebackref{,-doc}: Added version 1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9cb1b653199b
branches:  trunk
changeset: 377212:9cb1b653199b
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Apr 18 03:12:39 2022 +0000

description:
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.

diffstat:

 print/Makefile                         |   4 +++-
 print/tex-footnotebackref-doc/DESCR    |   1 +
 print/tex-footnotebackref-doc/Makefile |  13 +++++++++++++
 print/tex-footnotebackref-doc/PLIST    |   4 ++++
 print/tex-footnotebackref-doc/distinfo |   5 +++++
 print/tex-footnotebackref/DESCR        |   3 +++
 print/tex-footnotebackref/Makefile     |  17 +++++++++++++++++
 print/tex-footnotebackref/PLIST        |   2 ++
 print/tex-footnotebackref/distinfo     |   5 +++++
 9 files changed, 53 insertions(+), 1 deletions(-)

diffs (100 lines):

diff -r 7bf5a17d8795 -r 9cb1b653199b print/Makefile
--- a/print/Makefile    Mon Apr 18 03:09:25 2022 +0000
+++ b/print/Makefile    Mon Apr 18 03:12:39 2022 +0000
@@ -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-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
diff -r 7bf5a17d8795 -r 9cb1b653199b print/tex-footnotebackref-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-footnotebackref-doc/DESCR       Mon Apr 18 03:12:39 2022 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-footnotebackref.
diff -r 7bf5a17d8795 -r 9cb1b653199b print/tex-footnotebackref-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-footnotebackref-doc/Makefile    Mon Apr 18 03:12:39 2022 +0000
@@ -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@localhost
+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"
diff -r 7bf5a17d8795 -r 9cb1b653199b print/tex-footnotebackref-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-footnotebackref-doc/PLIST       Mon Apr 18 03:12:39 2022 +0000
@@ -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
diff -r 7bf5a17d8795 -r 9cb1b653199b print/tex-footnotebackref-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-footnotebackref-doc/distinfo    Mon Apr 18 03:12:39 2022 +0000
@@ -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
diff -r 7bf5a17d8795 -r 9cb1b653199b print/tex-footnotebackref/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-footnotebackref/DESCR   Mon Apr 18 03:12:39 2022 +0000
@@ -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.
diff -r 7bf5a17d8795 -r 9cb1b653199b print/tex-footnotebackref/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-footnotebackref/Makefile        Mon Apr 18 03:12:39 2022 +0000
@@ -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@localhost
+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"
diff -r 7bf5a17d8795 -r 9cb1b653199b print/tex-footnotebackref/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-footnotebackref/PLIST   Mon Apr 18 03:12:39 2022 +0000
@@ -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
diff -r 7bf5a17d8795 -r 9cb1b653199b print/tex-footnotebackref/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-footnotebackref/distinfo        Mon Apr 18 03:12:39 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index