pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/43df8d00f5a6
branches:  trunk
changeset: 551463:43df8d00f5a6
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Dec 16 08:56:18 2008 +0000

description:
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:

 fonts/fontforge/Makefile         |   4 ++--
 fonts/fontforge/PLIST            |   3 ++-
 fonts/fontforge/distinfo         |  10 +++++-----
 fonts/fontforge/patches/patch-ae |  16 ++++++++--------
 4 files changed, 17 insertions(+), 16 deletions(-)

diffs (113 lines):

diff -r 84dfbd95ef75 -r 43df8d00f5a6 fonts/fontforge/Makefile
--- a/fonts/fontforge/Makefile  Tue Dec 16 08:11:29 2008 +0000
+++ b/fonts/fontforge/Makefile  Tue Dec 16 08:56:18 2008 +0000
@@ -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 @@
 HOMEPAGE=      http://fontforge.sourceforge.net/
 COMMENT=       Postscript font editor
 
-VERSION=       20081117
+VERSION=       20081215
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
diff -r 84dfbd95ef75 -r 43df8d00f5a6 fonts/fontforge/PLIST
--- a/fonts/fontforge/PLIST     Tue Dec 16 08:11:29 2008 +0000
+++ b/fonts/fontforge/PLIST     Tue Dec 16 08:56:18 2008 +0000
@@ -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/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 -r 84dfbd95ef75 -r 43df8d00f5a6 fonts/fontforge/distinfo
--- a/fonts/fontforge/distinfo  Tue Dec 16 08:11:29 2008 +0000
+++ b/fonts/fontforge/distinfo  Tue Dec 16 08:56:18 2008 +0000
@@ -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 -r 84dfbd95ef75 -r 43df8d00f5a6 fonts/fontforge/patches/patch-ae
--- a/fonts/fontforge/patches/patch-ae  Tue Dec 16 08:11:29 2008 +0000
+++ b/fonts/fontforge/patches/patch-ae  Tue Dec 16 08:56:18 2008 +0000
@@ -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 @@
  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 @@
    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 @@
  else
    cat >>confdefs.h <<\_ACEOF
  #define _NO_LIBXML 1
-@@ -24099,9 +24099,9 @@ else
+@@ -24103,9 +24103,9 @@ else
    :
  fi
  
@@ -43,7 +43,7 @@
      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 @@
      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



Home | Main Index | Thread Index | Old Index