Sat Oct 18 11:43:45 2008 UTC ()
Changes 20080927:
* Bug fixes and improvements


(adam)
diff -r1.51 -r1.52 pkgsrc/fonts/fontforge/Makefile
diff -r1.20 -r1.21 pkgsrc/fonts/fontforge/PLIST
diff -r1.42 -r1.43 pkgsrc/fonts/fontforge/distinfo
diff -r1.15 -r1.16 pkgsrc/fonts/fontforge/patches/patch-ae
diff -r1.4 -r1.5 pkgsrc/fonts/fontforge/patches/patch-af

cvs diff -r1.51 -r1.52 pkgsrc/fonts/fontforge/Makefile (switch to unified diff)

--- pkgsrc/fonts/fontforge/Makefile 2008/09/17 16:34:40 1.51
+++ pkgsrc/fonts/fontforge/Makefile 2008/10/18 11:43:45 1.52
@@ -1,44 +1,43 @@ @@ -1,44 +1,43 @@
1# $NetBSD: Makefile,v 1.51 2008/09/17 16:34:40 rillig Exp $ 1# $NetBSD: Makefile,v 1.52 2008/10/18 11:43:45 adam Exp $
2 2
3DISTNAME= fontforge_full-${VERSION} 3DISTNAME= fontforge_full-${VERSION}
4PKGNAME= fontforge-${VERSION} 4PKGNAME= fontforge-${VERSION}
5CATEGORIES= fonts editors 5CATEGORIES= fonts editors
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fontforge/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fontforge/}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= adam@NetBSD.org 9MAINTAINER= adam@NetBSD.org
10HOMEPAGE= http://fontforge.sourceforge.net/ 10HOMEPAGE= http://fontforge.sourceforge.net/
11COMMENT= Postscript font editor 11COMMENT= Postscript font editor
12 12
13VERSION= 20080720 13VERSION= 20080927
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16
17MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR} 17MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR}
18 18
19USE_LIBTOOL= yes 19USE_LIBTOOL= yes
20USE_LANGUAGES+= c c++ fortran 20USE_LANGUAGES+= c c++ fortran
21USE_PKGLOCALEDIR= yes 21USE_PKGLOCALEDIR= yes
22USE_TOOLS+= gmake msgfmt 22USE_TOOLS+= gmake msgfmt
23GNU_CONFIGURE= yes 23GNU_CONFIGURE= yes
24CONFIGURE_ARGS+= --without-freetype-src 24CONFIGURE_ARGS+= --without-freetype-src
25CONFIGURE_ARGS+= --without-python 25CONFIGURE_ARGS+= --without-python
26CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} 
27WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} 26WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
28BROKEN_GETTEXT_DETECTION= yes 27BROKEN_GETTEXT_DETECTION= yes
29 28
30# checks for X11/Intrinsic.h 29# checks for X11/Intrinsic.h
31BUILDLINK_DEPMETHOD.libXt?= build 30BUILDLINK_DEPMETHOD.libXt?= build
32.include "../../x11/libXt/buildlink3.mk" 31.include "../../x11/libXt/buildlink3.mk"
33 32
34.include "../../converters/libiconv/buildlink3.mk" 33.include "../../converters/libiconv/buildlink3.mk"
35.include "../../devel/gettext-lib/buildlink3.mk" 34.include "../../devel/gettext-lib/buildlink3.mk"
36.include "../../graphics/freetype2/buildlink3.mk" 35.include "../../graphics/freetype2/buildlink3.mk"
37.include "../../graphics/jpeg/buildlink3.mk" 36.include "../../graphics/jpeg/buildlink3.mk"
38.include "../../graphics/libungif/buildlink3.mk" 37.include "../../graphics/libungif/buildlink3.mk"
39.include "../../graphics/png/buildlink3.mk" 38.include "../../graphics/png/buildlink3.mk"
40.include "../../graphics/tiff/buildlink3.mk" 39.include "../../graphics/tiff/buildlink3.mk"
41.include "../../textproc/libxml2/buildlink3.mk" 40.include "../../textproc/libxml2/buildlink3.mk"
42.include "../../x11/libX11/buildlink3.mk" 41.include "../../x11/libX11/buildlink3.mk"
43.include "../../x11/libXi/buildlink3.mk" 42.include "../../x11/libXi/buildlink3.mk"
44.include "../../mk/bsd.pkg.mk" 43.include "../../mk/bsd.pkg.mk"

cvs diff -r1.20 -r1.21 pkgsrc/fonts/fontforge/PLIST (switch to unified diff)

--- pkgsrc/fonts/fontforge/PLIST 2008/07/29 05:17:01 1.20
+++ pkgsrc/fonts/fontforge/PLIST 2008/10/18 11:43:45 1.21
@@ -1,234 +1,236 @@ @@ -1,234 +1,236 @@
1@comment $NetBSD: PLIST,v 1.20 2008/07/29 05:17:01 adam Exp $ 1@comment $NetBSD: PLIST,v 1.21 2008/10/18 11:43:45 adam Exp $
2bin/fontforge 2bin/fontforge
3bin/fontimage 3bin/fontimage
4bin/fontlint 4bin/fontlint
5bin/sfddiff 5bin/sfddiff
6include/fontforge/PfEd.h 6include/fontforge/PfEd.h
7include/fontforge/autowidth.h 7include/fontforge/autowidth.h
8include/fontforge/baseviews.h 8include/fontforge/baseviews.h
9include/fontforge/basics.h 9include/fontforge/basics.h
10include/fontforge/bezctx_ff.h 10include/fontforge/bezctx_ff.h
11include/fontforge/bitmapcontrol.h 11include/fontforge/bitmapcontrol.h
12include/fontforge/chardata.h 12include/fontforge/chardata.h
13include/fontforge/charset.h 13include/fontforge/charset.h
14include/fontforge/config.h 14include/fontforge/config.h
15include/fontforge/configure-pfaedit.h 15include/fontforge/configure-pfaedit.h
16include/fontforge/dynamic.h 16include/fontforge/dynamic.h
17include/fontforge/edgelist.h 17include/fontforge/edgelist.h
18include/fontforge/edgelist2.h 18include/fontforge/edgelist2.h
19include/fontforge/encoding.h 19include/fontforge/encoding.h
20include/fontforge/fffreetype.h 20include/fontforge/fffreetype.h
21include/fontforge/ffpython.h 21include/fontforge/ffpython.h
22include/fontforge/fileutil.h 22include/fontforge/fileutil.h
23include/fontforge/fontforgevw.h 23include/fontforge/fontforgevw.h
24include/fontforge/fvmetrics.h 24include/fontforge/fvmetrics.h
25include/fontforge/gdraw.h 25include/fontforge/gdraw.h
26include/fontforge/gfile.h 26include/fontforge/gfile.h
27include/fontforge/ggadget.h 27include/fontforge/ggadget.h
28include/fontforge/gicons.h 28include/fontforge/gicons.h
29include/fontforge/gimage.h 29include/fontforge/gimage.h
30include/fontforge/gio.h 30include/fontforge/gio.h
31include/fontforge/gkeysym.h 31include/fontforge/gkeysym.h
32include/fontforge/gprogress.h 32include/fontforge/gprogress.h
33include/fontforge/gresource.h 33include/fontforge/gresource.h
34include/fontforge/groups.h 34include/fontforge/groups.h
35include/fontforge/gwidget.h 35include/fontforge/gwidget.h
36include/fontforge/gwwiconv.h 36include/fontforge/gwwiconv.h
37include/fontforge/import.h 37include/fontforge/import.h
38include/fontforge/intl.h 38include/fontforge/intl.h
39include/fontforge/libffstamp.h 39include/fontforge/libffstamp.h
40include/fontforge/lookups.h 40include/fontforge/lookups.h
41include/fontforge/mm.h 41include/fontforge/mm.h
42include/fontforge/nonlineartrans.h 42include/fontforge/nonlineartrans.h
43include/fontforge/ofl.h 43include/fontforge/ofl.h
44include/fontforge/pfaedit.h 44include/fontforge/pfaedit.h
45include/fontforge/plugins.h 45include/fontforge/plugins.h
46include/fontforge/print.h 46include/fontforge/print.h
47include/fontforge/psfont.h 47include/fontforge/psfont.h
48include/fontforge/savefont.h 48include/fontforge/savefont.h
49include/fontforge/scriptfuncs.h 49include/fontforge/scriptfuncs.h
50include/fontforge/scripting.h 50include/fontforge/scripting.h
51include/fontforge/sd.h 51include/fontforge/sd.h
52include/fontforge/search.h 52include/fontforge/search.h
53include/fontforge/sfd1.h 53include/fontforge/sfd1.h
54include/fontforge/sflayoutP.h 54include/fontforge/sflayoutP.h
55include/fontforge/splinefont.h 55include/fontforge/splinefont.h
56include/fontforge/stemdb.h 56include/fontforge/stemdb.h
57include/fontforge/ttf.h 57include/fontforge/ttf.h
58include/fontforge/ttfinstrs.h 58include/fontforge/ttfinstrs.h
59include/fontforge/uiinterface.h 59include/fontforge/uiinterface.h
60include/fontforge/unicoderange.h 60include/fontforge/unicoderange.h
61include/fontforge/ustring.h 61include/fontforge/ustring.h
62include/fontforge/utype.h 62include/fontforge/utype.h
63lib/libfontforge.la 63lib/libfontforge.la
64lib/libgdraw.la 64lib/libgdraw.la
65lib/libgioftp.la 65lib/libgioftp.la
66lib/libgunicode.la 66lib/libgunicode.la
67lib/libgutils.la 67lib/libgutils.la
68lib/pkgconfig/fontforge.pc 68lib/pkgconfig/fontforge.pc
69man/man1/fontforge.1 69man/man1/fontforge.1
70man/man1/fontimage.1 70man/man1/fontimage.1
71man/man1/fontlint.1 71man/man1/fontlint.1
72man/man1/sfddiff.1 72man/man1/sfddiff.1
 73share/fontforge/pixmaps/colorwheel.png
73share/fontforge/pixmaps/editclear.png 74share/fontforge/pixmaps/editclear.png
74share/fontforge/pixmaps/editclearback.png 75share/fontforge/pixmaps/editclearback.png
75share/fontforge/pixmaps/editcopy.png 76share/fontforge/pixmaps/editcopy.png
76share/fontforge/pixmaps/editcopyfg2bg.png 77share/fontforge/pixmaps/editcopyfg2bg.png
77share/fontforge/pixmaps/editcopylayer2layer.png 78share/fontforge/pixmaps/editcopylayer2layer.png
78share/fontforge/pixmaps/editcopylbearing.png 79share/fontforge/pixmaps/editcopylbearing.png
79share/fontforge/pixmaps/editcopylookupdata.png 80share/fontforge/pixmaps/editcopylookupdata.png
80share/fontforge/pixmaps/editcopyrbearing.png 81share/fontforge/pixmaps/editcopyrbearing.png
81share/fontforge/pixmaps/editcopyref.png 82share/fontforge/pixmaps/editcopyref.png
82share/fontforge/pixmaps/editcopyvwidth.png 83share/fontforge/pixmaps/editcopyvwidth.png
83share/fontforge/pixmaps/editcopywidth.png 84share/fontforge/pixmaps/editcopywidth.png
84share/fontforge/pixmaps/editcut.png 85share/fontforge/pixmaps/editcut.png
85share/fontforge/pixmaps/editfind.png 86share/fontforge/pixmaps/editfind.png
86share/fontforge/pixmaps/editjoin.png 87share/fontforge/pixmaps/editjoin.png
87share/fontforge/pixmaps/editmerge.png 88share/fontforge/pixmaps/editmerge.png
88share/fontforge/pixmaps/editpaste.png 89share/fontforge/pixmaps/editpaste.png
89share/fontforge/pixmaps/editpasteafter.png 90share/fontforge/pixmaps/editpasteafter.png
90share/fontforge/pixmaps/editpasteinto.png 91share/fontforge/pixmaps/editpasteinto.png
91share/fontforge/pixmaps/editredo.png 92share/fontforge/pixmaps/editredo.png
92share/fontforge/pixmaps/editrmundoes.png 93share/fontforge/pixmaps/editrmundoes.png
93share/fontforge/pixmaps/editrplref.png 94share/fontforge/pixmaps/editrplref.png
94share/fontforge/pixmaps/editsameas.png 95share/fontforge/pixmaps/editsameas.png
95share/fontforge/pixmaps/editselect.png 96share/fontforge/pixmaps/editselect.png
96share/fontforge/pixmaps/editundo.png 97share/fontforge/pixmaps/editundo.png
97share/fontforge/pixmaps/editunlink.png 98share/fontforge/pixmaps/editunlink.png
98share/fontforge/pixmaps/elementaddextrema.png 99share/fontforge/pixmaps/elementaddextrema.png
99share/fontforge/pixmaps/elementalign.png 100share/fontforge/pixmaps/elementalign.png
100share/fontforge/pixmaps/elementanticlock.png 101share/fontforge/pixmaps/elementanticlock.png
101share/fontforge/pixmaps/elementautotrace.png 102share/fontforge/pixmaps/elementautotrace.png
102share/fontforge/pixmaps/elementbdfinfo.png 103share/fontforge/pixmaps/elementbdfinfo.png
103share/fontforge/pixmaps/elementbitmapsavail.png 104share/fontforge/pixmaps/elementbitmapsavail.png
104share/fontforge/pixmaps/elementbuildaccent.png 105share/fontforge/pixmaps/elementbuildaccent.png
 106share/fontforge/pixmaps/elementbuildcomposit.png
105share/fontforge/pixmaps/elementclockwise.png 107share/fontforge/pixmaps/elementclockwise.png
106share/fontforge/pixmaps/elementcomparefonts.png 108share/fontforge/pixmaps/elementcomparefonts.png
107share/fontforge/pixmaps/elementcomparelayers.png 109share/fontforge/pixmaps/elementcomparelayers.png
108share/fontforge/pixmaps/elementcorrectdir.png 110share/fontforge/pixmaps/elementcorrectdir.png
109share/fontforge/pixmaps/elementexpandstroke.png 111share/fontforge/pixmaps/elementexpandstroke.png
110share/fontforge/pixmaps/elementfindprobs.png 112share/fontforge/pixmaps/elementfindprobs.png
111share/fontforge/pixmaps/elementfontinfo.png 113share/fontforge/pixmaps/elementfontinfo.png
112share/fontforge/pixmaps/elementgetinfo.png 114share/fontforge/pixmaps/elementgetinfo.png
113share/fontforge/pixmaps/elementglyphinfo.png 115share/fontforge/pixmaps/elementglyphinfo.png
114share/fontforge/pixmaps/elementhbaselines.png 116share/fontforge/pixmaps/elementhbaselines.png
115share/fontforge/pixmaps/elementinterpolatefonts.png 117share/fontforge/pixmaps/elementinterpolatefonts.png
116share/fontforge/pixmaps/elementmathinfo.png 118share/fontforge/pixmaps/elementmathinfo.png
117share/fontforge/pixmaps/elementmergefonts.png 119share/fontforge/pixmaps/elementmergefonts.png
118share/fontforge/pixmaps/elementorder.png 120share/fontforge/pixmaps/elementorder.png
119share/fontforge/pixmaps/elementotherinfo.png 121share/fontforge/pixmaps/elementotherinfo.png
120share/fontforge/pixmaps/elementregenbitmaps.png 122share/fontforge/pixmaps/elementregenbitmaps.png
121share/fontforge/pixmaps/elementremovebitmaps.png 123share/fontforge/pixmaps/elementremovebitmaps.png
122share/fontforge/pixmaps/elementrenameglyph.png 124share/fontforge/pixmaps/elementrenameglyph.png
123share/fontforge/pixmaps/elementround.png 125share/fontforge/pixmaps/elementround.png
124share/fontforge/pixmaps/elementshowdep.png 126share/fontforge/pixmaps/elementshowdep.png
125share/fontforge/pixmaps/elementsimplify.png 127share/fontforge/pixmaps/elementsimplify.png
126share/fontforge/pixmaps/elementstyles.png 128share/fontforge/pixmaps/elementstyles.png
127share/fontforge/pixmaps/elementtilepath.png 129share/fontforge/pixmaps/elementtilepath.png
128share/fontforge/pixmaps/elementtilepattern.png 130share/fontforge/pixmaps/elementtilepattern.png
129share/fontforge/pixmaps/elementtransform.png 131share/fontforge/pixmaps/elementtransform.png
130share/fontforge/pixmaps/elementvalidate.png 132share/fontforge/pixmaps/elementvalidate.png
131share/fontforge/pixmaps/elementvbaselines.png 133share/fontforge/pixmaps/elementvbaselines.png
132share/fontforge/pixmaps/fileclose.png 134share/fontforge/pixmaps/fileclose.png
133share/fontforge/pixmaps/fileexecute.png 135share/fontforge/pixmaps/fileexecute.png
134share/fontforge/pixmaps/fileexport.png 136share/fontforge/pixmaps/fileexport.png
135share/fontforge/pixmaps/filegenerate.png 137share/fontforge/pixmaps/filegenerate.png
136share/fontforge/pixmaps/filegeneratefamily.png 138share/fontforge/pixmaps/filegeneratefamily.png
137share/fontforge/pixmaps/fileimport.png 139share/fontforge/pixmaps/fileimport.png
138share/fontforge/pixmaps/filemergefeature.png 140share/fontforge/pixmaps/filemergefeature.png
139share/fontforge/pixmaps/filenew.png 141share/fontforge/pixmaps/filenew.png
140share/fontforge/pixmaps/fileopen.png 142share/fontforge/pixmaps/fileopen.png
141share/fontforge/pixmaps/fileprefs.png 143share/fontforge/pixmaps/fileprefs.png
142share/fontforge/pixmaps/fileprint.png 144share/fontforge/pixmaps/fileprint.png
143share/fontforge/pixmaps/filequit.png 145share/fontforge/pixmaps/filequit.png
144share/fontforge/pixmaps/filerecent.png 146share/fontforge/pixmaps/filerecent.png
145share/fontforge/pixmaps/filerevert.png 147share/fontforge/pixmaps/filerevert.png
146share/fontforge/pixmaps/filerevertbackup.png 148share/fontforge/pixmaps/filerevertbackup.png
147share/fontforge/pixmaps/filerevertglyph.png 149share/fontforge/pixmaps/filerevertglyph.png
148share/fontforge/pixmaps/filesave.png 150share/fontforge/pixmaps/filesave.png
149share/fontforge/pixmaps/filesaveall.png 151share/fontforge/pixmaps/filesaveall.png
150share/fontforge/pixmaps/filesaveas.png 152share/fontforge/pixmaps/filesaveas.png
151share/fontforge/pixmaps/helpabout.png 153share/fontforge/pixmaps/helpabout.png
152share/fontforge/pixmaps/helphelp.png 154share/fontforge/pixmaps/helphelp.png
153share/fontforge/pixmaps/helpindex.png 155share/fontforge/pixmaps/helpindex.png
154share/fontforge/pixmaps/hintsadddstem.png 156share/fontforge/pixmaps/hintsadddstem.png
155share/fontforge/pixmaps/hintsaddhstem.png 157share/fontforge/pixmaps/hintsaddhstem.png
156share/fontforge/pixmaps/hintsaddvstem.png 158share/fontforge/pixmaps/hintsaddvstem.png
157share/fontforge/pixmaps/hintsautohint.png 159share/fontforge/pixmaps/hintsautohint.png
158share/fontforge/pixmaps/hintscleardstems.png 160share/fontforge/pixmaps/hintscleardstems.png
159share/fontforge/pixmaps/hintsclearhstems.png 161share/fontforge/pixmaps/hintsclearhstems.png
160share/fontforge/pixmaps/hintsclearvstems.png 162share/fontforge/pixmaps/hintsclearvstems.png
161share/fontforge/pixmaps/hintsdontautohint.png 163share/fontforge/pixmaps/hintsdontautohint.png
162share/fontforge/pixmaps/hintsreviewhints.png 164share/fontforge/pixmaps/hintsreviewhints.png
163share/fontforge/pixmaps/menuempty.png 165share/fontforge/pixmaps/menuempty.png
164share/fontforge/pixmaps/metricscenter.png 166share/fontforge/pixmaps/metricscenter.png
165share/fontforge/pixmaps/metricssetlbearing.png 167share/fontforge/pixmaps/metricssetlbearing.png
166share/fontforge/pixmaps/metricssetrbearing.png 168share/fontforge/pixmaps/metricssetrbearing.png
167share/fontforge/pixmaps/metricssetvwidth.png 169share/fontforge/pixmaps/metricssetvwidth.png
168share/fontforge/pixmaps/metricssetwidth.png 170share/fontforge/pixmaps/metricssetwidth.png
169share/fontforge/pixmaps/overlapexclude.png 171share/fontforge/pixmaps/overlapexclude.png
170share/fontforge/pixmaps/overlapfindinter.png 172share/fontforge/pixmaps/overlapfindinter.png
171share/fontforge/pixmaps/overlapintersection.png 173share/fontforge/pixmaps/overlapintersection.png
172share/fontforge/pixmaps/overlaprm.png 174share/fontforge/pixmaps/overlaprm.png
173share/fontforge/pixmaps/pointsG2curve.png 175share/fontforge/pixmaps/pointsG2curve.png
174share/fontforge/pixmaps/pointsaddanchor.png 176share/fontforge/pixmaps/pointsaddanchor.png
175share/fontforge/pixmaps/pointscorner.png 177share/fontforge/pixmaps/pointscorner.png
176share/fontforge/pixmaps/pointscurve.png 178share/fontforge/pixmaps/pointscurve.png
177share/fontforge/pixmaps/pointshvcurve.png 179share/fontforge/pixmaps/pointshvcurve.png
178share/fontforge/pixmaps/pointsmakearc.png 180share/fontforge/pixmaps/pointsmakearc.png
179share/fontforge/pixmaps/pointsmakeline.png 181share/fontforge/pixmaps/pointsmakeline.png
180share/fontforge/pixmaps/pointsnamecontour.png 182share/fontforge/pixmaps/pointsnamecontour.png
181share/fontforge/pixmaps/pointsspironext.png 183share/fontforge/pixmaps/pointsspironext.png
182share/fontforge/pixmaps/pointsspiroprev.png 184share/fontforge/pixmaps/pointsspiroprev.png
183share/fontforge/pixmaps/pointstangent.png 185share/fontforge/pixmaps/pointstangent.png
184share/fontforge/pixmaps/python.png 186share/fontforge/pixmaps/python.png
185share/fontforge/pixmaps/styleschangeweight.png 187share/fontforge/pixmaps/styleschangeweight.png
186share/fontforge/pixmaps/styleschangexheight.png 188share/fontforge/pixmaps/styleschangexheight.png
187share/fontforge/pixmaps/stylesextendcondense.png 189share/fontforge/pixmaps/stylesextendcondense.png
188share/fontforge/pixmaps/stylesinline.png 190share/fontforge/pixmaps/stylesinline.png
189share/fontforge/pixmaps/stylesitalic.png 191share/fontforge/pixmaps/stylesitalic.png
190share/fontforge/pixmaps/stylesoblique.png 192share/fontforge/pixmaps/stylesoblique.png
191share/fontforge/pixmaps/stylesoutline.png 193share/fontforge/pixmaps/stylesoutline.png
192share/fontforge/pixmaps/stylesshadow.png 194share/fontforge/pixmaps/stylesshadow.png
193share/fontforge/pixmaps/stylessmallcaps.png 195share/fontforge/pixmaps/stylessmallcaps.png
194share/fontforge/pixmaps/stylessubsuper.png 196share/fontforge/pixmaps/stylessubsuper.png
195share/fontforge/pixmaps/styleswireframe.png 197share/fontforge/pixmaps/styleswireframe.png
196share/fontforge/pixmaps/transformfliphor.png 198share/fontforge/pixmaps/transformfliphor.png
197share/fontforge/pixmaps/transformflipvert.png 199share/fontforge/pixmaps/transformflipvert.png
198share/fontforge/pixmaps/transformrotate180.png 200share/fontforge/pixmaps/transformrotate180.png
199share/fontforge/pixmaps/transformrotateccw.png 201share/fontforge/pixmaps/transformrotateccw.png
200share/fontforge/pixmaps/transformrotatecw.png 202share/fontforge/pixmaps/transformrotatecw.png
201share/fontforge/pixmaps/transformskew.png 203share/fontforge/pixmaps/transformskew.png
202share/fontforge/pixmaps/viewbiggersize.png 204share/fontforge/pixmaps/viewbiggersize.png
203share/fontforge/pixmaps/viewfindinfont.png 205share/fontforge/pixmaps/viewfindinfont.png
204share/fontforge/pixmaps/viewfit.png 206share/fontforge/pixmaps/viewfit.png
205share/fontforge/pixmaps/viewformer.png 207share/fontforge/pixmaps/viewformer.png
206share/fontforge/pixmaps/viewgoto.png 208share/fontforge/pixmaps/viewgoto.png
207share/fontforge/pixmaps/viewinsertafter.png 209share/fontforge/pixmaps/viewinsertafter.png
208share/fontforge/pixmaps/viewinsertbefore.png 210share/fontforge/pixmaps/viewinsertbefore.png
209share/fontforge/pixmaps/viewnext.png 211share/fontforge/pixmaps/viewnext.png
210share/fontforge/pixmaps/viewnextdef.png 212share/fontforge/pixmaps/viewnextdef.png
211share/fontforge/pixmaps/viewpalettes.png 213share/fontforge/pixmaps/viewpalettes.png
212share/fontforge/pixmaps/viewprev.png 214share/fontforge/pixmaps/viewprev.png
213share/fontforge/pixmaps/viewprevdef.png 215share/fontforge/pixmaps/viewprevdef.png
214share/fontforge/pixmaps/viewreplace.png 216share/fontforge/pixmaps/viewreplace.png
215share/fontforge/pixmaps/viewsmallersize.png 217share/fontforge/pixmaps/viewsmallersize.png
216share/fontforge/pixmaps/viewzoomin.png 218share/fontforge/pixmaps/viewzoomin.png
217share/fontforge/pixmaps/viewzoomout.png 219share/fontforge/pixmaps/viewzoomout.png
218share/fontforge/python/excepthook.py 220share/fontforge/python/excepthook.py
219share/locale/de/LC_MESSAGES/FontForge.mo 221share/locale/de/LC_MESSAGES/FontForge.mo
220share/locale/el/LC_MESSAGES/FontForge.mo 222share/locale/el/LC_MESSAGES/FontForge.mo
221share/locale/en_GB/LC_MESSAGES/FontForge.mo 223share/locale/en_GB/LC_MESSAGES/FontForge.mo
222share/locale/es/LC_MESSAGES/FontForge.mo 224share/locale/es/LC_MESSAGES/FontForge.mo
223share/locale/fr/LC_MESSAGES/FontForge.mo 225share/locale/fr/LC_MESSAGES/FontForge.mo
224share/locale/it/LC_MESSAGES/FontForge.mo 226share/locale/it/LC_MESSAGES/FontForge.mo
225share/locale/ja/LC_MESSAGES/FontForge.mo 227share/locale/ja/LC_MESSAGES/FontForge.mo
226share/locale/pl/LC_MESSAGES/FontForge.mo 228share/locale/pl/LC_MESSAGES/FontForge.mo
227share/locale/ru/LC_MESSAGES/FontForge.mo 229share/locale/ru/LC_MESSAGES/FontForge.mo
228share/locale/vi/LC_MESSAGES/FontForge.mo 230share/locale/vi/LC_MESSAGES/FontForge.mo
229share/locale/zh_CN/LC_MESSAGES/FontForge.mo 231share/locale/zh_CN/LC_MESSAGES/FontForge.mo
230share/locale/zh_TW/LC_MESSAGES/FontForge.mo 232share/locale/zh_TW/LC_MESSAGES/FontForge.mo
231@dirrm include/fontforge 233@dirrm include/fontforge
232@dirrm share/fontforge/python 234@dirrm share/fontforge/python
233@dirrm share/fontforge/pixmaps 235@dirrm share/fontforge/pixmaps
234@dirrm share/fontforge 236@dirrm share/fontforge

cvs diff -r1.42 -r1.43 pkgsrc/fonts/fontforge/distinfo (switch to unified diff)

--- pkgsrc/fonts/fontforge/distinfo 2008/07/29 05:17:01 1.42
+++ pkgsrc/fonts/fontforge/distinfo 2008/10/18 11:43:45 1.43
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.42 2008/07/29 05:17:01 adam Exp $ 1$NetBSD: distinfo,v 1.43 2008/10/18 11:43:45 adam Exp $
2 2
3SHA1 (fontforge_full-20080720.tar.bz2) = e964955d5257b5c88887823293d069ce372bf0fa 3SHA1 (fontforge_full-20080927.tar.bz2) = bf80dd035d0ff26da1f5cc4aa55dcd9b6ff9e748
4RMD160 (fontforge_full-20080720.tar.bz2) = 9f2c8a0afaa2be55a7f69db2272c886aaf5a6bfd 4RMD160 (fontforge_full-20080927.tar.bz2) = 8f8fb0026b967602184bfefd83d5234fc684f340
5Size (fontforge_full-20080720.tar.bz2) = 5039266 bytes 5Size (fontforge_full-20080927.tar.bz2) = 5072410 bytes
6SHA1 (patch-aa) = 269a8aaf439539fceb3eb31b771af631988b5070 6SHA1 (patch-aa) = 269a8aaf439539fceb3eb31b771af631988b5070
7SHA1 (patch-ab) = ec93a47051186bcb901fd145edffad7c457c33fd 7SHA1 (patch-ab) = ec93a47051186bcb901fd145edffad7c457c33fd
8SHA1 (patch-ae) = 3c86aed655da00ebc56a5a9cd02fe3a8bfd43eec 8SHA1 (patch-ae) = a5ccbd571154dc03fbb4e3dae31615e6d064832d
9SHA1 (patch-af) = ddf487cf9a2252a67f7afbcaa62fdbdf7b68c8ae 9SHA1 (patch-af) = b71942feaf59b69d02782679219dd694e1054b3d

cvs diff -r1.15 -r1.16 pkgsrc/fonts/fontforge/patches/Attic/patch-ae (switch to unified diff)

--- pkgsrc/fonts/fontforge/patches/Attic/patch-ae 2008/07/29 05:17:01 1.15
+++ pkgsrc/fonts/fontforge/patches/Attic/patch-ae 2008/10/18 11:43:45 1.16
@@ -1,93 +1,93 @@ @@ -1,93 +1,93 @@
1$NetBSD: patch-ae,v 1.15 2008/07/29 05:17:01 adam Exp $ 1$NetBSD: patch-ae,v 1.16 2008/10/18 11:43:45 adam Exp $
2 2
3--- configure.orig 2008-07-13 16:36:19.000000000 +0200 3--- configure.orig 2008-09-15 01:31:08.000000000 +0200
4+++ configure 4+++ configure
5@@ -20189,8 +20189,8 @@ fi 5@@ -19759,8 +19759,8 @@ if test $ac_cv_file__usr_include_libxml2
6  6 CFLAGS="$CFLAGS -I/usr/include/libxml2/"
7 fi 7 else
8  8
9-{ echo "$as_me:$LINENO: checking for /usr/include/libxml2/libxml" >&5 9- echo "$as_me:$LINENO: checking for /usr/local/include/libxml2/libxml" >&5
10-echo $ECHO_N "checking for /usr/include/libxml2/libxml... $ECHO_C" >&6; } 10-echo $ECHO_N "checking for /usr/local/include/libxml2/libxml... $ECHO_C" >&6
11+{ echo "$as_me:$LINENO: checking for ${LOCALBASE}/libxml2/libxml" >&5 11+ echo "$as_me:$LINENO: checking for ${PREFIX}/include/libxml2/libxml" >&5
12+echo $ECHO_N "checking for ${LOCALBASE}/libxml2/libxml... $ECHO_C" >&6; } 12+echo $ECHO_N "checking for ${PREFIX}/include/libxml2/libxml... $ECHO_C" >&6
13 if test "${ac_cv_file__usr_include_libxml2_libxml+set}" = set; then 13 if test "${ac_cv_file__usr_local_include_libxml2_libxml+set}" = set; then
14 echo $ECHO_N "(cached) $ECHO_C" >&6 14 echo $ECHO_N "(cached) $ECHO_C" >&6
15 else 15 else
16@@ -20219,7 +20219,7 @@ else 16@@ -19768,7 +19768,7 @@ else
17 { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 17 { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5
18 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} 18 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
19 { (exit 1); exit 1; }; } 19 { (exit 1); exit 1; }; }
20-if test -r "/usr/local/include/libxml2/libxml"; then 20-if test -r "/usr/local/include/libxml2/libxml"; then
21+if test -r "${LOCALBASE}/include/libxml2/libxml"; then 21+if test -r "${PREFIX}/include/libxml2/libxml"; then
22 ac_cv_file__usr_local_include_libxml2_libxml=yes 22 ac_cv_file__usr_local_include_libxml2_libxml=yes
23 else 23 else
24 ac_cv_file__usr_local_include_libxml2_libxml=no 24 ac_cv_file__usr_local_include_libxml2_libxml=no
25@@ -20228,7 +20228,7 @@ fi 25@@ -19777,7 +19777,7 @@ fi
26 { echo "$as_me:$LINENO: result: $ac_cv_file__usr_local_include_libxml2_libxml" >&5 26 echo "$as_me:$LINENO: result: $ac_cv_file__usr_local_include_libxml2_libxml" >&5
27 echo "${ECHO_T}$ac_cv_file__usr_local_include_libxml2_libxml" >&6; } 27 echo "${ECHO_T}$ac_cv_file__usr_local_include_libxml2_libxml" >&6
28 if test $ac_cv_file__usr_local_include_libxml2_libxml = yes; then 28 if test $ac_cv_file__usr_local_include_libxml2_libxml = yes; then
29- CFLAGS="$CFLAGS -I/usr/local/include -I/usr/local/include/libxml2/" 29- CFLAGS="$CFLAGS -I/usr/local/include -I/usr/local/include/libxml2/"
30+ CFLAGS="$CFLAGS -I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2/" 30+ CFLAGS="$CFLAGS -I${PREFIX}/include -I${PREFIX}/include/libxml2/"
31 else 31 else
32 cat >>confdefs.h <<\_ACEOF 32 cat >>confdefs.h <<\_ACEOF
33 #define _NO_LIBXML 1 33 #define _NO_LIBXML 1
34@@ -22938,7 +22938,7 @@ fi 34@@ -22640,7 +22640,7 @@ fi
35  35
36 # Standard set of common directories for X headers. 36 # Standard set of common directories for X headers.
37 # Check X11 before X11Rn because it is often a symlink to the current release. 37 # Check X11 before X11Rn because it is often a symlink to the current release.
38-ac_x_header_dirs=' 38-ac_x_header_dirs='
39+ac_x_header_dirs=" 39+ac_x_header_dirs="
40 /usr/X11/include 40 /usr/X11/include
41 /usr/X11R6/include 41 /usr/X11R6/include
42 /usr/X11R5/include 42 /usr/X11R5/include
43@@ -22949,29 +22949,29 @@ ac_x_header_dirs=' 43@@ -22651,29 +22651,29 @@ ac_x_header_dirs='
44 /usr/include/X11R5 44 /usr/include/X11R5
45 /usr/include/X11R4 45 /usr/include/X11R4
46  46
47-/usr/local/X11/include 47-/usr/local/X11/include
48-/usr/local/X11R6/include 48-/usr/local/X11R6/include
49-/usr/local/X11R5/include 49-/usr/local/X11R5/include
50-/usr/local/X11R4/include 50-/usr/local/X11R4/include
51- 51-
52-/usr/local/include/X11 52-/usr/local/include/X11
53-/usr/local/include/X11R6 53-/usr/local/include/X11R6
54-/usr/local/include/X11R5 54-/usr/local/include/X11R5
55-/usr/local/include/X11R4 55-/usr/local/include/X11R4
56+${prefix}/X11/include 56+${prefix}/X11/include
57+${prefix}/X11R6/include 57+${prefix}/X11R6/include
58+${prefix}/X11R5/include 58+${prefix}/X11R5/include
59+${prefix}/X11R4/include 59+${prefix}/X11R4/include
60+ 60+
61+${prefix}/include/X11 61+${prefix}/include/X11
62+${prefix}/include/X11R6 62+${prefix}/include/X11R6
63+${prefix}/include/X11R5 63+${prefix}/include/X11R5
64+${prefix}/include/X11R4 64+${prefix}/include/X11R4
65  65
66 /usr/X386/include 66 /usr/X386/include
67 /usr/x386/include 67 /usr/x386/include
68 /usr/XFree86/include/X11 68 /usr/XFree86/include/X11
69  69
70 /usr/include 70 /usr/include
71-/usr/local/include 71-/usr/local/include
72+${prefix}/include 72+${prefix}/include
73 /usr/unsupported/include 73 /usr/unsupported/include
74 /usr/athena/include 74 /usr/athena/include
75-/usr/local/x11r5/include 75-/usr/local/x11r5/include
76+${prefix}/x11r5/include 76+${prefix}/x11r5/include
77 /usr/lpp/Xamples/include 77 /usr/lpp/Xamples/include
78  78
79 /usr/openwin/include 79 /usr/openwin/include
80-/usr/openwin/share/include' 80-/usr/openwin/share/include'
81+/usr/openwin/share/include" 81+/usr/openwin/share/include"
82  82
83 if test "$ac_x_includes" = no; then 83 if test "$ac_x_includes" = no; then
84 # Guess where to find include files, by looking for Xlib.h. 84 # Guess where to find include files, by looking for Intrinsic.h.
85@@ -25868,7 +25868,7 @@ if test "$gww_has_gettext" = "yes" >/dev 85@@ -25686,7 +25686,7 @@ if test "$gww_has_gettext" = "yes" >/dev
86  86
87 cat </dev/null >$ac_confdir/po/Makefile.in 87 cat </dev/null >$ac_confdir/po/Makefile.in
88 echo 'prefix = @prefix@' >> $ac_confdir/po/Makefile.in 88 echo 'prefix = @prefix@' >> $ac_confdir/po/Makefile.in
89- echo 'localedir = $(prefix)/share/locale' >> $ac_confdir/po/Makefile.in 89- echo 'localedir = $(prefix)/share/locale' >> $ac_confdir/po/Makefile.in
90+ echo 'localedir = ${PREFIX}/${PKGLOCALEDIR}/locale' >> $ac_confdir/po/Makefile.in 90+ echo 'localedir = ${PREFIX}/${PKGLOCALEDIR}/locale' >> $ac_confdir/po/Makefile.in
91 echo 'INSTALL = @INSTALL@' >> $ac_confdir/po/Makefile.in 91 echo 'INSTALL = @INSTALL@' >> $ac_confdir/po/Makefile.in
92 echo 'INSTALL_DATA = @INSTALL_DATA@' >> $ac_confdir/po/Makefile.in 92 echo 'INSTALL_DATA = @INSTALL_DATA@' >> $ac_confdir/po/Makefile.in
93 echo '' >> $ac_confdir/po/Makefile.in 93 echo '' >> $ac_confdir/po/Makefile.in

cvs diff -r1.4 -r1.5 pkgsrc/fonts/fontforge/patches/Attic/patch-af (switch to unified diff)

--- pkgsrc/fonts/fontforge/patches/Attic/patch-af 2008/06/23 11:38:51 1.4
+++ pkgsrc/fonts/fontforge/patches/Attic/patch-af 2008/10/18 11:43:45 1.5
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1$NetBSD: patch-af,v 1.4 2008/06/23 11:38:51 drochner Exp $ 1$NetBSD: patch-af,v 1.5 2008/10/18 11:43:45 adam Exp $
2 2
3--- fontforge/cvimportdlg.c.orig 2008-04-17 14:36:53.000000000 +0200 3--- fontforge/cvimportdlg.c.orig 2008-08-19 01:22:41.000000000 +0200
4+++ fontforge/cvimportdlg.c 4+++ fontforge/cvimportdlg.c
5@@ -51,6 +51,7 @@ return; 5@@ -60,6 +60,7 @@ return;
6 fclose(plate); 6 fclose(plate);
7 } 7 }
8  8
9+#ifndef _NO_LIBXML 9+#ifndef _NO_LIBXML
10 static void ImportSVG(CharView *cv,char *path) { 10 static void ImportSVG(CharView *cv,char *path) {
11 SCImportSVG(cv->b.sc,CVLayer((CharViewBase *) cv),path,NULL,0,false); 11 SCImportSVG(cv->b.sc,CVLayer((CharViewBase *) cv),path,NULL,0,false);
12 } 12 }
13@@ -58,6 +59,7 @@ static void ImportSVG(CharView *cv,char  13@@ -67,6 +68,7 @@ static void ImportSVG(CharView *cv,char
14 static void ImportGlif(CharView *cv,char *path) { 14 static void ImportGlif(CharView *cv,char *path) {
15 SCImportGlif(cv->b.sc,CVLayer((CharViewBase *) cv),path,NULL,0,false); 15 SCImportGlif(cv->b.sc,CVLayer((CharViewBase *) cv),path,NULL,0,false);
16 } 16 }
17+#endif 17+#endif
18  18
19 static void ImportFig(CharView *cv,char *path) { 19 static void ImportFig(CharView *cv,char *path) {
20 SCImportFig(cv->b.sc,CVLayer((CharViewBase *) cv),path,false); 20 SCImportFig(cv->b.sc,CVLayer((CharViewBase *) cv),path,false);