diff options
author | minskim <minskim> | 2006-06-17 19:50:09 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-06-17 19:50:09 +0000 |
commit | fd0be6384578eaca147eecaa6999bdd7bc225352 (patch) | |
tree | d4203b674b3578fee7321eff035d63c1969743cc /fonts | |
parent | b1170ad29673e90919bb3399e46262b4be89a8ab (diff) | |
download | pkgsrc-fd0be6384578eaca147eecaa6999bdd7bc225352.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')
-rw-r--r-- | fonts/ttf2pk/Makefile | 14 | ||||
-rw-r--r-- | fonts/ttf2pk/PLIST | 6 |
2 files changed, 9 insertions, 11 deletions
diff --git a/fonts/ttf2pk/Makefile b/fonts/ttf2pk/Makefile index 7e01ef749b9..dfd1a2b0e16 100644 --- a/fonts/ttf2pk/Makefile +++ b/fonts/ttf2pk/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2006/04/07 04:47:20 minskim Exp $ +# $NetBSD: Makefile,v 1.16 2006/06/17 19:50:09 minskim Exp $ # .include "../../graphics/freetype-lib/Makefile.common" -PKGNAME= ttf2pk-1.3.1 -PKGREVISION= 4 +PKGNAME= ttf2pk-${FT_VERS} CATEGORIES= print MAINTAINER= bernhard@SDG.de,hubertf@NetBSD.org @@ -12,8 +11,9 @@ HOMEPAGE= http://www.freetype.org/ COMMENT= TrueType to TeX PK font converter GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --prefix=${LOCALBASE:Q} -CONFIGURE_ARGS+= --with-kpathsea-dir=${PREFIX}/lib +CONFIGURE_ARGS+= --prefix=${PREFIX:Q} +CONFIGURE_ARGS+= --with-kpathsea-include=${BUILDLINK_PREFIX.teTeX-bin}/include +CONFIGURE_ARGS+= --with-kpathsea-lib=${BUILDLINK_PREFIX.teTeX-bin}/lib T2PSRC= ${WRKSRC}/contrib/ttf2pk CONFIGURE_DIRS+= ${T2PSRC} @@ -23,16 +23,12 @@ BUILD_TARGET= depend all USE_DIRS+= texmf-1.0 USE_LIBTOOL= yes -USE_TOOLS+= autoconf213 INSTALLATION_DIRS= bin man/man1 .include "../../graphics/freetype-lib/buildlink3.mk" .include "../../print/teTeX/module.mk" -pre-configure: - cd ${T2PSRC}; autoconf - do-install: ${INSTALL_PROGRAM} ${T2PSRC}/ttf2pk \ ${T2PSRC}/ttf2tfm \ 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 |