aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorriggs <riggs@FreeBSD.org>2015-01-04 23:48:25 +0800
committerriggs <riggs@FreeBSD.org>2015-01-04 23:48:25 +0800
commite3e15346747dff96737b3094ab0b4feab19000e7 (patch)
tree72ea1e07a31df8e62d5c119dbe0671a9331e5629 /print
parente5f7489a18247cbc73a8de2cd6217fdf1d5cdf64 (diff)
downloadfreebsd-ports-gnome-e3e15346747dff96737b3094ab0b4feab19000e7.tar.gz
freebsd-ports-gnome-e3e15346747dff96737b3094ab0b4feab19000e7.tar.zst
freebsd-ports-gnome-e3e15346747dff96737b3094ab0b4feab19000e7.zip
- Update to upstream version 20141126
- Remove OPTIONS MULTILAYER, PLUGINS and PANGO - Simplify Makefile PR: 196300 Submitted by: cyberbotx@cyberbotx.com (maintainer)
Diffstat (limited to 'print')
-rw-r--r--print/fontforge/Makefile135
-rw-r--r--print/fontforge/distinfo6
-rw-r--r--print/fontforge/files/patch-Makefile.am31
-rw-r--r--print/fontforge/files/patch-Makefile.dynamic.in13
-rw-r--r--print/fontforge/files/patch-configure11
-rw-r--r--print/fontforge/files/patch-configure.ac28
-rw-r--r--print/fontforge/files/patch-fontforge_Makefile.dynamic.in24
-rw-r--r--print/fontforge/files/patch-fontforge_cvexport.c23
-rw-r--r--print/fontforge/files/patch-fontforge_print.c22
-rw-r--r--print/fontforge/files/patch-fontforge_splineutil2.c11
-rw-r--r--print/fontforge/files/patch-mk_layout.am11
-rw-r--r--print/fontforge/files/patch-plugins-Makefile.in11
-rw-r--r--print/fontforge/pkg-plist881
13 files changed, 296 insertions, 911 deletions
diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile
index 4a870e7b5305..47e27eb8a447 100644
--- a/print/fontforge/Makefile
+++ b/print/fontforge/Makefile
@@ -2,126 +2,87 @@
# $FreeBSD$
PORTNAME= fontforge
-DISTVERSION= 20120731-b
-PORTREVISION= 9
+DISTVERSION= 20141126
CATEGORIES= print
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source \
- SF/freetype/${PORTNAME}/${PORTVERSION}:freetype \
- http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/freetype2/:freetype \
- http://www.funet.fi/pub/mirrors/ftp.freetype.org/freetype2/:freetype \
- http://ftp.sunet.se/pub/text-processing/freetype/freetype2/:freetype \
- ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/freetype/&,}:freetype \
- ftp://ftp.freetype.org/freetype/freetype2/:freetype
-DISTFILES= ${PORTNAME}_full-${DISTVERSION}.tar.bz2
+DISTFILES= ${PORTNAME}-${DISTVERSION}.tar.gz
MAINTAINER= cyberbotx@cyberbotx.com
COMMENT= Type 1/TrueType/OpenType/bitmap font editor
+LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${LOCALBASE}/include/uthash.h:${PORTSDIR}/devel/uthash \
+ ${LOCALBASE}/bin/gnulib-tool:${PORTSDIR}/devel/gnulib
LIB_DEPENDS= libuninameslist.so:${PORTSDIR}/textproc/libuninameslist \
libtiff.so:${PORTSDIR}/graphics/tiff \
libjpeg.so:${PORTSDIR}/graphics/jpeg \
libpng.so:${PORTSDIR}/graphics/png \
libgif.so:${PORTSDIR}/graphics/giflib \
- libxml2.so:${PORTSDIR}/textproc/libxml2 \
- libspiro.so:${PORTSDIR}/graphics/libspiro
+ libspiro.so:${PORTSDIR}/graphics/libspiro \
+ libfreetype.so:${PORTSDIR}/print/freetype2 \
+ libltdl.so:${PORTSDIR}/devel/libltdl
+
+USE_GITHUB= yes
+GH_ACCOUNT= fontforge
+GH_COMMIT= 2b4e6df
-USES= gettext gmake iconv tar:bzip2 libtool
+USES= autoreconf:build desktop-file-utils execinfo gettext gmake iconv libtool pkgconfig python shared-mime-info
USE_XORG= x11 xi ice xkbui
-PATCH_STRIP= -l
+USE_GNOME= glib20 gtk20 libxml2 pango
+USE_AUTOTOOLS= libtoolize
-CONFIGURE_ARGS= --enable-devicetables --enable-pasteafter --enable-tilepath
+CONFIGURE_ARGS= --enable-tile-path --enable-gtk2-use
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
+INSTALLS_ICONS= yes
-OPTIONS_DEFINE= DOCS MULTILAYER FREETYPE PLUGINS PYTHON CAIRO PANGO
-OPTIONS_SUB= yes
-OPTIONS_DEFAULT= MULTILAYER PLUGINS
-MULTILAYER_DESC= Type3/SVG multilayer font support
-
-FREETYPE_LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2
-FREETYPE_CONFIGURE_ENABLE= freetype
-FREETYPE_CONFIGURE_WITH= freetype-bytecode
+PORTDOCS= * .htaccess
-MULTILAYER_CONFIGURE_ENABLE= type3
+OPTIONS_DEFINE= DOCS FREETYPE CAIRO PYTHON
+OPTIONS_SUB= yes
+FREETYPE_DESC= Include freetype's internal debugger
-PYTHON_USES= python
-PYTHON_CONFIGURE_WITH= python
-PYTHON_LDFLAGS= -lutil
+PYTHON_CONFIGURE_ENABLE= python-scripting python-extension
CAIRO_USE= GNOME=cairo
CAIRO_CONFIGURE_WITH= cairo
-PANGO_USE= GNOME=pango
-PANGO_CONFIGURE_WITH= pango
-
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MDOCS}
-DOC_VERSION= ${DISTVERSION}
-MASTER_SITES+= SF/${PORTNAME}/${PORTNAME}-docs:docs
-DOCFILES= ${PORTNAME}_htdocs-${DOC_VERSION}.tar.bz2
-DISTFILES+= ${DOCFILES:C/$/:docs/}
-.endif
-
.if ${PORT_OPTIONS:MFREETYPE}
+MASTER_SITES+= http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/freetype2/:freetype \
+ http://www.funet.fi/pub/mirrors/ftp.freetype.org/freetype2/:freetype \
+ http://ftp.sunet.se/pub/text-processing/freetype/freetype2/:freetype \
+ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/freetype/&,}:freetype \
+ ftp://ftp.freetype.org/freetype/freetype2/:freetype
FREETYPE_VERSION= 2.5.4
FREETYPE_SRC= freetype-${FREETYPE_VERSION}.tar.bz2
DISTFILES+= ${FREETYPE_SRC:C/$/:freetype/}
-CONFIGURE_ARGS+= --with-freetype-src=${WRKDIR}/freetype-${FREETYPE_VERSION}
+CONFIGURE_ARGS+= --enable-freetype-debugger=${WRKDIR}/freetype-${FREETYPE_VERSION}
.else
-CONFIGURE_ARGS+= --without-freetype-src
-.endif
-
-.if ${PORT_OPTIONS:MPYTHON}
-ONLY_FOR_ARCHS= i386
-ONLY_FOR_ARCHS_REASON= Python on non-i386 systems doesn't link with Fontforge (issues with use of Python's .a file)
+CONFIGURE_ARGS+= --disable-freetype-debugger
.endif
-pre-everything::
-.if !${PORT_OPTIONS:MMULTILAYER}
- @${ECHO_MSG} "If your machine has small memory and you have to edit fonts with a lot"
- @${ECHO_MSG} "of glyphs, you can save memory by enabling the MULTILAYER option."
- @${ECHO_MSG} "Enabling multilayer editing increases memory consumption per glyph."
- @${ECHO_MSG} ""
-.endif
-
-.if ${PORT_OPTIONS:MDOCS}
-post-extract:
- ${MKDIR} ${WRKDIR}/html ${WRKSRC}/cidmap
- for doc in ${DOCFILES} ; \
- do ${TAR} -xjC ${WRKDIR}/html -f ${DISTDIR}/$${doc} ; \
- done
-# The 20080607 and up versions of fontforge's documentation doesn't contain the cidmaps,
-# but I'm leaving this here just in case they are added back in a later version.
-# ${TAR} -xzC ${WRKSRC}/cidmap -f ${WRKDIR}/html/cidmaps.tgz
-# ${RM} ${WRKDIR}/html/cidmaps.tgz
-.endif
-
-post-patch:
- @${CHMOD} +x ${WRKSRC}/configure
-
-.if ${PORT_OPTIONS:MPLUGINS}
-post-build:
- cd ${WRKSRC}/plugins; ${MAKE_CMD}
-.endif
-
-post-install:
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/LICENSE ${STAGEDIR}${DOCSDIR}
-.if ${PORT_OPTIONS:MPLUGINS}
- ${MKDIR} ${STAGEDIR}${PREFIX}/share/fontforge/plugins
- @(cd ${WRKSRC}/plugins/.libs && ${STRIP_CMD} gb12345.o gb12345.so)
- (cd ${WRKSRC}/plugins; ${INSTALL_DATA} .libs/* \
- ${STAGEDIR}${PREFIX}/share/fontforge/plugins)
-.endif
-.if ${PORT_OPTIONS:MDOCS}
- ${INSTALL_DATA} ${WRKDIR}/html/*.* ${STAGEDIR}${DOCSDIR}
-.endif
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
- @(cd ${STAGEDIR}${PREFIX}/lib && ${STRIP_CMD} libgunicode.so.3 \
- libgutils.so.1 libgioftp.so.1 libgdraw.so.4 libfontforge.so.1)
+# Although USE_AUTOTOOLS=libtoolize is set above, I do not want to have the ports
+# system run libtoolize, I run it in pre-configure. fontforge's bootstrap normally
+# runs it and if it run later on, it causes the build process to fail.
+run-autotools-libtoolize:
+ @${TRUE}
+
+# This is to get around calling fontforge's bootstrap script, as that script fails
+# if git isn't installed on a system DESPITE there being a --skip-git argument that
+# can be passed into it. autoreconf is called here because I want to run it without
+# libtoolize being run along with it.
+pre-configure:
+ (cd ${WRKSRC} && \
+ ${SH} -c '. ./bootstrap.conf ; \
+ ${LIBTOOLIZE} -q ; \
+ gnulib-tool --aux-dir=config --m4-base=m4 --libtool --symlink --import $${gnulib_modules}' ; \
+ export LIBTOOLIZE=true ; ${LOCALBASE}/bin/autoreconf -s -i)
.include <bsd.port.mk>
diff --git a/print/fontforge/distinfo b/print/fontforge/distinfo
index cf3c724ef21c..be2997a27764 100644
--- a/print/fontforge/distinfo
+++ b/print/fontforge/distinfo
@@ -1,6 +1,4 @@
-SHA256 (fontforge_full-20120731-b.tar.bz2) = 1b6184caff211e315783a029256f56cf05f1d4fd3cbcb41820d21c7745040fb6
-SIZE (fontforge_full-20120731-b.tar.bz2) = 5541994
-SHA256 (fontforge_htdocs-20120731-b.tar.bz2) = 6c3f178484d21814762c52859ffead25564a93e88cd5fe7cc9877e4b7e85105d
-SIZE (fontforge_htdocs-20120731-b.tar.bz2) = 3506833
+SHA256 (fontforge-20141126.tar.gz) = 2e27580ce0de5dfbdf300326853c1a99a07dab059f5221331464466df9544b34
+SIZE (fontforge-20141126.tar.gz) = 21949004
SHA256 (freetype-2.5.4.tar.bz2) = 3b4e2c666b33b32ad29ff0fe5c6538e757d3c73368e5dfa88bd59b4bc95cbabb
SIZE (freetype-2.5.4.tar.bz2) = 1726105
diff --git a/print/fontforge/files/patch-Makefile.am b/print/fontforge/files/patch-Makefile.am
new file mode 100644
index 000000000000..78e103b3a112
--- /dev/null
+++ b/print/fontforge/files/patch-Makefile.am
@@ -0,0 +1,31 @@
+--- Makefile.am.orig 2014-11-27 00:40:08 UTC
++++ Makefile.am
+@@ -43,7 +43,7 @@ GITIGNOREFILES = \
+ AM_CPPFLAGS =
+ AM_LDFLAGS =
+
+-BUILT_SOURCES = uthash/src
++BUILT_SOURCES =
+ EXTRA_DIST =
+ CLEANFILES =
+ MOSTLYCLEANFILES =
+@@ -113,7 +113,6 @@ EXTRA_DIST += \
+ Packaging/FontForge-doc.spec \
+ Packaging/FontForge.spec \
+ Packaging/FontForge.static.spec \
+- uthash/src \
+ $(NULL)
+
+ #--------------------------------------------------------------------------
+@@ -129,11 +128,6 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-the
+
+
+ #--------------------------------------------------------------------------
+-uthash/src:
+- if [ ! -e uthash/src ]; then \
+- if [ -e uthash ] ; then rm -r uthash ; fi ; \
+- git clone https://github.com/troydhanson/uthash ; \
+- fi ;
+
+ # We import a selection of targets from Frank's standard packaging Makefile.
+
diff --git a/print/fontforge/files/patch-Makefile.dynamic.in b/print/fontforge/files/patch-Makefile.dynamic.in
deleted file mode 100644
index 9511ff301950..000000000000
--- a/print/fontforge/files/patch-Makefile.dynamic.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.dynamic.in.orig Tue Oct 16 15:08:46 2007
-+++ Makefile.dynamic.in Tue Oct 16 15:08:50 2007
-@@ -59,8 +59,8 @@
- #We don't always build libfontforge
- -$(LIBTOOL) --mode=install $(INSTALL) -c libfontforge.la $(DESTDIR)$(libdir)/libfontforge.la
- $(LIBTOOL) --mode=finish $(DESTDIR)$(libdir)
-- mkdir -p $(DESTDIR)$(libdir)/pkgconfig
-- $(INSTALL_DATA) fontforge.pc $(DESTDIR)$(libdir)/pkgconfig
-+ mkdir -p $(DESTDIR)$(prefix)/libdata/pkgconfig
-+ $(INSTALL_DATA) fontforge.pc $(DESTDIR)$(prefix)/libdata/pkgconfig
-
- install_docs:
- mkdir -p $(DESTDIR)$(docdir)
diff --git a/print/fontforge/files/patch-configure b/print/fontforge/files/patch-configure
deleted file mode 100644
index bcd445572253..000000000000
--- a/print/fontforge/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig 2010-04-29 13:53:45.000000000 -0400
-+++ configure 2010-05-01 15:36:49.000000000 -0400
-@@ -23014,7 +23014,7 @@
- LDFLAGS="$LDFLAGS $gww_archlist"
- fi
-
--CFLAGS_NOOPT=`echo $CFLAGS | sed -e s/-O.//g | sed -e s/-O//g`
-+CFLAGS_NOOPT=`echo $CFLAGS | sed -e s/-O[0-9]*//g`
-
- cp $ac_confdir/Makefile.dynamic.in $ac_confdir/Makefile.in
- cp $ac_confdir/Unicode/Makefile.dynamic.in $ac_confdir/Unicode/Makefile.in
diff --git a/print/fontforge/files/patch-configure.ac b/print/fontforge/files/patch-configure.ac
new file mode 100644
index 000000000000..04885a8508c1
--- /dev/null
+++ b/print/fontforge/files/patch-configure.ac
@@ -0,0 +1,28 @@
+--- configure.ac.orig 2014-11-27 00:40:08 UTC
++++ configure.ac
+@@ -327,9 +327,6 @@ dnl AC_SEARCH_LIBS([dlopen], [dl dld])
+
+ FONTFORGE_CONFIG_X_LIBRARIES
+
+-# zlib is a requirement. It is too commonly available to bother
+-# leaving out.
+-PKG_CHECK_MODULES([ZLIB],[zlib])
+ PKG_CHECK_MODULES([GLIB],[glib-2.0 >= 2.6 gio-2.0])
+
+ if test x"${i_do_have_gui}" = xyes; then
+@@ -549,7 +546,6 @@ if test x"${i_do_have_freetype_debugger}
+ my_cflags="${my_cflags} -I${FREETYPE_SOURCE}/include"
+ my_cflags="${my_cflags} -I${FREETYPE_SOURCE}/include/freetype"
+ fi
+-my_cflags="${my_cflags} ${ZLIB_CFLAGS}"
+ my_cflags="${my_cflags} ${GLIB_CFLAGS}"
+ my_cflags="${my_cflags} ${CAIRO_CFLAGS}"
+ my_cflags="${my_cflags} ${PANGO_CFLAGS}"
+@@ -590,7 +586,6 @@ test x"${i_do_have_libspiro}" = xyes &&
+ my_libs="${my_libs} ${LIBSPIRO_LIBS}"
+ my_libs="${my_libs} ${FREETYPE_LIBS}"
+ my_libs="${my_libs} ${PTHREAD_LIBS}"
+-my_libs="${my_libs} ${ZLIB_LIBS}"
+ my_libs="${my_libs} ${GLIB_LIBS}"
+ my_libs="${my_libs} ${LIBXML_LIBS}"
+ AC_SUBST([MY_LIBS],[${my_libs}])
diff --git a/print/fontforge/files/patch-fontforge_Makefile.dynamic.in b/print/fontforge/files/patch-fontforge_Makefile.dynamic.in
deleted file mode 100644
index 1e9d111da249..000000000000
--- a/print/fontforge/files/patch-fontforge_Makefile.dynamic.in
+++ /dev/null
@@ -1,24 +0,0 @@
---- fontforge/Makefile.dynamic.in.orig 2008-12-23 16:03:34.000000000 -0500
-+++ fontforge/Makefile.dynamic.in 2008-12-25 11:20:01.000000000 -0500
-@@ -59,7 +59,7 @@
- DIFFOBJS = sfddiff.o stamp.o
- ACORNOBJS = acorn2sfd.o stamp.o
-
--_CFLAGS = -I$(top_srcdir)/inc -I../inc -I$(srcdir) -I. @WFLAGS@ $(X_CFLAGS) \
-+_CFLAGS = -I$(LOCALBASE)/include -I$(top_srcdir)/inc -I../inc -I$(srcdir) -I. @WFLAGS@ $(X_CFLAGS) \
- @DEFS@ '-DSHAREDIR="$(sharedir)"' -DLIBDIR='"$(libdir)"' \
- @CPPFLAGS@ '-DPREFIX="@prefix@"'
- CFLAGS = @CFLAGS@ @CPPFLAGS@ $(_CFLAGS)
-@@ -68,10 +68,10 @@
- LDFLAGS = @LDFLAGS@
- LIBS = -rpath $(libdir) $(X_LIBS) @LINK_WITH_GDRAW@ ../libgutils.la \
- ../libgunicode.la \
-- $(X_PRE_LIBS) $(X_11LIB) $(X_EXTRA_LIBS) @LIBS@ $(STATIC_LIBS) -lm
-+ $(X_PRE_LIBS) $(X_11LIB) $(X_EXTRA_LIBS) @LIBS@ $(STATIC_LIBS) -lm -lintl
- LIBLIBS = -rpath $(libdir) ../libgutils.la ../libgunicode.la \
- @LIBS@ $(STATIC_LIBS) -lm
--DLIBS = -rpath $(libdir) ../libfontforge.la ../libgutils.la ../libgunicode.la @LIBS@ $(STATIC_LIBS) -lm
-+DLIBS = -rpath $(libdir) ../libfontforge.la ../libgutils.la ../libgunicode.la @LIBS@ $(STATIC_LIBS) -lm -lintl
-
- all: @FINAL_TARGET@ @MACAPP@ sfddiff fontimage fontlint
-
diff --git a/print/fontforge/files/patch-fontforge_cvexport.c b/print/fontforge/files/patch-fontforge_cvexport.c
new file mode 100644
index 000000000000..8e68bde9f594
--- /dev/null
+++ b/print/fontforge/files/patch-fontforge_cvexport.c
@@ -0,0 +1,23 @@
+--- fontforge/cvexport.c.orig 2014-11-27 00:40:08 UTC
++++ fontforge/cvexport.c
+@@ -213,20 +213,7 @@ int _ExportPDF(FILE *pdf,SplineChar *sc,
+ fprintf( pdf, " /CreationDate (D:%04d%02d%02d%02d%02d%02d",
+ 1900+tm->tm_year, tm->tm_mon+1, tm->tm_mday,
+ tm->tm_hour, tm->tm_min, tm->tm_sec );
+-#ifdef _NO_TZSET
+ fprintf( pdf, "Z)\n" );
+-#else
+- tzset();
+- if ( timezone==0 )
+- fprintf( pdf, "Z)\n" );
+- else {
+- if ( timezone<0 ) /* fprintf bug - this is a kludge to print +/- in front of a %02d-padded value */
+- fprintf( pdf, "-" );
+- else
+- fprintf( pdf, "+" );
+- fprintf( pdf, "%02d'%02d')\n", (int)(timezone/3600),(int)(timezone/60-(timezone/3600)*60) );
+- }
+-#endif
+ fprintf( pdf, " /Title (%s from %s)\n", sc->name, sc->parent->fontname );
+ if ( author!=NULL )
+ fprintf( pdf, " /Author (%s)\n", author );
diff --git a/print/fontforge/files/patch-fontforge_print.c b/print/fontforge/files/patch-fontforge_print.c
new file mode 100644
index 000000000000..01a91657ad4c
--- /dev/null
+++ b/print/fontforge/files/patch-fontforge_print.c
@@ -0,0 +1,22 @@
+--- fontforge/print.c.orig 2014-11-27 00:40:08 UTC
++++ fontforge/print.c
+@@ -1148,19 +1148,7 @@ static void dump_pdfprologue(PI *pi) {
+ tm = localtime(&now);
+ fprintf( pi->out, " /CreationDate (D:%04d%02d%02d%02d%02d%02d",
+ tm->tm_year+1900, tm->tm_mon+1, tm->tm_mday, tm->tm_hour, tm->tm_min, tm->tm_sec );
+-#ifdef _NO_TZSET
+ fprintf( pi->out, "Z)\n" );
+-#else
+- if ( timezone==0 )
+- fprintf( pi->out, "Z)\n" );
+- else {
+- if ( timezone<0 ) /* fprintf bug - this is a kludge to print +/- in front of a %02d-padded value */
+- fprintf( pi->out, "-" );
+- else
+- fprintf( pi->out, "+" );
+- fprintf( pi->out, "%02d'%02d')\n", (int)(timezone/3600),(int)(timezone/60-(timezone/3600)*60) );
+- }
+-#endif
+ if ( author!=NULL )
+ fprintf( pi->out, " /Author (%s)\n", author );
+ fprintf( pi->out, ">>\n" );
diff --git a/print/fontforge/files/patch-fontforge_splineutil2.c b/print/fontforge/files/patch-fontforge_splineutil2.c
deleted file mode 100644
index 30e39f5d2db8..000000000000
--- a/print/fontforge/files/patch-fontforge_splineutil2.c
+++ /dev/null
@@ -1,11 +0,0 @@
-Index: fontforge/splineutil2.c
-@@ -4813,7 +4813,8 @@ SplineSet *SplineSetReverse(SplineSet *s
- Spline *spline, *first, *next;
- BasePoint tp;
- SplinePoint *temp;
-- int bool;
-+ int b;
-+#define bool b
- int i;
- /* reverse the splineset so that what was the start point becomes the end */
- /* and vice versa. This entails reversing every individual spline, and */
diff --git a/print/fontforge/files/patch-mk_layout.am b/print/fontforge/files/patch-mk_layout.am
new file mode 100644
index 000000000000..6a55820f684c
--- /dev/null
+++ b/print/fontforge/files/patch-mk_layout.am
@@ -0,0 +1,11 @@
+--- mk/layout.am.orig 2014-11-27 00:40:08 UTC
++++ mk/layout.am
+@@ -52,7 +52,7 @@ HTDOCS_SUBDIR =
+ htdocsdir = ${docdir}$(HTDOCS_SUBDIR)
+
+ # Where pkg-config files go.
+-pkgconfigdir = ${libdir}/pkgconfig
++pkgconfigdir = ${PREFIX}/libdata/pkgconfig
+
+ # Where contributed Python scripts go.
+ pkgpythondatadir = $(pkgdatadir)/python
diff --git a/print/fontforge/files/patch-plugins-Makefile.in b/print/fontforge/files/patch-plugins-Makefile.in
deleted file mode 100644
index 6c707f612cfe..000000000000
--- a/print/fontforge/files/patch-plugins-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- plugins/Makefile.in.orig Tue Oct 16 13:05:16 2007
-+++ plugins/Makefile.in Tue Oct 16 13:05:41 2007
-@@ -20,7 +20,7 @@
- @CPPFLAGS@ '-DPREFIX="@prefix@"'
- CFLAGS = @CFLAGS@ $(_CFLAGS)
-
--LIBS = -rpath $(libdir) -L/usr/lib -lm
-+LIBS = -rpath $(libdir) -L/usr/lib -L$(prefix)/lib -lm
-
- PLUGINS = gb12345.la
-
diff --git a/print/fontforge/pkg-plist b/print/fontforge/pkg-plist
index c9be1629689c..c8a8a82ccddf 100644
--- a/print/fontforge/pkg-plist
+++ b/print/fontforge/pkg-plist
@@ -9,18 +9,22 @@ include/fontforge/baseviews.h
include/fontforge/basics.h
include/fontforge/bezctx_ff.h
include/fontforge/bitmapcontrol.h
+include/fontforge/carbon.h
include/fontforge/chardata.h
include/fontforge/charset.h
-include/fontforge/config.h
include/fontforge/configure-fontforge.h
+include/fontforge/cvruler.h
include/fontforge/delta.h
+include/fontforge/dlist.h
include/fontforge/dynamic.h
include/fontforge/edgelist.h
include/fontforge/edgelist2.h
include/fontforge/encoding.h
include/fontforge/fffreetype.h
+include/fontforge/ffglib.h
include/fontforge/ffpython.h
include/fontforge/fileutil.h
+include/fontforge/fontforge-config.h
include/fontforge/fontforge.h
include/fontforge/fontforgevw.h
include/fontforge/fvmetrics.h
@@ -31,13 +35,15 @@ include/fontforge/gicons.h
include/fontforge/gimage.h
include/fontforge/gio.h
include/fontforge/gkeysym.h
+include/fontforge/glif_name_hash.h
+include/fontforge/gnetwork.h
include/fontforge/gprogress.h
include/fontforge/gresedit.h
include/fontforge/gresource.h
include/fontforge/groups.h
+include/fontforge/gutils.h
include/fontforge/gwidget.h
include/fontforge/gwwiconv.h
-include/fontforge/import.h
include/fontforge/intl.h
include/fontforge/libffstamp.h
include/fontforge/lookups.h
@@ -61,759 +67,76 @@ include/fontforge/ttf.h
include/fontforge/ttfinstrs.h
include/fontforge/uiinterface.h
include/fontforge/unicoderange.h
+include/fontforge/usermenu.h
include/fontforge/ustring.h
include/fontforge/utype.h
+lib/libfontforge.a
lib/libfontforge.so
-lib/libfontforge.so.1
-lib/libfontforge.so.1.0.0
+lib/libfontforge.so.2
+lib/libfontforge.so.2.0.0
+lib/libfontforgeexe.a
+lib/libfontforgeexe.so
+lib/libfontforgeexe.so.2
+lib/libfontforgeexe.so.2.0.0
+lib/libgdraw.a
lib/libgdraw.so
-lib/libgdraw.so.4
-lib/libgdraw.so.4.0.10
+lib/libgdraw.so.5
+lib/libgdraw.so.5.0.0
+lib/libgioftp.a
lib/libgioftp.so
-lib/libgioftp.so.1
-lib/libgioftp.so.1.0.0
+lib/libgioftp.so.2
+lib/libgioftp.so.2.0.0
+lib/libgunicode.a
lib/libgunicode.so
-lib/libgunicode.so.3
-lib/libgunicode.so.3.0.2
+lib/libgunicode.so.4
+lib/libgunicode.so.4.0.0
+lib/libgutils.a
lib/libgutils.so
-lib/libgutils.so.1
-lib/libgutils.so.1.0.3
-libdata/pkgconfig/fontforge.pc
+lib/libgutils.so.2
+lib/libgutils.so.2.0.0
+%%PYTHON%%%%PYTHON_SITELIBDIR%%/fontforge.so
+%%PYTHON%%%%PYTHON_SITELIBDIR%%/psMat.so
+libdata/pkgconfig/libfontforge.pc
+libdata/pkgconfig/libfontforgeexe.pc
man/man1/fontforge.1.gz
man/man1/fontimage.1.gz
man/man1/fontlint.1.gz
man/man1/sfddiff.1.gz
-%%PORTDOCS%%%%DOCSDIR%%/AA-Comparison.html
-%%PORTDOCS%%%%DOCSDIR%%/AddLookup-Liga.png
-%%PORTDOCS%%%%DOCSDIR%%/AmbrosiaFV-bm.png
-%%PORTDOCS%%%%DOCSDIR%%/AmbrosiaFV.png
-%%PORTDOCS%%%%DOCSDIR%%/Anna.gif
-%%PORTDOCS%%%%DOCSDIR%%/Antigone.gif
-%%PORTDOCS%%%%DOCSDIR%%/As.png
-%%PORTDOCS%%%%DOCSDIR%%/BASEdlg.png
-%%PORTDOCS%%%%DOCSDIR%%/BASEfeat.png
-%%PORTDOCS%%%%DOCSDIR%%/BASElang.png
-%%PORTDOCS%%%%DOCSDIR%%/BDFgrey.html
-%%PORTDOCS%%%%DOCSDIR%%/BethSans.png
-%%PORTDOCS%%%%DOCSDIR%%/BethSerif.png
-%%PORTDOCS%%%%DOCSDIR%%/BexpandBigSerifs.png
-%%PORTDOCS%%%%DOCSDIR%%/BexpandCJK.png
-%%PORTDOCS%%%%DOCSDIR%%/BexpandLCG.png
-%%PORTDOCS%%%%DOCSDIR%%/BexpandLCGsquish.png
-%%PORTDOCS%%%%DOCSDIR%%/Big5.txt
-%%PORTDOCS%%%%DOCSDIR%%/BitmapView.png
-%%PORTDOCS%%%%DOCSDIR%%/BitmapReference.png
-%%PORTDOCS%%%%DOCSDIR%%/BoldHiraDA.png
-%%PORTDOCS%%%%DOCSDIR%%/BottomSerif.png
-%%PORTDOCS%%%%DOCSDIR%%/Bperspective.png
-%%PORTDOCS%%%%DOCSDIR%%/C1.png
-%%PORTDOCS%%%%DOCSDIR%%/C10.png
-%%PORTDOCS%%%%DOCSDIR%%/C2.png
-%%PORTDOCS%%%%DOCSDIR%%/C3.png
-%%PORTDOCS%%%%DOCSDIR%%/C4.png
-%%PORTDOCS%%%%DOCSDIR%%/C5.png
-%%PORTDOCS%%%%DOCSDIR%%/C6.png
-%%PORTDOCS%%%%DOCSDIR%%/C7.png
-%%PORTDOCS%%%%DOCSDIR%%/C8.png
-%%PORTDOCS%%%%DOCSDIR%%/C9.png
-%%PORTDOCS%%%%DOCSDIR%%/CaslonOriginality.png
-%%PORTDOCS%%%%DOCSDIR%%/ChangeGlyph1Dlg.png
-%%PORTDOCS%%%%DOCSDIR%%/ChangeGlyph2Dlg.png
-%%PORTDOCS%%%%DOCSDIR%%/ChangeGlyph3Dlg.png
-%%PORTDOCS%%%%DOCSDIR%%/ChangeWeight.png
-%%PORTDOCS%%%%DOCSDIR%%/ChangeXHeightDlg.png
-%%PORTDOCS%%%%DOCSDIR%%/CharPrint.png
-%%PORTDOCS%%%%DOCSDIR%%/ClippedA.png
-%%PORTDOCS%%%%DOCSDIR%%/ClippedARaster.png
-%%PORTDOCS%%%%DOCSDIR%%/CondenseExtend.png
-%%PORTDOCS%%%%DOCSDIR%%/Constrain1_1.png
-%%PORTDOCS%%%%DOCSDIR%%/Constrain1_2.png
-%%PORTDOCS%%%%DOCSDIR%%/Constrain2_1.png
-%%PORTDOCS%%%%DOCSDIR%%/Constrain2_2.png
-%%PORTDOCS%%%%DOCSDIR%%/Cspirals.png
-%%PORTDOCS%%%%DOCSDIR%%/Cspiro0.png
-%%PORTDOCS%%%%DOCSDIR%%/Cspiro1.png
-%%PORTDOCS%%%%DOCSDIR%%/Cspiro10.png
-%%PORTDOCS%%%%DOCSDIR%%/Cspiro2.png
-%%PORTDOCS%%%%DOCSDIR%%/Cspiro3.png
-%%PORTDOCS%%%%DOCSDIR%%/Cspiro4.png
-%%PORTDOCS%%%%DOCSDIR%%/Cspiro5.png
-%%PORTDOCS%%%%DOCSDIR%%/Cspiro6.png
-%%PORTDOCS%%%%DOCSDIR%%/Cspiro6_5.png
-%%PORTDOCS%%%%DOCSDIR%%/Cspiro7.png
-%%PORTDOCS%%%%DOCSDIR%%/Cspiro8.png
-%%PORTDOCS%%%%DOCSDIR%%/Cspiro9.png
-%%PORTDOCS%%%%DOCSDIR%%/CyrilItalicComp.png
-%%PORTDOCS%%%%DOCSDIR%%/DisplayFonts.png
-%%PORTDOCS%%%%DOCSDIR%%/Eback.png
-%%PORTDOCS%%%%DOCSDIR%%/EbackTtf.png
-%%PORTDOCS%%%%DOCSDIR%%/Efore.png
-%%PORTDOCS%%%%DOCSDIR%%/EforeTtf.png
-%%PORTDOCS%%%%DOCSDIR%%/Ehinted.png
-%%PORTDOCS%%%%DOCSDIR%%/EhintedTtf.png
-%%PORTDOCS%%%%DOCSDIR%%/Eperspective.png
-%%PORTDOCS%%%%DOCSDIR%%/FF32.png
-%%PORTDOCS%%%%DOCSDIR%%/FFmacotfIcon.png
-%%PORTDOCS%%%%DOCSDIR%%/FFsfd32.png
-%%PORTDOCS%%%%DOCSDIR%%/FVHMetrics.png
-%%PORTDOCS%%%%DOCSDIR%%/FVVMetrics.png
-%%PORTDOCS%%%%DOCSDIR%%/FlatSerif.png
-%%PORTDOCS%%%%DOCSDIR%%/FontDisplay.png
-%%PORTDOCS%%%%DOCSDIR%%/FontForge.css
-%%PORTDOCS%%%%DOCSDIR%%/FontForgeSplash.png
-%%PORTDOCS%%%%DOCSDIR%%/FontImage.png
-%%PORTDOCS%%%%DOCSDIR%%/FontSample.png
-%%PORTDOCS%%%%DOCSDIR%%/GButton.png
-%%PORTDOCS%%%%DOCSDIR%%/GCancelButton.png
-%%PORTDOCS%%%%DOCSDIR%%/GComboBox.png
-%%PORTDOCS%%%%DOCSDIR%%/GComboBoxMenu.png
-%%PORTDOCS%%%%DOCSDIR%%/GDefaultButton.png
-%%PORTDOCS%%%%DOCSDIR%%/GDropList.png
-%%PORTDOCS%%%%DOCSDIR%%/GLabel.png
-%%PORTDOCS%%%%DOCSDIR%%/GListMark.png
-%%PORTDOCS%%%%DOCSDIR%%/GMatrixEdit.png
-%%PORTDOCS%%%%DOCSDIR%%/GNumericField.png
-%%PORTDOCS%%%%DOCSDIR%%/GNumericFieldSpinner.png
-%%PORTDOCS%%%%DOCSDIR%%/GRadio.png
-%%PORTDOCS%%%%DOCSDIR%%/GSUB-Order.png
-%%PORTDOCS%%%%DOCSDIR%%/GTextField.png
-%%PORTDOCS%%%%DOCSDIR%%/GenerateFamily.png
-%%PORTDOCS%%%%DOCSDIR%%/GenerateOptions.png
-%%PORTDOCS%%%%DOCSDIR%%/GenerateTTC.png
-%%PORTDOCS%%%%DOCSDIR%%/GlossaryFS.html
-%%PORTDOCS%%%%DOCSDIR%%/GlossaryFrame.html
-%%PORTDOCS%%%%DOCSDIR%%/GlyphSep-To.png
-%%PORTDOCS%%%%DOCSDIR%%/GlyphSep-rectangles.png
-%%PORTDOCS%%%%DOCSDIR%%/GradientDlg.png
-%%PORTDOCS%%%%DOCSDIR%%/GridFit.png
-%%PORTDOCS%%%%DOCSDIR%%/GridFitM.png
-%%PORTDOCS%%%%DOCSDIR%%/H-bm.png
-%%PORTDOCS%%%%DOCSDIR%%/H-gm.png
-%%PORTDOCS%%%%DOCSDIR%%/HI.hints.png
-%%PORTDOCS%%%%DOCSDIR%%/HI.nohints.png
-%%PORTDOCS%%%%DOCSDIR%%/HebrewMetrics.png
-%%PORTDOCS%%%%DOCSDIR%%/HebrewSerifs.png
-%%PORTDOCS%%%%DOCSDIR%%/Hints.png
-%%PORTDOCS%%%%DOCSDIR%%/HotKeys.html
-%%PORTDOCS%%%%DOCSDIR%%/IndexFS.html
-%%PORTDOCS%%%%DOCSDIR%%/IndexFrame.html
-%%PORTDOCS%%%%DOCSDIR%%/InsertTextDlg.html
-%%PORTDOCS%%%%DOCSDIR%%/InsertTxtDlg.png
-%%PORTDOCS%%%%DOCSDIR%%/ItalicCompCaslon.png
-%%PORTDOCS%%%%DOCSDIR%%/ItalicCompGalliard.png
-%%PORTDOCS%%%%DOCSDIR%%/ItalicDlg.png
-%%PORTDOCS%%%%DOCSDIR%%/JustOutside.png
-%%PORTDOCS%%%%DOCSDIR%%/JustifyDlg.png
-%%PORTDOCS%%%%DOCSDIR%%/JustifyExtenderDlg.png
-%%PORTDOCS%%%%DOCSDIR%%/JustifyLangDlg.png
-%%PORTDOCS%%%%DOCSDIR%%/JustifyLookupDlg.png
-%%PORTDOCS%%%%DOCSDIR%%/KernPairs.png
-%%DOCSDIR%%/LICENSE
-%%PORTDOCS%%%%DOCSDIR%%/LinearGradient.png
-%%PORTDOCS%%%%DOCSDIR%%/ListeDesGlyphes.nam
-%%PORTDOCS%%%%DOCSDIR%%/MATH-Constants.png
-%%PORTDOCS%%%%DOCSDIR%%/MATH-Exten.png
-%%PORTDOCS%%%%DOCSDIR%%/MATH-GlyphConstructed.png
-%%PORTDOCS%%%%DOCSDIR%%/MATH-GlyphConstruction.png
-%%PORTDOCS%%%%DOCSDIR%%/MATH-GlyphConstructionDlg.png
-%%PORTDOCS%%%%DOCSDIR%%/MATH-Italic.png
-%%PORTDOCS%%%%DOCSDIR%%/MATH-MathKern.png
-%%PORTDOCS%%%%DOCSDIR%%/MATH-MathKernGraph.png
-%%PORTDOCS%%%%DOCSDIR%%/MATH-MathKernText.png
-%%PORTDOCS%%%%DOCSDIR%%/MATH-TopAccent.png
-%%PORTDOCS%%%%DOCSDIR%%/MATH-VertVariants.png
-%%PORTDOCS%%%%DOCSDIR%%/MacFeatName.png
-%%PORTDOCS%%%%DOCSDIR%%/MacMapping.png
-%%PORTDOCS%%%%DOCSDIR%%/MassRename.png
-%%PORTDOCS%%%%DOCSDIR%%/MenuWithMacIcons.png
-%%PORTDOCS%%%%DOCSDIR%%/MenuWithoutMacIcons.png
-%%PORTDOCS%%%%DOCSDIR%%/Metal-fontforge-600.jpeg
-%%PORTDOCS%%%%DOCSDIR%%/MetalType.jpeg
-%%PORTDOCS%%%%DOCSDIR%%/MetricsView-features.png
-%%PORTDOCS%%%%DOCSDIR%%/MetricsView.png
-%%PORTDOCS%%%%DOCSDIR%%/MultiPrint.png
-%%PORTDOCS%%%%DOCSDIR%%/NoPointHint.png
-%%PORTDOCS%%%%DOCSDIR%%/OFL-FAQ-Unofficial-fr.html
-%%PORTDOCS%%%%DOCSDIR%%/OFL-FAQ-Unofficial-vi.html
-%%PORTDOCS%%%%DOCSDIR%%/OFL-Unofficial-el.html
-%%PORTDOCS%%%%DOCSDIR%%/OFL-Unofficial-fr.html
-%%PORTDOCS%%%%DOCSDIR%%/OFL-Unofficial-pl.html
-%%PORTDOCS%%%%DOCSDIR%%/OFL-Unofficial-vi.html
-%%PORTDOCS%%%%DOCSDIR%%/OFL-Unofficial.html
-%%PORTDOCS%%%%DOCSDIR%%/OFLibBrowse.png
-%%PORTDOCS%%%%DOCSDIR%%/OutlineInline.png
-%%PORTDOCS%%%%DOCSDIR%%/PageSetup.png
-%%PORTDOCS%%%%DOCSDIR%%/PathToBind.png
-%%PORTDOCS%%%%DOCSDIR%%/PfaEdit-TeX.html
-%%PORTDOCS%%%%DOCSDIR%%/PfaEdits.gif
-%%PORTDOCS%%%%DOCSDIR%%/PoV.png
-%%PORTDOCS%%%%DOCSDIR%%/Print.png
-%%PORTDOCS%%%%DOCSDIR%%/QGDlg.png
-%%PORTDOCS%%%%DOCSDIR%%/QGList.png
-%%PORTDOCS%%%%DOCSDIR%%/RadialGradient.png
-%%PORTDOCS%%%%DOCSDIR%%/RadialGradientDlg.png
-%%PORTDOCS%%%%DOCSDIR%%/ReviewHints.png
-%%PORTDOCS%%%%DOCSDIR%%/SelectByATT.png
-%%PORTDOCS%%%%DOCSDIR%%/Shades.png
-%%PORTDOCS%%%%DOCSDIR%%/Shades2.png
-%%PORTDOCS%%%%DOCSDIR%%/Shades4.png
-%%PORTDOCS%%%%DOCSDIR%%/ShadowWireframe.png
-%%PORTDOCS%%%%DOCSDIR%%/ShowGridFit.png
-%%PORTDOCS%%%%DOCSDIR%%/Sigma13x16.png
-%%PORTDOCS%%%%DOCSDIR%%/Sigma28x33.png
-%%PORTDOCS%%%%DOCSDIR%%/Sigma54x64.png
-%%PORTDOCS%%%%DOCSDIR%%/SmallcapsDlg.png
-%%PORTDOCS%%%%DOCSDIR%%/Spacem_1.png
-%%PORTDOCS%%%%DOCSDIR%%/Spacem_2.png
-%%PORTDOCS%%%%DOCSDIR%%/Styles.html
-%%PORTDOCS%%%%DOCSDIR%%/SubSuperDlg.png
-%%PORTDOCS%%%%DOCSDIR%%/SuggestDeltas.html
-%%PORTDOCS%%%%DOCSDIR%%/TTCvt.png
-%%PORTDOCS%%%%DOCSDIR%%/TTPoints.png
-%%PORTDOCS%%%%DOCSDIR%%/TTRaster.png
-%%PORTDOCS%%%%DOCSDIR%%/TTRegisters.png
-%%PORTDOCS%%%%DOCSDIR%%/TTStack.png
-%%PORTDOCS%%%%DOCSDIR%%/TTStorage.png
-%%PORTDOCS%%%%DOCSDIR%%/TTgloss.png
-%%PORTDOCS%%%%DOCSDIR%%/TextBoundDistortedGlyphs.png
-%%PORTDOCS%%%%DOCSDIR%%/TextBoundUnitaryGlyph.png
-%%PORTDOCS%%%%DOCSDIR%%/TextUnbound.png
-%%PORTDOCS%%%%DOCSDIR%%/Tile.png
-%%PORTDOCS%%%%DOCSDIR%%/TilePath.png
-%%PORTDOCS%%%%DOCSDIR%%/TilePath2.png
-%%PORTDOCS%%%%DOCSDIR%%/TilePattern.png
-%%PORTDOCS%%%%DOCSDIR%%/TilePatternDlg.png
-%%PORTDOCS%%%%DOCSDIR%%/TiledPattern.png
-%%PORTDOCS%%%%DOCSDIR%%/TiledPattern45.png
-%%PORTDOCS%%%%DOCSDIR%%/To-kerned.png
-%%PORTDOCS%%%%DOCSDIR%%/To-unkerned.png
-%%PORTDOCS%%%%DOCSDIR%%/Tricolor.png
-%%PORTDOCS%%%%DOCSDIR%%/TrueOpenTables.html
-%%PORTDOCS%%%%DOCSDIR%%/UniqueID.html
-%%PORTDOCS%%%%DOCSDIR%%/VerticalMetrics.png
-%%PORTDOCS%%%%DOCSDIR%%/a_dieresis_macron.png
-%%PORTDOCS%%%%DOCSDIR%%/a_with_anchor.png
-%%PORTDOCS%%%%DOCSDIR%%/aItalic.png
-%%PORTDOCS%%%%DOCSDIR%%/aacutebase.png
-%%PORTDOCS%%%%DOCSDIR%%/aacutemid.png
-%%PORTDOCS%%%%DOCSDIR%%/accented.html
-%%PORTDOCS%%%%DOCSDIR%%/acenter.png
-%%PORTDOCS%%%%DOCSDIR%%/acorn2sfd.html
-%%PORTDOCS%%%%DOCSDIR%%/addlookup-kern.png
-%%PORTDOCS%%%%DOCSDIR%%/agetinfo.png
-%%PORTDOCS%%%%DOCSDIR%%/agrave_anchored.png
-%%PORTDOCS%%%%DOCSDIR%%/ahighest.png
-%%PORTDOCS%%%%DOCSDIR%%/alignedBaselines.png
-%%PORTDOCS%%%%DOCSDIR%%/allgreek.png
-%%PORTDOCS%%%%DOCSDIR%%/alphakappaiota.png
-%%PORTDOCS%%%%DOCSDIR%%/alphakappaiotatheta.png
-%%PORTDOCS%%%%DOCSDIR%%/anchorcontrol-base.png
-%%PORTDOCS%%%%DOCSDIR%%/anchorcontrol-mark.png
-%%PORTDOCS%%%%DOCSDIR%%/anchorcontrol.html
-%%PORTDOCS%%%%DOCSDIR%%/arabic-seen.png
-%%PORTDOCS%%%%DOCSDIR%%/asm1.png
-%%PORTDOCS%%%%DOCSDIR%%/asm2.png
-%%PORTDOCS%%%%DOCSDIR%%/asm3.png
-%%PORTDOCS%%%%DOCSDIR%%/asm4.png
-%%PORTDOCS%%%%DOCSDIR%%/autotrace.html
-%%PORTDOCS%%%%DOCSDIR%%/autowidth.html
-%%PORTDOCS%%%%DOCSDIR%%/autowidth.png
-%%PORTDOCS%%%%DOCSDIR%%/baseline.html
-%%PORTDOCS%%%%DOCSDIR%%/bdfinfo.html
-%%PORTDOCS%%%%DOCSDIR%%/bdfinfo.png
-%%PORTDOCS%%%%DOCSDIR%%/bed-script.png
-%%PORTDOCS%%%%DOCSDIR%%/bezier.gif
-%%PORTDOCS%%%%DOCSDIR%%/bezier.html
-%%PORTDOCS%%%%DOCSDIR%%/bibliography.html
-%%PORTDOCS%%%%DOCSDIR%%/bitmapchar.png
-%%PORTDOCS%%%%DOCSDIR%%/bitmaponlysfnt.html
-%%PORTDOCS%%%%DOCSDIR%%/bitmapsavail.png
-%%PORTDOCS%%%%DOCSDIR%%/bitmapview.html
-%%PORTDOCS%%%%DOCSDIR%%/boustrophedon.png
-%%PORTDOCS%%%%DOCSDIR%%/bowlweb.gif
-%%PORTDOCS%%%%DOCSDIR%%/bvlayers.png
-%%PORTDOCS%%%%DOCSDIR%%/bvtools.png
-%%PORTDOCS%%%%DOCSDIR%%/cap-height.png
-%%PORTDOCS%%%%DOCSDIR%%/changelog.html
-%%PORTDOCS%%%%DOCSDIR%%/charinfo-comment.png
-%%PORTDOCS%%%%DOCSDIR%%/charinfo-comp.png
-%%PORTDOCS%%%%DOCSDIR%%/charinfo-counters.png
-%%PORTDOCS%%%%DOCSDIR%%/charinfo-lig.png
-%%PORTDOCS%%%%DOCSDIR%%/charinfo-pos.png
-%%PORTDOCS%%%%DOCSDIR%%/charinfo-subs.png
-%%PORTDOCS%%%%DOCSDIR%%/charinfo-tex.png
-%%PORTDOCS%%%%DOCSDIR%%/charinfo-tilesize.png
-%%PORTDOCS%%%%DOCSDIR%%/charinfo-variants.png
-%%PORTDOCS%%%%DOCSDIR%%/charinfo.html
-%%PORTDOCS%%%%DOCSDIR%%/charinfo.png
-%%PORTDOCS%%%%DOCSDIR%%/charview-multilayer.png
-%%PORTDOCS%%%%DOCSDIR%%/charview-quadratic.png
-%%PORTDOCS%%%%DOCSDIR%%/charview-vert.png
-%%PORTDOCS%%%%DOCSDIR%%/charview.html
-%%PORTDOCS%%%%DOCSDIR%%/charview2.png
-%%PORTDOCS%%%%DOCSDIR%%/charwithhintmask.png
-%%PORTDOCS%%%%DOCSDIR%%/cidmapformat.html
-%%PORTDOCS%%%%DOCSDIR%%/cidmenu.html
-%%PORTDOCS%%%%DOCSDIR%%/cliargs.html
-%%PORTDOCS%%%%DOCSDIR%%/colorbutton.png
-%%PORTDOCS%%%%DOCSDIR%%/colorpicker.jpeg
-%%PORTDOCS%%%%DOCSDIR%%/contextchain-class.png
-%%PORTDOCS%%%%DOCSDIR%%/contextchain-classlist.png
-%%PORTDOCS%%%%DOCSDIR%%/contextchain-coverage.png
-%%PORTDOCS%%%%DOCSDIR%%/contextchain-format.png
-%%PORTDOCS%%%%DOCSDIR%%/contextchain-glyphlists.png
-%%PORTDOCS%%%%DOCSDIR%%/contextchain-pickglyph.png
-%%PORTDOCS%%%%DOCSDIR%%/contextchain-rcover.png
-%%PORTDOCS%%%%DOCSDIR%%/contextchain-simpleclasses.png
-%%PORTDOCS%%%%DOCSDIR%%/contextchain-simplecoverage.png
-%%PORTDOCS%%%%DOCSDIR%%/contextchain-simpleglyph.png
-%%PORTDOCS%%%%DOCSDIR%%/contextchain.html
-%%PORTDOCS%%%%DOCSDIR%%/copyfeatures.png
-%%PORTDOCS%%%%DOCSDIR%%/corpchar.html
-%%PORTDOCS%%%%DOCSDIR%%/corpchar.txt
-%%PORTDOCS%%%%DOCSDIR%%/cpinfo.png
-%%PORTDOCS%%%%DOCSDIR%%/cpodd.png
-%%PORTDOCS%%%%DOCSDIR%%/cubic2quad.png
-%%PORTDOCS%%%%DOCSDIR%%/cvarrowicon.png
-%%PORTDOCS%%%%DOCSDIR%%/cvcornericon.png
-%%PORTDOCS%%%%DOCSDIR%%/cvcurveicon.png
-%%PORTDOCS%%%%DOCSDIR%%/cvdebug.png
-%%PORTDOCS%%%%DOCSDIR%%/cvellipseicon.png
-%%PORTDOCS%%%%DOCSDIR%%/cvflipicon.png
-%%PORTDOCS%%%%DOCSDIR%%/cvfreehandicon.png
-%%PORTDOCS%%%%DOCSDIR%%/cvhandicon.png
-%%PORTDOCS%%%%DOCSDIR%%/cvhvcurveicon.png
-%%PORTDOCS%%%%DOCSDIR%%/cvknifeicon.png
-%%PORTDOCS%%%%DOCSDIR%%/cvmagicon.png
-%%PORTDOCS%%%%DOCSDIR%%/cvpenicon.png
-%%PORTDOCS%%%%DOCSDIR%%/cvperspectiveicon.png
-%%PORTDOCS%%%%DOCSDIR%%/cvpolyicon.png
-%%PORTDOCS%%%%DOCSDIR%%/cvrecticon.png
-%%PORTDOCS%%%%DOCSDIR%%/cvrotate3dicon.png
-%%PORTDOCS%%%%DOCSDIR%%/cvrotateicon.png
-%%PORTDOCS%%%%DOCSDIR%%/cvrulericon.png
-%%PORTDOCS%%%%DOCSDIR%%/cvscaleicon.png
-%%PORTDOCS%%%%DOCSDIR%%/cvskewicon.png
-%%PORTDOCS%%%%DOCSDIR%%/cvspiroG2icon.png
-%%PORTDOCS%%%%DOCSDIR%%/cvspiroG4icon.png
-%%PORTDOCS%%%%DOCSDIR%%/cvspirocornericon.png
-%%PORTDOCS%%%%DOCSDIR%%/cvspirolefticon.png
-%%PORTDOCS%%%%DOCSDIR%%/cvspiromodeicon.png
-%%PORTDOCS%%%%DOCSDIR%%/cvspirorighticon.png
-%%PORTDOCS%%%%DOCSDIR%%/cvstaricon.png
-%%PORTDOCS%%%%DOCSDIR%%/cvt-to-mac.png
-%%PORTDOCS%%%%DOCSDIR%%/cvtangenticon.png
-%%PORTDOCS%%%%DOCSDIR%%/definegroups.png
-%%PORTDOCS%%%%DOCSDIR%%/delta0.png
-%%PORTDOCS%%%%DOCSDIR%%/delta1.png
-%%PORTDOCS%%%%DOCSDIR%%/devaBaseline.png
-%%PORTDOCS%%%%DOCSDIR%%/devaHangBaseline.png
-%%PORTDOCS%%%%DOCSDIR%%/devaLatinBaseline.png
-%%PORTDOCS%%%%DOCSDIR%%/diffs.html
-%%PORTDOCS%%%%DOCSDIR%%/display.html
-%%PORTDOCS%%%%DOCSDIR%%/displaygroups.png
-%%PORTDOCS%%%%DOCSDIR%%/donate.png
-%%PORTDOCS%%%%DOCSDIR%%/doublestruck-B.png
-%%PORTDOCS%%%%DOCSDIR%%/eItalic.png
-%%PORTDOCS%%%%DOCSDIR%%/editcvt.png
-%%PORTDOCS%%%%DOCSDIR%%/editexample-fr.html
-%%PORTDOCS%%%%DOCSDIR%%/editexample.html
-%%PORTDOCS%%%%DOCSDIR%%/editexample2.html
-%%PORTDOCS%%%%DOCSDIR%%/editexample3.html
-%%PORTDOCS%%%%DOCSDIR%%/editexample4.html
-%%PORTDOCS%%%%DOCSDIR%%/editexample5.html
-%%PORTDOCS%%%%DOCSDIR%%/editexample6-5.html
-%%PORTDOCS%%%%DOCSDIR%%/editexample6.html
-%%PORTDOCS%%%%DOCSDIR%%/editexample7.html
-%%PORTDOCS%%%%DOCSDIR%%/editexample8.html
-%%PORTDOCS%%%%DOCSDIR%%/editmenu.html
-%%PORTDOCS%%%%DOCSDIR%%/editspiro.html
-%%PORTDOCS%%%%DOCSDIR%%/edittransition-context.png
-%%PORTDOCS%%%%DOCSDIR%%/edittransition-indic.png
-%%PORTDOCS%%%%DOCSDIR%%/edittransition-insert.png
-%%PORTDOCS%%%%DOCSDIR%%/edittransition-kern.png
-%%PORTDOCS%%%%DOCSDIR%%/elementmenu.html
-%%PORTDOCS%%%%DOCSDIR%%/emptyfont-A-sel.png
-%%PORTDOCS%%%%DOCSDIR%%/emptyhlig.png
-%%PORTDOCS%%%%DOCSDIR%%/encodingmenu.html
-%%PORTDOCS%%%%DOCSDIR%%/englishkernpairs.txt
-%%PORTDOCS%%%%DOCSDIR%%/errrecovery.html
-%%PORTDOCS%%%%DOCSDIR%%/exclude-post.png
-%%PORTDOCS%%%%DOCSDIR%%/exclude-pre.png
-%%PORTDOCS%%%%DOCSDIR%%/expand-joint-post.png
-%%PORTDOCS%%%%DOCSDIR%%/expand-joint-pre.png
-%%PORTDOCS%%%%DOCSDIR%%/expand-post.png
-%%PORTDOCS%%%%DOCSDIR%%/expand-pre.png
-%%PORTDOCS%%%%DOCSDIR%%/expandedlines.png
-%%PORTDOCS%%%%DOCSDIR%%/expandstroke.png
-%%PORTDOCS%%%%DOCSDIR%%/extrema-poi.png
-%%PORTDOCS%%%%DOCSDIR%%/f+i.png
-%%PORTDOCS%%%%DOCSDIR%%/fItalic.png
-%%PORTDOCS%%%%DOCSDIR%%/faq.html
-%%PORTDOCS%%%%DOCSDIR%%/faqFS.html
-%%PORTDOCS%%%%DOCSDIR%%/faqFrame.html
-%%PORTDOCS%%%%DOCSDIR%%/featsetdlg.png
-%%PORTDOCS%%%%DOCSDIR%%/featurefile.html
-%%PORTDOCS%%%%DOCSDIR%%/ff-history.html
-%%PORTDOCS%%%%DOCSDIR%%/ffanvil16.png
-%%PORTDOCS%%%%DOCSDIR%%/ffanvil300.png
-%%PORTDOCS%%%%DOCSDIR%%/ffanvil32.png
-%%PORTDOCS%%%%DOCSDIR%%/ffcartouche.png
-%%PORTDOCS%%%%DOCSDIR%%/ffdownload.png
-%%PORTDOCS%%%%DOCSDIR%%/ffi-caret.png
-%%PORTDOCS%%%%DOCSDIR%%/ffi-moved.png
-%%PORTDOCS%%%%DOCSDIR%%/ffi-refs.png
-%%PORTDOCS%%%%DOCSDIR%%/ffi-rmoverlap.png
-%%PORTDOCS%%%%DOCSDIR%%/ffi-unlink.png
-%%PORTDOCS%%%%DOCSDIR%%/fftype16.png
-%%PORTDOCS%%%%DOCSDIR%%/fftype300.svg
-%%PORTDOCS%%%%DOCSDIR%%/fftype32.png
-%%PORTDOCS%%%%DOCSDIR%%/fi.png
-%%PORTDOCS%%%%DOCSDIR%%/filemenu.html
-%%PORTDOCS%%%%DOCSDIR%%/files.html
-%%PORTDOCS%%%%DOCSDIR%%/findprobs-att.png
-%%PORTDOCS%%%%DOCSDIR%%/findprobs-bb.png
-%%PORTDOCS%%%%DOCSDIR%%/findprobs-cid.png
-%%PORTDOCS%%%%DOCSDIR%%/findprobs-hint.png
-%%PORTDOCS%%%%DOCSDIR%%/findprobs-paths.png
-%%PORTDOCS%%%%DOCSDIR%%/findprobs-random.png
-%%PORTDOCS%%%%DOCSDIR%%/findprobs-refs.png
-%%PORTDOCS%%%%DOCSDIR%%/findprobs.png
-%%PORTDOCS%%%%DOCSDIR%%/floating-A.png
-%%PORTDOCS%%%%DOCSDIR%%/fontcompdlg.png
-%%PORTDOCS%%%%DOCSDIR%%/fontcompresults.png
-%%PORTDOCS%%%%DOCSDIR%%/fontforge-banner-420.jpeg
-%%PORTDOCS%%%%DOCSDIR%%/fontforge-themes.html
-%%PORTDOCS%%%%DOCSDIR%%/fontforge-tutorial.pdf
-%%PORTDOCS%%%%DOCSDIR%%/fontimage.html
-%%PORTDOCS%%%%DOCSDIR%%/fontinfo-charsets.png
-%%PORTDOCS%%%%DOCSDIR%%/fontinfo-cid.png
-%%PORTDOCS%%%%DOCSDIR%%/fontinfo-comment.png
-%%PORTDOCS%%%%DOCSDIR%%/fontinfo-gasp.png
-%%PORTDOCS%%%%DOCSDIR%%/fontinfo-general.png
-%%PORTDOCS%%%%DOCSDIR%%/fontinfo-layers.png
-%%PORTDOCS%%%%DOCSDIR%%/fontinfo-lookups.png
-%%PORTDOCS%%%%DOCSDIR%%/fontinfo-macfeat.png
-%%PORTDOCS%%%%DOCSDIR%%/fontinfo-macstyle.png
-%%PORTDOCS%%%%DOCSDIR%%/fontinfo-markclasses.png
-%%PORTDOCS%%%%DOCSDIR%%/fontinfo-marksets.png
-%%PORTDOCS%%%%DOCSDIR%%/fontinfo-panose.png
-%%PORTDOCS%%%%DOCSDIR%%/fontinfo-private.png
-%%PORTDOCS%%%%DOCSDIR%%/fontinfo-psuid.png
-%%PORTDOCS%%%%DOCSDIR%%/fontinfo-size.png
-%%PORTDOCS%%%%DOCSDIR%%/fontinfo-ssnames.png
-%%PORTDOCS%%%%DOCSDIR%%/fontinfo-subsup.png
-%%PORTDOCS%%%%DOCSDIR%%/fontinfo-tex.png
-%%PORTDOCS%%%%DOCSDIR%%/fontinfo-ttfmetrics.png
-%%PORTDOCS%%%%DOCSDIR%%/fontinfo-ttfname-bigedit.png
-%%PORTDOCS%%%%DOCSDIR%%/fontinfo-ttfname.png
-%%PORTDOCS%%%%DOCSDIR%%/fontinfo-ttfvals.png
-%%PORTDOCS%%%%DOCSDIR%%/fontinfo-unicode.png
-%%PORTDOCS%%%%DOCSDIR%%/fontinfo-woff.png
-%%PORTDOCS%%%%DOCSDIR%%/fontinfo.html
-%%PORTDOCS%%%%DOCSDIR%%/fontinfo.png
-%%PORTDOCS%%%%DOCSDIR%%/fontlint.html
-%%PORTDOCS%%%%DOCSDIR%%/fontstyles.html
-%%PORTDOCS%%%%DOCSDIR%%/fontutils.html
-%%PORTDOCS%%%%DOCSDIR%%/fontview-cid.png
-%%PORTDOCS%%%%DOCSDIR%%/fontview-grouped.png
-%%PORTDOCS%%%%DOCSDIR%%/fontview.fr.png
-%%PORTDOCS%%%%DOCSDIR%%/fontview.html
-%%PORTDOCS%%%%DOCSDIR%%/fontview.ru.png
-%%PORTDOCS%%%%DOCSDIR%%/fraktur-A.png
-%%PORTDOCS%%%%DOCSDIR%%/freehandctl.png
-%%PORTDOCS%%%%DOCSDIR%%/future.html
-%%PORTDOCS%%%%DOCSDIR%%/fv-normal.png
-%%PORTDOCS%%%%DOCSDIR%%/fv-smallcaps.png
-%%PORTDOCS%%%%DOCSDIR%%/fvOutOfDateHinting.png
-%%PORTDOCS%%%%DOCSDIR%%/generate-upload.png
-%%PORTDOCS%%%%DOCSDIR%%/generate.html
-%%PORTDOCS%%%%DOCSDIR%%/generate.png
-%%PORTDOCS%%%%DOCSDIR%%/getinfo.html
-%%PORTDOCS%%%%DOCSDIR%%/glossary.html
-%%PORTDOCS%%%%DOCSDIR%%/glyphinfo-one.png
-%%PORTDOCS%%%%DOCSDIR%%/gposgsub.html
-%%PORTDOCS%%%%DOCSDIR%%/grave_with_anchor.png
-%%PORTDOCS%%%%DOCSDIR%%/greymapedit.png
-%%PORTDOCS%%%%DOCSDIR%%/greymapsavail.png
-%%PORTDOCS%%%%DOCSDIR%%/groups.html
-%%PORTDOCS%%%%DOCSDIR%%/helpmenu.html
-%%PORTDOCS%%%%DOCSDIR%%/hexley.png
-%%PORTDOCS%%%%DOCSDIR%%/hintboundingbox.png
-%%PORTDOCS%%%%DOCSDIR%%/hintdiagonalends.png
-%%PORTDOCS%%%%DOCSDIR%%/hintdiagonalinter.png
-%%PORTDOCS%%%%DOCSDIR%%/hinting.html
-%%PORTDOCS%%%%DOCSDIR%%/hintmaskinfo.png
-%%PORTDOCS%%%%DOCSDIR%%/hintsmenu.html
-%%PORTDOCS%%%%DOCSDIR%%/histogram.html
-%%PORTDOCS%%%%DOCSDIR%%/histogram.png
-%%PORTDOCS%%%%DOCSDIR%%/hligaheadruledone.png
-%%PORTDOCS%%%%DOCSDIR%%/hligallrulesdone.png
-%%PORTDOCS%%%%DOCSDIR%%/hligback.png
-%%PORTDOCS%%%%DOCSDIR%%/hligbacknomatch.png
-%%PORTDOCS%%%%DOCSDIR%%/hligbackrule.png
-%%PORTDOCS%%%%DOCSDIR%%/hligbackruledone.png
-%%PORTDOCS%%%%DOCSDIR%%/hligbyclasses.png
-%%PORTDOCS%%%%DOCSDIR%%/hliggreekahead.png
-%%PORTDOCS%%%%DOCSDIR%%/hliggreekback.png
-%%PORTDOCS%%%%DOCSDIR%%/hliggreekclass.png
-%%PORTDOCS%%%%DOCSDIR%%/hligiotaclass.png
-%%PORTDOCS%%%%DOCSDIR%%/hligkappa.png
-%%PORTDOCS%%%%DOCSDIR%%/hligkappaclass.png
-%%PORTDOCS%%%%DOCSDIR%%/hligkappaiota.png
-%%PORTDOCS%%%%DOCSDIR%%/hligmatchsubs.png
-%%PORTDOCS%%%%DOCSDIR%%/hlignewrule.png
-%%PORTDOCS%%%%DOCSDIR%%/hligrule.png
-%%PORTDOCS%%%%DOCSDIR%%/hligseqdlg.png
-%%PORTDOCS%%%%DOCSDIR%%/i1.png
-%%PORTDOCS%%%%DOCSDIR%%/i2.png
-%%PORTDOCS%%%%DOCSDIR%%/i3.png
-%%PORTDOCS%%%%DOCSDIR%%/i4.png
-%%PORTDOCS%%%%DOCSDIR%%/import.png
-%%PORTDOCS%%%%DOCSDIR%%/importexample.html
-%%PORTDOCS%%%%DOCSDIR%%/index.html
-%%PORTDOCS%%%%DOCSDIR%%/intersect-post.png
-%%PORTDOCS%%%%DOCSDIR%%/justify.html
-%%PORTDOCS%%%%DOCSDIR%%/k1.png
-%%PORTDOCS%%%%DOCSDIR%%/k2.png
-%%PORTDOCS%%%%DOCSDIR%%/k3.png
-%%PORTDOCS%%%%DOCSDIR%%/k4.png
-%%PORTDOCS%%%%DOCSDIR%%/k5.png
-%%PORTDOCS%%%%DOCSDIR%%/k6.png
-%%PORTDOCS%%%%DOCSDIR%%/ka-change.png
-%%PORTDOCS%%%%DOCSDIR%%/kanjichar.png
-%%PORTDOCS%%%%DOCSDIR%%/kanjifont.png
-%%PORTDOCS%%%%DOCSDIR%%/kappa_iota-context.png
-%%PORTDOCS%%%%DOCSDIR%%/kappa_iota-lookup.png
-%%PORTDOCS%%%%DOCSDIR%%/kappa_iota-subtable.png
-%%PORTDOCS%%%%DOCSDIR%%/kappaiota-lookups.png
-%%PORTDOCS%%%%DOCSDIR%%/kappaiotatheta.png
-%%PORTDOCS%%%%DOCSDIR%%/kern-We-12.png
-%%PORTDOCS%%%%DOCSDIR%%/kern-We-150.png
-%%PORTDOCS%%%%DOCSDIR%%/kernbyclasses.png
-%%PORTDOCS%%%%DOCSDIR%%/kerningclass.png
-%%PORTDOCS%%%%DOCSDIR%%/kerningformat.png
-%%PORTDOCS%%%%DOCSDIR%%/kernpairclose.png
-%%PORTDOCS%%%%DOCSDIR%%/kernpairs.html
-%%PORTDOCS%%%%DOCSDIR%%/l1.png
-%%PORTDOCS%%%%DOCSDIR%%/l10.png
-%%PORTDOCS%%%%DOCSDIR%%/l2.png
-%%PORTDOCS%%%%DOCSDIR%%/l3.png
-%%PORTDOCS%%%%DOCSDIR%%/l4.png
-%%PORTDOCS%%%%DOCSDIR%%/l5.png
-%%PORTDOCS%%%%DOCSDIR%%/l6.png
-%%PORTDOCS%%%%DOCSDIR%%/l7.png
-%%PORTDOCS%%%%DOCSDIR%%/l8.png
-%%PORTDOCS%%%%DOCSDIR%%/l9.png
-%%PORTDOCS%%%%DOCSDIR%%/lang-dlg.png
-%%PORTDOCS%%%%DOCSDIR%%/latinBaseline.png
-%%PORTDOCS%%%%DOCSDIR%%/latinHangBaseline.png
-%%PORTDOCS%%%%DOCSDIR%%/latinNormalBaseline.png
-%%PORTDOCS%%%%DOCSDIR%%/layerdlg.png
-%%PORTDOCS%%%%DOCSDIR%%/layers.png
-%%PORTDOCS%%%%DOCSDIR%%/lcani.gif
-%%PORTDOCS%%%%DOCSDIR%%/lcdigits.png
-%%PORTDOCS%%%%DOCSDIR%%/license.html
-%%PORTDOCS%%%%DOCSDIR%%/logo3.gif
-%%PORTDOCS%%%%DOCSDIR%%/lookup-metadata.png
-%%PORTDOCS%%%%DOCSDIR%%/lookups.html
-%%PORTDOCS%%%%DOCSDIR%%/lparen-108.png
-%%PORTDOCS%%%%DOCSDIR%%/mac-install.html
-%%PORTDOCS%%%%DOCSDIR%%/mItalic.png
-%%PORTDOCS%%%%DOCSDIR%%/macFeatureSetting.png
-%%PORTDOCS%%%%DOCSDIR%%/macfeature.png
-%%PORTDOCS%%%%DOCSDIR%%/macformats.html
-%%PORTDOCS%%%%DOCSDIR%%/mad.html
-%%PORTDOCS%%%%DOCSDIR%%/manual-ja-hover.png
-%%PORTDOCS%%%%DOCSDIR%%/manual-ja.png
-%%PORTDOCS%%%%DOCSDIR%%/math.html
-%%PORTDOCS%%%%DOCSDIR%%/menu_down.png
-%%PORTDOCS%%%%DOCSDIR%%/mergepost.png
-%%PORTDOCS%%%%DOCSDIR%%/mergepre.png
-%%PORTDOCS%%%%DOCSDIR%%/metrics-kappa_iota.png
-%%PORTDOCS%%%%DOCSDIR%%/metricsmenu.html
-%%PORTDOCS%%%%DOCSDIR%%/metricsview.html
-%%PORTDOCS%%%%DOCSDIR%%/misalignedBaselines.png
-%%PORTDOCS%%%%DOCSDIR%%/mmappleaxes.png
-%%PORTDOCS%%%%DOCSDIR%%/mmaxes.png
-%%PORTDOCS%%%%DOCSDIR%%/mmcharview.png
-%%PORTDOCS%%%%DOCSDIR%%/mmcounts.png
-%%PORTDOCS%%%%DOCSDIR%%/mmdesigns.png
-%%PORTDOCS%%%%DOCSDIR%%/mmextrapolate2.png
-%%PORTDOCS%%%%DOCSDIR%%/mmfinal.png
-%%PORTDOCS%%%%DOCSDIR%%/mmfuncs.png
-%%PORTDOCS%%%%DOCSDIR%%/mmmenu.html
-%%PORTDOCS%%%%DOCSDIR%%/mmnamedstyles.png
-%%PORTDOCS%%%%DOCSDIR%%/mmnamingastyle.png
-%%PORTDOCS%%%%DOCSDIR%%/ms-install.html
-%%PORTDOCS%%%%DOCSDIR%%/multilayer.html
-%%PORTDOCS%%%%DOCSDIR%%/multiplemaster.html
-%%PORTDOCS%%%%DOCSDIR%%/newanchor.png
-%%PORTDOCS%%%%DOCSDIR%%/newcountermask.png
-%%PORTDOCS%%%%DOCSDIR%%/newfont.png
-%%PORTDOCS%%%%DOCSDIR%%/nix-install.html
-%%PORTDOCS%%%%DOCSDIR%%/non-linear.png
-%%PORTDOCS%%%%DOCSDIR%%/non-standard.html
-%%PORTDOCS%%%%DOCSDIR%%/nvd.html
-%%PORTDOCS%%%%DOCSDIR%%/o-baddir.png
-%%PORTDOCS%%%%DOCSDIR%%/o1.png
-%%PORTDOCS%%%%DOCSDIR%%/o2.png
-%%PORTDOCS%%%%DOCSDIR%%/o3.png
-%%PORTDOCS%%%%DOCSDIR%%/o4.png
-%%PORTDOCS%%%%DOCSDIR%%/o5.png
-%%PORTDOCS%%%%DOCSDIR%%/oflib.html
-%%PORTDOCS%%%%DOCSDIR%%/oldchangelog.html
-%%PORTDOCS%%%%DOCSDIR%%/openfont.png
-%%PORTDOCS%%%%DOCSDIR%%/otherlinks.html
-%%PORTDOCS%%%%DOCSDIR%%/outlinechar.png
-%%PORTDOCS%%%%DOCSDIR%%/overlappedlines.png
-%%PORTDOCS%%%%DOCSDIR%%/overshoot.png
-%%PORTDOCS%%%%DOCSDIR%%/overview.html
-%%PORTDOCS%%%%DOCSDIR%%/palmfonts.html
-%%PORTDOCS%%%%DOCSDIR%%/pcf-format.html
-%%PORTDOCS%%%%DOCSDIR%%/pfaeditchangelog.html
-%%PORTDOCS%%%%DOCSDIR%%/pfaeditmath.html
-%%PORTDOCS%%%%DOCSDIR%%/phi-hints-filled.png
-%%PORTDOCS%%%%DOCSDIR%%/phi-hints-outline.png
-%%PORTDOCS%%%%DOCSDIR%%/phi-nohints-filled.png
-%%PORTDOCS%%%%DOCSDIR%%/phi-nohints-outline.png
-%%PORTDOCS%%%%DOCSDIR%%/plugins.html
-%%PORTDOCS%%%%DOCSDIR%%/pnts.gif
-%%PORTDOCS%%%%DOCSDIR%%/pointinfo-interp.png
-%%PORTDOCS%%%%DOCSDIR%%/pointinfo.png
-%%PORTDOCS%%%%DOCSDIR%%/pointmenu.html
-%%PORTDOCS%%%%DOCSDIR%%/pointsize.png
-%%PORTDOCS%%%%DOCSDIR%%/prefs-accent.png
-%%PORTDOCS%%%%DOCSDIR%%/prefs-apps.png
-%%PORTDOCS%%%%DOCSDIR%%/prefs-editing.png
-%%PORTDOCS%%%%DOCSDIR%%/prefs-font.png
-%%PORTDOCS%%%%DOCSDIR%%/prefs-generate.png
-%%PORTDOCS%%%%DOCSDIR%%/prefs-generic.png
-%%PORTDOCS%%%%DOCSDIR%%/prefs-macfeat.png
-%%PORTDOCS%%%%DOCSDIR%%/prefs-macmap.png
-%%PORTDOCS%%%%DOCSDIR%%/prefs-navigation.png
-%%PORTDOCS%%%%DOCSDIR%%/prefs-newfont.png
-%%PORTDOCS%%%%DOCSDIR%%/prefs-openfont.png
-%%PORTDOCS%%%%DOCSDIR%%/prefs-opentype.png
-%%PORTDOCS%%%%DOCSDIR%%/prefs-pshints.png
-%%PORTDOCS%%%%DOCSDIR%%/prefs-script.png
-%%PORTDOCS%%%%DOCSDIR%%/prefs-sync.png
-%%PORTDOCS%%%%DOCSDIR%%/prefs-tt.png
-%%PORTDOCS%%%%DOCSDIR%%/prefs-ttinstrs.png
-%%PORTDOCS%%%%DOCSDIR%%/prefs.html
-%%PORTDOCS%%%%DOCSDIR%%/privatekey.png
-%%PORTDOCS%%%%DOCSDIR%%/privatekeymenu.png
-%%PORTDOCS%%%%DOCSDIR%%/problems.html
-%%PORTDOCS%%%%DOCSDIR%%/python.html
-%%PORTDOCS%%%%DOCSDIR%%/quadbezier.gif
-%%PORTDOCS%%%%DOCSDIR%%/quadbezier.png
-%%PORTDOCS%%%%DOCSDIR%%/quadraticspline.gif
-%%PORTDOCS%%%%DOCSDIR%%/quadraticspline.png
-%%PORTDOCS%%%%DOCSDIR%%/quotations.html
-%%PORTDOCS%%%%DOCSDIR%%/realindex.html
-%%PORTDOCS%%%%DOCSDIR%%/ref-caveats.html
-%%PORTDOCS%%%%DOCSDIR%%/removefeature.png
-%%PORTDOCS%%%%DOCSDIR%%/resedit.html
-%%PORTDOCS%%%%DOCSDIR%%/resedit.png
-%%PORTDOCS%%%%DOCSDIR%%/retagfeature.png
-%%PORTDOCS%%%%DOCSDIR%%/rgetinfo.png
-%%PORTDOCS%%%%DOCSDIR%%/rparen-108.png
-%%PORTDOCS%%%%DOCSDIR%%/rplprocess.png
-%%PORTDOCS%%%%DOCSDIR%%/rplref.png
-%%PORTDOCS%%%%DOCSDIR%%/rplsansserifs.png
-%%PORTDOCS%%%%DOCSDIR%%/rplserifs.png
-%%PORTDOCS%%%%DOCSDIR%%/ruler.png
-%%PORTDOCS%%%%DOCSDIR%%/running.html
-%%PORTDOCS%%%%DOCSDIR%%/sans-serif-def.png
-%%PORTDOCS%%%%DOCSDIR%%/script-A.png
-%%PORTDOCS%%%%DOCSDIR%%/script-lang-dlg.png
-%%PORTDOCS%%%%DOCSDIR%%/scripting-alpha.html
-%%PORTDOCS%%%%DOCSDIR%%/scripting-tutorial.html
-%%PORTDOCS%%%%DOCSDIR%%/scripting.html
-%%PORTDOCS%%%%DOCSDIR%%/scriptnotes.html
-%%PORTDOCS%%%%DOCSDIR%%/search.html
-%%PORTDOCS%%%%DOCSDIR%%/selectbyatt.html
-%%PORTDOCS%%%%DOCSDIR%%/selections.html
-%%PORTDOCS%%%%DOCSDIR%%/serif-def.png
-%%PORTDOCS%%%%DOCSDIR%%/serif.png
-%%PORTDOCS%%%%DOCSDIR%%/serif2.png
-%%PORTDOCS%%%%DOCSDIR%%/setwidth.png
-%%PORTDOCS%%%%DOCSDIR%%/sfd.html
-%%PORTDOCS%%%%DOCSDIR%%/sfdchangelog.html
-%%PORTDOCS%%%%DOCSDIR%%/sfddiff.html
-%%PORTDOCS%%%%DOCSDIR%%/sfdformat.html
-%%PORTDOCS%%%%DOCSDIR%%/short-long-s.png
-%%PORTDOCS%%%%DOCSDIR%%/showatt.html
-%%PORTDOCS%%%%DOCSDIR%%/showatt.png
-%%PORTDOCS%%%%DOCSDIR%%/sidebearings.png
-%%PORTDOCS%%%%DOCSDIR%%/sm-picture.png
-%%PORTDOCS%%%%DOCSDIR%%/source-build.html
-%%PORTDOCS%%%%DOCSDIR%%/spacekappaiotaspace.png
-%%PORTDOCS%%%%DOCSDIR%%/spacer1x20.png
-%%PORTDOCS%%%%DOCSDIR%%/spironextconstraint.png
-%%PORTDOCS%%%%DOCSDIR%%/spiropointinfo.png
-%%PORTDOCS%%%%DOCSDIR%%/spiroprevconstraint.png
-%%PORTDOCS%%%%DOCSDIR%%/splinefont.html
-%%PORTDOCS%%%%DOCSDIR%%/splines.gif
-%%PORTDOCS%%%%DOCSDIR%%/src.html
-%%PORTDOCS%%%%DOCSDIR%%/statemachine-context.png
-%%PORTDOCS%%%%DOCSDIR%%/statemachine-indic.png
-%%PORTDOCS%%%%DOCSDIR%%/statemachine-insert.png
-%%PORTDOCS%%%%DOCSDIR%%/statemachine.html
-%%PORTDOCS%%%%DOCSDIR%%/strokechar.png
-%%PORTDOCS%%%%DOCSDIR%%/subtable-ffi.png
-%%PORTDOCS%%%%DOCSDIR%%/subtable-gpos-anchor.png
-%%PORTDOCS%%%%DOCSDIR%%/subtable-gpos-kernpair.png
-%%PORTDOCS%%%%DOCSDIR%%/subtable-gpos-singlefull.png
-%%PORTDOCS%%%%DOCSDIR%%/subtable-gpos-singlehide.png
-%%PORTDOCS%%%%DOCSDIR%%/subtable-gsub-ligature.png
-%%PORTDOCS%%%%DOCSDIR%%/subtable-gsub-single.png
-%%PORTDOCS%%%%DOCSDIR%%/subtable-oldstyle.png
-%%PORTDOCS%%%%DOCSDIR%%/subtable-to.png
-%%PORTDOCS%%%%DOCSDIR%%/tilepath-center.png
-%%PORTDOCS%%%%DOCSDIR%%/tilepath-final.png
-%%PORTDOCS%%%%DOCSDIR%%/tilepath-left.png
-%%PORTDOCS%%%%DOCSDIR%%/tilepath-orig.png
-%%PORTDOCS%%%%DOCSDIR%%/tilepath-right.png
-%%PORTDOCS%%%%DOCSDIR%%/tilepath-scale.png
-%%PORTDOCS%%%%DOCSDIR%%/tilepath-selection.png
-%%PORTDOCS%%%%DOCSDIR%%/tilepath-tile.png
-%%PORTDOCS%%%%DOCSDIR%%/tilepath-ts.png
-%%PORTDOCS%%%%DOCSDIR%%/tilepath.html
-%%PORTDOCS%%%%DOCSDIR%%/tools.png
-%%PORTDOCS%%%%DOCSDIR%%/toolsmenu.html
-%%PORTDOCS%%%%DOCSDIR%%/transform.html
-%%PORTDOCS%%%%DOCSDIR%%/transform.png
-%%PORTDOCS%%%%DOCSDIR%%/transition-context.png
-%%PORTDOCS%%%%DOCSDIR%%/transition-indic.png
-%%PORTDOCS%%%%DOCSDIR%%/transition-insert.png
-%%PORTDOCS%%%%DOCSDIR%%/transition-kern.png
-%%PORTDOCS%%%%DOCSDIR%%/ttfinstrs-edit.png
-%%PORTDOCS%%%%DOCSDIR%%/ttfinstrs-view.png
-%%PORTDOCS%%%%DOCSDIR%%/ttfinstrs.html
-%%PORTDOCS%%%%DOCSDIR%%/tutorial-ja-hover.png
-%%PORTDOCS%%%%DOCSDIR%%/tutorial-ja.png
-%%PORTDOCS%%%%DOCSDIR%%/tutorial-zh_TW-hover.png
-%%PORTDOCS%%%%DOCSDIR%%/tutorial-zh_TW.png
-%%PORTDOCS%%%%DOCSDIR%%/twolines.png
-%%PORTDOCS%%%%DOCSDIR%%/u432Italic.png
-%%PORTDOCS%%%%DOCSDIR%%/u433Italic.png
-%%PORTDOCS%%%%DOCSDIR%%/ucEItalic.png
-%%PORTDOCS%%%%DOCSDIR%%/uitranslationnotes.html
-%%PORTDOCS%%%%DOCSDIR%%/uninstall.html
-%%PORTDOCS%%%%DOCSDIR%%/vItalic.png
-%%PORTDOCS%%%%DOCSDIR%%/validation.html
-%%PORTDOCS%%%%DOCSDIR%%/validation.png
-%%PORTDOCS%%%%DOCSDIR%%/viewmenu.html
-%%PORTDOCS%%%%DOCSDIR%%/views.html
-%%PORTDOCS%%%%DOCSDIR%%/vms-install.html
-%%PORTDOCS%%%%DOCSDIR%%/wItalic.png
-%%PORTDOCS%%%%DOCSDIR%%/wacom.html
-%%PORTDOCS%%%%DOCSDIR%%/windowmenu.html
-%%PORTDOCS%%%%DOCSDIR%%/x-height.png
-%%PORTDOCS%%%%DOCSDIR%%/xItalic.png
-%%PORTDOCS%%%%DOCSDIR%%/xim.html
-%%PORTDOCS%%%%DOCSDIR%%/xres.html
+share/applications/fontforge.desktop
+%%DATADIR%%/Adobe-CNS1-6.cidmap
+%%DATADIR%%/Adobe-GB1-5.cidmap
+%%DATADIR%%/Adobe-Identity-0.cidmap
+%%DATADIR%%/Adobe-Japan1-5.cidmap
+%%DATADIR%%/Adobe-Japan1-6.cidmap
+%%DATADIR%%/Adobe-Japan2-0.cidmap
+%%DATADIR%%/Adobe-Korea1-2.cidmap
+%%DATADIR%%/hotkeys/default
+%%DATADIR%%/nodejs/collabwebview/client.html
+%%DATADIR%%/nodejs/collabwebview/css/print.css
+%%DATADIR%%/nodejs/collabwebview/css/styles.css
+%%DATADIR%%/nodejs/collabwebview/index.html
+%%DATADIR%%/nodejs/collabwebview/js/constants.js
+%%DATADIR%%/nodejs/collabwebview/js/contentEditable/component.json
+%%DATADIR%%/nodejs/collabwebview/js/contentEditable/contenteditable.jquery.json
+%%DATADIR%%/nodejs/collabwebview/js/contentEditable/example.html
+%%DATADIR%%/nodejs/collabwebview/js/contentEditable/jquery.contenteditable.js
+%%DATADIR%%/nodejs/collabwebview/js/fontdrag.js
+%%DATADIR%%/nodejs/collabwebview/js/jquery-1.9.1.min.js
+%%DATADIR%%/nodejs/collabwebview/js/jquery.masonry.min.js
+%%DATADIR%%/nodejs/collabwebview/js/otfeatures.js
+%%DATADIR%%/nodejs/collabwebview/package.json
+%%DATADIR%%/nodejs/collabwebview/server.js
+%%DATADIR%%/pixmaps/Cantarell-Bold.ttf
+%%DATADIR%%/pixmaps/Cantarell-BoldOblique.ttf
+%%DATADIR%%/pixmaps/Cantarell-Oblique.ttf
+%%DATADIR%%/pixmaps/Cantarell-Regular.ttf
+%%DATADIR%%/pixmaps/Inconsolata-Bold.ttf
+%%DATADIR%%/pixmaps/Inconsolata-Regular.ttf
+%%DATADIR%%/pixmaps/OFL.txt
+%%DATADIR%%/pixmaps/changeweight.png
+%%DATADIR%%/pixmaps/charviewicon.xbm
+%%DATADIR%%/pixmaps/check_off.png
+%%DATADIR%%/pixmaps/check_on.png
%%DATADIR%%/pixmaps/chooseraudio.png
%%DATADIR%%/pixmaps/chooserback.png
%%DATADIR%%/pixmaps/chooserbookmark.png
@@ -846,6 +169,7 @@ man/man1/sfddiff.1.gz
%%DATADIR%%/pixmaps/chooserupdir.png
%%DATADIR%%/pixmaps/chooservideo.png
%%DATADIR%%/pixmaps/colorwheel.png
+%%DATADIR%%/pixmaps/downarrow.png
%%DATADIR%%/pixmaps/editclear.png
%%DATADIR%%/pixmaps/editclearback.png
%%DATADIR%%/pixmaps/editcopy.png
@@ -861,6 +185,7 @@ man/man1/sfddiff.1.gz
%%DATADIR%%/pixmaps/editfind.png
%%DATADIR%%/pixmaps/editjoin.png
%%DATADIR%%/pixmaps/editmerge.png
+%%DATADIR%%/pixmaps/editmergetoline.png
%%DATADIR%%/pixmaps/editpaste.png
%%DATADIR%%/pixmaps/editpasteafter.png
%%DATADIR%%/pixmaps/editpasteinto.png
@@ -906,6 +231,8 @@ man/man1/sfddiff.1.gz
%%DATADIR%%/pixmaps/elementtransform.png
%%DATADIR%%/pixmaps/elementvalidate.png
%%DATADIR%%/pixmaps/elementvbaselines.png
+%%DATADIR%%/pixmaps/exclude.png
+%%DATADIR%%/pixmaps/extendcondense.png
%%DATADIR%%/pixmaps/fileclose.png
%%DATADIR%%/pixmaps/fileexecute.png
%%DATADIR%%/pixmaps/fileexport.png
@@ -925,6 +252,17 @@ man/man1/sfddiff.1.gz
%%DATADIR%%/pixmaps/filesave.png
%%DATADIR%%/pixmaps/filesaveall.png
%%DATADIR%%/pixmaps/filesaveas.png
+%%DATADIR%%/pixmaps/fflogo.png
+%%DATADIR%%/pixmaps/fflogo13.png
+%%DATADIR%%/pixmaps/ffsplash1.png
+%%DATADIR%%/pixmaps/ffsplash2.png
+%%DATADIR%%/pixmaps/ffsplash3.png
+%%DATADIR%%/pixmaps/fileclose2.png
+%%DATADIR%%/pixmaps/filedisplay.png
+%%DATADIR%%/pixmaps/findinter.png
+%%DATADIR%%/pixmaps/fliphor.png
+%%DATADIR%%/pixmaps/flipvert.png
+%%DATADIR%%/pixmaps/fontview2.xbm
%%DATADIR%%/pixmaps/helpabout.png
%%DATADIR%%/pixmaps/helphelp.png
%%DATADIR%%/pixmaps/helpindex.png
@@ -937,12 +275,17 @@ man/man1/sfddiff.1.gz
%%DATADIR%%/pixmaps/hintsclearvstems.png
%%DATADIR%%/pixmaps/hintsdontautohint.png
%%DATADIR%%/pixmaps/hintsreviewhints.png
+%%DATADIR%%/pixmaps/inline.png
+%%DATADIR%%/pixmaps/intersection.png
+%%DATADIR%%/pixmaps/logo.xbm
%%DATADIR%%/pixmaps/menuempty.png
%%DATADIR%%/pixmaps/metricscenter.png
%%DATADIR%%/pixmaps/metricssetlbearing.png
%%DATADIR%%/pixmaps/metricssetrbearing.png
%%DATADIR%%/pixmaps/metricssetvwidth.png
%%DATADIR%%/pixmaps/metricssetwidth.png
+%%DATADIR%%/pixmaps/oblique.png
+%%DATADIR%%/pixmaps/outline.png
%%DATADIR%%/pixmaps/overlapexclude.png
%%DATADIR%%/pixmaps/overlapfindinter.png
%%DATADIR%%/pixmaps/overlapintersection.png
@@ -1013,6 +356,7 @@ man/man1/sfddiff.1.gz
%%DATADIR%%/pixmaps/pointsmakearc.png
%%DATADIR%%/pixmaps/pointsmakeline.png
%%DATADIR%%/pixmaps/pointsnamecontour.png
+%%DATADIR%%/pixmaps/pointsnamepoint.png
%%DATADIR%%/pixmaps/pointsspironext.png
%%DATADIR%%/pixmaps/pointsspiroprev.png
%%DATADIR%%/pixmaps/pointstangent.png
@@ -1021,6 +365,23 @@ man/man1/sfddiff.1.gz
%%DATADIR%%/pixmaps/ptinfohvcurve.png
%%DATADIR%%/pixmaps/ptinfotangent.png
%%DATADIR%%/pixmaps/python.png
+%%DATADIR%%/pixmaps/radio_off.png
+%%DATADIR%%/pixmaps/radio_on.png
+%%DATADIR%%/pixmaps/resources
+%%DATADIR%%/pixmaps/rmoverlap.png
+%%DATADIR%%/pixmaps/rotate180.png
+%%DATADIR%%/pixmaps/rotateccw.png
+%%DATADIR%%/pixmaps/rotatecw.png
+%%DATADIR%%/pixmaps/selectblue.png
+%%DATADIR%%/pixmaps/selectcyan.png
+%%DATADIR%%/pixmaps/selectdefault.png
+%%DATADIR%%/pixmaps/selectgreen.png
+%%DATADIR%%/pixmaps/selectmagenta.png
+%%DATADIR%%/pixmaps/selectred.png
+%%DATADIR%%/pixmaps/selectwhite.png
+%%DATADIR%%/pixmaps/selectyellow.png
+%%DATADIR%%/pixmaps/shadow.png
+%%DATADIR%%/pixmaps/skew.png
%%DATADIR%%/pixmaps/styleschangeweight.png
%%DATADIR%%/pixmaps/styleschangexheight.png
%%DATADIR%%/pixmaps/stylesextendcondense.png
@@ -1032,6 +393,7 @@ man/man1/sfddiff.1.gz
%%DATADIR%%/pixmaps/stylessmallcaps.png
%%DATADIR%%/pixmaps/stylessubsuper.png
%%DATADIR%%/pixmaps/styleswireframe.png
+%%DATADIR%%/pixmaps/text12210.png
%%DATADIR%%/pixmaps/tools3drotate.png
%%DATADIR%%/pixmaps/toolselipse.png
%%DATADIR%%/pixmaps/toolsflip.png
@@ -1082,12 +444,29 @@ man/man1/sfddiff.1.gz
%%DATADIR%%/pixmaps/viewsmallersize.png
%%DATADIR%%/pixmaps/viewzoomin.png
%%DATADIR%%/pixmaps/viewzoomout.png
-%%PLUGINS%%%%DATADIR%%/plugins/gb12345.lai
-%%PLUGINS%%%%DATADIR%%/plugins/gb12345.o
-%%PLUGINS%%%%DATADIR%%/plugins/gb12345.so
-%%PLUGINS%%%%DATADIR%%/plugins/gb12345.so.0
-%%PLUGINS%%%%DATADIR%%/plugins/gb12345.so.0.0.0
-%%DATADIR%%/python/excepthook.py
+%%DATADIR%%/pixmaps/wireframe.png
+%%DATADIR%%/prefs
+%%PYTHON%%%%DATADIR%%/python/collab/sessionjoin-and-change-c.py
+%%PYTHON%%%%DATADIR%%/python/collab/sessionjoin-and-save-to-out.sfd.py
+%%PYTHON%%%%DATADIR%%/python/collab/sessionstart.py
+%%PYTHON%%%%DATADIR%%/python/collab/web-test-collab.py
+%%PYTHON%%%%DATADIR%%/python/excepthook.py
+%%DATADIR%%/python/gdraw/README
+%%DATADIR%%/python/gdraw/__init__.py
+%%DATADIR%%/python/gdraw/_gdraw.py
+%%DATADIR%%/python/gdraw/gdraw.html
+%%DATADIR%%/python/gdraw/gdraw.py
+%%DATADIR%%/python/webcollab.py
+%%PYTHON%%%%DATADIR%%/python/simple/expand-a.py
+%%PYTHON%%%%DATADIR%%/python/simple/load-font-and-show-name.py
+%%PYTHON%%%%DATADIR%%/python/test.sfd
+share/icons/hicolor/16x16/apps/fontforge.png
+share/icons/hicolor/22x22/apps/fontforge.png
+share/icons/hicolor/24x24/apps/fontforge.png
+share/icons/hicolor/256x256/apps/fontforge.png
+share/icons/hicolor/32x32/apps/fontforge.png
+share/icons/hicolor/48x48/apps/fontforge.png
+share/icons/hicolor/scalable/apps/fontforge.svg
share/locale/ca/LC_MESSAGES/FontForge.mo
share/locale/de/LC_MESSAGES/FontForge.mo
share/locale/el/LC_MESSAGES/FontForge.mo
@@ -1098,8 +477,10 @@ share/locale/it/LC_MESSAGES/FontForge.mo
share/locale/ja/LC_MESSAGES/FontForge.mo
share/locale/ml/LC_MESSAGES/FontForge.mo
share/locale/pl/LC_MESSAGES/FontForge.mo
+share/locale/pt/LC_MESSAGES/FontForge.mo
share/locale/ru/LC_MESSAGES/FontForge.mo
share/locale/uk/LC_MESSAGES/FontForge.mo
share/locale/vi/LC_MESSAGES/FontForge.mo
share/locale/zh_CN/LC_MESSAGES/FontForge.mo
share/locale/zh_TW/LC_MESSAGES/FontForge.mo
+share/mime/packages/fontforge.xml