diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-17 19:50:09 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-17 19:50:09 +0000 |
commit | 021cccef9877ddb089e911b24aeeff6b8550e874 (patch) | |
tree | d4203b674b3578fee7321eff035d63c1969743cc /fonts/ttf2pk/PLIST | |
parent | 832e83b4f003eda0d5146ec7bfe1e9f7fa9a43a1 (diff) | |
download | pkgsrc-021cccef9877ddb089e911b24aeeff6b8550e874.tar.gz |
Update ttf2pk to 1.5 to sync with freetype-lib.
Changes:
- Added support for multiple SFD files.
- New option `-L' to provide a ligature mapping file.
- New option `-w' to emit PostScript encoding vectors for
subfont files to be used with pdfLaTeX.
- Add support for a configuration file (ttf2pk.cfg) which can
read more than a single map file, similar to pdfTeX.
- Support for character codes greater than 0xFFFF.
- ttf2tfm no longer assumes that the x-height is always 400 PS
units.
Diffstat (limited to 'fonts/ttf2pk/PLIST')
-rw-r--r-- | fonts/ttf2pk/PLIST | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/fonts/ttf2pk/PLIST b/fonts/ttf2pk/PLIST index 0b1bfe32963..be6f97c1a47 100644 --- a/fonts/ttf2pk/PLIST +++ b/fonts/ttf2pk/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2006/04/06 17:01:15 minskim Exp $ +@comment $NetBSD: PLIST,v 1.4 2006/06/17 19:50:09 minskim Exp $ bin/ttf2pk bin/ttf2tfm man/man1/ttf2pk.1 @@ -10,8 +10,8 @@ ${PKG_LOCALTEXMFPREFIX}/doc/ttf2pk/ttf2pk.doc ${PKG_LOCALTEXMFPREFIX}/doc/ttf2pk/ttfonts.map ${PKG_LOCALTEXMFPREFIX}/ttf2pk ${PKG_LOCALTEXMFPREFIX}/ttf2tfm/base/Big5.sfd -${PKG_LOCALTEXMFPREFIX}/ttf2tfm/base/ET5.enc ${PKG_LOCALTEXMFPREFIX}/ttf2tfm/base/EUC.sfd +${PKG_LOCALTEXMFPREFIX}/ttf2tfm/base/KS-HLaTeX.sfd ${PKG_LOCALTEXMFPREFIX}/ttf2tfm/base/SJIS.sfd ${PKG_LOCALTEXMFPREFIX}/ttf2tfm/base/T1-WGL4.enc ${PKG_LOCALTEXMFPREFIX}/ttf2tfm/base/UBg5plus.sfd @@ -19,6 +19,7 @@ ${PKG_LOCALTEXMFPREFIX}/ttf2tfm/base/UBig5.sfd ${PKG_LOCALTEXMFPREFIX}/ttf2tfm/base/UGB.sfd ${PKG_LOCALTEXMFPREFIX}/ttf2tfm/base/UGBK.sfd ${PKG_LOCALTEXMFPREFIX}/ttf2tfm/base/UJIS.sfd +${PKG_LOCALTEXMFPREFIX}/ttf2tfm/base/UKS-HLaTeX.sfd ${PKG_LOCALTEXMFPREFIX}/ttf2tfm/base/UKS.sfd ${PKG_LOCALTEXMFPREFIX}/ttf2tfm/base/Unicode.sfd ${PKG_LOCALTEXMFPREFIX}/ttf2tfm/base/VPS.rpl @@ -26,3 +27,4 @@ ${PKG_LOCALTEXMFPREFIX}/ttf2tfm/base/ttfonts.map @dirrm ${PKG_LOCALTEXMFPREFIX}/ttf2tfm/base @dirrm ${PKG_LOCALTEXMFPREFIX}/ttf2tfm @dirrm ${PKG_LOCALTEXMFPREFIX}/doc/ttf2pk +@comment In texmf-dirs: @dirrm ${PKG_LOCALTEXMFPREFIX}/doc |