From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Apr 8 13:10:17 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F69616A401 for ; Sat, 8 Apr 2006 13:10:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A29343D45 for ; Sat, 8 Apr 2006 13:10:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k38DAFN2093546 for ; Sat, 8 Apr 2006 13:10:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k38DAFPX093545; Sat, 8 Apr 2006 13:10:15 GMT (envelope-from gnats) Resent-Date: Sat, 8 Apr 2006 13:10:15 GMT Resent-Message-Id: <200604081310.k38DAFPX093545@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KANOU Hiroki Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8719816A403 for ; Sat, 8 Apr 2006 13:07:46 +0000 (UTC) (envelope-from kanou@khdd.net) Received: from khdd.net (kappa.allnet.ne.jp [61.211.150.156]) by mx1.FreeBSD.org (Postfix) with SMTP id 57C3043D5A for ; Sat, 8 Apr 2006 13:07:45 +0000 (GMT) (envelope-from kanou@khdd.net) Received: (qmail 34582 invoked by uid 1000); 8 Apr 2006 13:11:54 -0000 Message-Id: <20060408131154.34581.qmail@khdd.net> Date: 8 Apr 2006 13:11:54 -0000 From: KANOU Hiroki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: kanou@khdd.net Subject: ports/95517: maintainer-update: print/fontforge to 20060406 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: KANOU Hiroki List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Apr 2006 13:10:17 -0000 >Number: 95517 >Category: ports >Synopsis: maintainer-update: print/fontforge to 20060406 >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: Sat Apr 08 13:10:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: KANOU Hiroki >Release: FreeBSD 5.5-PRERELEASE i386 >Organization: >Environment: System: FreeBSD tin.khdd.net 5.5-PRERELEASE FreeBSD 5.5-PRERELEASE #1: Mon Mar 27 18:19:13 JST 2006 kanou@tin.khdd.net:/usr/src/sys/i386/compile/GENERIC i386 >Description: FontForge port is updated by maintainer. One file added, two files removed. Added : files/patch-plugins::Makefile.in Removed : files/patch-fontforge::fontinfo.c files/patch-fontforge::parsettf.c >How-To-Repeat: >Fix: diff -uNr fontforge.orig/Makefile fontforge/Makefile --- fontforge.orig/Makefile Thu Feb 23 19:38:43 2006 +++ fontforge/Makefile Sat Apr 8 21:46:33 2006 @@ -6,8 +6,7 @@ # PORTNAME= fontforge -PORTVERSION= 20060117 -PORTREVISION= 1 +PORTVERSION= 20060406 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fontforge @@ -29,16 +28,17 @@ freetype.9:${PORTSDIR}/print/freetype2 \ xml2.5:${PORTSDIR}/textproc/libxml2 -DOC_VERSION= 20060114 -DOCFILES= ${DOCFILE_IN_TAR_GZ} ${DOCFILE_IN_TAR_BZ2} -DOCFILE_IN_TAR_GZ= ${PORTNAME}_htdocs-${DOC_VERSION}.tgz -DOCFILE_IN_TAR_BZ2= ${PORTNAME}_ja_htdocs-${DOC_VERSION}.tar.bz2 +DOC_VERSION= ${PORTVERSION} +DOCFILES= ${PORTNAME}_htdocs-${DOC_VERSION}.tar.bz2 +.if !defined(NOPORTDOCS) +DOCFILES+= ${PORTNAME}_ja_htdocs-${DOC_VERSION}.tar.bz2 +.endif +USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes -USE_XLIB= yes USE_ICONV= yes -USE_BZIP2= yes +USE_XLIB= yes PATCH_STRIP= -l CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} @@ -87,23 +87,30 @@ post-extract: ${MKDIR} ${WRKDIR}/html ${WRKSRC}/cidmap - for doc in ${DOCFILE_IN_TAR_GZ} ; \ + for doc in ${DOCFILES} ; \ do ${TAR} -xzC ${WRKDIR}/html -f ${DISTDIR}/$${doc} ; \ done - for doc in ${DOCFILE_IN_TAR_BZ2} ; \ - do ${TAR} -xyC ${WRKDIR}/html -f ${DISTDIR}/$${doc} ; \ - done ${TAR} -xzC ${WRKSRC}/cidmap -f ${WRKDIR}/html/cidmaps.tgz ${RM} ${WRKDIR}/html/cidmaps.tgz +.if !defined(FONTFORGE_NO_PLUGINS) +post-build: + cd ${WRKSRC}/plugins; ${GMAKE} +.endif + post-install: ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR} +.if !defined(FONTFORGE_NO_PLUGINS) + ${MKDIR} ${PREFIX}/share/fontforge/plugins + (cd ${WRKSRC}/plugins; ${INSTALL_DATA} .libs/* ${PREFIX}/share/fontforge/plugins ) +.endif .if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR}/flags ${DOCSDIR}/ja + ${MKDIR} ${DOCSDIR}/flags ${DOCSDIR}/ja ${DOCSDIR}/ja/nonBMP/ ${INSTALL_DATA} ${WRKDIR}/html/*.* ${DOCSDIR} ${INSTALL_DATA} ${WRKDIR}/html/flags/* ${DOCSDIR}/flags - ${INSTALL_DATA} ${WRKDIR}/html/ja/* ${DOCSDIR}/ja + ${INSTALL_DATA} ${WRKDIR}/html/ja/*.* ${DOCSDIR}/ja + ${INSTALL_DATA} ${WRKDIR}/html/ja/nonBMP/*.* ${DOCSDIR}/ja/nonBMP .endif .include diff -x work -uNr fontforge.orig/distinfo fontforge/distinfo --- fontforge.orig/distinfo Tue Jan 24 21:10:53 2006 +++ fontforge/distinfo Sat Apr 8 21:42:02 2006 @@ -1,8 +1,12 @@ -MD5 (fontforge_full-20051028.tar.bz2) = 3d385a58cb37c544cfef9a0434072dd6 -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 -SIZE (fontforge_htdocs-20051028.tgz) = 2156822 +MD5 (fontforge_full-20060406.tar.bz2) = 33aabad96a007b90679c392807e6eb7d +SHA256 (fontforge_full-20060406.tar.bz2) = 2dd9083bd7c3044e24595a272434919ed2f150b773a31fdac08d747c331703b0 +SIZE (fontforge_full-20060406.tar.bz2) = 3168350 +MD5 (freetype-2.1.10.tar.bz2) = a4012e7d1f6400df44a16743b11b8423 +SHA256 (freetype-2.1.10.tar.bz2) = fed2ed148d7d105b95493c5e95561c8b05ee7909e00f828f036d8ed1be6a5e53 +SIZE (freetype-2.1.10.tar.bz2) = 1037107 +MD5 (fontforge_htdocs-20060406.tar.bz2) = 03ab55ad1298592e8e15137362dee99c +SHA256 (fontforge_htdocs-20060406.tar.bz2) = 5f6fa6e86f683af91e5ffefc71a68a0daa8a7fb10ccd661afe1db53952f241b7 +SIZE (fontforge_htdocs-20060406.tar.bz2) = 2119657 +MD5 (fontforge_ja_htdocs-20060406.tar.bz2) = 56c3cabcb75dde840cb6ff251242da4e +SHA256 (fontforge_ja_htdocs-20060406.tar.bz2) = 7712b116c746de2a741337c196da3aec15d4b95afcd74a81a246b650eb17d18a +SIZE (fontforge_ja_htdocs-20060406.tar.bz2) = 2794098 diff -x work -uNr fontforge.orig/files/patch-Makefile.dynamic.in fontforge/files/patch-Makefile.dynamic.in --- fontforge.orig/files/patch-Makefile.dynamic.in Tue Jan 24 21:10:53 2006 +++ fontforge/files/patch-Makefile.dynamic.in Sat Apr 8 21:14:18 2006 @@ -1,34 +1,29 @@ ---- 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 +--- Makefile.dynamic.in.orig Sat Apr 8 05:22:55 2006 ++++ Makefile.dynamic.in Sat Apr 8 21:13:49 2006 +@@ -55,7 +55,7 @@ #cp .libs/*.so.*.* $(libdir) $(LIBTOOL) --mode=finish $(libdir) -- mkdir -p $(libdir)/pkgconfig + mkdir -p $(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 ++ $(LIBTOOL) --mode=install $(INSTALL) -c fontforge.pc ${PREFIX}/libdata//pkgconfig install_docs: mkdir -p $(docdir) - 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) -- -cp htdocs/flags/* $(docdir)/flags -- -cp htdocs/ja/* $(docdir)/ja -+ ${BSD_INSTALL_DATA} htdocs/*.{html,png,gif,pdf} $(docdir) -+ ${BSD_INSTALL_DATA} htdocs/flags/* $(docdir)/flags -+ ${BSD_INSTALL_DATA} htdocs/ja/* $(docdir)/ja - - install_po: - ( cd po ; make install ) -@@ -73,7 +73,7 @@ +@@ -75,7 +75,7 @@ mkdir -p $(mandir)/man1 mkdir -p $(sharedir) $(LIBTOOL) --mode=install $(INSTALL) -c fontforge/fontforge $(bindir) -- -$(LIBTOOL) --mode=install $(INSTALL) -c fontforge/sfddiff $(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) + # $(INSTALL_DATA) fontforge/pfaedit-*.ui $(sharedir) +@@ -84,7 +84,7 @@ + # if you are editing CID keyed files (and even then you can live without them + -$(INSTALL_DATA) $(srcdir)/cidmap/*.cidmap $(sharedir) >/dev/null 2>&1 + $(INSTALL_DATA) $(srcdir)/fontforge/fontforge.1 $(mandir)/man1 +-# -$(INSTALL_DATA) $(srcdir)/fontforge/sfddiff.1 $(mandir)/man1 ++ $(INSTALL_DATA) $(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 $(srcdir)/htdocs >/dev/null ; then $(MAKE) install_docs ; fi" + sh < systemspecific diff -x work -uNr fontforge.orig/files/patch-fontforge-fontinfo.c fontforge/files/patch-fontforge-fontinfo.c --- fontforge.orig/files/patch-fontforge-fontinfo.c Tue Jan 24 21:10:53 2006 +++ fontforge/files/patch-fontforge-fontinfo.c Thu Jan 1 09:00:00 1970 @@ -1,19 +0,0 @@ ---- fontforge/fontinfo.c.orig Wed Jan 11 20:00:54 2006 -+++ fontforge/fontinfo.c Tue Jan 24 12:55:39 2006 -@@ -5311,6 +5311,7 @@ - (sf->xuid!=NULL && uc_strcmp(txt,sf->xuid)==0) || - ttfuniqueidmatch(sf,d)) ) { - char *buts[4]; -+ int ans; - buts[0] = _("Change"); - buts[1] = _("Retain"); - #if defined(FONTFORGE_CONFIG_GDRAW) -@@ -5319,7 +5320,7 @@ - buts[2] = GTK_STOCK_CANCEL; - #endif - buts[3] = NULL; -- int ans = gwwv_ask(_("Change UniqueID?"),(const char **) buts,0,2,_("You have changed this font's name without changing the UniqueID (or XUID).\nThis is probably not a good idea, would you like me to\ngenerate a random new value?")); -+ ans = gwwv_ask(_("Change UniqueID?"),(const char **) buts,0,2,_("You have changed this font's name without changing the UniqueID (or XUID).\nThis is probably not a good idea, would you like me to\ngenerate a random new value?")); - if ( ans==2 ) { - GDrawSetCursor(gw,ct_pointer); - return(true); diff -x work -uNr fontforge.orig/files/patch-fontforge-parsettf.c fontforge/files/patch-fontforge-parsettf.c --- fontforge.orig/files/patch-fontforge-parsettf.c Tue Jan 24 21:10:53 2006 +++ fontforge/files/patch-fontforge-parsettf.c Thu Jan 1 09:00:00 1970 @@ -1,25 +0,0 @@ ---- fontforge/parsettf.c.orig Sun Jan 15 00:40:17 2006 -+++ fontforge/parsettf.c Tue Jan 24 13:04:32 2006 -@@ -4277,18 +4277,19 @@ - if ( !info->onlystrikes && - info->glyphlocations_start!=0 && info->glyph_start!=0 && - info->cff_start!=0 ) { -+ int choice; - char *buts[4]; - buts[0] = _("TTF 'glyf'"); - buts[1] = _("OTF 'CFF '"); - buts[3] = NULL; - #if defined(FONTFORGE_CONFIG_GDRAW) - buts[2] = _("_Cancel"); -- int choice = gwwv_ask(_("Pick a font, any font..."),(const char **) buts,0,2,_("This font contains both a TrueType 'glyf' table and an OpenType 'CFF ' table. FontForge can only deal with one at a time, please pick which one you want to use")); -+ choice = gwwv_ask(_("Pick a font, any font..."),(const char **) buts,0,2,_("This font contains both a TrueType 'glyf' table and an OpenType 'CFF ' table. FontForge can only deal with one at a time, please pick which one you want to use")); - #elif defined(FONTFORGE_CONFIG_GTK) - buts[2] = GTK_STOCK_CANCEL; -- int choice = gwwv_ask(_("Pick a font, any font..."),(const char **) buts,0,2,_("This font contains both a TrueType 'glyf' table and an OpenType 'CFF ' table. FontForge can only deal with one at a time, please pick which one you want to use")); -+ choice = gwwv_ask(_("Pick a font, any font..."),(const char **) buts,0,2,_("This font contains both a TrueType 'glyf' table and an OpenType 'CFF ' table. FontForge can only deal with one at a time, please pick which one you want to use")); - #else -- int choice = 0; -+ choice = 0; - #endif - if ( choice==2 ) { - setlocale(LC_NUMERIC,oldloc); diff -x work -uNr fontforge.orig/files/patch-fontforge::Makefile.dynamic.in fontforge/files/patch-fontforge::Makefile.dynamic.in --- fontforge.orig/files/patch-fontforge::Makefile.dynamic.in Tue Jan 24 21:10:53 2006 +++ fontforge/files/patch-fontforge::Makefile.dynamic.in Tue Mar 14 21:07:35 2006 @@ -1,7 +1,7 @@ ---- 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 +--- fontforge/Makefile.dynamic.in.orig Tue Mar 14 09:30:39 2006 ++++ fontforge/Makefile.dynamic.in Tue Mar 14 15:59:46 2006 +@@ -45,17 +45,17 @@ + DIFFOBJS = sfddiff.o sfd.o diffstubs.o stamp.o namelist.o pua.o ACORNOBJS = acorn2sfd.o sfd.o diffstubs.o psunicodenames.o stamp.o -_CFLAGS = -I$(top_srcdir)/inc -I$(srcdir) -I. @WFLAGS@ $(X_CFLAGS) \ @@ -10,10 +10,11 @@ @CPPFLAGS@ '-DPREFIX="@prefix@"' CFLAGS = @CFLAGS@ $(_CFLAGS) + #I used to include -L/usr/lib explicitly after static_libs. Not sure why. Should be implied & breaks 64bit compiles LIBS = -rpath $(libdir) $(X_LIBS) ../libgdraw.la ../libgunicode.la \ -- $(X_PRE_LIBS) $(X_11LIB) $(X_EXTRA_LIBS) @LIBS@ $(STATIC_LIBS) -L/usr/lib -lm +- $(X_PRE_LIBS) $(X_11LIB) $(X_EXTRA_LIBS) @LIBS@ $(STATIC_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 ++ $(X_PRE_LIBS) $(X_11LIB) $(X_EXTRA_LIBS) @LIBS@ $(STATIC_LIBS) -lm -lintl +DLIBS = -rpath $(libdir) ../libgunicode.la @LIBS@ $(STATIC_LIBS) -lm -lintl -all: fontforge diff -x work -uNr fontforge.orig/files/patch-plugins::Makefile.in fontforge/files/patch-plugins::Makefile.in --- fontforge.orig/files/patch-plugins::Makefile.in Thu Jan 1 09:00:00 1970 +++ fontforge/files/patch-plugins::Makefile.in Wed Mar 1 10:40:39 2006 @@ -0,0 +1,11 @@ +--- plugins/Makefile.in.orig Fri Nov 11 10:46:50 2005 ++++ plugins/Makefile.in Wed Mar 1 10:40:02 2006 +@@ -28,7 +28,7 @@ + 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 ++ $(X_PRE_LIBS) $(X_11LIB) $(X_EXTRA_LIBS) @LIBS@ $(STATIC_LIBS) -L/usr/lib -L/usr/local/lib -lm + + PLUGINS = gb12345.la + diff -x work -uNr fontforge.orig/pkg-plist fontforge/pkg-plist --- fontforge.orig/pkg-plist Thu Feb 23 19:38:43 2006 +++ fontforge/pkg-plist Sat Apr 8 21:47:25 2006 @@ -1,9 +1,7 @@ bin/fontforge bin/sfddiff -lib/libgdraw.la lib/libgdraw.so lib/libgdraw.so.1 -lib/libgunicode.la lib/libgunicode.so lib/libgunicode.so.2 libdata/pkgconfig/fontforge.pc @@ -19,6 +17,10 @@ %%DATADIR%%/Adobe-Japan1-6.cidmap %%DATADIR%%/Adobe-Japan2-0.cidmap %%DATADIR%%/Adobe-Korea1-2.cidmap +%%DATADIR%%/plugins/gb12345.la +%%DATADIR%%/plugins/gb12345.lai +%%DATADIR%%/plugins/gb12345.so +%%DATADIR%%/plugins/gb12345.so.0 %%PORTDOCS%%%%DOCSDIR%%/AA-Comparison.html %%PORTDOCS%%%%DOCSDIR%%/AmbrosiaFV-bm.png %%PORTDOCS%%%%DOCSDIR%%/AmbrosiaFV.png @@ -196,6 +198,7 @@ %%PORTDOCS%%%%DOCSDIR%%/corpchar.html %%PORTDOCS%%%%DOCSDIR%%/corpchar.txt %%PORTDOCS%%%%DOCSDIR%%/cpodd.png +%%PORTDOCS%%%%DOCSDIR%%/cubic2quad.png %%PORTDOCS%%%%DOCSDIR%%/cvarrowicon.png %%PORTDOCS%%%%DOCSDIR%%/cvcornericon.png %%PORTDOCS%%%%DOCSDIR%%/cvcurveicon.png @@ -251,6 +254,7 @@ %%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%%/faq.html %%PORTDOCS%%%%DOCSDIR%%/faqFS.html @@ -276,6 +280,8 @@ %%PORTDOCS%%%%DOCSDIR%%/findprobs-random.png %%PORTDOCS%%%%DOCSDIR%%/findprobs-refs.png %%PORTDOCS%%%%DOCSDIR%%/findprobs.png +%%PORTDOCS%%%%DOCSDIR%%/fontcompdlg.png +%%PORTDOCS%%%%DOCSDIR%%/fontcompresults.png %%PORTDOCS%%%%DOCSDIR%%/fontinfo-anchors.png %%PORTDOCS%%%%DOCSDIR%%/fontinfo-cid.png %%PORTDOCS%%%%DOCSDIR%%/fontinfo-comment.png @@ -404,6 +410,7 @@ %%PORTDOCS%%%%DOCSDIR%%/o4.png %%PORTDOCS%%%%DOCSDIR%%/o5.png %%PORTDOCS%%%%DOCSDIR%%/oldchangelog.html +%%PORTDOCS%%%%DOCSDIR%%/openfont.png %%PORTDOCS%%%%DOCSDIR%%/otherlinks.html %%PORTDOCS%%%%DOCSDIR%%/ott1.png %%PORTDOCS%%%%DOCSDIR%%/ott2.png @@ -426,6 +433,7 @@ %%PORTDOCS%%%%DOCSDIR%%/plugins.html %%PORTDOCS%%%%DOCSDIR%%/pnts.gif %%PORTDOCS%%%%DOCSDIR%%/pointinfo.png +%%PORTDOCS%%%%DOCSDIR%%/pointinfo-interp.png %%PORTDOCS%%%%DOCSDIR%%/pointmenu.html %%PORTDOCS%%%%DOCSDIR%%/pointsize.png %%PORTDOCS%%%%DOCSDIR%%/prefs-apps.png @@ -543,9 +551,12 @@ %%PORTDOCS%%%%DOCSDIR%%/ja/HotKeys.html %%PORTDOCS%%%%DOCSDIR%%/ja/IndexFS.html %%PORTDOCS%%%%DOCSDIR%%/ja/IndexFrame.html +%%PORTDOCS%%%%DOCSDIR%%/ja/MacFeatName.png +%%PORTDOCS%%%%DOCSDIR%%/ja/MacMapping.png %%PORTDOCS%%%%DOCSDIR%%/ja/MacOSX.html %%PORTDOCS%%%%DOCSDIR%%/ja/MetaFont.html %%PORTDOCS%%%%DOCSDIR%%/ja/MetricsView.png +%%PORTDOCS%%%%DOCSDIR%%/ja/PageSetup.png %%PORTDOCS%%%%DOCSDIR%%/ja/PfaEdit-TeX.html %%PORTDOCS%%%%DOCSDIR%%/ja/TrueOpenTables.html %%PORTDOCS%%%%DOCSDIR%%/ja/UniqueID.html @@ -556,6 +567,7 @@ %%PORTDOCS%%%%DOCSDIR%%/ja/anchorcontrol.html %%PORTDOCS%%%%DOCSDIR%%/ja/autotrace.html %%PORTDOCS%%%%DOCSDIR%%/ja/autowidth.html +%%PORTDOCS%%%%DOCSDIR%%/ja/bdfinfo.html %%PORTDOCS%%%%DOCSDIR%%/ja/bezier.html %%PORTDOCS%%%%DOCSDIR%%/ja/bibliography.html %%PORTDOCS%%%%DOCSDIR%%/ja/bitmapsavail.png @@ -591,6 +603,8 @@ %%PORTDOCS%%%%DOCSDIR%%/ja/faqFrame.html %%PORTDOCS%%%%DOCSDIR%%/ja/filemenu.html %%PORTDOCS%%%%DOCSDIR%%/ja/files.html +%%PORTDOCS%%%%DOCSDIR%%/ja/fontcompdlg.png +%%PORTDOCS%%%%DOCSDIR%%/ja/fontcompresults.png %%PORTDOCS%%%%DOCSDIR%%/ja/fontinfo-comment.png %%PORTDOCS%%%%DOCSDIR%%/ja/fontinfo-macstyle.png %%PORTDOCS%%%%DOCSDIR%%/ja/fontinfo-panose.png @@ -621,9 +635,12 @@ %%PORTDOCS%%%%DOCSDIR%%/ja/histogram.html %%PORTDOCS%%%%DOCSDIR%%/ja/index.html %%PORTDOCS%%%%DOCSDIR%%/ja/kernpairs.html +%%PORTDOCS%%%%DOCSDIR%%/ja/layerdlg.png %%PORTDOCS%%%%DOCSDIR%%/ja/license.html %%PORTDOCS%%%%DOCSDIR%%/ja/locale.html %%PORTDOCS%%%%DOCSDIR%%/ja/mac-install.html +%%PORTDOCS%%%%DOCSDIR%%/ja/macFeatureSetting.png +%%PORTDOCS%%%%DOCSDIR%%/ja/macfeature.png %%PORTDOCS%%%%DOCSDIR%%/ja/macformats.html %%PORTDOCS%%%%DOCSDIR%%/ja/mad.html %%PORTDOCS%%%%DOCSDIR%%/ja/metricsmenu.html @@ -644,8 +661,16 @@ %%PORTDOCS%%%%DOCSDIR%%/ja/pfaeditmath.html %%PORTDOCS%%%%DOCSDIR%%/ja/plugins.html %%PORTDOCS%%%%DOCSDIR%%/ja/pointinfo.png +%%PORTDOCS%%%%DOCSDIR%%/ja/pointinfo-interp.png %%PORTDOCS%%%%DOCSDIR%%/ja/pointmenu.html %%PORTDOCS%%%%DOCSDIR%%/ja/prefs.html +%%PORTDOCS%%%%DOCSDIR%%/ja/prefs-apps.png +%%PORTDOCS%%%%DOCSDIR%%/ja/prefs-editing.png +%%PORTDOCS%%%%DOCSDIR%%/ja/prefs-font.png +%%PORTDOCS%%%%DOCSDIR%%/ja/prefs-generic.png +%%PORTDOCS%%%%DOCSDIR%%/ja/prefs-macfeat.png +%%PORTDOCS%%%%DOCSDIR%%/ja/prefs-macmap.png +%%PORTDOCS%%%%DOCSDIR%%/ja/prefs-script.png %%PORTDOCS%%%%DOCSDIR%%/ja/print.html %%PORTDOCS%%%%DOCSDIR%%/ja/privatekey.png %%PORTDOCS%%%%DOCSDIR%%/ja/privatekeymenu.png @@ -679,8 +704,11 @@ %%PORTDOCS%%%%DOCSDIR%%/ja/windowmenu.html %%PORTDOCS%%%%DOCSDIR%%/ja/xim.html %%PORTDOCS%%%%DOCSDIR%%/ja/xres.html +%%PORTDOCS%%%%DOCSDIR%%/ja/nonBMP/index.html +@dirrm %%DATADIR%%/plugins @dirrm %%DATADIR%% @dirrm %%DOCSDIR%%/flags +@dirrm %%DOCSDIR%%/ja/nonBMP @dirrm %%DOCSDIR%%/ja @dirrm %%DOCSDIR%% @dirrmtry share/locale/es/LC_MESSAGES >Release-Note: >Audit-Trail: >Unformatted: