pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print
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.
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@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"
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@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"
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
Home |
Main Index |
Thread Index |
Old Index