pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/fonts/ttf2pk Update ttf2pk to 1.5 to sync with freetyp...
details: https://anonhg.NetBSD.org/pkgsrc/rev/08726c9db484
branches: trunk
changeset: 514757:08726c9db484
user: minskim <minskim%pkgsrc.org@localhost>
date: Sat Jun 17 19:50:09 2006 +0000
description:
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:
fonts/ttf2pk/Makefile | 14 +++++---------
fonts/ttf2pk/PLIST | 6 ++++--
2 files changed, 9 insertions(+), 11 deletions(-)
diffs (77 lines):
diff -r 4680952345f5 -r 08726c9db484 fonts/ttf2pk/Makefile
--- a/fonts/ttf2pk/Makefile Sat Jun 17 19:42:59 2006 +0000
+++ b/fonts/ttf2pk/Makefile Sat Jun 17 19:50:09 2006 +0000
@@ -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@localhost,hubertf%NetBSD.org@localhost
@@ -12,8 +11,9 @@
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 @@
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 -r 4680952345f5 -r 08726c9db484 fonts/ttf2pk/PLIST
--- a/fonts/ttf2pk/PLIST Sat Jun 17 19:42:59 2006 +0000
+++ b/fonts/ttf2pk/PLIST Sat Jun 17 19:50:09 2006 +0000
@@ -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/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/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 @@
@dirrm ${PKG_LOCALTEXMFPREFIX}/ttf2tfm/base
@dirrm ${PKG_LOCALTEXMFPREFIX}/ttf2tfm
@dirrm ${PKG_LOCALTEXMFPREFIX}/doc/ttf2pk
+@comment In texmf-dirs: @dirrm ${PKG_LOCALTEXMFPREFIX}/doc
Home |
Main Index |
Thread Index |
Old Index