summaryrefslogtreecommitdiff
path: root/fonts/fontforge
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2009-04-10 08:48:20 +0000
committeradam <adam@pkgsrc.org>2009-04-10 08:48:20 +0000
commit77185f5a0af3350f79c8431a464bfd5370e5ca30 (patch)
treebc3cd952814f2757f250fbdda9e008d72e459d22 /fonts/fontforge
parentbcebd26b17938d9dfb4be22457d41cfae6f7ba37 (diff)
downloadpkgsrc-77185f5a0af3350f79c8431a464bfd5370e5ca30.tar.gz
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 (limited to 'fonts/fontforge')
-rw-r--r--fonts/fontforge/Makefile4
-rw-r--r--fonts/fontforge/PLIST3
-rw-r--r--fonts/fontforge/distinfo9
-rw-r--r--fonts/fontforge/patches/patch-af20
4 files changed, 8 insertions, 28 deletions
diff --git a/fonts/fontforge/Makefile b/fonts/fontforge/Makefile
index 63f8f9f9433..a5c0dd35d08 100644
--- a/fonts/fontforge/Makefile
+++ b/fonts/fontforge/Makefile
@@ -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 @@ MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://fontforge.sourceforge.net/
COMMENT= Postscript font editor
-VERSION= 20081224
+VERSION= 20090408
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/fonts/fontforge/PLIST b/fonts/fontforge/PLIST
index d194b7f7093..fd5e0cc9558 100644
--- a/fonts/fontforge/PLIST
+++ b/fonts/fontforge/PLIST
@@ -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/nonlineartrans.h
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 --git a/fonts/fontforge/distinfo b/fonts/fontforge/distinfo
index ed7e3734dec..8bac9ef20c8 100644
--- a/fonts/fontforge/distinfo
+++ b/fonts/fontforge/distinfo
@@ -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 --git a/fonts/fontforge/patches/patch-af b/fonts/fontforge/patches/patch-af
deleted file mode 100644
index a00bf685644..00000000000
--- a/fonts/fontforge/patches/patch-af
+++ /dev/null
@@ -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);