diff options
author | adam <adam> | 2005-01-27 12:00:06 +0000 |
---|---|---|
committer | adam <adam> | 2005-01-27 12:00:06 +0000 |
commit | 89ef421cbc71acc966810f62a11fb08da424c199 (patch) | |
tree | 79b0fce0c916cf2b5cdbfc1c4c894a7938d9d972 /fonts | |
parent | 77f5fff370086dbca808a8bbb2039d8aa0ef68c5 (diff) | |
download | pkgsrc-89ef421cbc71acc966810f62a11fb08da424c199.tar.gz |
Changes 20050117:
* CapsLock now makes the arrow keys scroll in the outline view
* We lost count of hints when generating type2 fonts in glyphs with references
to something containing hints which did not overlap. If we were unlucky,
<new-cnt+7>/8 was different than <real-cnt+7>/8 and we ended up with garbage
in the charstring.
* Add a TeX table to contain TeX metrics.
* TFM output was wrong. the TFtoPL doc says "reencoding with original encoding
could create a glyph table one too small resulting in writing/reading garbage
and an eventual crash.
* KANOU fixed a couple of problems in reading glyph names from bdf fonts.
* KANOU needed to disambiguate between "Point" a unit of measurement and
"Point" a geometric object.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/fontforge/Makefile | 6 | ||||
-rw-r--r-- | fonts/fontforge/PLIST | 3 | ||||
-rw-r--r-- | fonts/fontforge/distinfo | 6 |
3 files changed, 8 insertions, 7 deletions
diff --git a/fonts/fontforge/Makefile b/fonts/fontforge/Makefile index 48db1198343..14f8e03c52c 100644 --- a/fonts/fontforge/Makefile +++ b/fonts/fontforge/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/01/14 10:13:45 adam Exp $ +# $NetBSD: Makefile,v 1.4 2005/01/27 12:00:06 adam Exp $ DISTNAME= fontforge_full-${VERSION} PKGNAME= fontforge-${VERSION} @@ -10,7 +10,7 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://fontforge.sourceforge.net/ COMMENT= Postscript font editor -VERSION= 20041231 +VERSION= 20050117 USE_BUILDLINK3= yes USE_GNU_TOOLS+= make @@ -20,10 +20,12 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-freetype-src=no WRKSRC= ${WRKDIR}/fontforge-${VERSION} +.include "../../converters/libiconv/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" .include "../../graphics/jpeg/buildlink3.mk" .include "../../graphics/libungif/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/fonts/fontforge/PLIST b/fonts/fontforge/PLIST index cae41acf21a..ed4e221cdf8 100644 --- a/fonts/fontforge/PLIST +++ b/fonts/fontforge/PLIST @@ -1,5 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2005/01/14 10:13:45 adam Exp $ -bin/pfaedit +@comment $NetBSD: PLIST,v 1.3 2005/01/27 12:00:06 adam Exp $ bin/fontforge bin/sfddiff lib/libgdraw.la diff --git a/fonts/fontforge/distinfo b/fonts/fontforge/distinfo index 707006fe8c7..2465fa1ae7d 100644 --- a/fonts/fontforge/distinfo +++ b/fonts/fontforge/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/01/14 10:13:45 adam Exp $ +$NetBSD: distinfo,v 1.3 2005/01/27 12:00:06 adam Exp $ -SHA1 (fontforge_full-20041231.tgz) = c182527b81936c8261ec432c7f34f7983845287c -Size (fontforge_full-20041231.tgz) = 4336573 bytes +SHA1 (fontforge_full-20050117.tgz) = df0d8fa47a8caa607a1b36dfe3fa447ecc4303f9 +Size (fontforge_full-20050117.tgz) = 4369023 bytes SHA1 (patch-aa) = dcad123c2a5f844913fd5b3b73a887b5081c99be |