diff options
Diffstat (limited to 'print/fontforge')
-rw-r--r-- | print/fontforge/Makefile | 65 | ||||
-rw-r--r-- | print/fontforge/distinfo | 3 | ||||
-rw-r--r-- | print/fontforge/files/patch-Makefile.dynamic.in | 25 | ||||
-rw-r--r-- | print/fontforge/files/patch-Makefile.static.in | 25 | ||||
-rw-r--r-- | print/fontforge/files/patch-fontforge::Makefile.dynamic.in | 11 | ||||
-rw-r--r-- | print/fontforge/files/patch-fontforge::configure-pfaedit.h | 20 | ||||
-rw-r--r-- | print/fontforge/files/patch-pfaedit::Makefile.dynamic.in | 11 | ||||
-rw-r--r-- | print/fontforge/files/patch-pfaedit::configure-pfaededit.h | 20 | ||||
-rw-r--r-- | print/fontforge/pkg-descr | 12 | ||||
-rw-r--r-- | print/fontforge/pkg-plist | 413 |
10 files changed, 0 insertions, 605 deletions
diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile deleted file mode 100644 index 97b7bb918722..000000000000 --- a/print/fontforge/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -# New ports collection makefile for: pfaedit -# Date created: 25 March 2001 -# Whom: KANOU Hiroki <kanou@khdd.net> -# -# $FreeBSD$ -# - -PORTNAME= pfaedit -PORTVERSION= 20${DIST_VER} -CATEGORIES= print -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR = pfaedit -DISTFILES= ${EXTRACT_ONLY} -.if !defined(NOPORTDOCS) -DISTFILES+= ${DOCFILE} -.endif -EXTRACT_ONLY= ${PORTNAME}_full-${DIST_VER}.tgz cidmaps.tgz - -MAINTAINER= kanou@khdd.net -COMMENT= Type 1/TrueType/OpenType/bitmap font editor - -LIB_DEPENDS= uninameslist.0:${PORTSDIR}/textproc/libuninameslist \ - tiff.4:${PORTSDIR}/graphics/tiff \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png \ - ungif.5:${PORTSDIR}/graphics/libungif \ - freetype.9:${PORTSDIR}/print/freetype2 \ - xml2:${PORTSDIR}/textproc/libxml2 - -USE_GMAKE= yes -USE_XLIB= yes -GNU_CONFIGURE= yes -#CONFIGURE_SCRIPT= configure.static -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ - CFLAGS="${CFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2" -WRKSRC= ${WRKDIR}/${PORTNAME}-${DIST_VER} -INSTALLS_SHLIB= yes - -MAN1= pfaedit.1 sfddiff.1 - -DIST_VER= 031029 - -.if !defined (NOPORTDOCS) -DOCFILE= ${PORTNAME}_htdocs-${DIST_VER}.tgz -.endif - -.if !defined (NOPORTDOCS) -post-extract: - ${MKDIR} ${WRKDIR}/html ${WRKSRC}/cidmap - ${TAR} -xzC ${WRKDIR}/html -f ${DISTDIR}/${DOCFILE} - ${RM} ${WRKDIR}/html/cidmaps.tgz - ${MV} ${WRKDIR}/*.cidmap ${WRKSRC}/cidmap -.else - ${MKDIR} ${WRKSRC}/cidmap - ${MV} ${WRKDIR}/*.cidmap ${WRKSRC}/cidmap -.endif - -post-install: - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR} -.if !defined(NOPORTDOCS) - ${INSTALL_DATA} ${WRKDIR}/html/* ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/print/fontforge/distinfo b/print/fontforge/distinfo deleted file mode 100644 index 4ddb6e85735d..000000000000 --- a/print/fontforge/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pfaedit_full-031029.tgz) = cfe3d9e7fd88a7fa89f3e2ec82de5b4b -MD5 (cidmaps.tgz) = 542c4ddaaa6689de217d3a96678b4e69 -MD5 (pfaedit_htdocs-031029.tgz) = e61d565c758d703f5c02e3be4eb659fe diff --git a/print/fontforge/files/patch-Makefile.dynamic.in b/print/fontforge/files/patch-Makefile.dynamic.in deleted file mode 100644 index 1a9bd801c48b..000000000000 --- a/print/fontforge/files/patch-Makefile.dynamic.in +++ /dev/null @@ -1,25 +0,0 @@ ---- Makefile.dynamic.in.orig Tue Dec 3 10:07:14 2002 -+++ Makefile.dynamic.in Sun Apr 20 16:11:41 2003 -@@ -53,15 +53,16 @@ - mkdir -p $(bindir) - mkdir -p $(mandir)/man1 - mkdir -p $(sharedir) -- $(LIBTOOL) $(INSTALL) -c pfaedit/pfaedit $(bindir) -- $(LIBTOOL) $(INSTALL) -c pfaedit/sfddiff $(bindir) -- cp pfaedit/pfaedit-*.ui $(sharedir) -+ ${BSD_INSTALL_PROGRAM} pfaedit/.libs/pfaedit $(bindir) -+ ${BSD_INSTALL_PROGRAM} pfaedit/.libs/sfddiff $(bindir) -+ ${BSD_INSTALL_PROGRAM} pfaedit/.libs/acorn2sfd $(bindir) -+ ${BSD_INSTALL_DATA} pfaedit/pfaedit-*.ui $(sharedir) - #The next line will fail for most installs. If you have downloaded the cidmaps - # this will install them. If you haven't it won't. You only need the cidmaps - # if you are editing CID keyed files (and even then you can live without them -- -cp $(srcdir)/cidmap/*.cidmap $(sharedir) >/dev/null 2>&1 -- cp $(srcdir)/pfaedit/pfaedit.1 $(mandir)/man1 -- cp $(srcdir)/pfaedit/sfddiff.1 $(mandir)/man1 -+ ${BSD_INSTALL_DATA} $(srcdir)/cidmap/*.cidmap $(sharedir) >/dev/null 2>&1 -+ ${BSD_INSTALL_MAN} $(srcdir)/pfaedit/pfaedit.1 $(mandir)/man1 -+ ${BSD_INSTALL_MAN} $(srcdir)/pfaedit/sfddiff.1 $(mandir)/man1 - - uninstall: - -rm $(bindir)/pfaedit diff --git a/print/fontforge/files/patch-Makefile.static.in b/print/fontforge/files/patch-Makefile.static.in deleted file mode 100644 index a740eef7b0bf..000000000000 --- a/print/fontforge/files/patch-Makefile.static.in +++ /dev/null @@ -1,25 +0,0 @@ ---- Makefile.static.in.orig Thu Oct 24 03:34:40 2002 -+++ Makefile.static.in Sat Oct 26 01:55:17 2002 -@@ -39,15 +39,16 @@ - mkdir -p $(bindir) - mkdir -p $(mandir)/man1 - mkdir -p $(sharedir) -- cp pfaedit/pfaedit $(bindir) -- cp pfaedit/sfddiff $(bindir) -- cp pfaedit/pfaedit-*.ui $(sharedir) -+ ${BSD_INSTALL_PROGRAM} pfaedit/pfaedit $(bindir) -+ ${BSD_INSTALL_PROGRAM} pfaedit/sfddiff $(bindir) -+ ${BSD_INSTALL_PROGRAM} pfaedit/acorn2sfd $(bindir) -+ ${BSD_INSTALL_DATA} pfaedit/pfaedit-*.ui $(sharedir) - #The next line will fail for most installs. If you have downloaded the cidmaps - # this will install them. If you haven't it won't. You only need the cidmaps - # if you are editing CID keyed files (and even then you can live without them -- -cp $(srcdir)/cidmap/*.cidmap $(sharedir) >/dev/null 2>&1 -- cp $(srcdir)/pfaedit/pfaedit.1 $(mandir)/man1 -- cp $(srcdir)/pfaedit/sfddiff.1 $(mandir)/man1 -+ ${BSD_INSTALL_DATA} $(srcdir)/cidmap/*.cidmap $(sharedir) >/dev/null 2>&1 -+ ${BSD_INSTALL_MAN} $(srcdir)/pfaedit/pfaedit.1 $(mandir)/man1 -+ ${BSD_INSTALL_MAN} $(srcdir)/pfaedit/sfddiff.1 $(mandir)/man1 - - uninstall: - -rm $(bindir)/pfaedit 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 ab9e6dc4963b..000000000000 --- a/print/fontforge/files/patch-fontforge::Makefile.dynamic.in +++ /dev/null @@ -1,11 +0,0 @@ ---- pfaedit/Makefile.dynamic.in.orig Thu Mar 6 04:31:05 2003 -+++ pfaedit/Makefile.dynamic.in Sun Apr 20 16:58:21 2003 -@@ -47,7 +47,7 @@ - $(X_PRE_LIBS) $(X_11LIB) $(X_EXTRA_LIBS) @LIBS@ $(STATIC_LIBS) -L/usr/lib -lm - DLIBS = -rpath $(libdir) ../libgunicode.la -lm - --all: pfaedit-en.ui pfaedit sfddiff -+all: pfaedit-en.ui pfaedit sfddiff acorn2sfd - - pfaedit: nomen.h $(pfaedit_OBJECTS) - $(LIBTOOL) $(CC) -o pfaedit $(pfaedit_OBJECTS) $(LIBS) diff --git a/print/fontforge/files/patch-fontforge::configure-pfaedit.h b/print/fontforge/files/patch-fontforge::configure-pfaedit.h deleted file mode 100644 index 2f2d01191cdf..000000000000 --- a/print/fontforge/files/patch-fontforge::configure-pfaedit.h +++ /dev/null @@ -1,20 +0,0 @@ ---- pfaedit/configure-pfaedit.h.orig Tue May 13 03:20:08 2003 -+++ pfaedit/configure-pfaedit.h Tue May 13 10:24:58 2003 -@@ -31,7 +31,7 @@ - /* don't include code for it by default, but if you do want it simply define */ - /* the following macro */ - /* */ --/* #define PFAEDIT_CONFIG_TILEPATH */ -+#define PFAEDIT_CONFIG_TILEPATH - /* */ - /* The tile path command uses the contents of the clipboard as a tile which is*/ - /* applied to any selected paths, replacing them. It could be used to make a */ -@@ -42,7 +42,7 @@ - /* routine. I'm not sure that it's very useful though. It can be used to do */ - /* perspective transformations and such */ - /* */ --/* #define PFAEDIT_CONFIG_NONLINEAR */ -+#define PFAEDIT_CONFIG_NONLINEAR - /* */ - /* This command takes two strings which specify general expressions in x and y*/ - /* and applies the specified transformations to the splines. Note: Each */ diff --git a/print/fontforge/files/patch-pfaedit::Makefile.dynamic.in b/print/fontforge/files/patch-pfaedit::Makefile.dynamic.in deleted file mode 100644 index ab9e6dc4963b..000000000000 --- a/print/fontforge/files/patch-pfaedit::Makefile.dynamic.in +++ /dev/null @@ -1,11 +0,0 @@ ---- pfaedit/Makefile.dynamic.in.orig Thu Mar 6 04:31:05 2003 -+++ pfaedit/Makefile.dynamic.in Sun Apr 20 16:58:21 2003 -@@ -47,7 +47,7 @@ - $(X_PRE_LIBS) $(X_11LIB) $(X_EXTRA_LIBS) @LIBS@ $(STATIC_LIBS) -L/usr/lib -lm - DLIBS = -rpath $(libdir) ../libgunicode.la -lm - --all: pfaedit-en.ui pfaedit sfddiff -+all: pfaedit-en.ui pfaedit sfddiff acorn2sfd - - pfaedit: nomen.h $(pfaedit_OBJECTS) - $(LIBTOOL) $(CC) -o pfaedit $(pfaedit_OBJECTS) $(LIBS) diff --git a/print/fontforge/files/patch-pfaedit::configure-pfaededit.h b/print/fontforge/files/patch-pfaedit::configure-pfaededit.h deleted file mode 100644 index 2f2d01191cdf..000000000000 --- a/print/fontforge/files/patch-pfaedit::configure-pfaededit.h +++ /dev/null @@ -1,20 +0,0 @@ ---- pfaedit/configure-pfaedit.h.orig Tue May 13 03:20:08 2003 -+++ pfaedit/configure-pfaedit.h Tue May 13 10:24:58 2003 -@@ -31,7 +31,7 @@ - /* don't include code for it by default, but if you do want it simply define */ - /* the following macro */ - /* */ --/* #define PFAEDIT_CONFIG_TILEPATH */ -+#define PFAEDIT_CONFIG_TILEPATH - /* */ - /* The tile path command uses the contents of the clipboard as a tile which is*/ - /* applied to any selected paths, replacing them. It could be used to make a */ -@@ -42,7 +42,7 @@ - /* routine. I'm not sure that it's very useful though. It can be used to do */ - /* perspective transformations and such */ - /* */ --/* #define PFAEDIT_CONFIG_NONLINEAR */ -+#define PFAEDIT_CONFIG_NONLINEAR - /* */ - /* This command takes two strings which specify general expressions in x and y*/ - /* and applies the specified transformations to the splines. Note: Each */ diff --git a/print/fontforge/pkg-descr b/print/fontforge/pkg-descr deleted file mode 100644 index 049cf6e9a791..000000000000 --- a/print/fontforge/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -PfaEdit is a PostScript font editor which can create and modify outline -fonts in Type 1, CID-Keyed Fonts, TrueType, or OpenType format. It can -generate bitmaps and save in BDF format or embedded bitmaps in TrueType/ -OpenType fonts. - -If you have installed AutoTrace Version 0.28 or newer (older versions -are incompatible to this version of PfaEdit), you can generate outlines -from imported bitmap images. - -For more information, see - -WWW: http://PfaEdit.sourceforge.net/ diff --git a/print/fontforge/pkg-plist b/print/fontforge/pkg-plist deleted file mode 100644 index 7410f7208647..000000000000 --- a/print/fontforge/pkg-plist +++ /dev/null @@ -1,413 +0,0 @@ -bin/pfaedit -bin/sfddiff -bin/acorn2sfd -lib/libgdraw.la -lib/libgdraw.so -lib/libgdraw.so.1 -lib/libgunicode.la -lib/libgunicode.so -lib/libgunicode.so.2 -%%PORTDOCS%%share/doc/pfaedit/AA-Comparison.html -%%PORTDOCS%%share/doc/pfaedit/AmbrosiaFV-bm.png -%%PORTDOCS%%share/doc/pfaedit/AmbrosiaFV.png -%%PORTDOCS%%share/doc/pfaedit/Anna.gif -%%PORTDOCS%%share/doc/pfaedit/Antigone.gif -%%PORTDOCS%%share/doc/pfaedit/BDFgrey.html -%%PORTDOCS%%share/doc/pfaedit/BethSans.png -%%PORTDOCS%%share/doc/pfaedit/BethSerif.png -%%PORTDOCS%%share/doc/pfaedit/Bezier.gif -%%PORTDOCS%%share/doc/pfaedit/Big5.txt -%%PORTDOCS%%share/doc/pfaedit/BitmapView.png -%%PORTDOCS%%share/doc/pfaedit/C1.png -%%PORTDOCS%%share/doc/pfaedit/C10.png -%%PORTDOCS%%share/doc/pfaedit/C2.png -%%PORTDOCS%%share/doc/pfaedit/C3.png -%%PORTDOCS%%share/doc/pfaedit/C4.png -%%PORTDOCS%%share/doc/pfaedit/C5.png -%%PORTDOCS%%share/doc/pfaedit/C6.png -%%PORTDOCS%%share/doc/pfaedit/C7.png -%%PORTDOCS%%share/doc/pfaedit/C8.png -%%PORTDOCS%%share/doc/pfaedit/C9.png -%%PORTDOCS%%share/doc/pfaedit/CaslonOriginality.png -%%PORTDOCS%%share/doc/pfaedit/CharPrint.png -%%PORTDOCS%%share/doc/pfaedit/CharView.png -%%PORTDOCS%%share/doc/pfaedit/Constrain1_1.png -%%PORTDOCS%%share/doc/pfaedit/Constrain1_2.png -%%PORTDOCS%%share/doc/pfaedit/Constrain2_1.png -%%PORTDOCS%%share/doc/pfaedit/Constrain2_2.png -%%PORTDOCS%%share/doc/pfaedit/CyrilItalicComp.png -%%PORTDOCS%%share/doc/pfaedit/DisplayFonts.png -%%PORTDOCS%%share/doc/pfaedit/Eback.png -%%PORTDOCS%%share/doc/pfaedit/EbackTtf.png -%%PORTDOCS%%share/doc/pfaedit/Efore.png -%%PORTDOCS%%share/doc/pfaedit/EforeTtf.png -%%PORTDOCS%%share/doc/pfaedit/Ehinted.png -%%PORTDOCS%%share/doc/pfaedit/EhintedTtf.png -%%PORTDOCS%%share/doc/pfaedit/Encodings.ps.gz -%%PORTDOCS%%share/doc/pfaedit/FVHMetrics.png -%%PORTDOCS%%share/doc/pfaedit/FVVMetrics.png -%%PORTDOCS%%share/doc/pfaedit/FontDisplay.png -%%PORTDOCS%%share/doc/pfaedit/FontSample.png -%%PORTDOCS%%share/doc/pfaedit/GSUB-Order.png -%%PORTDOCS%%share/doc/pfaedit/GenerateFamily.png -%%PORTDOCS%%share/doc/pfaedit/GenerateOptions.png -%%PORTDOCS%%share/doc/pfaedit/GlossaryFS.html -%%PORTDOCS%%share/doc/pfaedit/GlossaryFrame.html -%%PORTDOCS%%share/doc/pfaedit/GridFit.png -%%PORTDOCS%%share/doc/pfaedit/GridFitM.png -%%PORTDOCS%%share/doc/pfaedit/H-bm.png -%%PORTDOCS%%share/doc/pfaedit/H-gm.png -%%PORTDOCS%%share/doc/pfaedit/HI.hints.png -%%PORTDOCS%%share/doc/pfaedit/HI.nohints.png -%%PORTDOCS%%share/doc/pfaedit/HebrewMetrics.png -%%PORTDOCS%%share/doc/pfaedit/Hints.png -%%PORTDOCS%%share/doc/pfaedit/HotKeys.html -%%PORTDOCS%%share/doc/pfaedit/IndexFS.html -%%PORTDOCS%%share/doc/pfaedit/IndexFrame.html -%%PORTDOCS%%share/doc/pfaedit/ItalicCompCaslon.png -%%PORTDOCS%%share/doc/pfaedit/ItalicCompGalliard.png -%%PORTDOCS%%share/doc/pfaedit/KernPairs.png -%%PORTDOCS%%share/doc/pfaedit/LICENSE -%%PORTDOCS%%share/doc/pfaedit/MacFeatName.png -%%PORTDOCS%%share/doc/pfaedit/MacMapping.png -%%PORTDOCS%%share/doc/pfaedit/MacOSX.html -%%PORTDOCS%%share/doc/pfaedit/MetaFont.html -%%PORTDOCS%%share/doc/pfaedit/MetricsView.png -%%PORTDOCS%%share/doc/pfaedit/MultiPrint.png -%%PORTDOCS%%share/doc/pfaedit/NoPointHint.png -%%PORTDOCS%%share/doc/pfaedit/OutlineInline.png -%%PORTDOCS%%share/doc/pfaedit/PageSetup.png -%%PORTDOCS%%share/doc/pfaedit/PfaEdit-TeX.html -%%PORTDOCS%%share/doc/pfaedit/PfaEdits.gif -%%PORTDOCS%%share/doc/pfaedit/Print.png -%%PORTDOCS%%share/doc/pfaedit/Problems-MacOSX.html -%%PORTDOCS%%share/doc/pfaedit/ReviewHints.png -%%PORTDOCS%%share/doc/pfaedit/SelectByATT.png -%%PORTDOCS%%share/doc/pfaedit/Shades.png -%%PORTDOCS%%share/doc/pfaedit/Shades2.png -%%PORTDOCS%%share/doc/pfaedit/Shades4.png -%%PORTDOCS%%share/doc/pfaedit/Shadow.png -%%PORTDOCS%%share/doc/pfaedit/ShadowWireframe.png -%%PORTDOCS%%share/doc/pfaedit/ShowGridFit.png -%%PORTDOCS%%share/doc/pfaedit/Spacem_1.png -%%PORTDOCS%%share/doc/pfaedit/Spacem_2.png -%%PORTDOCS%%share/doc/pfaedit/Sti.png -%%PORTDOCS%%share/doc/pfaedit/Sti2.png -%%PORTDOCS%%share/doc/pfaedit/Sti3.png -%%PORTDOCS%%share/doc/pfaedit/Sti4.png -%%PORTDOCS%%share/doc/pfaedit/Sti5.png -%%PORTDOCS%%share/doc/pfaedit/Sti6.png -%%PORTDOCS%%share/doc/pfaedit/Sxi.png -%%PORTDOCS%%share/doc/pfaedit/Sxiti.png -%%PORTDOCS%%share/doc/pfaedit/Sxiti2.png -%%PORTDOCS%%share/doc/pfaedit/Sxiti3.png -%%PORTDOCS%%share/doc/pfaedit/TTPoints.png -%%PORTDOCS%%share/doc/pfaedit/TTRegisters.png -%%PORTDOCS%%share/doc/pfaedit/TTStack.png -%%PORTDOCS%%share/doc/pfaedit/TTStorage.png -%%PORTDOCS%%share/doc/pfaedit/TilePath.png -%%PORTDOCS%%share/doc/pfaedit/To-kerned.png -%%PORTDOCS%%share/doc/pfaedit/To-unkerned.png -%%PORTDOCS%%share/doc/pfaedit/TrueOpenTables.html -%%PORTDOCS%%share/doc/pfaedit/VerticalMetrics.png -%%PORTDOCS%%share/doc/pfaedit/a_dieresis_macron.png -%%PORTDOCS%%share/doc/pfaedit/a_with_anchor.png -%%PORTDOCS%%share/doc/pfaedit/aacutebase.png -%%PORTDOCS%%share/doc/pfaedit/aacutemid.png -%%PORTDOCS%%share/doc/pfaedit/accented.html -%%PORTDOCS%%share/doc/pfaedit/acenter.png -%%PORTDOCS%%share/doc/pfaedit/acorn2sfd.html -%%PORTDOCS%%share/doc/pfaedit/agetinfo.png -%%PORTDOCS%%share/doc/pfaedit/agrave_anchored.png -%%PORTDOCS%%share/doc/pfaedit/ahighest.png -%%PORTDOCS%%share/doc/pfaedit/autokern.png -%%PORTDOCS%%share/doc/pfaedit/autowidth.html -%%PORTDOCS%%share/doc/pfaedit/autowidth.png -%%PORTDOCS%%share/doc/pfaedit/autowidthmenu.png -%%PORTDOCS%%share/doc/pfaedit/bezier.gif -%%PORTDOCS%%share/doc/pfaedit/bezier.html -%%PORTDOCS%%share/doc/pfaedit/bibliography.html -%%PORTDOCS%%share/doc/pfaedit/bitmapchar.png -%%PORTDOCS%%share/doc/pfaedit/bitmapsavail.png -%%PORTDOCS%%share/doc/pfaedit/bitmapview.html -%%PORTDOCS%%share/doc/pfaedit/bvlayers.png -%%PORTDOCS%%share/doc/pfaedit/bvtools.png -%%PORTDOCS%%share/doc/pfaedit/cap-height.png -%%PORTDOCS%%share/doc/pfaedit/changelog.html -%%PORTDOCS%%share/doc/pfaedit/charinfo-akhn.png -%%PORTDOCS%%share/doc/pfaedit/charinfo-comment.png -%%PORTDOCS%%share/doc/pfaedit/charinfo-comp.png -%%PORTDOCS%%share/doc/pfaedit/charinfo-lig.png -%%PORTDOCS%%share/doc/pfaedit/charinfo-pos.png -%%PORTDOCS%%share/doc/pfaedit/charinfo-subs.png -%%PORTDOCS%%share/doc/pfaedit/charinfo.html -%%PORTDOCS%%share/doc/pfaedit/charinfo.png -%%PORTDOCS%%share/doc/pfaedit/charview-vert.png -%%PORTDOCS%%share/doc/pfaedit/charview.html -%%PORTDOCS%%share/doc/pfaedit/charview2.png -%%PORTDOCS%%share/doc/pfaedit/cidmenu.html -%%PORTDOCS%%share/doc/pfaedit/cliargs.html -%%PORTDOCS%%share/doc/pfaedit/contextchain.html -%%PORTDOCS%%share/doc/pfaedit/contextchain-class.png -%%PORTDOCS%%share/doc/pfaedit/contextchain-classlist.png -%%PORTDOCS%%share/doc/pfaedit/contextchain-coverage.png -%%PORTDOCS%%share/doc/pfaedit/contextchain-cselect.png -%%PORTDOCS%%share/doc/pfaedit/contextchain-format.png -%%PORTDOCS%%share/doc/pfaedit/contextchain-glyphlists.png -%%PORTDOCS%%share/doc/pfaedit/contextchain-pickglyph.png -%%PORTDOCS%%share/doc/pfaedit/contextchain-rcover.png -%%PORTDOCS%%share/doc/pfaedit/contextchain-seqlookup.png -%%PORTDOCS%%share/doc/pfaedit/copyfeatures.png -%%PORTDOCS%%share/doc/pfaedit/corpchar.html -%%PORTDOCS%%share/doc/pfaedit/corpchar.txt -%%PORTDOCS%%share/doc/pfaedit/cpodd.png -%%PORTDOCS%%share/doc/pfaedit/cvdebug.png -%%PORTDOCS%%share/doc/pfaedit/cvt-to-mac.png -%%PORTDOCS%%share/doc/pfaedit/diffs.html -%%PORTDOCS%%share/doc/pfaedit/display.html -%%PORTDOCS%%share/doc/pfaedit/document.nvd -%%PORTDOCS%%share/doc/pfaedit/editexample.html -%%PORTDOCS%%share/doc/pfaedit/editexample2.html -%%PORTDOCS%%share/doc/pfaedit/editexample3.html -%%PORTDOCS%%share/doc/pfaedit/editexample4.html -%%PORTDOCS%%share/doc/pfaedit/editexample5.html -%%PORTDOCS%%share/doc/pfaedit/editexample6.html -%%PORTDOCS%%share/doc/pfaedit/editexample7.html -%%PORTDOCS%%share/doc/pfaedit/editmenu.html -%%PORTDOCS%%share/doc/pfaedit/edittransition-context.png -%%PORTDOCS%%share/doc/pfaedit/edittransition-indic.png -%%PORTDOCS%%share/doc/pfaedit/edittransition-insert.png -%%PORTDOCS%%share/doc/pfaedit/elementmenu.html -%%PORTDOCS%%share/doc/pfaedit/englishkernpairs.txt -%%PORTDOCS%%share/doc/pfaedit/errrecovery.html -%%PORTDOCS%%share/doc/pfaedit/exclude-post.png -%%PORTDOCS%%share/doc/pfaedit/exclude-pre.png -%%PORTDOCS%%share/doc/pfaedit/expand-joint-post.png -%%PORTDOCS%%share/doc/pfaedit/expand-joint-pre.png -%%PORTDOCS%%share/doc/pfaedit/expand-post.png -%%PORTDOCS%%share/doc/pfaedit/expand-pre.png -%%PORTDOCS%%share/doc/pfaedit/expandedlines.png -%%PORTDOCS%%share/doc/pfaedit/expandstroke.png -%%PORTDOCS%%share/doc/pfaedit/f+i.png -%%PORTDOCS%%share/doc/pfaedit/faq.html -%%PORTDOCS%%share/doc/pfaedit/faqFS.html -%%PORTDOCS%%share/doc/pfaedit/faqFrame.html -%%PORTDOCS%%share/doc/pfaedit/featsetdlg.png -%%PORTDOCS%%share/doc/pfaedit/feature-tag-pos.png -%%PORTDOCS%%share/doc/pfaedit/feature-tag-sub.png -%%PORTDOCS%%share/doc/pfaedit/ffi-caret.png -%%PORTDOCS%%share/doc/pfaedit/ffi-moved.png -%%PORTDOCS%%share/doc/pfaedit/ffi-refs.png -%%PORTDOCS%%share/doc/pfaedit/ffi-rmoverlap.png -%%PORTDOCS%%share/doc/pfaedit/ffi-unlink.png -%%PORTDOCS%%share/doc/pfaedit/fi.png -%%PORTDOCS%%share/doc/pfaedit/filemenu.html -%%PORTDOCS%%share/doc/pfaedit/files.html -%%PORTDOCS%%share/doc/pfaedit/findprobs.png -%%PORTDOCS%%share/doc/pfaedit/findprobs-att.png -%%PORTDOCS%%share/doc/pfaedit/findprobs-cid.png -%%PORTDOCS%%share/doc/pfaedit/findprobs-hint.png -%%PORTDOCS%%share/doc/pfaedit/findprobs-paths.png -%%PORTDOCS%%share/doc/pfaedit/findprobs-random.png -%%PORTDOCS%%share/doc/pfaedit/findprobs-refs.png -%%PORTDOCS%%share/doc/pfaedit/fontinfo-anchors.png -%%PORTDOCS%%share/doc/pfaedit/fontinfo-cid.png -%%PORTDOCS%%share/doc/pfaedit/fontinfo-comment.png -%%PORTDOCS%%share/doc/pfaedit/fontinfo-context.png -%%PORTDOCS%%share/doc/pfaedit/fontinfo-encoding.png -%%PORTDOCS%%share/doc/pfaedit/fontinfo-macfeat.png -%%PORTDOCS%%share/doc/pfaedit/fontinfo-panose.png -%%PORTDOCS%%share/doc/pfaedit/fontinfo-private.png -%%PORTDOCS%%share/doc/pfaedit/fontinfo-ps.png -%%PORTDOCS%%share/doc/pfaedit/fontinfo-statemach.png -%%PORTDOCS%%share/doc/pfaedit/fontinfo-tex.png -%%PORTDOCS%%share/doc/pfaedit/fontinfo-ttfname.png -%%PORTDOCS%%share/doc/pfaedit/fontinfo-ttfvals.png -%%PORTDOCS%%share/doc/pfaedit/fontinfo.html -%%PORTDOCS%%share/doc/pfaedit/fontinfo.png -%%PORTDOCS%%share/doc/pfaedit/fontutils.html -%%PORTDOCS%%share/doc/pfaedit/fontview-cid.png -%%PORTDOCS%%share/doc/pfaedit/fontview.fr.png -%%PORTDOCS%%share/doc/pfaedit/fontview.html -%%PORTDOCS%%share/doc/pfaedit/fontview.ru.png -%%PORTDOCS%%share/doc/pfaedit/freehandctl.png -%%PORTDOCS%%share/doc/pfaedit/future.html -%%PORTDOCS%%share/doc/pfaedit/generate.html -%%PORTDOCS%%share/doc/pfaedit/generate.png -%%PORTDOCS%%share/doc/pfaedit/getinfo.html -%%PORTDOCS%%share/doc/pfaedit/glossary.html -%%PORTDOCS%%share/doc/pfaedit/gposgsub.html -%%PORTDOCS%%share/doc/pfaedit/grave_with_anchor.png -%%PORTDOCS%%share/doc/pfaedit/greymapedit.png -%%PORTDOCS%%share/doc/pfaedit/greymapsavail.png -%%PORTDOCS%%share/doc/pfaedit/helpmenu.html -%%PORTDOCS%%share/doc/pfaedit/hexley.png -%%PORTDOCS%%share/doc/pfaedit/hinting.html -%%PORTDOCS%%share/doc/pfaedit/hintsmenu.html -%%PORTDOCS%%share/doc/pfaedit/histogram.html -%%PORTDOCS%%share/doc/pfaedit/histogram.png -%%PORTDOCS%%share/doc/pfaedit/i1.png -%%PORTDOCS%%share/doc/pfaedit/i2.png -%%PORTDOCS%%share/doc/pfaedit/i3.png -%%PORTDOCS%%share/doc/pfaedit/i4.png -%%PORTDOCS%%share/doc/pfaedit/index.html -%%PORTDOCS%%share/doc/pfaedit/intersect-post.png -%%PORTDOCS%%share/doc/pfaedit/k1.png -%%PORTDOCS%%share/doc/pfaedit/k2.png -%%PORTDOCS%%share/doc/pfaedit/k3.png -%%PORTDOCS%%share/doc/pfaedit/k4.png -%%PORTDOCS%%share/doc/pfaedit/k5.png -%%PORTDOCS%%share/doc/pfaedit/k6.png -%%PORTDOCS%%share/doc/pfaedit/kanjichar.png -%%PORTDOCS%%share/doc/pfaedit/kanjifont.png -%%PORTDOCS%%share/doc/pfaedit/kernbyclasses.png -%%PORTDOCS%%share/doc/pfaedit/kerningclass.png -%%PORTDOCS%%share/doc/pfaedit/kerningclass-kern.png -%%PORTDOCS%%share/doc/pfaedit/kernpairs.html -%%PORTDOCS%%share/doc/pfaedit/l1.png -%%PORTDOCS%%share/doc/pfaedit/l10.png -%%PORTDOCS%%share/doc/pfaedit/l2.png -%%PORTDOCS%%share/doc/pfaedit/l3.png -%%PORTDOCS%%share/doc/pfaedit/l4.png -%%PORTDOCS%%share/doc/pfaedit/l5.png -%%PORTDOCS%%share/doc/pfaedit/l6.png -%%PORTDOCS%%share/doc/pfaedit/l7.png -%%PORTDOCS%%share/doc/pfaedit/l8.png -%%PORTDOCS%%share/doc/pfaedit/l9.png -%%PORTDOCS%%share/doc/pfaedit/langdlg.png -%%PORTDOCS%%share/doc/pfaedit/layers.png -%%PORTDOCS%%share/doc/pfaedit/lcani.gif -%%PORTDOCS%%share/doc/pfaedit/lcdigits.png -%%PORTDOCS%%share/doc/pfaedit/license.html -%%PORTDOCS%%share/doc/pfaedit/locale.html -%%PORTDOCS%%share/doc/pfaedit/logo3.gif -%%PORTDOCS%%share/doc/pfaedit/lparen-108.png -%%PORTDOCS%%share/doc/pfaedit/lparen-174.png -%%PORTDOCS%%share/doc/pfaedit/macFeatureSetting.png -%%PORTDOCS%%share/doc/pfaedit/macfeature.png -%%PORTDOCS%%share/doc/pfaedit/macformats.html -%%PORTDOCS%%share/doc/pfaedit/mad.html -%%PORTDOCS%%share/doc/pfaedit/mergepost.png -%%PORTDOCS%%share/doc/pfaedit/mergepre.png -%%PORTDOCS%%share/doc/pfaedit/metricsmenu.html -%%PORTDOCS%%share/doc/pfaedit/metricsview.html -%%PORTDOCS%%share/doc/pfaedit/newanchor.png -%%PORTDOCS%%share/doc/pfaedit/newfont.png -%%PORTDOCS%%share/doc/pfaedit/non-standard.html -%%PORTDOCS%%share/doc/pfaedit/o-baddir.png -%%PORTDOCS%%share/doc/pfaedit/o1.png -%%PORTDOCS%%share/doc/pfaedit/o2.png -%%PORTDOCS%%share/doc/pfaedit/o3.png -%%PORTDOCS%%share/doc/pfaedit/o4.png -%%PORTDOCS%%share/doc/pfaedit/o5.png -%%PORTDOCS%%share/doc/pfaedit/oldchangelog.html -%%PORTDOCS%%share/doc/pfaedit/otherlinks.html -%%PORTDOCS%%share/doc/pfaedit/outlinechar.png -%%PORTDOCS%%share/doc/pfaedit/overlappedlines.png -%%PORTDOCS%%share/doc/pfaedit/overshoot.png -%%PORTDOCS%%share/doc/pfaedit/overview.html -%%PORTDOCS%%share/doc/pfaedit/pcf-format.html -%%PORTDOCS%%share/doc/pfaedit/pfaeditmath.html -%%PORTDOCS%%share/doc/pfaedit/phi-hints-filled.png -%%PORTDOCS%%share/doc/pfaedit/phi-hints-outline.png -%%PORTDOCS%%share/doc/pfaedit/phi-nohints-filled.png -%%PORTDOCS%%share/doc/pfaedit/phi-nohints-outline.png -%%PORTDOCS%%share/doc/pfaedit/pnts.gif -%%PORTDOCS%%share/doc/pfaedit/pointinfo.png -%%PORTDOCS%%share/doc/pfaedit/pointmenu.html -%%PORTDOCS%%share/doc/pfaedit/prefs-apps.png -%%PORTDOCS%%share/doc/pfaedit/prefs-editing.png -%%PORTDOCS%%share/doc/pfaedit/prefs-font.png -%%PORTDOCS%%share/doc/pfaedit/prefs-generic.png -%%PORTDOCS%%share/doc/pfaedit/prefs-macfeat.png -%%PORTDOCS%%share/doc/pfaedit/prefs-macmap.png -%%PORTDOCS%%share/doc/pfaedit/prefs-macset.png -%%PORTDOCS%%share/doc/pfaedit/prefs-script.png -%%PORTDOCS%%share/doc/pfaedit/prefs.html -%%PORTDOCS%%share/doc/pfaedit/print.html -%%PORTDOCS%%share/doc/pfaedit/privatekey.png -%%PORTDOCS%%share/doc/pfaedit/privatekeymenu.png -%%PORTDOCS%%share/doc/pfaedit/problems.html -%%PORTDOCS%%share/doc/pfaedit/quadbezier.gif -%%PORTDOCS%%share/doc/pfaedit/quadraticspline.png -%%PORTDOCS%%share/doc/pfaedit/quotations.html -%%PORTDOCS%%share/doc/pfaedit/realindex.html -%%PORTDOCS%%share/doc/pfaedit/removefeature.png -%%PORTDOCS%%share/doc/pfaedit/retagfeature.png -%%PORTDOCS%%share/doc/pfaedit/rgetinfo.png -%%PORTDOCS%%share/doc/pfaedit/rparen-108.png -%%PORTDOCS%%share/doc/pfaedit/rparen-174.png -%%PORTDOCS%%share/doc/pfaedit/rplref.png -%%PORTDOCS%%share/doc/pfaedit/rplserifs.png -%%PORTDOCS%%share/doc/pfaedit/sans-serif-def.png -%%PORTDOCS%%share/doc/pfaedit/scripting.html -%%PORTDOCS%%share/doc/pfaedit/scriptlist-pulldown.png -%%PORTDOCS%%share/doc/pfaedit/scriptlist.png -%%PORTDOCS%%share/doc/pfaedit/scriptnotes.html -%%PORTDOCS%%share/doc/pfaedit/scriptsdlg.png -%%PORTDOCS%%share/doc/pfaedit/search.html -%%PORTDOCS%%share/doc/pfaedit/selectbyatt.html -%%PORTDOCS%%share/doc/pfaedit/selections.html -%%PORTDOCS%%share/doc/pfaedit/serif-def.png -%%PORTDOCS%%share/doc/pfaedit/serif.png -%%PORTDOCS%%share/doc/pfaedit/serif2.png -%%PORTDOCS%%share/doc/pfaedit/setwidth.png -%%PORTDOCS%%share/doc/pfaedit/sfd.html -%%PORTDOCS%%share/doc/pfaedit/sfddiff.html -%%PORTDOCS%%share/doc/pfaedit/sfdformat.html -%%PORTDOCS%%share/doc/pfaedit/sidebearings.png -%%PORTDOCS%%share/doc/pfaedit/showatt.html -%%PORTDOCS%%share/doc/pfaedit/showatt.png -%%PORTDOCS%%share/doc/pfaedit/splash.png -%%PORTDOCS%%share/doc/pfaedit/splinefont.html -%%PORTDOCS%%share/doc/pfaedit/splines.gif -%%PORTDOCS%%share/doc/pfaedit/src.html -%%PORTDOCS%%share/doc/pfaedit/statemachine-class.png -%%PORTDOCS%%share/doc/pfaedit/statemachine-context.png -%%PORTDOCS%%share/doc/pfaedit/statemachine-indic.png -%%PORTDOCS%%share/doc/pfaedit/statemachine-insert.png -%%PORTDOCS%%share/doc/pfaedit/statemachine.html -%%PORTDOCS%%share/doc/pfaedit/strokechar.png -%%PORTDOCS%%share/doc/pfaedit/tilepath-center.png -%%PORTDOCS%%share/doc/pfaedit/tilepath-final.png -%%PORTDOCS%%share/doc/pfaedit/tilepath-left.png -%%PORTDOCS%%share/doc/pfaedit/tilepath-orig.png -%%PORTDOCS%%share/doc/pfaedit/tilepath-right.png -%%PORTDOCS%%share/doc/pfaedit/tilepath-scale.png -%%PORTDOCS%%share/doc/pfaedit/tilepath-selection.png -%%PORTDOCS%%share/doc/pfaedit/tilepath-tile.png -%%PORTDOCS%%share/doc/pfaedit/tilepath-ts.png -%%PORTDOCS%%share/doc/pfaedit/tilepath.html -%%PORTDOCS%%share/doc/pfaedit/tools.png -%%PORTDOCS%%share/doc/pfaedit/transform.html -%%PORTDOCS%%share/doc/pfaedit/transform.png -%%PORTDOCS%%share/doc/pfaedit/transition-context.png -%%PORTDOCS%%share/doc/pfaedit/transition-indic.png -%%PORTDOCS%%share/doc/pfaedit/transition-insert.png -%%PORTDOCS%%share/doc/pfaedit/ttfinstrs.html -%%PORTDOCS%%share/doc/pfaedit/ttfinstrs-edit.png -%%PORTDOCS%%share/doc/pfaedit/ttfinstrs-view.png -%%PORTDOCS%%share/doc/pfaedit/twolines.png -%%PORTDOCS%%share/doc/pfaedit/typofeat.html -%%PORTDOCS%%share/doc/pfaedit/viewmenu.html -%%PORTDOCS%%share/doc/pfaedit/views.html -%%PORTDOCS%%share/doc/pfaedit/wacom.html -%%PORTDOCS%%share/doc/pfaedit/windowmenu.html -%%PORTDOCS%%share/doc/pfaedit/x-height.png -%%PORTDOCS%%share/doc/pfaedit/xim.html -%%PORTDOCS%%share/doc/pfaedit/xres.html -share/pfaedit/Adobe-CNS1-4.cidmap -share/pfaedit/Adobe-GB1-4.cidmap -share/pfaedit/Adobe-Identity-0.cidmap -share/pfaedit/Adobe-Japan1-5.cidmap -share/pfaedit/Adobe-Japan2-0.cidmap -share/pfaedit/Adobe-Korea1-2.cidmap -share/pfaedit/pfaedit-de.ui -share/pfaedit/pfaedit-en.ui -share/pfaedit/pfaedit-es.ui -share/pfaedit/pfaedit-fr.ui -share/pfaedit/pfaedit-it.ui -share/pfaedit/pfaedit-ja.ui -share/pfaedit/pfaedit-ru.ui -@dirrm share/pfaedit -%%PORTDOCS%%@dirrm share/doc/pfaedit |