summaryrefslogtreecommitdiff
path: root/print/xetex
AgeCommit message (Collapse)AuthorFilesLines
2014-04-29recursive PKGREVISION bump for poppler shlib major changewiz1-2/+2
2014-04-09recursive bump from icu shlib major bump.obache1-2/+2
2013-12-07More PKGREVISION++ for poppler-0.24.4.wiz1-1/+2
2013-12-03Update xetex to 0.9999.3minskim3-48/+16
Changes: * Fix bug with extensible accents resulting in invalid glyph id some times. * Fix alternate index in multiple alternates features to be start from zero like pre-0.9999 XeTeX. * Document multiple alternates syntax in the reference documentation. * Fix regression in \XeTeXOT* primitives with fonts where the number of languages in a given script is not the same in both GSUB and GPOS tables. * Add a workaround for a bug in clang headers to allow building with it on Mac. * Fix regression in loading PNG files on Mac. * Fix multiple regression with vertical text layout. * Update to HarfBuzz 0.9.15 fixing a couple of regressions with Arabic non spacing marks and Hangul jamo. * Various build fixes for third party libraries. * XeTeX reference is now included in the release tarball. * Fix loading font files on PPC Mac OS 10.5 (and potentially other versions of Mac). * Fix handling of ‘script’ and ‘language’ font options to be treated again as OpenType not ISO tags, so that passing version 2 Indic script tags works (though this is generally not needed as HarfBuzz will always use version 2 shaping if the font has it, regardless of the tag used). * Fix loading JPEG images that do not specify a resolution. * When printing multi-byte characters to log or terminal avoid inserting new lines in the middle of the characters, and count the characters not the bytes when calculating line length. * Update to HarfBuzz 0.9.14, a couple of Indic and Hangul shaping bugs. * Port OpenType layout from ICU LayoutEngine to HarfBuzz. * Port Graphite layout to from SilGraphite to HarfBuzz and Graphite2. * Port AAT font layout and font searching on Mac from the deprecated ATS/ATSUI to Core Text, and image support on Mac from QuickTime to ImageIO framework. XeTeX can be finally built on 64-bit Mac! Work contributed by Jiang Jiang.
2013-08-22To quote an earlier commit message:prlw11-2/+2
Recursive revbump because poppler updated its shlib major for a x.y.z+1 change, again...
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-05-29Recursive revbump because poppler updated its shlib major for awiz1-2/+2
x.y.z+1 change, again... Noted by tron.
2013-03-31missing recursive bump from poppler-0.22.2 shlib major change.obache1-2/+2
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2013-01-26Revbump after graphics/jpeg and textproc/icuadam1-2/+2
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-09-27Fix up compiler flags on Solaris, you cannot have both _XOPEN_SOURCE=600 andjperkin1-1/+3
_XOPEN_SOURCE_EXTENDED=1 in C99 code. Fixes package on Solaris.
2012-09-14revbump for poppler updatedrochner1-2/+2
2012-08-22Oops, credit should be given to Anthony Mallet (PR 46698)dholland2-4/+5
2012-08-22Disable -ffunction-sections -fdata-sections and accompanyingdholland3-3/+26
--gc-sections on netbsd because --gc-sections doesn't work with the netbsd-4 and netbsd-5 linker. See PR 46698 and PR 40401. Bump PKGREVISION because this changes the compiled package on netbsd-6.
2012-08-13make the program work again after incomplete WRKDIR changedrochner1-2/+3
bump PKGREV
2012-07-31Stop WRKSRC/CONFIGURE_DIRS abuse.wiz3-15/+13
WRKSRC should be the toplevel, while CONFIGURE_DIRS can be used for sub-hierarchies. Make it so.
2012-07-31Add comment to patch.wiz2-3/+5
2012-07-13Update xetex to 0.9998.minskim3-25/+13
Patches provided by Mathias Drochner and modified by me. This fixes PR 46698. Changes: * xetex.ch: XeTeX uses 256 math font families. * XeTeX_ext.c, pdfimage.cpp, am/xetex.am: Always use poppler.
2012-07-09Use the absolute path in invoking xdvipdfmx.minskim3-3/+26
2012-03-22Fix incorrect filename in patch file.tron2-5/+5
2012-03-21Make work with zlib 1.2.6markd3-3/+18
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-1/+2
2011-07-28Update xetex to 0.9997.5.minskim2-9/+9
Changes: * xetex.ch (pack_buffered_name): Adapt to modified ../tex.ch. (read_font_info): Cast print_c_string() arg to string. * xetex.ch: Reformulate to not depend on eTeX_version_string. * XeTeXFontInst.h: Fix prototype for xmalloc(). * XeTeXFontMgr_FC.cpp, XeTeX_ext.c: Move (nested) extern declaration of gFreeTypeLibrary from here ... * XeTeX_ext.h: ... to here. * XeTeXOTLayoutEngine.{cpp,h}: Drop support for ICU < 4.2.
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-1/+2
2010-09-13Update xetex to 0.9995.3.minskim2-17/+14
Changes: - Make this build with newer versions of libraries.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-1/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-01-16Update xetex to 0.9995.2, which is a part of TeX Live 2009.minskim12-227/+39
This version includes more primitives that the LaTeX3 team asked for. - New primitives that the LaTeX3 team asked for.
2009-07-12Make print/xetex build with the recent kpathsea.minskim3-3/+25
Noted by Hasso Tepper.
2009-06-09PKGREVISION bump because of the kpathsea API change.minskim1-1/+2
2009-04-11Import xetex-0.999.6 as print/xetex.minskim13-0/+250
XeTeX is a typesetting system based on a merger of Donald Knuth's TeX system with Unicode and modern font technologies.