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.
This commit is contained in:
parent
832e83b4f0
commit
021cccef98
2 changed files with 9 additions and 11 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue