summaryrefslogtreecommitdiff
path: root/print/dvipdfmx/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2013-11-17 17:29:18 +0000
committerminskim <minskim@pkgsrc.org>2013-11-17 17:29:18 +0000
commit6d0f11b70c29f9944bf4a71cc570a27fb7d06839 (patch)
tree44e9ae36495a6e4720fb1eca5cebba10d7ea4f54 /print/dvipdfmx/Makefile
parent83035e0c407540f47d37a18177d056d0e0ae2aa8 (diff)
downloadpkgsrc-6d0f11b70c29f9944bf4a71cc570a27fb7d06839.tar.gz
Update dvipdfmx to 20130405
Changes: - Default is not to cache image files. - back to using -dEPSCrop instead of -sPAPERSIZE=a0, in conjunction with changes to dvipdfmx.def and xetex.def. - speed up inclusion of eps figures. - Make sure CMapName of embedded CMaps does not contain slashes. - support large truetype fonts which are strictly speaking out of spec, idx > 32767.
Diffstat (limited to 'print/dvipdfmx/Makefile')
-rw-r--r--print/dvipdfmx/Makefile15
1 files changed, 6 insertions, 9 deletions
diff --git a/print/dvipdfmx/Makefile b/print/dvipdfmx/Makefile
index fb9e4f7fcdd..21faefd2ad3 100644
--- a/print/dvipdfmx/Makefile
+++ b/print/dvipdfmx/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.41 2013/04/24 10:06:51 sbd Exp $
+# $NetBSD: Makefile,v 1.42 2013/11/17 17:29:18 minskim Exp $
-DISTNAME= texlive-20100720-source
-PKGNAME= dvipdfmx-20100328
-PKGREVISION= 3
+DISTNAME= texlive-20130530-source
+PKGNAME= dvipdfmx-20130405
CATEGORIES= print converters
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/texlive/Source/}
EXTRACT_SUFX= .tar.xz
@@ -15,12 +14,12 @@ CONFLICTS+= dvipdfm-[0-9]*
CONFLICTS+= ja-dvipdfm-[0-9]*
DEPENDS+= tex-dvipdfmx-[0-9]*:../../print/tex-dvipdfmx
DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex
+DEPENDS+= tex-texlive-scripts-[0-9]*:../../print/tex-texlive-scripts
EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \
${DISTNAME}/texk/dvipdfmx
GNU_CONFIGURE= yes
-USE_TOOLS+= gs:run ps2pdf:run
WRKSRC= ${WRKDIR}/${DISTNAME}/texk/dvipdfmx
CONFIGURE_ARGS+= --with-system-kpathsea \
@@ -37,7 +36,7 @@ CONFIGURE_ARGS+= --with-paper=${BUILDLINK_PREFIX.libpaper}
PKG_SYSCONFSUBDIR= texmf
MAKE_DIRS+= ${PKG_SYSCONFDIR}/dvipdfmx
-CONF_FILES= ${PREFIX}/share/texmf/dvipdfmx/dvipdfmx.cfg \
+CONF_FILES= ${PREFIX}/share/texmf-dist/dvipdfmx/dvipdfmx.cfg \
${PKG_SYSCONFDIR}/dvipdfmx/dvipdfmx.cfg
SUBST_CLASSES+= paths
@@ -45,11 +44,9 @@ SUBST_MESSAGE.paths= Setting paths to commands.
SUBST_STAGE.paths= pre-configure
SUBST_FILES.paths= data/dvipdfmx.cfg src/dvipdft
SUBST_SED.paths= -e 's,@DVIPDFM@,${PREFIX}/bin/dvipdfm,g'
-SUBST_SED.paths+= -e 's,@GS@,${TOOLS_PATH.gs},g'
-SUBST_SED.paths+= -e 's,@PS2PDF@,${LOCALBASE}/bin/ps2pdf,g'
+SUBST_SED.paths+= -e 's,@RUNGS@,${LOCALBASE}/bin/rungs,g'
TEX_TEXMF_DIRS+= ${PKG_SYSCONFDIR}
-TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf
TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf-dist
.include "../../graphics/png/buildlink3.mk"