diff options
author | minskim <minskim@pkgsrc.org> | 2011-03-08 19:03:38 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-03-08 19:03:38 +0000 |
commit | 0ff70a47ca489e248f07577ffa8788d59a228de6 (patch) | |
tree | 66d05cbb88a80725f2e081f37998b76df586d07f /fonts | |
parent | 24b3086be223837c738557ed52d6891eb2edbbf1 (diff) | |
download | pkgsrc-0ff70a47ca489e248f07577ffa8788d59a228de6.tar.gz |
Import tex-collection-fontsrecommended-2010 as
fonts/tex-collection-fontsrecommended.
Recommended fonts, including the base 35 PostScript fonts, Latin
Modern, TeX Gyre, and T1 and other encoding support for Computer
Modern, in outline form.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/tex-collection-fontsrecommended/DESCR | 3 | ||||
-rw-r--r-- | fonts/tex-collection-fontsrecommended/Makefile | 47 |
2 files changed, 50 insertions, 0 deletions
diff --git a/fonts/tex-collection-fontsrecommended/DESCR b/fonts/tex-collection-fontsrecommended/DESCR new file mode 100644 index 00000000000..3010f75a4a7 --- /dev/null +++ b/fonts/tex-collection-fontsrecommended/DESCR @@ -0,0 +1,3 @@ +Recommended fonts, including the base 35 PostScript fonts, Latin +Modern, TeX Gyre, and T1 and other encoding support for Computer +Modern, in outline form. diff --git a/fonts/tex-collection-fontsrecommended/Makefile b/fonts/tex-collection-fontsrecommended/Makefile new file mode 100644 index 00000000000..c2dc443ce59 --- /dev/null +++ b/fonts/tex-collection-fontsrecommended/Makefile @@ -0,0 +1,47 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/03/08 19:03:38 minskim Exp $ + +DISTNAME= collection-fontsrecommended +PKGNAME= tex-${DISTNAME}-2010 +CATEGORIES= fonts +MASTER_SITES= # empty +TEXLIVE_REV= 19478 + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= http://www.tug.org/texlive/ +COMMENT= Recommended fonts for TeX + +DEPENDS+= tex-avantgar-[0-9]*:../../fonts/tex-avantgar +DEPENDS+= tex-bookman-[0-9]*:../../fonts/tex-bookman +DEPENDS+= tex-charter-[0-9]*:../../fonts/tex-charter +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-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-marvosym-[0-9]*:../../fonts/tex-marvosym +DEPENDS+= tex-mathpazo-[0-9]*:../../fonts/tex-mathpazo +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-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-wasysym-[0-9]*:../../print/tex-wasysym +DEPENDS+= tex-zapfchan-[0-9]*:../../fonts/tex-zapfchan +DEPENDS+= tex-zapfding-[0-9]*:../../fonts/tex-zapfding + +META_PACKAGE= yes + +.include "../../mk/bsd.pkg.mk" |