pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/fontforge Changes 31-Dec-2004:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/61178ceab34a
branches:  trunk
changeset: 487439:61178ceab34a
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jan 14 10:13:45 2005 +0000

description:
Changes 31-Dec-2004:
* Ah, windows pfm files expect the metrics to be output in win latin encoding
  order, not in the encoding defined by the pfb file. (Actually there are other
  posibilities for encoding, but as none is documented, I must ignore them).
* ReplaceWithReference broke at some point
* Add an argument-pair to the ReplaceWithReference() scripting command to allow
  the user to specify the amount of error that will be accepted.
* When generating a Type1 font, if a glyph had a single reference to a glyph not
  in adobe encoding, and that glyph itself had a single reference (in adobe enc)
  and some splines, then ff would make a reference to the ref in adobe enc and
  ignore the splines.
* Upgrade to Adobe-Japan1-6
* Various fixes to svg output
* Ghost hints could get outside a glyphs bounding box in a type2 font.
* The generated truetype unique id string had an off by one error in the month
* Add support for dashed lines in multilayered mode
* In Full Page Glyph printing, the glyph was offset slightly from where it
  should have been.
* Pasting a reference into a multi-layered font produced a very odd layer
* ff didn't update the metrics view if the user pasted the selection with the
  middle mouse button.
* if a character were not in the current encoding then ff would not display it
  in the metrics view (even if it were in the font)
* Make the behavior of control points at the ends of open paths more reasonable
* The Point->Curve command did not adust control points correctly
* The View->Display Substitutions had numerous problems
* Fix several problems from unicode unification of accents. Many characters
  which are said to be based on cedilla actually use a comma, other characters
  said to be carons also use comma. Make the n-with-apostrophe character be
  treated as an accented letter.
* Werner points out that straight lines should generally not be simplified (as
  they will no longer be straight afterwards). Add this knowledge to the
  simplify command.

diffstat:

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

diffs (59 lines):

diff -r 012a55b633f2 -r 61178ceab34a fonts/fontforge/Makefile
--- a/fonts/fontforge/Makefile  Fri Jan 14 10:04:45 2005 +0000
+++ b/fonts/fontforge/Makefile  Fri Jan 14 10:13:45 2005 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2004/12/28 23:18:20 reed Exp $
+# $NetBSD: Makefile,v 1.3 2005/01/14 10:13:45 adam Exp $
 
 DISTNAME=      fontforge_full-${VERSION}
 PKGNAME=       fontforge-${VERSION}
-PKGREVISION=   1
 CATEGORIES=    fonts editors
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=fontforge/}
 EXTRACT_SUFX=  .tgz
@@ -11,13 +10,13 @@
 HOMEPAGE=      http://fontforge.sourceforge.net/
 COMMENT=       Postscript font editor
 
-VERSION=       20041115
+VERSION=       20041231
 
-USE_BUILDLINK3=                YES
+USE_BUILDLINK3=                yes
 USE_GNU_TOOLS+=                make
-USE_LIBTOOL=           YES
-USE_X11=               YES
-GNU_CONFIGURE=         YES
+USE_LIBTOOL=           yes
+USE_X11=               yes
+GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-freetype-src=no
 WRKSRC=                        ${WRKDIR}/fontforge-${VERSION}
 
diff -r 012a55b633f2 -r 61178ceab34a fonts/fontforge/PLIST
--- a/fonts/fontforge/PLIST     Fri Jan 14 10:04:45 2005 +0000
+++ b/fonts/fontforge/PLIST     Fri Jan 14 10:13:45 2005 +0000
@@ -1,8 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/29 10:03:34 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/01/14 10:13:45 adam Exp $
+bin/pfaedit
 bin/fontforge
 bin/sfddiff
 lib/libgdraw.la
 lib/libgunicode.la
+lib/pkgconfig/fontforge.pc
 man/man1/fontforge.1
 man/man1/sfddiff.1
 share/fontforge/pfaedit-de.ui
diff -r 012a55b633f2 -r 61178ceab34a fonts/fontforge/distinfo
--- a/fonts/fontforge/distinfo  Fri Jan 14 10:04:45 2005 +0000
+++ b/fonts/fontforge/distinfo  Fri Jan 14 10:13:45 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/11/29 10:03:34 adam Exp $
+$NetBSD: distinfo,v 1.2 2005/01/14 10:13:45 adam Exp $
 
-SHA1 (fontforge_full-20041115.tgz) = ad1edfb6c0f93b3d344875aba27c7ccfafbdd317
-Size (fontforge_full-20041115.tgz) = 4296201 bytes
+SHA1 (fontforge_full-20041231.tgz) = c182527b81936c8261ec432c7f34f7983845287c
+Size (fontforge_full-20041231.tgz) = 4336573 bytes
 SHA1 (patch-aa) = dcad123c2a5f844913fd5b3b73a887b5081c99be



Home | Main Index | Thread Index | Old Index