![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / print / luatex / Makefile (download)
Revision 1.85, Thu May 9 09:47:35 2019 UTC (3 years, 8 months ago) by adam
texlive: updated to 20190410 20190410: Kpathsea: More consistent brace expansion and path splitting; new variable TEXMFDOTDIR instead of hard-coded . in paths allows for easily searching additional or sub-directories (see comments in texmf.cnf). epTEX, eupTEX: New primitives \readpapersizespecial and \expanded. LuaTEX: Lua 5.3 now used, with concomitant arithmetic and interface changes. The homegrown library pplib is used to read pdf files, thus eliminating the dependency on poppler (and the need for C++); Lua interface changed accordingly. MetaPost: r-mpost command name recognized as an alias for invocation with the ãàÅÓestricted option, and added to the list of restricted commands available by default. Minimum precision now 2 for decimal and binary mode. Binary mode no longer available in MPlib but still available in standalone MetaPost. pdfTEX: New primitive \expanded; if new primitive parameter \pdfomitcharset is set to 1, the /CharSet string omitted from the PDF output, since it cannot feasibly be guaranteed correct, as required by PDF/A-2 and PDF/A-3. XeTEX: New primitives \expanded, \creationdate, \elapsedtime, \filedump, \filemoddate, \filesize, \resettimer, \normaldeviate, \uniformdeviate, \randomseed; extend \Ucharcat to produce active characters. tlmgr: Support curl as a download program; use lz4 and gzip before xz for local backups, if available; prefer system-provided binaries over binaries provided with TEX Live for compressor and download programs, unless the environment variable TEXLIVE_PREFER_OWN is set. install-tl: New option -gui (with no argument) is the default on Windows and Macs, and invokes a new Tcl/TK GUI (see sections 1.3 and 3.1.6). Utilities: cwebbin (https://ctan.org/pkg/cwebbin) is now the CWEB implementation in TEX Live, with support for more language dialects, and including the ctwill program to make mini-indexes. chkdvifont: report font information from DVI files, also from tfm/ofm, vf, gf, pk. dvispc: make a DVI file page-independent with respect to specials. MacTEX: x86_64-darwin now supports 10.12 and higher (Sierra, High Sierra, Mojave); x86_64-darwinlegacy still supports 10.6 and newer. The spell checker Excalibur is no longer included, since it requires 32-bit support. Platforms: removed sparc-solaris. |
# $NetBSD: Makefile,v 1.85 2019/05/09 09:47:35 adam Exp $ .include "../../print/texlive/Makefile.common" PKGNAME= luatex-1.10.0 CATEGORIES= print HOMEPAGE= http://www.tug.org/web2c/ COMMENT= Extended version of pdfTeX using Lua LICENSE= gnu-gpl-v2 EXTRACT_ELEMENTS+= ${DISTNAME}/libs/lua53 EXTRACT_ELEMENTS+= ${DISTNAME}/libs/luajit EXTRACT_ELEMENTS+= ${DISTNAME}/texk/web2c USE_LANGUAGES= c99 c++11 USE_TOOLS+= gmake gsed lex perl yacc GNU_CONFIGURE_STRICT= no # libs CONFIGURE_ARGS+= --disable-aleph CONFIGURE_ARGS+= --disable-eptex CONFIGURE_ARGS+= --disable-etex CONFIGURE_ARGS+= --disable-euptex CONFIGURE_ARGS+= --disable-mf CONFIGURE_ARGS+= --disable-mf-nowin CONFIGURE_ARGS+= --disable-luajittex CONFIGURE_ARGS+= --disable-mfluajit CONFIGURE_ARGS+= --disable-mp CONFIGURE_ARGS+= --disable-pdftex CONFIGURE_ARGS+= --disable-pmp CONFIGURE_ARGS+= --disable-ptex CONFIGURE_ARGS+= --disable-upmp CONFIGURE_ARGS+= --disable-uptex CONFIGURE_ARGS+= --disable-web-progs CONFIGURE_ARGS+= --disable-xetex CONFIGURE_ARGS+= --enable-luatex CONFIGURE_ARGS+= --enable-web2c CONFIGURE_ARGS+= --with-system-poppler CONFIGURE_ARGS+= --with-fontconfig-includes=${BUILDLINK_PREFIX.fontconfig}/include CONFIGURE_ARGS+= --with-fontconfig-libdir=${BUILDLINK_PREFIX.fontconfig}/lib CONFIGURE_ARGS+= --with-system-kpathsea CONFIGURE_ARGS+= --with-system-zlib CONFIGURE_ARGS+= --with-zlib-includes=${BUILDLINK_PREFIX.zlib}/include CONFIGURE_ARGS+= --with-zlib-libdir=${BUILDLINK_PREFIX.zlib}/lib CONFIGURE_ARGS+= --with-system-cairo CONFIGURE_ARGS+= --with-system-pixman CONFIGURE_ARGS+= --with-system-libpng CONFIGURE_ARGS+= --with-system-freetype2 CONFIGURE_ARGS+= --with-system-zziplib CONFIGURE_ARGS+= --with-system-mpfr CONFIGURE_ARGS+= --with-mpfr-includes=${BUILDLINK_PREFIX.mpfr}/include CONFIGURE_ARGS+= --with-mpfr-libdir=${BUILDLINK_PREFIX.mpfr}/lib CONFIGURE_ARGS+= --with-system-gmp CONFIGURE_ARGS+= --with-gmp-includes=${BUILDLINK_PREFIX.gmp}/include CONFIGURE_ARGS+= --with-gmp-libdir=${BUILDLINK_PREFIX.gmp}/lib CONFIGURE_ARGS+= --without-x CONFIGURE_DIRS= libs/lua53 CONFIGURE_DIRS+= texk/web2c INSTALLATION_DIRS+= bin lib SUBST_CLASSES+= prefix SUBST_STAGE.prefix= post-configure SUBST_FILES.prefix= libs/lua53/lua53-src/src/luaconf.h SUBST_VARS.prefix= PREFIX CPPFLAGS.SunOS+= -D_XOPEN_SOURCE_EXTENDED=0 pre-configure: # Ensure we generate our patched version ${RM} -f libs/luajit/lj_vm_asm.S do-install: ${LIBTOOL} --mode=install ${INSTALL_LIB} ${WRKSRC}/libs/lua53/libtexlua53.la ${DESTDIR}${PREFIX}/lib ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} ${WRKSRC}/texk/web2c/luatex ${DESTDIR}${PREFIX}/bin ${LN} -f -s luatex ${DESTDIR}${PREFIX}/bin/texlua ${LN} -f -s luatex ${DESTDIR}${PREFIX}/bin/texluac .include "../../archivers/zziplib/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../graphics/cairo/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" .include "../../math/mpfr/buildlink3.mk" BUILDLINK_API_DEPENDS.kpathsea+= kpathsea>=6.2.1 .include "../../print/kpathsea/buildlink3.mk" .include "../../print/poppler/buildlink3.mk" .include "../../print/poppler-includes/buildlink3.mk" .include "../../x11/pixman/buildlink3.mk" .include "../../mk/bsd.pkg.mk"