pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/698bfc9716b7
branches:  trunk
changeset: 557062:698bfc9716b7
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Apr 10 08:48:20 2009 +0000

description:
Changes 20090408:
* Support composites (references) in bitmap fonts.
* Support for the JSTF table (sfd extension).
* Added a set of new python functions for manipulating CID keyed fonts.
* Added support for reading/writing version 1.8 of Adobe's feature file format.

diffstat:

 fonts/fontforge/Makefile         |   4 ++--
 fonts/fontforge/PLIST            |   3 ++-
 fonts/fontforge/distinfo         |   9 ++++-----
 fonts/fontforge/patches/patch-af |  20 --------------------
 4 files changed, 8 insertions(+), 28 deletions(-)

diffs (76 lines):

diff -r 0cdc85653f00 -r 698bfc9716b7 fonts/fontforge/Makefile
--- a/fonts/fontforge/Makefile  Fri Apr 10 08:44:03 2009 +0000
+++ b/fonts/fontforge/Makefile  Fri Apr 10 08:48:20 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2009/03/09 19:30:19 asau Exp $
+# $NetBSD: Makefile,v 1.59 2009/04/10 08:48:20 adam Exp $
 
 DISTNAME=      fontforge_full-${VERSION}
 PKGNAME=       fontforge-${VERSION}
@@ -10,7 +10,7 @@
 HOMEPAGE=      http://fontforge.sourceforge.net/
 COMMENT=       Postscript font editor
 
-VERSION=       20081224
+VERSION=       20090408
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
diff -r 0cdc85653f00 -r 698bfc9716b7 fonts/fontforge/PLIST
--- a/fonts/fontforge/PLIST     Fri Apr 10 08:44:03 2009 +0000
+++ b/fonts/fontforge/PLIST     Fri Apr 10 08:48:20 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2008/12/16 08:56:18 adam Exp $
+@comment $NetBSD: PLIST,v 1.25 2009/04/10 08:48:20 adam Exp $
 bin/fontforge
 bin/fontimage
 bin/fontlint
@@ -44,6 +44,7 @@
 include/fontforge/ofl.h
 include/fontforge/pfaedit.h
 include/fontforge/plugins.h
+include/fontforge/prefpage.h
 include/fontforge/print.h
 include/fontforge/psfont.h
 include/fontforge/savefont.h
diff -r 0cdc85653f00 -r 698bfc9716b7 fonts/fontforge/distinfo
--- a/fonts/fontforge/distinfo  Fri Apr 10 08:44:03 2009 +0000
+++ b/fonts/fontforge/distinfo  Fri Apr 10 08:48:20 2009 +0000
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.47 2009/01/03 19:45:29 adam Exp $
+$NetBSD: distinfo,v 1.48 2009/04/10 08:48:20 adam Exp $
 
-SHA1 (fontforge_full-20081224.tar.bz2) = be6863a96cadaae419a14fb055b7e6b5cb20af9e
-RMD160 (fontforge_full-20081224.tar.bz2) = c62db87e24e709734dff1b45c97c9b43b27c2e15
-Size (fontforge_full-20081224.tar.bz2) = 5236663 bytes
+SHA1 (fontforge_full-20090408.tar.bz2) = 0bc12559705ff0b214a3d6b0daf87cef79a379e8
+RMD160 (fontforge_full-20090408.tar.bz2) = f0f0fc3876a012e6dd2e909dc63c66515dbae387
+Size (fontforge_full-20090408.tar.bz2) = 5240192 bytes
 SHA1 (patch-aa) = bb06cfc2ba3a6310a1d423166613140def0a06ea
 SHA1 (patch-ab) = ec93a47051186bcb901fd145edffad7c457c33fd
 SHA1 (patch-ae) = 64a289cc5b921d54a6785e71338de45737b8a01c
-SHA1 (patch-af) = b71942feaf59b69d02782679219dd694e1054b3d
diff -r 0cdc85653f00 -r 698bfc9716b7 fonts/fontforge/patches/patch-af
--- a/fonts/fontforge/patches/patch-af  Fri Apr 10 08:44:03 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-$NetBSD: patch-af,v 1.5 2008/10/18 11:43:45 adam Exp $
-
---- fontforge/cvimportdlg.c.orig       2008-08-19 01:22:41.000000000 +0200
-+++ fontforge/cvimportdlg.c
-@@ -60,6 +60,7 @@ return;
-     fclose(plate);
- }
- 
-+#ifndef _NO_LIBXML
- static void ImportSVG(CharView *cv,char *path) {
-     SCImportSVG(cv->b.sc,CVLayer((CharViewBase *) cv),path,NULL,0,false);
- }
-@@ -67,6 +68,7 @@ static void ImportSVG(CharView *cv,char 
- static void ImportGlif(CharView *cv,char *path) {
-     SCImportGlif(cv->b.sc,CVLayer((CharViewBase *) cv),path,NULL,0,false);
- }
-+#endif
- 
- static void ImportFig(CharView *cv,char *path) {
-     SCImportFig(cv->b.sc,CVLayer((CharViewBase *) cv),path,false);



Home | Main Index | Thread Index | Old Index