diff --git a/fonts/tex-fontspec/DESCR b/fonts/tex-fontspec/DESCR new file mode 100644 index 000000000000..a8b9de666eed --- /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 000000000000..28ad278999ec --- /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 000000000000..f93caa3764e6 --- /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 000000000000..5700bf9a2f94 --- /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