pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/fontforge Changes 9-Feb-2005:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95c3b0d8890a
branches:  trunk
changeset: 489043:95c3b0d8890a
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Feb 15 14:39:11 2005 +0000

description:
Changes 9-Feb-2005:
* Use freetype's FT_Outline_Get_Bitmap to make freetype rasterize from our internal data structures. Use freetype by default for the fontview and metricsview (except in some cases).
* The bitmap dlg didn't work for multilayered fonts when told to use freetype to rasterize.
* If we had a contour nested inside another, and did an Overlap Exclude with the nested contour selected, then that contour was not excluded.
* The []Correct Direction check box when importing PostScript, didn't do anything. (or rather it did, but got overrulled later)
* In bitmap only fonts, bitmaps created without moving the width line would get lost.
* Added a scripting command "SelectByColor"
* Don't apply transformations to glyphs which aren't worth outputting
* Moving control points with the get point info command had problems in quadratic splines.
* When adding type42 support I broke multiple master support.
* Werner provided a patch to add a trailing newline to my type1 fonts.
* Support for PaintType==2 and stroked fonts.
* Various problems with the clustering command
* Oops, somehow a patch reverted and things didn't work on systems without iconv
* worked on a couple of other configuration problems for the mac
* Some people install libraries without headers. Be prepared.
* Uniscribe (MS unicode text layout routines) may ignore either the GPOS or the GSUB table depending on the script, and may even refuse to use the font at all if it doesn't have the right stuff in 
GPOS/GSUB. A Hebrew font must have both a GPOS and a GSUB. If it doesn't the font is not used. A latin font need not have either, but if it doesn't have GSUB then GPOS won't be used.

diffstat:

 fonts/fontforge/Makefile |  4 ++--
 fonts/fontforge/PLIST    |  3 ++-
 fonts/fontforge/distinfo |  6 +++---
 3 files changed, 7 insertions(+), 6 deletions(-)

diffs (41 lines):

diff -r 864ac16aa621 -r 95c3b0d8890a fonts/fontforge/Makefile
--- a/fonts/fontforge/Makefile  Tue Feb 15 12:32:38 2005 +0000
+++ b/fonts/fontforge/Makefile  Tue Feb 15 14:39:11 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/01/27 12:00:06 adam Exp $
+# $NetBSD: Makefile,v 1.5 2005/02/15 14:39:11 adam Exp $
 
 DISTNAME=      fontforge_full-${VERSION}
 PKGNAME=       fontforge-${VERSION}
@@ -10,7 +10,7 @@
 HOMEPAGE=      http://fontforge.sourceforge.net/
 COMMENT=       Postscript font editor
 
-VERSION=       20050117
+VERSION=       20050209
 
 USE_BUILDLINK3=                yes
 USE_GNU_TOOLS+=                make
diff -r 864ac16aa621 -r 95c3b0d8890a fonts/fontforge/PLIST
--- a/fonts/fontforge/PLIST     Tue Feb 15 12:32:38 2005 +0000
+++ b/fonts/fontforge/PLIST     Tue Feb 15 14:39:11 2005 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.3 2005/01/27 12:00:06 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2005/02/15 14:39:11 adam Exp $
 bin/fontforge
+bin/pfaedit
 bin/sfddiff
 lib/libgdraw.la
 lib/libgunicode.la
diff -r 864ac16aa621 -r 95c3b0d8890a fonts/fontforge/distinfo
--- a/fonts/fontforge/distinfo  Tue Feb 15 12:32:38 2005 +0000
+++ b/fonts/fontforge/distinfo  Tue Feb 15 14:39:11 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2005/01/27 12:00:06 adam Exp $
+$NetBSD: distinfo,v 1.4 2005/02/15 14:39:11 adam Exp $
 
-SHA1 (fontforge_full-20050117.tgz) = df0d8fa47a8caa607a1b36dfe3fa447ecc4303f9
-Size (fontforge_full-20050117.tgz) = 4369023 bytes
+SHA1 (fontforge_full-20050209.tgz) = 4030d42b43bae98a42d96d7811b4923d9780baef
+Size (fontforge_full-20050209.tgz) = 4381219 bytes
 SHA1 (patch-aa) = dcad123c2a5f844913fd5b3b73a887b5081c99be



Home | Main Index | Thread Index | Old Index