head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.8 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.6 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.4 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.2 pkgsrc-2011Q2-base:1.6 pkgsrc-2011Q1:1.5.0.6 pkgsrc-2011Q1-base:1.5 pkgsrc-2010Q4:1.5.0.4 pkgsrc-2010Q4-base:1.5 pkgsrc-2010Q3:1.5.0.2 pkgsrc-2010Q3-base:1.5 pkgsrc-2009Q4:1.4.0.24 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.22 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.20 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.18 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.16 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.14 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.12 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.10 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.8 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.6 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.4 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.2 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.3.0.2 pkgsrc-2006Q2-base:1.3; locks; strict; comment @# @; 1.6 date 2011.05.02.11.15.42; author adam; state dead; branches; next 1.5; 1.5 date 2010.10.10.18.44.54; author wiz; state Exp; branches; next 1.4; 1.4 date 2006.07.10.20.52.44; author adam; state dead; branches; next 1.3; 1.3 date 2006.04.19.19.43.18; author rillig; state Exp; branches; next 1.2; 1.2 date 2006.04.16.20.10.30; author adam; state dead; branches; next 1.1; 1.1 date 2006.04.14.08.45.06; author adam; state Exp; branches; next ; desc @@ 1.6 log @Changes 20110222: * Did a lot of work to improve the accuracy in remove overlap. Improved accuracy means that it is less likely to do the wrong thing. Problems happen when there are points or intersections very close to each other. (So quadratic glyphs are more likely to have problems than cubics simply because they have more points, on average). * Fix various error messages. * Remove some obsolete documentation. * Technical fixes to stroking code. * Add a miterlimit to stroking code. * FontForge was using the wrong MIME type for svg files. W3C has changed it and it's now "image/svg+xml" not "image/svg-xml" or "image/svg". * Since Inkscape images tend to be at unexpected y positions, force the view to rescale/recenter itself if the result after a paste/import is outside the current window. (Inkscape tends to put things at the top of a page, but the origin is at the bottom, and FF looks at the origin. * A line joint of 180 degrees (which shouldn't have happened in stroking, but did) caused an infinite loop. * Typo in add extrema code (again). * More... @ text @$NetBSD: patch-ai,v 1.5 2010/10/10 18:44:54 wiz Exp $ Stack overflow bug, see: http://sourceforge.net/mailarchive/forum.php?thread_name=4C5D676B.3000509%40limes.com.pl&forum_name=fontforge-devel --- fontforge/svg.c.orig 2010-04-29 03:53:22.000000000 +0000 +++ fontforge/svg.c @@@@ -150,7 +150,7 @@@@ return( defwid ); static int svg_pathdump(FILE *file, SplineSet *spl, int lineout, int forceclosed, int do_clips) { BasePoint last; - char buffer[60]; + char buffer[85]; int closed=false; Spline *sp, *first; /* as I see it there is nothing to be gained by optimizing out the */ @ 1.5 log @Fix stack overflow, reported to pkgsrc-users by Nicolas Thauvin using patch from http://sourceforge.net/mailarchive/forum.php?thread_name=4C5D676B.3000509%40limes.com.pl&forum_name=fontforge-devel Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Changes 20060703: * Bug fixes and improvements @ text @d1 1 a1 1 $NetBSD: patch-ai,v 1.3 2006/04/19 19:43:18 rillig Exp $ d3 2 a4 1 gcc 2.95 does not like declarations intermixed with code. d6 11 a16 17 --- fontforge/charinfo.c.orig 2006-03-24 22:54:58.000000000 +0100 +++ fontforge/charinfo.c 2006-04-19 21:41:30.000000000 +0200 @@@@ -4288,13 +4288,13 @@@@ return( true ); static int CI_NameCheck(const unichar_t *name) { int bad, questionable; + extern int allow_utf8_glyphnames; #if defined(FONTFORGE_CONFIG_GDRAW) char *buts[3]; buts[0] = _("_Yes"); buts[1]=_("_No"); buts[2] = NULL; #elif defined(FONTFORGE_CONFIG_GTK) static char *buts[] = { GTK_STOCK_YES, GTK_STOCK_CANCEL, NULL }; #endif - extern int allow_utf8_glyphnames; if ( uc_strcmp(name,".notdef")==0 ) /* This name is a special case and doesn't follow conventions */ return( true ); @ 1.3 log @Added a patch for ISO C90 compatibility. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Removed patch-ai since msgfmt.sh works correctly now @ text @d1 1 a1 1 $NetBSD: patch-ai,v 1.1 2006/04/14 08:45:06 adam Exp $ d3 5 a7 4 --- po/fr.po.orig 2006-04-14 09:57:24.000000000 +0200 +++ po/fr.po @@@@ -4664,8 +4664,8 @@@@ msgid "List of class numbers" msgstr "Liste des numéros de classes" d9 10 a18 5 #: contextchain.c:2733 -msgid "Classes" -msgstr "Classes" +#msgid "Classes" +#msgstr "Classes" d20 2 a21 2 #: cvdebug.c:733 cvdebug.c:735 msgid "No Watch Points" @ 1.1 log @Changes 20060413: * FF failed to output lookups in the right order for the GSUB table. * FF would crash when attempting to generate a font which had no familyname * FF could be built agains ft2.2 only if the debugger were being built. Make it work always. * Patch by Mike Frysinger from gentoo. Use the HOME environment variable in preference to /etc/passwd. * Write sfddiff as a fontforge script and put it back into the install process. * Add code to font compare so it can do the old sfddiff --merge option. * Someone wanted acorn2sfd! Make it compile again. * Make configure look for libgif @ text @d1 1 a1 1 $NetBSD$ @