diff options
author | markd <markd@pkgsrc.org> | 2015-04-26 03:23:46 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2015-04-26 03:23:46 +0000 |
commit | 23e21d69227cc948e36a0548dd9b3faf9b3b5f34 (patch) | |
tree | 8b1e39015610dbf267111ecb5514c9fdae6ff0a3 | |
parent | b94e66023e3800eba629301b6277bc940bb7f446 (diff) | |
download | pkgsrc-23e21d69227cc948e36a0548dd9b3faf9b3b5f34.tar.gz |
Update tex-collection-fontsrecommended to 2014
added tex-ec tex-lm-math tex-manfnt-font tex-mflogo-font tex-tex-gyre-math
tex-wasy2-ps
removed tex-eurofont tex-eurosans
-rw-r--r-- | fonts/tex-collection-fontsrecommended/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/fonts/tex-collection-fontsrecommended/Makefile b/fonts/tex-collection-fontsrecommended/Makefile index df08cea7d3f..867bc6456e9 100644 --- a/fonts/tex-collection-fontsrecommended/Makefile +++ b/fonts/tex-collection-fontsrecommended/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2011/03/08 19:27:27 minskim Exp $ +# $NetBSD: Makefile,v 1.3 2015/04/26 03:23:46 markd Exp $ DISTNAME= collection-fontsrecommended -PKGNAME= tex-${DISTNAME}-2010 +PKGNAME= tex-${DISTNAME}-2014 CATEGORIES= fonts MASTER_SITES= # empty -TEXLIVE_REV= 19478 +TEXLIVE_REV= 35830 MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://www.tug.org/texlive/ @@ -17,27 +17,31 @@ DEPENDS+= tex-cm-super-[0-9]*:../../fonts/tex-cm-super DEPENDS+= tex-cmextra-[0-9]*:../../fonts/tex-cmextra DEPENDS+= tex-collection-basic>=2010:../../print/tex-collection-basic DEPENDS+= tex-courier-[0-9]*:../../fonts/tex-courier +DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec DEPENDS+= tex-euro-[0-9]*:../../finance/tex-euro DEPENDS+= tex-euro-ce-[0-9]*:../../fonts/tex-euro-ce -DEPENDS+= tex-eurofont-[0-9]*:../../fonts/tex-eurofont -DEPENDS+= tex-eurosans-[0-9]*:../../fonts/tex-eurosans DEPENDS+= tex-eurosym-[0-9]*:../../fonts/tex-eurosym DEPENDS+= tex-fpl-[0-9]*:../../fonts/tex-fpl DEPENDS+= tex-helvetic-[0-9]*:../../fonts/tex-helvetic DEPENDS+= tex-lm-[0-9]*:../../fonts/tex-lm +DEPENDS+= tex-lm-math-[0-9]*:../../fonts/tex-lm-math DEPENDS+= tex-marvosym-[0-9]*:../../fonts/tex-marvosym DEPENDS+= tex-mathpazo-[0-9]*:../../fonts/tex-mathpazo +DEPENDS+= tex-manfnt-font-[0-9]*:../../fonts/tex-manfnt-font +DEPENDS+= tex-mflogo-font-[0-9]*:../../fonts/tex-mflogo-font DEPENDS+= tex-ncntrsbk-[0-9]*:../../fonts/tex-ncntrsbk DEPENDS+= tex-palatino-[0-9]*:../../fonts/tex-palatino DEPENDS+= tex-pxfonts-[0-9]*:../../fonts/tex-pxfonts DEPENDS+= tex-rsfs-[0-9]*:../../fonts/tex-rsfs DEPENDS+= tex-symbol-[0-9]*:../../fonts/tex-symbol DEPENDS+= tex-tex-gyre-[0-9]*:../../fonts/tex-tex-gyre +DEPENDS+= tex-tex-gyre-math-[0-9]*:../../fonts/tex-tex-gyre-math DEPENDS+= tex-times-[0-9]*:../../fonts/tex-times DEPENDS+= tex-tipa-[0-9]*:../../fonts/tex-tipa DEPENDS+= tex-txfonts-[0-9]*:../../fonts/tex-txfonts DEPENDS+= tex-utopia-[0-9]*:../../fonts/tex-utopia DEPENDS+= tex-wasy-[0-9]*:../../fonts/tex-wasy +DEPENDS+= tex-wasy2-ps-[0-9]*:../../fonts/tex-wasy2-ps DEPENDS+= tex-wasysym-[0-9]*:../../fonts/tex-wasysym DEPENDS+= tex-zapfchan-[0-9]*:../../fonts/tex-zapfchan DEPENDS+= tex-zapfding-[0-9]*:../../fonts/tex-zapfding |