diff options
author | minskim <minskim@pkgsrc.org> | 2010-09-19 14:21:29 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-09-19 14:21:29 +0000 |
commit | 53befa85370083733f4ed75dfad7345a83ce9807 (patch) | |
tree | eab01bb60d6c75973f5eb029a886d5fd5d291640 /fonts/tex-fontspec | |
parent | 49e3fb0f09ecacac0a75b00d6b56cd03a5e83c1a (diff) | |
download | pkgsrc-53befa85370083733f4ed75dfad7345a83ce9807.tar.gz |
Update tex-fontspec{,-doc} to 2.1.
Changes:
- Added luatex support.
Diffstat (limited to 'fonts/tex-fontspec')
-rw-r--r-- | fonts/tex-fontspec/DESCR | 10 | ||||
-rw-r--r-- | fonts/tex-fontspec/Makefile | 8 | ||||
-rw-r--r-- | fonts/tex-fontspec/PLIST | 8 | ||||
-rw-r--r-- | fonts/tex-fontspec/distinfo | 8 |
4 files changed, 17 insertions, 17 deletions
diff --git a/fonts/tex-fontspec/DESCR b/fonts/tex-fontspec/DESCR index a8b9de666ee..de0605db9ca 100644 --- a/fonts/tex-fontspec/DESCR +++ b/fonts/tex-fontspec/DESCR @@ -1,6 +1,4 @@ -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. +Fontspec is a package for XeLaTeX and LuaLaTeX. It provides an +automatic and unified interface to feature-rich AAT and +OpenType fonts through the NFSS in LaTeX running on XeTeX or +LuaTeX engines. diff --git a/fonts/tex-fontspec/Makefile b/fonts/tex-fontspec/Makefile index f12806d647f..df462becf59 100644 --- a/fonts/tex-fontspec/Makefile +++ b/fonts/tex-fontspec/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2010/05/19 23:09:15 minskim Exp $ +# $NetBSD: Makefile,v 1.3 2010/09/19 14:21:29 minskim Exp $ DISTNAME= fontspec -PKGNAME= tex-${DISTNAME}-1.18 -TEXLIVE_REV= 15878 +PKGNAME= tex-${DISTNAME}-2.1 +TEXLIVE_REV= 19796 MAINTAINER= minskim@NetBSD.org -COMMENT= Automatic interface to feature-rich fonts in XeLaTeX +COMMENT= Advanced font selection in XeLaTeX and LuaLaTeX DEPENDS+= tex-ifxetex-[0-9]*:../../print/tex-ifxetex DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex diff --git a/fonts/tex-fontspec/PLIST b/fonts/tex-fontspec/PLIST index f93caa3764e..c058622f722 100644 --- a/fonts/tex-fontspec/PLIST +++ b/fonts/tex-fontspec/PLIST @@ -1,3 +1,5 @@ -@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 +@comment $NetBSD: PLIST,v 1.2 2010/09/19 14:21:29 minskim Exp $ +share/texmf-dist/tex/latex/fontspec/fontspec-patches.sty +share/texmf-dist/tex/latex/fontspec/fontspec.cfg +share/texmf-dist/tex/latex/fontspec/fontspec.lua +share/texmf-dist/tex/latex/fontspec/fontspec.sty diff --git a/fonts/tex-fontspec/distinfo b/fonts/tex-fontspec/distinfo index fbaea04c52d..4e4f4f7097d 100644 --- a/fonts/tex-fontspec/distinfo +++ b/fonts/tex-fontspec/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2010/05/19 23:09:15 minskim Exp $ +$NetBSD: distinfo,v 1.3 2010/09/19 14:21:29 minskim Exp $ -SHA1 (tex-fontspec-15878/fontspec.tar.xz) = 4156793c25f5f8f37e4d3438e82ed09097056b6c -RMD160 (tex-fontspec-15878/fontspec.tar.xz) = af535de6849133bb2f3da4d61a3fb07f36df1608 -Size (tex-fontspec-15878/fontspec.tar.xz) = 12028 bytes +SHA1 (tex-fontspec-19796/fontspec.tar.xz) = 5877ee8c343149c495eac6463d2171905fe7ff1a +RMD160 (tex-fontspec-19796/fontspec.tar.xz) = 553d4197a413e6a5ee8a3df197204a591e1e9326 +Size (tex-fontspec-19796/fontspec.tar.xz) = 17108 bytes |