pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/fontforge Changes 20050310:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ead156341679
branches:  trunk
changeset: 491194:ead156341679
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Mar 22 15:07:10 2005 +0000

description:
Changes 20050310:
* Deleting a glyph class within a kerning by classes object caused a crash
* Added some support for palm bitmap fonts
* Replace with reference only replaced the first instance.
* The Options dlg behaved oddly with respect to Apple & OpenType modes
* When given a glyph with conflicting hints for which the first contour
  contained no hints, then in type2 output the glyph was drawn at a strange
  offset from its correct position.
* When generating an opentype font from a script, and specifying flags,
  the round coordinates flag was ignored
* When generating a font from a script using the default flag setting,
  we would always generate afm/tfm/pfm files
* KANOU pointed out that the stroked font import glyph command only worked
  if multilayer set.
* Added a preview bitmap to eps files.
* In a bitmap only font the font metrics menu items behaved in unexpected ways
  (as if they referred to a postscript font rather than the bitmap fonts)
* Various fixes to make importing stroked eps files into stroked fonts work
  better.
* KANOU requests a preference item to turn off use of freetype in font view.
* Fix more rounding errors in remove overlap.
* Fix some problems in the routine which finds roots of an arbetrary quartic.
* The remove bump option of simplify could screw up memory.
* Remove overlap got unhappy about control points which caused a very tiny
  overlap between adjacent splines
* Redo from the fontview usually caused a crash.
* KANOU provides a MakeLine scripting command
* If TYPE3 (multilayer) was not enabled, there was a flow of control through
  a function which did not return anything.
* Recovery files did not contain multilayer marks which lead to strange
  behaviour and crashes
* Converting a font to multilayer caused a crash if there were outline glyph
  windows open.
* Make the encoding for scripts be utf8 consistently
* Allow the scripting Export command to take a format spec
* Add support for reals to the scripting language
* NearlyHv{Cps,Lines} scripting commands erroneously complained about
  too many args
* ff had a bug when outputting otf contextual ligatures
* Fix various crashes and infinite loops involved in parsing bad font files.
* ff had problems with user defined encodings.
* Made ff work if the psuedo-type "real" was defined to be a double.
* the string += concattonation operator in scripting screwed up memory
* Problems with -c <arg> syntax
* The font type detector could fail to notice an svg file as such
  if it began with a byte order character.
* Ord didn't do proper type checking on its second argument

diffstat:

 fonts/fontforge/Makefile |  4 ++--
 fonts/fontforge/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (32 lines):

diff -r 06cb4bf11180 -r ead156341679 fonts/fontforge/Makefile
--- a/fonts/fontforge/Makefile  Tue Mar 22 15:04:46 2005 +0000
+++ b/fonts/fontforge/Makefile  Tue Mar 22 15:07:10 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/02/15 14:39:11 adam Exp $
+# $NetBSD: Makefile,v 1.6 2005/03/22 15:07:10 adam Exp $
 
 DISTNAME=      fontforge_full-${VERSION}
 PKGNAME=       fontforge-${VERSION}
@@ -10,7 +10,7 @@
 HOMEPAGE=      http://fontforge.sourceforge.net/
 COMMENT=       Postscript font editor
 
-VERSION=       20050209
+VERSION=       20050310
 
 USE_BUILDLINK3=                yes
 USE_GNU_TOOLS+=                make
diff -r 06cb4bf11180 -r ead156341679 fonts/fontforge/distinfo
--- a/fonts/fontforge/distinfo  Tue Mar 22 15:04:46 2005 +0000
+++ b/fonts/fontforge/distinfo  Tue Mar 22 15:07:10 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2005/02/23 19:18:27 agc Exp $
+$NetBSD: distinfo,v 1.6 2005/03/22 15:07:10 adam Exp $
 
-SHA1 (fontforge_full-20050209.tgz) = 4030d42b43bae98a42d96d7811b4923d9780baef
-RMD160 (fontforge_full-20050209.tgz) = 622c4f8dc07b5546b8eb818a1cfc22865a38275e
-Size (fontforge_full-20050209.tgz) = 4381219 bytes
+SHA1 (fontforge_full-20050310.tgz) = 5df51b3d8f6de6eb3880261f59718a7737d247bd
+RMD160 (fontforge_full-20050310.tgz) = 10712d0b8711d8730e86a9708cbe6ab3ef0eb79a
+Size (fontforge_full-20050310.tgz) = 4476929 bytes
 SHA1 (patch-aa) = dcad123c2a5f844913fd5b3b73a887b5081c99be



Home | Main Index | Thread Index | Old Index