diff options
author | adam <adam> | 2008-12-16 08:56:18 +0000 |
---|---|---|
committer | adam <adam> | 2008-12-16 08:56:18 +0000 |
commit | 268ab29996da03c8f34798154bc45127ba76c262 (patch) | |
tree | 48f1163f83b1f9797d99b15ab32902ef1a6867ef /fonts | |
parent | 635c149a527bd1d68a25adfe39a76a4dc90d0f3a (diff) | |
download | pkgsrc-268ab29996da03c8f34798154bc45127ba76c262.tar.gz |
Changes 20081215:
* Add an X resource editor.
* Make the metrics view be more like the display dlg in that you can specify
a point-size/dpi to view stuff (also include increment/decrement pointsize).
* Patch by "JustFillBug" to exend python scripting by making the find
interator become a find/replace iterator.
* Patch by Taco to fix a memory problem reading bad baseline data.
* Patch from Andrey PANOV to extend GlyphInfo (legacy scripting) by adding
"XProfile" and "YProfile" options.
* Add an [Apply] button to the transform and expand stroke dialogs in
the outline view.
* Make ff parse preference files independent of the decimal point local in
which they were written (that is -- accept either "." or "," in floating
numbers).
* If a Cubic layer had a notdef glyph, then sometimes, rasterizing using
freetype would fail (not a freetype problem, I didn't set things up right).
* Fix one more problems with points being snapped to a wrong stem side
(it was still possible in case of off-curve points).
* Metrics View and Display dlg weren't showing grid fit metrics properly.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/fontforge/Makefile | 4 | ||||
-rw-r--r-- | fonts/fontforge/PLIST | 3 | ||||
-rw-r--r-- | fonts/fontforge/distinfo | 10 | ||||
-rw-r--r-- | fonts/fontforge/patches/patch-ae | 16 |
4 files changed, 17 insertions, 16 deletions
diff --git a/fonts/fontforge/Makefile b/fonts/fontforge/Makefile index 66e11561d48..59a86880b6b 100644 --- a/fonts/fontforge/Makefile +++ b/fonts/fontforge/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2008/11/21 18:54:19 adam Exp $ +# $NetBSD: Makefile,v 1.55 2008/12/16 08:56:18 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= 20081117 +VERSION= 20081215 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/fonts/fontforge/PLIST b/fonts/fontforge/PLIST index daaf7d4c115..d194b7f7093 100644 --- a/fonts/fontforge/PLIST +++ b/fonts/fontforge/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.23 2008/11/21 18:54:19 adam Exp $ +@comment $NetBSD: PLIST,v 1.24 2008/12/16 08:56:18 adam Exp $ bin/fontforge bin/fontimage bin/fontlint @@ -30,6 +30,7 @@ include/fontforge/gimage.h include/fontforge/gio.h include/fontforge/gkeysym.h include/fontforge/gprogress.h +include/fontforge/gresedit.h include/fontforge/gresource.h include/fontforge/groups.h include/fontforge/gwidget.h diff --git a/fonts/fontforge/distinfo b/fonts/fontforge/distinfo index d4130f82b10..8ac54f5b177 100644 --- a/fonts/fontforge/distinfo +++ b/fonts/fontforge/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.45 2008/11/21 18:54:19 adam Exp $ +$NetBSD: distinfo,v 1.46 2008/12/16 08:56:18 adam Exp $ -SHA1 (fontforge_full-20081117.tar.bz2) = b1020d85ed5c4ad16bc9517463d4efd6f1ec64b1 -RMD160 (fontforge_full-20081117.tar.bz2) = 2165d7ccba2c2d33d83acacbfaae8691556abace -Size (fontforge_full-20081117.tar.bz2) = 5137474 bytes +SHA1 (fontforge_full-20081215.tar.bz2) = 96b03ce3277ee2d219c119d54ec45023c590079c +RMD160 (fontforge_full-20081215.tar.bz2) = bf1c2048521d95c0552e3eadcebe36daa0914fdb +Size (fontforge_full-20081215.tar.bz2) = 5188193 bytes SHA1 (patch-aa) = bb06cfc2ba3a6310a1d423166613140def0a06ea SHA1 (patch-ab) = ec93a47051186bcb901fd145edffad7c457c33fd -SHA1 (patch-ae) = 75eba12edee7da3ffcb9f0b188f6b592f600be60 +SHA1 (patch-ae) = 2eef8b3678c3eb750c005d06e81306757812f3b4 SHA1 (patch-af) = b71942feaf59b69d02782679219dd694e1054b3d diff --git a/fonts/fontforge/patches/patch-ae b/fonts/fontforge/patches/patch-ae index 2a74b8e1e66..1d803d28efd 100644 --- a/fonts/fontforge/patches/patch-ae +++ b/fonts/fontforge/patches/patch-ae @@ -1,8 +1,8 @@ -$NetBSD: patch-ae,v 1.17 2008/11/21 18:54:19 adam Exp $ +$NetBSD: patch-ae,v 1.18 2008/12/16 08:56:18 adam Exp $ ---- configure.orig 2008-11-15 15:16:49.000000000 +0100 +--- configure.orig 2008-12-15 20:38:07.000000000 +0100 +++ configure -@@ -21813,8 +21813,8 @@ if test $ac_cv_file__usr_include_libxml2 +@@ -21815,8 +21815,8 @@ if test $ac_cv_file__usr_include_libxml2 CFLAGS="$CFLAGS -I/usr/include/libxml2/" else @@ -13,7 +13,7 @@ $NetBSD: patch-ae,v 1.17 2008/11/21 18:54:19 adam Exp $ if test "${ac_cv_file__usr_local_include_libxml2_libxml+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else -@@ -21822,7 +21822,7 @@ else +@@ -21824,7 +21824,7 @@ else { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} { (exit 1); exit 1; }; } @@ -22,7 +22,7 @@ $NetBSD: patch-ae,v 1.17 2008/11/21 18:54:19 adam Exp $ ac_cv_file__usr_local_include_libxml2_libxml=yes else ac_cv_file__usr_local_include_libxml2_libxml=no -@@ -21831,7 +21831,7 @@ fi +@@ -21833,7 +21833,7 @@ fi { echo "$as_me:$LINENO: result: $ac_cv_file__usr_local_include_libxml2_libxml" >&5 echo "${ECHO_T}$ac_cv_file__usr_local_include_libxml2_libxml" >&6; } if test $ac_cv_file__usr_local_include_libxml2_libxml = yes; then @@ -31,7 +31,7 @@ $NetBSD: patch-ae,v 1.17 2008/11/21 18:54:19 adam Exp $ else cat >>confdefs.h <<\_ACEOF #define _NO_LIBXML 1 -@@ -24099,9 +24099,9 @@ else +@@ -24103,9 +24103,9 @@ else : fi @@ -43,7 +43,7 @@ $NetBSD: patch-ae,v 1.17 2008/11/21 18:54:19 adam Exp $ gww_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS $X_CFLAGS" { echo "$as_me:$LINENO: checking for X11/Xft/Xft.h" >&5 -@@ -24169,7 +24169,7 @@ if test "$gww_haspango" = "yes" ; then +@@ -24173,7 +24173,7 @@ if test "$gww_haspango" = "yes" ; then CFLAGS="$CFLAGS `pkg-config --cflags pangoxft`" fi if test "$gww_haspango" = "yes" -a "$gww_hascairo" = "yes" ; then @@ -52,7 +52,7 @@ $NetBSD: patch-ae,v 1.17 2008/11/21 18:54:19 adam Exp $ gww_haspangocairo="yes" CFLAGS="$CFLAGS `pkg-config --cflags pangocairo`" fi -@@ -26602,7 +26602,7 @@ if test "$gww_has_gettext" = "yes" >/dev +@@ -26606,7 +26606,7 @@ if test "$gww_has_gettext" = "yes" >/dev cat </dev/null >$ac_confdir/po/Makefile.in echo 'prefix = @prefix@' >> $ac_confdir/po/Makefile.in |