Skip site navigation (1)Skip section navigation (2)
Date:      24 Jan 2006 04:00:11 -0000
From:      KANOU Hiroki <kanou@khdd.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kanou@khdd.net
Subject:   ports/92240: maintainer-update: print/fontforge to 20060117
Message-ID:  <20060124040011.85141.qmail@khdd.net>
Resent-Message-ID: <200601240400.k0O40NaK077532@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         92240
>Category:       ports
>Synopsis:       maintainer-update: print/fontforge to 20060117
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 24 04:00:22 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     KANOU Hiroki
>Release:        FreeBSD 5.3-SECURITY i386
>Organization:
>Environment:
System: FreeBSD tin.khdd.net 5.3-SECURITY FreeBSD 5.3-SECURITY #0: Wed Jul 20 06:22:23 UTC 2005 root@builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386

>Description:

FontForge port is updated by maintainer.

One file removed : files/patch-fontforge::makenomenh.c.

>How-To-Repeat:
>Fix:

diff -uNr fontforge.orig/Makefile fontforge/Makefile
--- fontforge.orig/Makefile	Tue Nov 15 22:00:44 2005
+++ fontforge/Makefile	Tue Jan 24 12:43:40 2006
@@ -6,13 +6,16 @@
 #
 
 PORTNAME=	fontforge
-PORTVERSION=	20051028
-PORTREVISION=	1
+PORTVERSION=	20060117
 CATEGORIES=	print
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	fontforge
 DISTFILES=	${EXTRACT_ONLY} ${DOCFILE}
 EXTRACT_ONLY=	${PORTNAME}_full-${PORTVERSION}.tar.bz2
+.if defined(FONTFORGE_WITH_TTF_DEBUGGER)
+FREETYPE_VERSION=	2.1.10
+EXTRACT_ONLY+=	freetype-${FREETYPE_VERSION}.tar.bz2
+.endif
 
 MAINTAINER=	kanou@khdd.net
 COMMENT=	Type 1/TrueType/OpenType/bitmap font editor
@@ -25,33 +28,65 @@
 		freetype.9:${PORTSDIR}/print/freetype2 \
 		xml2.5:${PORTSDIR}/textproc/libxml2
 
-DOC_VERSION=	${PORTVERSION}
-DOCFILE=	${PORTNAME}_htdocs-${DOC_VERSION}.tgz
+DOC_VERSION=	20060114
+DOCFILE=	${PORTNAME}_htdocs-${DOC_VERSION}.tgz \
+		${PORTNAME}_ja_htdocs-${DOC_VERSION}.tar.bz2
 
 USE_GMAKE=	yes
 USE_XLIB=	yes
 USE_ICONV=	yes
 USE_BZIP2=	yes
 PATCH_STRIP=	-l
+
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 .if !defined(FONTFORGE_NO_MULTILAYER)
-CONFIGURE_ARGS=	--with-multilayer --with-devicetables --without-freetype-src
+WITH_MULTILAYER=	--with-multilayer
+.endif
+.if !defined(WITHOUT_TTF_BYTECODE_ENABLED) && defined(FONTFORGE_WITH_TTF_DEBUGGER)
+WITH_FREETYPE_SRC=	--with-freetype-src=${WRKDIR}/freetype-${FREETYPE_VERSION}
 .else
-CONFIGURE_ARGS=	--with-devicetables --without-freetype-src
+WITH_FREETYPE_SRC=	--without-freetype-src
 .endif
+CONFIGURE_ARGS= ${WITH_MULTILAYER} --with-devicetables ${WITH_FREETYPE_SRC}
 CONFIGURE_ENV=	LDFLAGS="-L${LOCALBASE}/lib" CFLAGS="${CFLAGS} \
 		-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 \
 		-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include \
 		-I${LOCALBASE}/include/freetype2"
+
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 INSTALLS_SHLIB=	yes
 USE_AUTOTOOLS=	libtool:13
 
 MAN1=		fontforge.1 sfddiff.1
 
+pre-everything::
+.if defined(WITHOUT_EXTRA_ENCODINGS)
+	@${ECHO_MSG} "WARNING: You should not compile libiconv with WITHOUT_EXTRA_ENCODINGS"
+	@${ECHO_MSG} "defined, because libiconv must be configured with --enable-extra-encoding"
+	@${ECHO_MSG} "as FontForge requires Shift-JIS."
+	@${ECHO_MSG} ""
+.endif
+.if !defined(WITHOUT_TTF_BYTECODE_ENABLED) && !defined(FONTFORGE_WITH_TTF_DEBUGGER)
+	@${ECHO_MSG} "If you have built freetype2 port with bytecode interpreter enabled,"
+	@${ECHO_MSG} "You can use TTF instruction debugger by compiling fontforge port"
+	@${ECHO_MSG} "with FONTFORGE_WITH_TTF_DEBUGGER defined."
+	@${ECHO_MSG} "Note that you must put the source archive of FreeType in ${DISTDIR}."
+	@${ECHO_MSG} "If you have installed freetype2 from a package, chdir to ${PORTSDIR}/print/"
+	@${ECHO_MSG} "and execute 'make fetch' before building this port".
+	@${ECHO_MSG} ""
+.endif
+.if !defined(FONTFORGE_NO_MULTILAYER)
+	@${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 defining FONTFORGE_NO_MULTILAYER."
+	@${ECHO_MSG} "Enablling multilayer editing increases memory consumption per glyph."
+	@${ECHO_MSG} ""
+.endif
+
 post-extract:
 	${MKDIR} ${WRKDIR}/html ${WRKSRC}/cidmap
-	${TAR} -xzC ${WRKDIR}/html -f ${DISTDIR}/${DOCFILE}
+	for doc in ${DOCFILE} ; \
+		do ${TAR} -xzC ${WRKDIR}/html -f ${DISTDIR}/$${doc} ; \
+	done
 	${TAR} -xzC ${WRKSRC}/cidmap -f ${WRKDIR}/html/cidmaps.tgz
 	${RM} ${WRKDIR}/html/cidmaps.tgz
 
@@ -59,7 +94,10 @@
 	${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR}
 .if !defined(NOPORTDOCS)
-	${INSTALL_DATA} ${WRKDIR}/html/* ${DOCSDIR}
+	${MKDIR} ${DOCSDIR}/flags ${DOCSDIR}/ja
+	${INSTALL_DATA} ${WRKDIR}/html/*.* ${DOCSDIR}
+	${INSTALL_DATA} ${WRKDIR}/html/flags/* ${DOCSDIR}/flags
+	${INSTALL_DATA} ${WRKDIR}/html/ja/* ${DOCSDIR}/ja
 .endif
 
 .include <bsd.port.mk>
diff -uNr fontforge.orig/distinfo fontforge/distinfo
--- fontforge.orig/distinfo	Sun Oct 30 15:19:04 2005
+++ fontforge/distinfo	Tue Jan 24 12:39:40 2006
@@ -1,4 +1,6 @@
-MD5 (fontforge_full-20051028.tar.bz2) = 3d385a58cb37c544cfef9a0434072dd6
-SIZE (fontforge_full-20051028.tar.bz2) = 3014049
-MD5 (fontforge_htdocs-20051028.tgz) = 1a4f98489bcbb7aa91e38a8cade6f2f5
-SIZE (fontforge_htdocs-20051028.tgz) = 2156822
+MD5 (fontforge_full-20060117.tar.bz2) = d26919a63d605d2364dc7c8cb26c51ec
+SIZE (fontforge_full-20060117.tar.bz2) = 3215162
+MD5 (fontforge_htdocs-20060114.tgz) = 78a9f24e14c3e89afb5b88622f675546
+SIZE (fontforge_htdocs-20060114.tgz) = 2190544
+MD5 (fontforge_ja_htdocs-20060114.tar.bz2) = d8b75323a76c83b2538d8dcd8c7f5bb9
+SIZE (fontforge_ja_htdocs-20060114.tar.bz2) = 2588746
diff -uNr fontforge.orig/files/patch-Makefile.dynamic.in fontforge/files/patch-Makefile.dynamic.in
--- fontforge.orig/files/patch-Makefile.dynamic.in	Mon Oct 17 10:15:07 2005
+++ fontforge/files/patch-Makefile.dynamic.in	Sun Dec  4 16:19:22 2005
@@ -1,17 +1,17 @@
---- Makefile.dynamic.in.orig	Mon Oct 17 03:30:49 2005
-+++ Makefile.dynamic.in	Mon Oct 17 10:14:46 2005
-@@ -48,34 +48,34 @@
- 	$(LIBTOOL) $(INSTALL) -c libgunicode.la $(libdir)/libgunicode.la
+--- Makefile.dynamic.in.orig	Thu Nov 17 05:56:25 2005
++++ Makefile.dynamic.in	Sun Dec  4 16:19:03 2005
+@@ -52,17 +52,17 @@
+ 	$(LIBTOOL) --mode=install $(INSTALL) -c libgunicode.la $(libdir)/libgunicode.la
  	#cp .libs/*.so.*.* $(libdir)
- 	$(LIBTOOL) --finish $(libdir)
+ 	$(LIBTOOL) --mode=finish $(libdir)
 -	mkdir -p $(libdir)/pkgconfig
--	$(LIBTOOL) $(INSTALL) -c fontforge.pc $(libdir)/pkgconfig
+-	$(LIBTOOL) --mode=install $(INSTALL) -c fontforge.pc $(libdir)/pkgconfig
 +	mkdir -p ${PREFIX}/libdata/pkgconfig
 +	${BSD_INSTALL_DATA} -c fontforge.pc ${PREFIX}/libdata/pkgconfig
  
  install_docs:
  	mkdir -p $(docdir)
- 	mkdir -p $(docdir)/flags
+ 	mkdir -p $(docdir)/flags $(docdir)/ja
  #explicit use of sh to make sure we don't invoke csh with different "if" syntax
  	-sh -c "if test -d htdocs/ja >/dev/null ; then mkdir -p $(docdir)/ja ; fi"
 -	-cp htdocs/*.{html,png,gif,pdf} $(docdir)
@@ -21,28 +21,14 @@
 +	${BSD_INSTALL_DATA} htdocs/flags/* $(docdir)/flags
 +	${BSD_INSTALL_DATA} htdocs/ja/* $(docdir)/ja
  
- install: $(sharedir) all install_libs
- # You may need to be root to do the install
- 	mkdir -p $(bindir)
+ install_po:
+ 	( cd po ; make install )
+@@ -73,7 +73,7 @@
  	mkdir -p $(mandir)/man1
  	mkdir -p $(sharedir)
--	$(LIBTOOL) $(INSTALL) -c fontforge/fontforge $(bindir)
--	$(LIBTOOL) $(INSTALL) -c fontforge/sfddiff $(bindir)
-+	${BSD_INSTALL_PROGRAM} -c fontforge/.libs/fontforge $(bindir)
-+	${BSD_INSTALL_PROGRAM} -c fontforge/.libs/sfddiff $(bindir)
- 	-rm -f $(bindir)/pfaedit
- 	(cd $(bindir) ; ln -s fontforge pfaedit)
--	cp fontforge/pfaedit-*.ui $(sharedir)
-+	${BSD_INSTALL_DATA} fontforge/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)/fontforge/fontforge.1 $(mandir)/man1
--	cp $(srcdir)/fontforge/sfddiff.1 $(mandir)/man1
-+	${BSD_INSTALL_DATA} $(srcdir)/cidmap/*.cidmap $(sharedir) >/dev/null 2>&1
-+	${BSD_INSTALL_MAN} $(srcdir)/fontforge/fontforge.1 $(mandir)/man1
-+	${BSD_INSTALL_MAN} $(srcdir)/fontforge/sfddiff.1 $(mandir)/man1
- #explicit use of sh to make sure we don't invoke csh with different "if" syntax
- 	sh -c "if test -d htdocs >/dev/null ; then $(MAKE) install_docs ; fi"
- 
+ 	$(LIBTOOL) --mode=install $(INSTALL) -c fontforge/fontforge $(bindir)
+-	-$(LIBTOOL) --mode=install $(INSTALL) -c fontforge/sfddiff $(bindir)
++	$(LIBTOOL) --mode=install $(INSTALL) -c fontforge/sfddiff $(bindir)
+ #	-rm -f $(bindir)/pfaedit
+ #	(cd $(bindir) ; ln -s fontforge pfaedit)
+ #	cp fontforge/pfaedit-*.ui $(sharedir)
diff -uNr fontforge.orig/files/patch-fontforge::Makefile.dynamic.in fontforge/files/patch-fontforge::Makefile.dynamic.in
--- fontforge.orig/files/patch-fontforge::Makefile.dynamic.in	Sat Oct 15 14:23:56 2005
+++ fontforge/files/patch-fontforge::Makefile.dynamic.in	Sun Dec  4 17:00:15 2005
@@ -1,19 +1,23 @@
---- fontforge/Makefile.dynamic.in.orig	Fri Oct 14 11:14:37 2005
-+++ fontforge/Makefile.dynamic.in	Sat Oct 15 14:23:19 2005
-@@ -43,13 +43,13 @@
+--- fontforge/Makefile.dynamic.in.orig	Fri Nov 11 11:41:01 2005
++++ fontforge/Makefile.dynamic.in	Sun Dec  4 16:59:47 2005
+@@ -45,16 +45,16 @@
  DIFFOBJS = sfddiff.o sfd.o diffstubs.o stamp.o
  ACORNOBJS = acorn2sfd.o sfd.o diffstubs.o psunicodenames.o stamp.o
  
 -_CFLAGS = -I$(top_srcdir)/inc -I$(srcdir) -I. @WFLAGS@ $(X_CFLAGS) \
 +_CFLAGS = -I$(LOCALBASE)/include -I$(top_srcdir)/inc -I$(srcdir) -I. @WFLAGS@ $(X_CFLAGS) \
-     @DEFS@ '-DSHAREDIR="$(sharedir)"' -DLIBDIR='"$(libdir)"'
- CFLAGS = @CFLAGS@ @CPPFLAGS@ $(_CFLAGS)
+     @DEFS@ '-DSHAREDIR="$(sharedir)"' -DLIBDIR='"$(libdir)"' \
+     @CPPFLAGS@ '-DPREFIX="@prefix@"'
+ CFLAGS = @CFLAGS@ $(_CFLAGS)
  
  LIBS = -rpath $(libdir) $(X_LIBS) ../libgdraw.la ../libgunicode.la \
 -    $(X_PRE_LIBS) $(X_11LIB) $(X_EXTRA_LIBS) @LIBS@ $(STATIC_LIBS) -L/usr/lib -lm
--DLIBS = -rpath $(libdir) ../libgunicode.la @LIBS@ -lm
+-DLIBS = -rpath $(libdir) ../libgunicode.la @LIBS@ $(STATIC_LIBS) -lm
 +    $(X_PRE_LIBS) $(X_11LIB) $(X_EXTRA_LIBS) @LIBS@ $(STATIC_LIBS) -L/usr/lib -lm -lintl
-+DLIBS = -rpath $(libdir) ../libgunicode.la @LIBS@ -lm -lintl
++DLIBS = -rpath $(libdir) ../libgunicode.la @LIBS@ $(STATIC_LIBS) -lm -lintl
  
- all: fontforge sfddiff
+-all: fontforge
++all: fontforge sfddiff
  
+ fontforge: main.o $(fontforge_LIBOBJECTS)
+ 	$(LIBTOOL) --mode=link $(CC) -export-dynamic -o fontforge main.o $(fontforge_LIBOBJECTS) $(LIBS)
diff -uNr fontforge.orig/files/patch-fontforge::makenomenh.c fontforge/files/patch-fontforge::makenomenh.c
--- fontforge.orig/files/patch-fontforge::makenomenh.c	Wed Oct 19 09:52:29 2005
+++ fontforge/files/patch-fontforge::makenomenh.c	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- fontforge/makenomenh.c.orig	Wed Oct 19 09:50:52 2005
-+++ fontforge/makenomenh.c	Wed Oct 19 09:51:36 2005
-@@ -299,7 +299,7 @@
-     fprintf( po, "\"Project-Id-Version: PACKAGE VERSION\\n\"\n" );
-     time(&now);
-     tmnow = localtime(&now);
--#if !defined(__Mac) && !defined(__CygWin)
-+#if !defined(__Mac) && !defined(__CygWin) && !defined(__FreeBSD__)
-     fprintf( po, "\"POT-Creation-Date: %d-%02d-%02d %02d:%02d+%02ld%02ld\\n\"\n",
- 	    tmnow->tm_year+1900, tmnow->tm_mon, tmnow->tm_mday,
- 	    tmnow->tm_hour, tmnow->tm_min,
diff -uNr fontforge.orig/pkg-plist fontforge/pkg-plist
--- fontforge.orig/pkg-plist	Tue Nov 15 22:00:44 2005
+++ fontforge/pkg-plist	Tue Jan 24 12:35:26 2006
@@ -1,5 +1,4 @@
 bin/fontforge
-bin/pfaedit
 bin/sfddiff
 lib/libgdraw.a
 lib/libgdraw.la
@@ -10,11 +9,24 @@
 lib/libgunicode.so
 lib/libgunicode.so.2
 libdata/pkgconfig/fontforge.pc
+share/locale/es/LC_MESSAGES/FontForge.mo
+share/locale/fr/LC_MESSAGES/FontForge.mo
+share/locale/it/LC_MESSAGES/FontForge.mo
+share/locale/ja/LC_MESSAGES/FontForge.mo
+share/locale/ru/LC_MESSAGES/FontForge.mo
+%%DOCSDIR%%/LICENSE
+%%DATADIR%%/Adobe-CNS1-4.cidmap
+%%DATADIR%%/Adobe-GB1-4.cidmap
+%%DATADIR%%/Adobe-Identity-0.cidmap
+%%DATADIR%%/Adobe-Japan1-6.cidmap
+%%DATADIR%%/Adobe-Japan2-0.cidmap
+%%DATADIR%%/Adobe-Korea1-2.cidmap
 %%PORTDOCS%%%%DOCSDIR%%/AA-Comparison.html
 %%PORTDOCS%%%%DOCSDIR%%/AmbrosiaFV-bm.png
 %%PORTDOCS%%%%DOCSDIR%%/AmbrosiaFV.png
 %%PORTDOCS%%%%DOCSDIR%%/Anna.gif
 %%PORTDOCS%%%%DOCSDIR%%/Antigone.gif
+%%PORTDOCS%%%%DOCSDIR%%/As.png
 %%PORTDOCS%%%%DOCSDIR%%/BDFgrey.html
 %%PORTDOCS%%%%DOCSDIR%%/BethSans.png
 %%PORTDOCS%%%%DOCSDIR%%/BethSerif.png
@@ -131,6 +143,7 @@
 %%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
@@ -140,6 +153,8 @@
 %%PORTDOCS%%%%DOCSDIR%%/autowidth.html
 %%PORTDOCS%%%%DOCSDIR%%/autowidth.png
 %%PORTDOCS%%%%DOCSDIR%%/autowidthmenu.png
+%%PORTDOCS%%%%DOCSDIR%%/bdfinfo.html
+%%PORTDOCS%%%%DOCSDIR%%/bdfinfo.png
 %%PORTDOCS%%%%DOCSDIR%%/bed-script.png
 %%PORTDOCS%%%%DOCSDIR%%/bezier.gif
 %%PORTDOCS%%%%DOCSDIR%%/bezier.html
@@ -356,6 +371,7 @@
 %%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%%/markclass.png
 %%PORTDOCS%%%%DOCSDIR%%/mergepost.png
@@ -409,6 +425,7 @@
 %%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.png
 %%PORTDOCS%%%%DOCSDIR%%/pointmenu.html
@@ -431,6 +448,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/quadraticspline.png
 %%PORTDOCS%%%%DOCSDIR%%/quotations.html
 %%PORTDOCS%%%%DOCSDIR%%/realindex.html
+%%PORTDOCS%%%%DOCSDIR%%/ref-caveats.html
 %%PORTDOCS%%%%DOCSDIR%%/removefeature.png
 %%PORTDOCS%%%%DOCSDIR%%/retagfeature.png
 %%PORTDOCS%%%%DOCSDIR%%/rgetinfo.png
@@ -456,6 +474,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/sfd.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
@@ -491,7 +510,9 @@
 %%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%%/typofeat.html
@@ -503,21 +524,175 @@
 %%PORTDOCS%%%%DOCSDIR%%/x-height.png
 %%PORTDOCS%%%%DOCSDIR%%/xim.html
 %%PORTDOCS%%%%DOCSDIR%%/xres.html
-%%DOCSDIR%%/LICENSE
-%%DATADIR%%/Adobe-CNS1-4.cidmap
-%%DATADIR%%/Adobe-GB1-4.cidmap
-%%DATADIR%%/Adobe-Identity-0.cidmap
-%%DATADIR%%/Adobe-Japan1-6.cidmap
-%%DATADIR%%/Adobe-Japan2-0.cidmap
-%%DATADIR%%/Adobe-Korea1-2.cidmap
-%%DATADIR%%/pfaedit-de.ui
-%%DATADIR%%/pfaedit-en.ui
-%%DATADIR%%/pfaedit-es.ui
-%%DATADIR%%/pfaedit-fr.ui
-%%DATADIR%%/pfaedit-gr.ui
-%%DATADIR%%/pfaedit-it.ui
-%%DATADIR%%/pfaedit-ja.ui
-%%DATADIR%%/pfaedit-ru.ui
-%%DATADIR%%/pfaedit-zh.ui
+%%PORTDOCS%%%%DOCSDIR%%/flags/BrasilFlag.png
+%%PORTDOCS%%%%DOCSDIR%%/flags/GermanFlag.png
+%%PORTDOCS%%%%DOCSDIR%%/flags/MalgasyFlag.gif
+%%PORTDOCS%%%%DOCSDIR%%/flags/Nisshoki-Japan.png
+%%PORTDOCS%%%%DOCSDIR%%/flags/RussianFlag.png
+%%PORTDOCS%%%%DOCSDIR%%/flags/StarsStripes.gif
+%%PORTDOCS%%%%DOCSDIR%%/flags/Tricolor.gif
+%%PORTDOCS%%%%DOCSDIR%%/flags/UnionJack.gif
+%%PORTDOCS%%%%DOCSDIR%%/flags/taiwan.png
+%%PORTDOCS%%%%DOCSDIR%%/ja/AA-Comparison.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/AmbrosiaFV.png
+%%PORTDOCS%%%%DOCSDIR%%/ja/BDFgrey.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/BitmapView.png
+%%PORTDOCS%%%%DOCSDIR%%/ja/FontForge.css
+%%PORTDOCS%%%%DOCSDIR%%/ja/GenerateFamily.png
+%%PORTDOCS%%%%DOCSDIR%%/ja/GenerateOptions.png
+%%PORTDOCS%%%%DOCSDIR%%/ja/GlossaryFS.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/GlossaryFrame.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/HotKeys.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/IndexFS.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/IndexFrame.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/MacOSX.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/MetaFont.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/MetricsView.png
+%%PORTDOCS%%%%DOCSDIR%%/ja/PfaEdit-TeX.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/TrueOpenTables.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/UniqueID.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/VerticalMetrics.png
+%%PORTDOCS%%%%DOCSDIR%%/ja/accented.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/acorn2sfd.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/agetinfo.png
+%%PORTDOCS%%%%DOCSDIR%%/ja/anchorcontrol.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/autotrace.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/autowidth.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/bezier.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/bibliography.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/bitmapsavail.png
+%%PORTDOCS%%%%DOCSDIR%%/ja/bitmapview.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/changelog.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/charinfo.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/charview.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/charview2.png
+%%PORTDOCS%%%%DOCSDIR%%/ja/cidmapformat.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/cidmenu.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/cliargs.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/contextchain.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/corpchar.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/definegroups.png
+%%PORTDOCS%%%%DOCSDIR%%/ja/diffs.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/display.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/displaygroups.png
+%%PORTDOCS%%%%DOCSDIR%%/ja/editexample.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/editexample2.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/editexample3.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/editexample4.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/editexample5.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/editexample6-5.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/editexample6.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/editexample7.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/editmenu.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/elementmenu.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/encodingmenu.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/errrecovery.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/expandstroke.png
+%%PORTDOCS%%%%DOCSDIR%%/ja/faq.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/faqFS.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/faqFrame.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/filemenu.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/files.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/fontinfo-comment.png
+%%PORTDOCS%%%%DOCSDIR%%/ja/fontinfo-macstyle.png
+%%PORTDOCS%%%%DOCSDIR%%/ja/fontinfo-panose.png
+%%PORTDOCS%%%%DOCSDIR%%/ja/fontinfo-private.png
+%%PORTDOCS%%%%DOCSDIR%%/ja/fontinfo-ps.png
+%%PORTDOCS%%%%DOCSDIR%%/ja/fontinfo-size.png
+%%PORTDOCS%%%%DOCSDIR%%/ja/fontinfo-statemach.png
+%%PORTDOCS%%%%DOCSDIR%%/ja/fontinfo-subsup.png
+%%PORTDOCS%%%%DOCSDIR%%/ja/fontinfo-tex.png
+%%PORTDOCS%%%%DOCSDIR%%/ja/fontinfo-ttfmetrics.png
+%%PORTDOCS%%%%DOCSDIR%%/ja/fontinfo-ttfvals.png
+%%PORTDOCS%%%%DOCSDIR%%/ja/fontinfo.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/fontinfo.png
+%%PORTDOCS%%%%DOCSDIR%%/ja/fontutils.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/fontview-grouped.png
+%%PORTDOCS%%%%DOCSDIR%%/ja/fontview.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/future.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/generate.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/generate.png
+%%PORTDOCS%%%%DOCSDIR%%/ja/getinfo.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/glossary.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/gposgsub.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/greymapsavail.png
+%%PORTDOCS%%%%DOCSDIR%%/ja/groups.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/helpmenu.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/hinting.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/hintsmenu.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/histogram.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/index.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/kernpairs.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/license.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/locale.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/mac-install.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/macformats.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/mad.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/metricsmenu.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/metricsview.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/mmmenu.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/ms-install.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/multilayer.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/multiplemaster.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/nix-install.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/non-standard.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/nvd.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/oldchangelog.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/otherlinks.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/overview.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/palmfonts.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/pcf-format.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/pfaeditchangelog.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/pfaeditmath.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/plugins.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/pointinfo.png
+%%PORTDOCS%%%%DOCSDIR%%/ja/pointmenu.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/prefs.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/print.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/privatekey.png
+%%PORTDOCS%%%%DOCSDIR%%/ja/privatekeymenu.png
+%%PORTDOCS%%%%DOCSDIR%%/ja/problems.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/quotations.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/realindex.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/ref-caveats.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/rgetinfo.png
+%%PORTDOCS%%%%DOCSDIR%%/ja/running.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/scripting.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/scriptnotes.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/search.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/selectbyatt.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/selections.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/sfd.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/sfddiff.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/sfdformat.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/showatt.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/source-build.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/splinefont.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/src.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/statemachine.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/tilepath.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/transform.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/ttfinstrs.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/typofeat.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/viewmenu.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/views.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/vms-install.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/wacom.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/windowmenu.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/xim.html
+%%PORTDOCS%%%%DOCSDIR%%/ja/xres.html
 @dirrm %%DATADIR%%
+@dirrm %%DOCSDIR%%/flags
+@dirrm %%DOCSDIR%%/ja
 @dirrm %%DOCSDIR%%
+@dirrmtry share/locale/es/LC_MESSAGES
+@dirrmtry share/locale/es
+@dirrmtry share/locale/fr/LC_MESSAGES
+@dirrmtry share/locale/fr
+@dirrmtry share/locale/it/LC_MESSAGES
+@dirrmtry share/locale/it
+@dirrmtry share/locale/ja/LC_MESSAGES
+@dirrmtry share/locale/ja
+@dirrmtry share/locale/ru/LC_MESSAGES
+@dirrmtry share/locale/ru
+@dirrmtry share/locale
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060124040011.85141.qmail>