pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print tex-hypdestopt{,-doc}: add version 2.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf464dab85a5
branches:  trunk
changeset: 446737:bf464dab85a5
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Feb 13 05:05:47 2021 +0000

description:
tex-hypdestopt{,-doc}: add version 2.7

This package supports hyperref's pdfTeX driver. It removes
unnecessary destinations and shortens the destination names or
uses numbered destinations to get smaller PDF files.

diffstat:

 print/tex-hypdestopt-doc/DESCR    |   1 +
 print/tex-hypdestopt-doc/Makefile |  13 +++++++++++++
 print/tex-hypdestopt-doc/PLIST    |   4 ++++
 print/tex-hypdestopt-doc/distinfo |   6 ++++++
 print/tex-hypdestopt/DESCR        |   3 +++
 print/tex-hypdestopt/Makefile     |  17 +++++++++++++++++
 print/tex-hypdestopt/PLIST        |   2 ++
 print/tex-hypdestopt/distinfo     |   6 ++++++
 8 files changed, 52 insertions(+), 0 deletions(-)

diffs (84 lines):

diff -r a2d77e4a94a9 -r bf464dab85a5 print/tex-hypdestopt-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hypdestopt-doc/DESCR    Sat Feb 13 05:05:47 2021 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-hypdestopt.
diff -r a2d77e4a94a9 -r bf464dab85a5 print/tex-hypdestopt-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hypdestopt-doc/Makefile Sat Feb 13 05:05:47 2021 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2021/02/13 05:05:47 markd Exp $
+
+DISTNAME=      hypdestopt.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-2.7
+TEXLIVE_REV=   56253
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/hypdestopt
+COMMENT=       Documentation for tex-hypdestopt
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a2d77e4a94a9 -r bf464dab85a5 print/tex-hypdestopt-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hypdestopt-doc/PLIST    Sat Feb 13 05:05:47 2021 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/13 05:05:47 markd Exp $
+share/texmf-dist/doc/latex/hypdestopt/README.md
+share/texmf-dist/doc/latex/hypdestopt/hypdestopt.dtx
+share/texmf-dist/doc/latex/hypdestopt/hypdestopt.pdf
diff -r a2d77e4a94a9 -r bf464dab85a5 print/tex-hypdestopt-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hypdestopt-doc/distinfo Sat Feb 13 05:05:47 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/13 05:05:47 markd Exp $
+
+SHA1 (hypdestopt.doc.r56253.tar.xz) = 66aaca2b350b2784f56cb52c80020ea9f1e1e049
+RMD160 (hypdestopt.doc.r56253.tar.xz) = 1198a58a8ca421689337c081ea8239093ae8d4b0
+SHA512 (hypdestopt.doc.r56253.tar.xz) = cde846c9c4da226d27bd15881577ad3f1c3f0639c3e37fc86486af40939b0efb2d22d522646136b1b2fe2ebbfd5f2338e347b7476be7289d2a3710d43c2fc8ac
+Size (hypdestopt.doc.r56253.tar.xz) = 329064 bytes
diff -r a2d77e4a94a9 -r bf464dab85a5 print/tex-hypdestopt/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hypdestopt/DESCR        Sat Feb 13 05:05:47 2021 +0000
@@ -0,0 +1,3 @@
+This package supports hyperref's pdfTeX driver. It removes
+unnecessary destinations and shortens the destination names or
+uses numbered destinations to get smaller PDF files.
diff -r a2d77e4a94a9 -r bf464dab85a5 print/tex-hypdestopt/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hypdestopt/Makefile     Sat Feb 13 05:05:47 2021 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2021/02/13 05:05:47 markd Exp $
+
+DISTNAME=      hypdestopt
+PKGNAME=       tex-${DISTNAME}-2.7
+TEXLIVE_REV=   56253
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/hypdestopt
+COMMENT=       Hyperref destination optimizer
+LICENSE=       lppl-1.3c
+
+DEPENDS+=      tex-auxhook-[0-9]*:../../print/tex-auxhook
+DEPENDS+=      tex-iftex-[0-9]*:../../print/tex-iftex
+DEPENDS+=      tex-pdftexcmds-[0-9]*:../../print/tex-pdftexcmds
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a2d77e4a94a9 -r bf464dab85a5 print/tex-hypdestopt/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hypdestopt/PLIST        Sat Feb 13 05:05:47 2021 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/13 05:05:47 markd Exp $
+share/texmf-dist/tex/latex/hypdestopt/hypdestopt.sty
diff -r a2d77e4a94a9 -r bf464dab85a5 print/tex-hypdestopt/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hypdestopt/distinfo     Sat Feb 13 05:05:47 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/13 05:05:47 markd Exp $
+
+SHA1 (hypdestopt.r56253.tar.xz) = ee4efe74ade7fa5b6d87150d616895e05ecb2fcd
+RMD160 (hypdestopt.r56253.tar.xz) = ac4089bea2454aed6b39b0f5f0678751de1ab88a
+SHA512 (hypdestopt.r56253.tar.xz) = 784fbff599b60abebd3ae794376a65b460c0ac4aa189319e3f245c1feefa5bb501acf75ed345bb6099e301070d0c1e1eaca62129c4e82fae5611526b6aff370d
+Size (hypdestopt.r56253.tar.xz) = 2772 bytes



Home | Main Index | Thread Index | Old Index