diff options
author | adam <adam@pkgsrc.org> | 2004-04-27 08:23:01 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-04-27 08:23:01 +0000 |
commit | 052b795e5de264832471013a044b89de32670b20 (patch) | |
tree | b4f796afab460f40599c0ef4377ab398176535fb /fonts | |
parent | a8120306e7e9b810d3fe8cfd17ca33b1bd8032d8 (diff) | |
download | pkgsrc-052b795e5de264832471013a044b89de32670b20.tar.gz |
Changes 2004-03-10:
* The autohint command would sometimes reverse direction of a countour
* PfaEdit would sometimes generate internal errors when editing quadric splines
* When reading a font with an apple 'mort' table, pfaedit would often parse
marked substitions incorrectly
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/pfaedit/Makefile | 23 | ||||
-rw-r--r-- | fonts/pfaedit/PLIST | 4 | ||||
-rw-r--r-- | fonts/pfaedit/distinfo | 8 | ||||
-rw-r--r-- | fonts/pfaedit/patches/patch-aa | 6 |
4 files changed, 21 insertions, 20 deletions
diff --git a/fonts/pfaedit/Makefile b/fonts/pfaedit/Makefile index 0ef226171f2..0e1e422ae4e 100644 --- a/fonts/pfaedit/Makefile +++ b/fonts/pfaedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/04/24 04:13:36 snj Exp $ +# $NetBSD: Makefile,v 1.16 2004/04/27 08:23:01 adam Exp $ # DISTNAME= pfaedit_full-${VERSION} @@ -7,23 +7,24 @@ CATEGORIES= fonts editors MASTER_SITES= http://pfaedit.sourceforge.net/ EXTRACT_SUFX= .tgz -MAINTAINER= tech-pkg@NetBSD.org +MAINTAINER= adam@NetBSD.org HOMEPAGE= http://pfaedit.sourceforge.net/ COMMENT= Postscript font editor -VERSION= 040102 +VERSION= 040310 -CONFIGURE_ARGS+=--with-freetype-src=no -GNU_CONFIGURE= YES -USE_BUILDLINK3= YES -USE_GNU_TOOLS+= make -USE_LIBTOOL= YES -USE_X11= YES -WRKSRC= ${WRKDIR}/pfaedit-${VERSION} +USE_BUILDLINK3= YES +USE_GNU_TOOLS+= make +USE_LIBTOOL= YES +USE_X11= YES +GNU_CONFIGURE= YES +CONFIGURE_ARGS+= --with-freetype-src=no +WRKSRC= ${WRKDIR}/pfaedit-${VERSION} .include "../../graphics/freetype2/buildlink3.mk" .include "../../graphics/jpeg/buildlink3.mk" +.include "../../graphics/libungif/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" -.include "../../graphics/libungif/buildlink3.mk" + .include "../../mk/bsd.pkg.mk" diff --git a/fonts/pfaedit/PLIST b/fonts/pfaedit/PLIST index 0d15356a831..72c8a158b77 100644 --- a/fonts/pfaedit/PLIST +++ b/fonts/pfaedit/PLIST @@ -1,11 +1,11 @@ -@comment $NetBSD: PLIST,v 1.3 2004/01/04 17:12:34 junyoung Exp $ +@comment $NetBSD: PLIST,v 1.4 2004/04/27 08:23:01 adam Exp $ bin/pfaedit bin/sfddiff lib/libgdraw.a lib/libgdraw.la lib/libgdraw.so lib/libgdraw.so.1 -lib/libgdraw.so.1.5 +lib/libgdraw.so.1.6 lib/libgunicode.a lib/libgunicode.la lib/libgunicode.so diff --git a/fonts/pfaedit/distinfo b/fonts/pfaedit/distinfo index afe981de476..afc906a0339 100644 --- a/fonts/pfaedit/distinfo +++ b/fonts/pfaedit/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2004/01/04 17:12:35 junyoung Exp $ +$NetBSD: distinfo,v 1.4 2004/04/27 08:23:01 adam Exp $ -SHA1 (pfaedit_full-040102.tgz) = 8645ec21a5c8ac85bc7500b60ba704da623bdbe2 -Size (pfaedit_full-040102.tgz) = 3900347 bytes -SHA1 (patch-aa) = f4df7d4d8d811d3ce59e0515839142a06828d087 +SHA1 (pfaedit_full-040310.tgz) = 60660c687363bcfe7a681d61c750d852418f53ce +Size (pfaedit_full-040310.tgz) = 4349085 bytes +SHA1 (patch-aa) = 4625e539f6f1e336c90ed76fa7e1b18b5476aabd diff --git a/fonts/pfaedit/patches/patch-aa b/fonts/pfaedit/patches/patch-aa index 0def93ad4e1..affa736cb48 100644 --- a/fonts/pfaedit/patches/patch-aa +++ b/fonts/pfaedit/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.2 2003/07/13 08:25:30 wiz Exp $ +$NetBSD: patch-aa,v 1.3 2004/04/27 08:23:02 adam Exp $ ---- pfaedit/Makefile.dynamic.in.orig Mon Jun 30 15:41:04 2003 +--- pfaedit/Makefile.dynamic.in.orig 2004-02-01 03:57:29.000000000 +0000 +++ pfaedit/Makefile.dynamic.in @@ -13,7 +13,7 @@ LIBTOOL = @LIBTOOL@ CC = @CC@ @@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.2 2003/07/13 08:25:30 wiz Exp $ X_11LIB = @X_11LIB@ X_EXTRA_LIBS = @X_EXTRA_LIBS@ X_PRE_LIBS = @X_PRE_LIBS@ -@@ -62,7 +62,7 @@ acorn2sfd: $(ACORNOBJS) +@@ -70,7 +70,7 @@ splinerefigure.o: splinerefigure.c #this makes all the .ui files but wildcarding doesn't work too well if the # files don't exist. nomen.h pfaedit-ui.c pfaedit-en.ui: $(srcdir)/nomen-*.c makenomenh.c |