pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print tex-footnotehyper{, -doc}: Add version 1.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/38464736a043
branches: trunk
changeset: 323681:38464736a043
user: markd <markd%pkgsrc.org@localhost>
date: Wed May 15 09:01:33 2019 +0000
description:
tex-footnotehyper{,-doc}: Add version 1.1
The footnote package by Mark Wooding dates back to 1997 and has
not been made hyperref compatible. The aim of the present
package is to do that.
diffstat:
print/Makefile | 4 +++-
print/tex-footnotehyper-doc/DESCR | 1 +
print/tex-footnotehyper-doc/Makefile | 13 +++++++++++++
print/tex-footnotehyper-doc/PLIST | 4 ++++
print/tex-footnotehyper-doc/distinfo | 6 ++++++
print/tex-footnotehyper/DESCR | 3 +++
print/tex-footnotehyper/Makefile | 13 +++++++++++++
print/tex-footnotehyper/PLIST | 2 ++
print/tex-footnotehyper/distinfo | 6 ++++++
9 files changed, 51 insertions(+), 1 deletions(-)
diffs (98 lines):
diff -r 29b47eb4a1c7 -r 38464736a043 print/Makefile
--- a/print/Makefile Wed May 15 09:01:03 2019 +0000
+++ b/print/Makefile Wed May 15 09:01:33 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.729 2019/05/13 15:38:22 tron Exp $
+# $NetBSD: Makefile,v 1.730 2019/05/15 09:01:33 markd Exp $
#
COMMENT= Desktop publishing
@@ -638,6 +638,8 @@
SUBDIR+= tex-footbib-doc
SUBDIR+= tex-footmisc
SUBDIR+= tex-footmisc-doc
+SUBDIR+= tex-footnotehyper
+SUBDIR+= tex-footnotehyper-doc
SUBDIR+= tex-footnpag
SUBDIR+= tex-footnpag-doc
SUBDIR+= tex-forloop
diff -r 29b47eb4a1c7 -r 38464736a043 print/tex-footnotehyper-doc/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-footnotehyper-doc/DESCR Wed May 15 09:01:33 2019 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-footnotehyper.
diff -r 29b47eb4a1c7 -r 38464736a043 print/tex-footnotehyper-doc/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-footnotehyper-doc/Makefile Wed May 15 09:01:33 2019 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2019/05/15 09:01:34 markd Exp $
+
+DISTNAME= footnotehyper.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-1.1
+TEXLIVE_REV= 46431
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://ctan.org/pkg/footnotehyper
+COMMENT= Documentation for tex-footnotehyper
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 29b47eb4a1c7 -r 38464736a043 print/tex-footnotehyper-doc/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-footnotehyper-doc/PLIST Wed May 15 09:01:33 2019 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2019/05/15 09:01:34 markd Exp $
+share/texmf-dist/doc/latex/footnotehyper/README.md
+share/texmf-dist/doc/latex/footnotehyper/footnotehyper.pdf
+share/texmf-dist/doc/latex/footnotehyper/footnotehyper.tex
diff -r 29b47eb4a1c7 -r 38464736a043 print/tex-footnotehyper-doc/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-footnotehyper-doc/distinfo Wed May 15 09:01:33 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/05/15 09:01:34 markd Exp $
+
+SHA1 (tex-footnotehyper-46431/footnotehyper.doc.tar.xz) = 2d8ff7fa808b6b47be6e72d55c5dad26056ed358
+RMD160 (tex-footnotehyper-46431/footnotehyper.doc.tar.xz) = 394e2e9289859a8494c510d9976f31cd24e41beb
+SHA512 (tex-footnotehyper-46431/footnotehyper.doc.tar.xz) = d380557ece02393115148311e2186c99c6dda4f7ab311e448c3a52111a52a93fc17661bba80a6f62b24a30f7096793e422a93cd0d326336c1153a572b69c8b72
+Size (tex-footnotehyper-46431/footnotehyper.doc.tar.xz) = 58572 bytes
diff -r 29b47eb4a1c7 -r 38464736a043 print/tex-footnotehyper/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-footnotehyper/DESCR Wed May 15 09:01:33 2019 +0000
@@ -0,0 +1,3 @@
+The footnote package by Mark Wooding dates back to 1997 and has
+not been made hyperref compatible. The aim of the present
+package is to do that.
diff -r 29b47eb4a1c7 -r 38464736a043 print/tex-footnotehyper/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-footnotehyper/Makefile Wed May 15 09:01:33 2019 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2019/05/15 09:01:34 markd Exp $
+
+DISTNAME= footnotehyper
+PKGNAME= tex-${DISTNAME}-1.1
+TEXLIVE_REV= 46431
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://ctan.org/pkg/footnotehyper
+COMMENT= hyperref aware footnote.sty
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 29b47eb4a1c7 -r 38464736a043 print/tex-footnotehyper/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-footnotehyper/PLIST Wed May 15 09:01:33 2019 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2019/05/15 09:01:34 markd Exp $
+share/texmf-dist/tex/latex/footnotehyper/footnotehyper.sty
diff -r 29b47eb4a1c7 -r 38464736a043 print/tex-footnotehyper/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-footnotehyper/distinfo Wed May 15 09:01:33 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/05/15 09:01:34 markd Exp $
+
+SHA1 (tex-footnotehyper-46431/footnotehyper.tar.xz) = c56e89786a66221a3f5135272405bf09ac832985
+RMD160 (tex-footnotehyper-46431/footnotehyper.tar.xz) = 6c75d8dfd2eaa6689b15abaec258e1a697d74014
+SHA512 (tex-footnotehyper-46431/footnotehyper.tar.xz) = 1daa49ea85b5ae7ac0d1e3d5dd86dfb1ba79a132c4a1493d911e4416cd6f1f7d7e6487032ff0cc970284a9df039996fd26258868f734a1ef7fa0311380bd7709
+Size (tex-footnotehyper-46431/footnotehyper.tar.xz) = 2696 bytes
Home |
Main Index |
Thread Index |
Old Index