summaryrefslogtreecommitdiff
path: root/print/xetex
AgeCommit message (Collapse)AuthorFilesLines
2016-05-22Recursive bump for poppler* update to 0.44.0.wiz1-2/+2
2016-04-15Recursive PKGREVISION bump for poppler-0.42.0.wiz1-2/+2
2016-04-11Recursive revbump from textproc/icu 57.1ryoon1-2/+2
2016-04-10remove unnecessary X11 dependency by specifying --with-x=nodbj1-4/+2
2016-01-27Recursive PKGREVISION bump for poppler shlib bump.wiz1-2/+2
2015-11-25Remove mk/find-prefix.mk usage from the print category.jperkin1-4/+2
The find-prefix infrastructure was required in a pkgviews world where packages installed from pkgsrc could have different installation prefixes, and this was a way for a dependency prefix to be determined. Now that pkgviews has been removed there is no longer any need for the overhead of this infrastructure. Instead we use BUILDLINK_PREFIX.pkg for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the dependency is coming from pkgsrc. Provides a reasonable performance win due to the reduction of `pkg_info -qp` calls, some of which were redundant anyway as they were duplicating the same information provided by BUILDLINK_PREFIX.pkg.
2015-11-23Bump PKGREVISION for poppler shlib major bump.wiz1-2/+2
2015-11-04Add SHA512 digests for distfiles for print categoryagc1-1/+2
Problems found locating distfiles: Package acroread7: missing distfile AdobeReader_enu-7.0.9-1.i386.tar.gz Package acroread8: missing distfile AdobeReader_enu-8.1.7-1.sparc.tar.gz Package cups-filters: missing distfile cups-filters-1.1.0.tar.xz Package dvidvi: missing distfile dvidvi-1.0.tar.gz Package lgrind: missing distfile lgrind.tar.bz2 Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-10-10Recursive revbump from textproc/icuryoon1-2/+2
2015-10-01Recursive revbump for poppler-0.36.0 shlib bump.wiz1-2/+2
2015-07-15Bump PKGREVISION for poppler shlib major bump.wiz1-1/+2
2015-06-16Someone (TM) decided that configure should fail without libX11.joerg1-1/+4
2015-06-14Update to texlive 2015.markd2-16/+12
pdfTEX: Support JPEG Exif as well as JFIF; do not even emit a warning if \pdfinclusionerrorlevel is negative; sync with xpdf 3.04. LuaTEX: New library newtokenlib for scanning tokens; bug fixes in the normal random number generator and other places. XeTEX: Image handling fixes; xdvipdfmx binary looked for first as a sibling to xetex; internal XDV opcodes changed. MetaPost: New numbersystem binary; new Japanese-enabled upmpost and updvitomp programs, analogous to up*tex. Infrastructure: The fmtutil script has been reimplemented to read fmtutil.cnf on a per-tree basis, analogous to updmap. Web2C mktex* scripts (including mktexlsr, mktextfm, mktexpk) now prefer programs in their own directory, instead of always using the existing PATH.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-04-25depend on latest dvipdfmx rather than xdvipdfmx.markd1-2/+2
2015-04-25Update xetex to 0.99991markd2-9/+9
* Drop build date from --version output. * Drop Mac-specific image loading code, as it makes little sense after we dropped xdv2pdf. Supported image formats are the same on all platforms now. * Fix OpenType math cut-ins support which was not always working properly. * Avoid Unicode compatibility decomposition fallback for characters not supported by the font as it often result in loss of essential characteristics (like using regular Latin characters in place of missing math fraktur ones). Non compatibility decomposition and composition fallback is still supported. * For hybrid OpenType/Graphite fonts, we now prefer using OpenType for compatibility with pre-0.9999 XeTeX. * Fix many memory leaks when using AAT fonts on Mac. * The language font option when loading Graphite fonts in now treated as a BCP 47 language tag not and OpenType one. * Various Unicode fixes for Windows console (thanks to TANAKA Takuji). * Respect vertical glyph positioning with AAT fonts (fixes, for example, rendering of the new Arabic fonts in Mac OS X 10.9).
2015-04-06Revbump after updating textproc/icuadam1-2/+2
2015-03-09Recursive bump for poppler-0.32.0 shlib major bump.wiz1-2/+2
2015-01-08Recursive PKGREVISION bump for poppler shlib major bump.wiz1-2/+2
2014-11-20Recursive bump for poppler shlib major bump.wiz1-2/+2
2014-10-07Revbump after updating libwebp and icuadam1-2/+2
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
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