summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim>2010-09-19 23:09:00 +0000
committerminskim <minskim>2010-09-19 23:09:00 +0000
commitb98a1a7df159f03614448730f5039f3561748905 (patch)
tree825955290cf335f6b2c0ffc6d2e6a4f293fa801a
parenta0669430370548ba49a762fb01ed0c4685505bc0 (diff)
downloadpkgsrc-b98a1a7df159f03614448730f5039f3561748905.tar.gz
Update tex-hyperref{,-doc} to 6.81p.
Changes: * Sanitizing (babel shorthands) of anchor names in \hyper@anchor and \hyper@anchorstart. * Broken option `pdfborder' fixed (since 6.81n). * New option `driverfallback'. It takes a driver option for the case that a driver is not given and cannot be autodetected. (Feature request by Markus Kohm.) * Unused option `hyperref' removed. * Driver options are now `void' options that do not accept any values. * New option `pdfremotestartview'. * \href with new optional argument with keys `page' and `pdfremotestartview', `pdfnewwindow', `ismap', `nextactionraw'. * Fix for urls in \href: Prefix 'file:' is not added. * Fix spacefactor corrections of 6.81i for math mode. * Fixing GoToR actions if \href contains `file:///' or `file://localhost/'. * PDF forms: Missing JavaScript actions added for check boxes, push, submit and reset buttons. * PDF forms: Warnings are given, if HTML field options are used. * \Hy@EveryPageAnchor fixed to avoid Overfull \hbox warnings with some drivers. * Various drivers: Destinations made transparent for \spacefactor. * Various drivers: Links made transparent for \spacefactor. * Various drivers: Fixes for option `raiselinks' without color. * Fix for clash with package `varioref', that redefines \refstepcounter with loss of hyperref's additions. * Additions for README. * backref 1.36: Typo in warning fixed. * pdfmark: Disabling of \escapechar is removed during reading the .out file. With package xkeyval the \pdfmark causes lots of character `2' in the output. * kvsetkeys: \setkeys is replaced by \kvsetkeys. * Beautifying error text of utf8x.def of \utf@viii@undeferr. * pdfmark.def: Avoid \leavevmode and \hbox of \pdf@rect for destinations with empty target area. It fixes spacing in situations like "\section{A}\hypertarget{foobar}{}\section{B}". (Bug detected by Thomas Beuthe.) * Real epsilon for \eTeX and \LaTeXe in Unicode bookmarks. * Fix for russian. (Bug found by Victor Kozyakin.) * Fix for funny \@alph and \@Alph definitions for use in anchor names. * \@fnsymbol uses replacement in anchor names. * Bookmarks: memoir's \booknumberline supported.
-rw-r--r--print/tex-hyperref-doc/Makefile6
-rw-r--r--print/tex-hyperref-doc/distinfo8
-rw-r--r--print/tex-hyperref/Makefile16
-rw-r--r--print/tex-hyperref/distinfo8
4 files changed, 19 insertions, 19 deletions
diff --git a/print/tex-hyperref-doc/Makefile b/print/tex-hyperref-doc/Makefile
index bc31ace3f95..25720491f3c 100644
--- a/print/tex-hyperref-doc/Makefile
+++ b/print/tex-hyperref-doc/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/05/19 23:38:53 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2010/09/19 23:09:00 minskim Exp $
DISTNAME= hyperref.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-6.81a
-TEXLIVE_REV= 18114
+PKGNAME= tex-${DISTNAME:S/./-/}-6.81p
+TEXLIVE_REV= 19782
MAINTAINER= minskim@NetBSD.org
COMMENT= Documentation for tex-hyperref
diff --git a/print/tex-hyperref-doc/distinfo b/print/tex-hyperref-doc/distinfo
index 3bc23a2acd7..78b5e9175c0 100644
--- a/print/tex-hyperref-doc/distinfo
+++ b/print/tex-hyperref-doc/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2010/05/19 23:38:53 minskim Exp $
+$NetBSD: distinfo,v 1.5 2010/09/19 23:09:00 minskim Exp $
-SHA1 (tex-hyperref-18114/hyperref.doc.tar.xz) = fc2ee8126c563a3ee8fbf5e02a73aa8490eba40a
-RMD160 (tex-hyperref-18114/hyperref.doc.tar.xz) = 42abb736633fa8b298747872f74865fb45689d03
-Size (tex-hyperref-18114/hyperref.doc.tar.xz) = 2944284 bytes
+SHA1 (tex-hyperref-19782/hyperref.doc.tar.xz) = 0b9103d8055db696809c65023438221829338bd2
+RMD160 (tex-hyperref-19782/hyperref.doc.tar.xz) = 4b9f6a89aaf2d41068e389a26a23cd99de373a13
+Size (tex-hyperref-19782/hyperref.doc.tar.xz) = 2948940 bytes
diff --git a/print/tex-hyperref/Makefile b/print/tex-hyperref/Makefile
index d25e1fbcdb3..e255a64a132 100644
--- a/print/tex-hyperref/Makefile
+++ b/print/tex-hyperref/Makefile
@@ -1,18 +1,18 @@
-# $NetBSD: Makefile,v 1.5 2010/05/19 23:38:53 minskim Exp $
+# $NetBSD: Makefile,v 1.6 2010/09/19 23:09:00 minskim Exp $
DISTNAME= hyperref
-PKGNAME= tex-${DISTNAME}-6.81a
-TEXLIVE_REV= 18114
+PKGNAME= tex-${DISTNAME}-6.81p
+TEXLIVE_REV= 19782
MAINTAINER= minskim@NetBSD.org
COMMENT= Extensive support for hypertext in LaTeX
CONFLICTS+= teTeX-texmf<=3.0nb13
-DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
-DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
-DEPENDS+= tex-ifxetex-[0-9]*:../../print/tex-ifxetex
-DEPENDS+= tex-ltxmisc-[0-9]*:../../print/tex-ltxmisc
-DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek
+DEPENDS+= tex-latex-bin>=2009nb1:../../print/tex-latex-bin
+DEPENDS+= tex-graphics-1.0onb1:../../print/tex-graphics
+DEPENDS+= tex-ifxetex-0.6:../../print/tex-ifxetex
+DEPENDS+= tex-ltxmisc-2009nb1:../../print/tex-ltxmisc
+DEPENDS+= tex-oberdiek-2009nb1:../../print/tex-oberdiek
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-hyperref/distinfo b/print/tex-hyperref/distinfo
index b13392422a7..9570068f419 100644
--- a/print/tex-hyperref/distinfo
+++ b/print/tex-hyperref/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2010/05/19 23:38:53 minskim Exp $
+$NetBSD: distinfo,v 1.5 2010/09/19 23:09:00 minskim Exp $
-SHA1 (tex-hyperref-18114/hyperref.tar.xz) = 556177715c35670f30e84b6fed626d97a6511ac6
-RMD160 (tex-hyperref-18114/hyperref.tar.xz) = 2764b5fc3de822f450202bfa7974d6473f5f2180
-Size (tex-hyperref-18114/hyperref.tar.xz) = 84496 bytes
+SHA1 (tex-hyperref-19782/hyperref.tar.xz) = a1085b78e7ccae2472ba185ce3d2e6c66ffdc030
+RMD160 (tex-hyperref-19782/hyperref.tar.xz) = a4beb12850e0077ea5b46ef852c598ab902c3e43
+Size (tex-hyperref-19782/hyperref.tar.xz) = 86776 bytes