svn commit: r376240 - in head/print/fontforge: . files

Thomas Zander riggs at FreeBSD.org
Sun Jan 4 15:48:28 UTC 2015


Author: riggs
Date: Sun Jan  4 15:48:25 2015
New Revision: 376240
URL: https://svnweb.freebsd.org/changeset/ports/376240
QAT: https://qat.redports.org/buildarchive/r376240/

Log:
  - Update to upstream version 20141126
  - Remove OPTIONS MULTILAYER, PLUGINS and PANGO
  - Simplify Makefile
  
  PR:		196300
  Submitted by:	cyberbotx at cyberbotx.com (maintainer)

Added:
  head/print/fontforge/files/patch-Makefile.am   (contents, props changed)
  head/print/fontforge/files/patch-configure.ac   (contents, props changed)
  head/print/fontforge/files/patch-fontforge_cvexport.c   (contents, props changed)
  head/print/fontforge/files/patch-fontforge_print.c   (contents, props changed)
  head/print/fontforge/files/patch-mk_layout.am   (contents, props changed)
Deleted:
  head/print/fontforge/files/patch-Makefile.dynamic.in
  head/print/fontforge/files/patch-configure
  head/print/fontforge/files/patch-fontforge_Makefile.dynamic.in
  head/print/fontforge/files/patch-fontforge_splineutil2.c
  head/print/fontforge/files/patch-plugins-Makefile.in
Modified:
  head/print/fontforge/Makefile
  head/print/fontforge/distinfo
  head/print/fontforge/pkg-plist

Modified: head/print/fontforge/Makefile
==============================================================================
--- head/print/fontforge/Makefile	Sun Jan  4 15:35:44 2015	(r376239)
+++ head/print/fontforge/Makefile	Sun Jan  4 15:48:25 2015	(r376240)
@@ -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 at 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
+
+PORTDOCS=	* .htaccess
 
-OPTIONS_DEFINE=	DOCS MULTILAYER FREETYPE PLUGINS PYTHON CAIRO PANGO
+OPTIONS_DEFINE=	DOCS FREETYPE CAIRO PYTHON
 OPTIONS_SUB=	yes
-OPTIONS_DEFAULT=	MULTILAYER PLUGINS
-MULTILAYER_DESC=	Type3/SVG multilayer font support
+FREETYPE_DESC=	Include freetype's internal debugger
 
-FREETYPE_LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2
-FREETYPE_CONFIGURE_ENABLE=	freetype
-FREETYPE_CONFIGURE_WITH=	freetype-bytecode
-
-MULTILAYER_CONFIGURE_ENABLE=	type3
-
-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)
-.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}
+CONFIGURE_ARGS+=	--disable-freetype-debugger
 .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>

Modified: head/print/fontforge/distinfo
==============================================================================
--- head/print/fontforge/distinfo	Sun Jan  4 15:35:44 2015	(r376239)
+++ head/print/fontforge/distinfo	Sun Jan  4 15:48:25 2015	(r376240)
@@ -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

Added: head/print/fontforge/files/patch-Makefile.am
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/fontforge/files/patch-Makefile.am	Sun Jan  4 15:48:25 2015	(r376240)
@@ -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.
+ 

Added: head/print/fontforge/files/patch-configure.ac
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/fontforge/files/patch-configure.ac	Sun Jan  4 15:48:25 2015	(r376240)
@@ -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}])

Added: head/print/fontforge/files/patch-fontforge_cvexport.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/fontforge/files/patch-fontforge_cvexport.c	Sun Jan  4 15:48:25 2015	(r376240)
@@ -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 );

Added: head/print/fontforge/files/patch-fontforge_print.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/fontforge/files/patch-fontforge_print.c	Sun Jan  4 15:48:25 2015	(r376240)
@@ -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" );

Added: head/print/fontforge/files/patch-mk_layout.am
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/fontforge/files/patch-mk_layout.am	Sun Jan  4 15:48:25 2015	(r376240)
@@ -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

Modified: head/print/fontforge/pkg-plist
==============================================================================
--- head/print/fontforge/pkg-plist	Sun Jan  4 15:35:44 2015	(r376239)
+++ head/print/fontforge/pkg-plist	Sun Jan  4 15:48:25 2015	(r376240)
@@ -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

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***


More information about the svn-ports-all mailing list