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 May 12 08:36:19 UTC 2025
Added Files:
pkgsrc/print/tex-hypcap: DESCR Makefile PLIST distinfo
pkgsrc/print/tex-hypcap-doc: DESCR Makefile PLIST distinfo
Log Message:
tex-hypcap{,-doc}: add version 1.13
The package offers a solution to the problem that when you link
to a float using hyperref, the link anchors to below the
float's caption, rather than the beginning of the float. Hypcap
defines a separate \capstart command, which you put where you
want links to end; you should have a \capstart command for each
\caption command. Package options can be used to auto-insert a
\capstart at the start of a float environment.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-hypcap/DESCR \
pkgsrc/print/tex-hypcap/Makefile pkgsrc/print/tex-hypcap/PLIST \
pkgsrc/print/tex-hypcap/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-hypcap-doc/DESCR \
pkgsrc/print/tex-hypcap-doc/Makefile pkgsrc/print/tex-hypcap-doc/PLIST \
pkgsrc/print/tex-hypcap-doc/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/print/tex-hypcap/DESCR
diff -u /dev/null pkgsrc/print/tex-hypcap/DESCR:1.1
--- /dev/null Mon May 12 08:36:19 2025
+++ pkgsrc/print/tex-hypcap/DESCR Mon May 12 08:36:18 2025
@@ -0,0 +1,7 @@
+The package offers a solution to the problem that when you link
+to a float using hyperref, the link anchors to below the
+float's caption, rather than the beginning of the float. Hypcap
+defines a separate \capstart command, which you put where you
+want links to end; you should have a \capstart command for each
+\caption command. Package options can be used to auto-insert a
+\capstart at the start of a float environment.
Index: pkgsrc/print/tex-hypcap/Makefile
diff -u /dev/null pkgsrc/print/tex-hypcap/Makefile:1.1
--- /dev/null Mon May 12 08:36:19 2025
+++ pkgsrc/print/tex-hypcap/Makefile Mon May 12 08:36:18 2025
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2025/05/12 08:36:18 markd Exp $
+
+DISTNAME= hypcap
+PKGNAME= tex-${DISTNAME}-1.13
+TEXLIVE_REV= 71912
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/hypcap
+COMMENT= Adjusting the anchors of captions
+LICENSE= lppl-1.3c
+
+DEPENDS+= tex-letltxmacro-[0-9]*:../../print/tex-letltxmacro
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-hypcap/PLIST
diff -u /dev/null pkgsrc/print/tex-hypcap/PLIST:1.1
--- /dev/null Mon May 12 08:36:19 2025
+++ pkgsrc/print/tex-hypcap/PLIST Mon May 12 08:36:18 2025
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2025/05/12 08:36:18 markd Exp $
+share/texmf-dist/tex/latex/hypcap/hypcap.sty
Index: pkgsrc/print/tex-hypcap/distinfo
diff -u /dev/null pkgsrc/print/tex-hypcap/distinfo:1.1
--- /dev/null Mon May 12 08:36:19 2025
+++ pkgsrc/print/tex-hypcap/distinfo Mon May 12 08:36:18 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/05/12 08:36:18 markd Exp $
+
+BLAKE2s (hypcap.r71912.tar.xz) = 8cd1a0abfbdaecebd62502ff0075a23f25d30218fc1a8317b1175099aa95f03e
+SHA512 (hypcap.r71912.tar.xz) = addf9ef94f61eb1516b6a3ef1bc7653b83133f2d4df5eb9d178f859a411d0dd8bc3c1b14b5657396860813069b32d78e78a6b26d88e546c011628e47a878ff5e
+Size (hypcap.r71912.tar.xz) = 2024 bytes
Index: pkgsrc/print/tex-hypcap-doc/DESCR
diff -u /dev/null pkgsrc/print/tex-hypcap-doc/DESCR:1.1
--- /dev/null Mon May 12 08:36:19 2025
+++ pkgsrc/print/tex-hypcap-doc/DESCR Mon May 12 08:36:19 2025
@@ -0,0 +1 @@
+Documentation for tex-hypcap.
Index: pkgsrc/print/tex-hypcap-doc/Makefile
diff -u /dev/null pkgsrc/print/tex-hypcap-doc/Makefile:1.1
--- /dev/null Mon May 12 08:36:19 2025
+++ pkgsrc/print/tex-hypcap-doc/Makefile Mon May 12 08:36:19 2025
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2025/05/12 08:36:19 markd Exp $
+
+DISTNAME= hypcap.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-1.13
+TEXLIVE_REV= 71912
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/hypcap
+COMMENT= Documentation for tex-hypcap
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-hypcap-doc/PLIST
diff -u /dev/null pkgsrc/print/tex-hypcap-doc/PLIST:1.1
--- /dev/null Mon May 12 08:36:19 2025
+++ pkgsrc/print/tex-hypcap-doc/PLIST Mon May 12 08:36:19 2025
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2025/05/12 08:36:19 markd Exp $
+share/texmf-dist/doc/latex/hypcap/README.md
+share/texmf-dist/doc/latex/hypcap/hypcap.pdf
Index: pkgsrc/print/tex-hypcap-doc/distinfo
diff -u /dev/null pkgsrc/print/tex-hypcap-doc/distinfo:1.1
--- /dev/null Mon May 12 08:36:19 2025
+++ pkgsrc/print/tex-hypcap-doc/distinfo Mon May 12 08:36:19 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/05/12 08:36:19 markd Exp $
+
+BLAKE2s (hypcap.doc.r71912.tar.xz) = af655eb68d1688a4fb4f74bd50e1828e29d77b66acf838bfa0255d6ff4f2e634
+SHA512 (hypcap.doc.r71912.tar.xz) = 24cf7adb17e9cafe2ab0009feab695ea359167823e7bfd71806ab7b989187fd8752b55d1cbb96fa9eb180d87c736f9823e20e622519f9fe9ded162fb1758b694
+Size (hypcap.doc.r71912.tar.xz) = 293564 bytes
Home |
Main Index |
Thread Index |
Old Index