diff options
author | minskim <minskim@pkgsrc.org> | 2009-07-21 07:24:30 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-07-21 07:24:30 +0000 |
commit | 8b9e809935ddea75dbf8c7a84bd039cfc5cce271 (patch) | |
tree | 8df4cec5c2f7a924240a5e154e7523213adedac7 | |
parent | 7413ee39c5742337ca91c8ee83bfa14b8e424d7c (diff) | |
download | pkgsrc-8b9e809935ddea75dbf8c7a84bd039cfc5cce271.tar.gz |
Import tex-fontspec-1.18 as fonts/tex-fontspec.
Fontspec is a package for XeLaTeX. It provides an automatic and
unified interface to feature-rich AAT and OpenType fonts through the
NFSS in LaTeX running on XeTeX. XeTeX (the successor to TeX-GX) is a
TeX-variant (originally for Mac OS X, but now available in the major
distributions for other platforms, too) that accepts unicode input and
can access system fonts directly.
-rw-r--r-- | fonts/tex-fontspec/DESCR | 6 | ||||
-rw-r--r-- | fonts/tex-fontspec/Makefile | 16 | ||||
-rw-r--r-- | fonts/tex-fontspec/PLIST | 3 | ||||
-rw-r--r-- | fonts/tex-fontspec/distinfo | 5 |
4 files changed, 30 insertions, 0 deletions
diff --git a/fonts/tex-fontspec/DESCR b/fonts/tex-fontspec/DESCR new file mode 100644 index 00000000000..a8b9de666ee --- /dev/null +++ b/fonts/tex-fontspec/DESCR @@ -0,0 +1,6 @@ +Fontspec is a package for XeLaTeX. It provides an automatic and +unified interface to feature-rich AAT and OpenType fonts through the +NFSS in LaTeX running on XeTeX. XeTeX (the successor to TeX-GX) is a +TeX-variant (originally for Mac OS X, but now available in the major +distributions for other platforms, too) that accepts unicode input and +can access system fonts directly. diff --git a/fonts/tex-fontspec/Makefile b/fonts/tex-fontspec/Makefile new file mode 100644 index 00000000000..28ad278999e --- /dev/null +++ b/fonts/tex-fontspec/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/07/21 07:24:30 minskim Exp $ +# TeX Live Revision 10220 + +DISTNAME= fontspec +PKGNAME= tex-${DISTNAME}-1.18 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Automatic interface to feature-rich fonts in XeLaTeX + +DEPENDS+= tex-ifxetex-[0-9]*:../../print/tex-ifxetex +DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex +DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools +DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval + +.include "../../print/texlive/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/tex-fontspec/PLIST b/fonts/tex-fontspec/PLIST new file mode 100644 index 00000000000..f93caa3764e --- /dev/null +++ b/fonts/tex-fontspec/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/07/21 07:24:30 minskim Exp $ +share/texmf-dist/tex/xelatex/fontspec/fontspec.cfg +share/texmf-dist/tex/xelatex/fontspec/fontspec.sty diff --git a/fonts/tex-fontspec/distinfo b/fonts/tex-fontspec/distinfo new file mode 100644 index 00000000000..5700bf9a2f9 --- /dev/null +++ b/fonts/tex-fontspec/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/07/21 07:24:30 minskim Exp $ + +SHA1 (tex-fontspec-1.18/fontspec.tar.lzma) = e7eeed2232221c8452392645f64c0b1aa557c317 +RMD160 (tex-fontspec-1.18/fontspec.tar.lzma) = a3ac0ff64159dff41875b0971ed6300ac19a70cd +Size (tex-fontspec-1.18/fontspec.tar.lzma) = 11985 bytes |