diff options
author | minskim <minskim@pkgsrc.org> | 2010-01-16 03:19:07 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-01-16 03:19:07 +0000 |
commit | 29bd9fff447e2645f072041b96ed38e95e847134 (patch) | |
tree | 5155a1b9923eae53bd6e8b580589d7a0410f3aca /print | |
parent | 6208009087863df19ddfd459483c03e0a3d92906 (diff) | |
download | pkgsrc-29bd9fff447e2645f072041b96ed38e95e847134.tar.gz |
Update luatex to 0.40.6.
Changes since 0.40.2:
* Fix two string vs. toks bugs in the lua node interface:
whatsit,annot and whatsit,startlink data assignments were
made directly as strings instead of being converted to tokens.
* Sometimes pdf.print() could be used before the proper structures
were initialized.
* There was a bug in the type codes for the lua package filter
callback: wrong extra info was passed to lua for the alignment
and vsplit cases.
* The math parameters \Umathlimitdownvgap, \Umathlimitdownbgap,
and \Umathlimitdownkern have been renamed to \Umathlimitbelowbgap,
\Umathlimitbelowvgap, and \Umathlimitbelowkern to be more
consistent with the other parameter names.
* The embedded MPlib is now 1.204.
* Handling of UTF-8 hyphenation exceptions has been fixed.
* There were a number of typos in the manual.
* One of the internal print functions accidentally encoded its
argument string to UTF-8 even though it was already UTF-8.
* Some of the log and terminal UTF-8 output was gibberish.
* \the\textfont0 returned a number instead of doing a font
switch.
* A set of portability fixes for the AIX compiler from Vladimir
Volovich.
* A set of fixes to the synctex support.
* A patch to the build script to prevent installed X11 headers
from being required.
* Some weave (web syntax) fixes from Manuel Pégourié-Gonnard.
* A simplification in luatex.ch (it is now less verbose
about the web2c-specific extensions) from Karl Berry.
* A fix in the handling of UTF-8 (input) file names.
* Hyphenation exceptions were case sensitive in 0.40.2.
Diffstat (limited to 'print')
-rw-r--r-- | print/luatex/Makefile | 16 | ||||
-rw-r--r-- | print/luatex/PLIST | 3 | ||||
-rw-r--r-- | print/luatex/distinfo | 8 |
3 files changed, 16 insertions, 11 deletions
diff --git a/print/luatex/Makefile b/print/luatex/Makefile index 895394021b3..35ed6620215 100644 --- a/print/luatex/Makefile +++ b/print/luatex/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2009/09/19 23:08:16 minskim Exp $ +# $NetBSD: Makefile,v 1.5 2010/01/16 03:19:07 minskim Exp $ -DISTNAME= luatex-beta-0.40.2 +DISTNAME= luatex-beta-0.40.6 PKGNAME= ${DISTNAME:S/-beta//} CATEGORIES= print -MASTER_SITES= http://foundry.supelec.fr/gf/download/frsrelease/341/1275/ +MASTER_SITES= http://foundry.supelec.fr/gf/download/frsrelease/348/1318/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= minskim@NetBSD.org @@ -89,6 +89,7 @@ CONFIGURE_ARGS+=--with-system-zlib \ --with-zlib-include=${BUILDLINK_PREFIX.zlib}/include \ --with-zlib-libdir=${BUILDLINK_PREFIX.zlib}/lib CONFIGURE_DIRS+=. ./texk/web2c +MAKE_FLAGS+= LIBTOOL=${LIBTOOL:Q} INSTALLATION_DIRS+= bin @@ -100,8 +101,11 @@ post-extract: ${RM} -rf ${WRKSRC}/texk/kpathsea do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/texk/web2c/luatex ${DESTDIR}${PREFIX}/bin - ${LN} -s luatex ${DESTDIR}${PREFIX}/bin/texlua - ${LN} -s luatex ${DESTDIR}${PREFIX}/bin/texluac +.for f in luatangle luatex + ${INSTALL_PROGRAM} ${WRKSRC}/texk/web2c/${f} ${DESTDIR}${PREFIX}/bin +.endfor +.for f in texlua texluac + ${LN} -s luatex ${DESTDIR}${PREFIX}/bin/${f} +.endfor .include "../../mk/bsd.pkg.mk" diff --git a/print/luatex/PLIST b/print/luatex/PLIST index deaa6632206..d10144cdac0 100644 --- a/print/luatex/PLIST +++ b/print/luatex/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2009/06/09 21:47:52 minskim Exp $ +@comment $NetBSD: PLIST,v 1.2 2010/01/16 03:19:07 minskim Exp $ +bin/luatangle bin/luatex bin/texlua bin/texluac diff --git a/print/luatex/distinfo b/print/luatex/distinfo index 1d1ad7fc18a..25939cd19b7 100644 --- a/print/luatex/distinfo +++ b/print/luatex/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2009/08/11 20:25:21 minskim Exp $ +$NetBSD: distinfo,v 1.3 2010/01/16 03:19:07 minskim Exp $ -SHA1 (luatex-beta-0.40.2.tar.bz2) = 8af574490abb5cbcf9b8c2540ad2f623ec66babe -RMD160 (luatex-beta-0.40.2.tar.bz2) = 2a05f51fdcb869f6398d6e643373ccb99246458f -Size (luatex-beta-0.40.2.tar.bz2) = 7475791 bytes +SHA1 (luatex-beta-0.40.6.tar.bz2) = 5af44350f6e06b729cfa64f969921a1fbaec7871 +RMD160 (luatex-beta-0.40.6.tar.bz2) = 01b28f78d330f4bbba4f84d8e73585ef892e21bc +Size (luatex-beta-0.40.6.tar.bz2) = 7481270 bytes SHA1 (patch-aa) = 738c8bd631db36671d2c4eb48a360b7a16186c64 |