summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorsakamoto <sakamoto>1999-09-03 05:43:00 +0000
committersakamoto <sakamoto>1999-09-03 05:43:00 +0000
commit044607c196a298984bedc5f64e4ab29ffd634dc7 (patch)
tree1f8290f512eb8ea6523ab3fe0e11480402bb855c /japanese
parent1b94353bf134f54c65b13970de6f09835ebc5c4c (diff)
downloadpkgsrc-044607c196a298984bedc5f64e4ab29ffd634dc7.tar.gz
Adapt this package to NetBSD.
Update to VFlib2-2.24.2.
Diffstat (limited to 'japanese')
-rw-r--r--japanese/vflib/Makefile53
-rw-r--r--japanese/vflib/files/md56
-rw-r--r--japanese/vflib/files/patch-sum5
-rw-r--r--japanese/vflib/patches/patch-aa16
-rw-r--r--japanese/vflib/patches/patch-ab422
-rw-r--r--japanese/vflib/patches/patch-ac94
-rw-r--r--japanese/vflib/pkg/DESCR6
-rw-r--r--japanese/vflib/pkg/PLIST831
8 files changed, 938 insertions, 495 deletions
diff --git a/japanese/vflib/Makefile b/japanese/vflib/Makefile
index a46e9f051ab..25850088de3 100644
--- a/japanese/vflib/Makefile
+++ b/japanese/vflib/Makefile
@@ -1,27 +1,36 @@
-# New ports collection makefile for: vflib + FreeType
-# Version required: 2.24 Patchlevel 1
-# Date created: 10 May 1996
-# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
-#
-# $FreeBSD: ports/japanese/vflib/Makefile,v 1.21 1999/08/25 05:27:38 obrien Exp $
-#
-
-DISTNAME= VFlib2-2.24.1
-PKGNAME= ja-vflib-2.24.1
+# $NetBSD: Makefile,v 1.2 1999/09/03 05:43:00 sakamoto Exp $
+# FreeBSD Id: Makefile,v 1.20 1999/05/03 01:58:33 steve Exp $
+
+DISTNAME= VFlib2-2.24.2
+PKGNAME= ja-vflib-2.24.2
CATEGORIES= japanese print
-MASTER_SITES= ftp://gull.se.hiroshima-u.ac.jp/pub/TypeHack/ \
- ftp://gull.se.hiroshima-u.ac.jp/pub/VFlib/
-DISTFILES= VFlib2-2.24.1.tar.gz watanabe-vf.tar.Z
+MASTER_SITES= ftp://gull.se.hiroshima-u.ac.jp/pub/TypeHack/ \
+ ftp://ftp.kuis.kyoto-u.ac.jp/TeX/watanabe-jfonts/
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} watanabe-vf${EXTRACT_SUFX}
-MAINTAINER= mita@jp.FreeBSD.org
+MAINTAINER= tech-pkg-ja@jp.netbsd.org
+HOMEPAGE= http://TypeHack.aial.hiroshima-u.ac.jp/VFlib/
-LIB_DEPENDS= ttf.3:${PORTSDIR}/print/freetype
+DEPENDS= freetype-1.1:../../graphics/freetype
-VFLIB_VERSION= 2.24.1
-PLIST_SUB= VFLIB_VERSION=${VFLIB_VERSION}
+VFLIB_VERSION= 2.24.2
+PLIST_SUBST+= VFLIB_VERSION=${VFLIB_VERSION} \
+ VFLIB_SO_VERSION=${VFLIB_VERSION:C/^2.//}
+USE_LIBTOOL= yes
GNU_CONFIGURE= yes
-USE_AUTOCONF= yes
+
+post-configure:
+ @${RM} -r ${WRKSRC}/libtool
+ @${LN} -s ${LIBTOOL} ${WRKSRC}/libtool
+
+post-build:
+.for f in vfontcap vfontcap.bdf
+ @(cd ${WRKSRC}; \
+ ${MV} ${f} ${f}.orig; \
+ ${SED} -e 's|\$${PREFIX}|${PREFIX}|g' ${f}.orig > ${f}; \
+ ${RM} ${f}.orig)
+.endfor
pre-install:
@(cd ${WRKSRC}/tools; \
@@ -31,11 +40,11 @@ pre-install:
${CP} COPYING COPYING.LIB README.txt.JP_EUC \
${PREFIX}/share/VFlib/${VFLIB_VERSION} ;\
${CP} -R jTeX ${PREFIX}/share/VFlib/${VFLIB_VERSION})
- ${MKDIR} ${PREFIX}/share/fonts/watanabe_font
- tar -C ${PREFIX}/share/fonts/watanabe_font \
- -xzf ${DISTDIR}/watanabe-vf.tar.Z
+ @${MKDIR} ${PREFIX}/share/fonts/watanabe_font
+ @${GTAR} -C ${PREFIX}/share/fonts/watanabe_font \
+ -xzf ${DISTDIR}/watanabe-vf${EXTRACT_SUFX}
post-install:
${MV} ${PREFIX}/share/VFlib/${VFLIB_VERSION}/VF.h ${PREFIX}/include
-.include <bsd.port.mk>
+.include "../../mk/bsd.pkg.mk"
diff --git a/japanese/vflib/files/md5 b/japanese/vflib/files/md5
index 14ee1db5b40..05dfb033fe5 100644
--- a/japanese/vflib/files/md5
+++ b/japanese/vflib/files/md5
@@ -1,2 +1,4 @@
-MD5 (VFlib2-2.24.1.tar.gz) = 7c56791cbefc325ffb2201df940b2270
-MD5 (watanabe-vf.tar.Z) = 17a6a1ef6bfedac3d0b48f0365741e13
+$NetBSD: md5,v 1.2 1999/09/03 05:43:01 sakamoto Exp $
+
+MD5 (VFlib2-2.24.2.tar.gz) = bf76c1dbea1210fad8005f6e5910b842
+MD5 (watanabe-vf.tar.gz) = 2c89986bf284c722d0510663bbd4cd32
diff --git a/japanese/vflib/files/patch-sum b/japanese/vflib/files/patch-sum
new file mode 100644
index 00000000000..195155f4c1c
--- /dev/null
+++ b/japanese/vflib/files/patch-sum
@@ -0,0 +1,5 @@
+$NetBSD: patch-sum,v 1.1 1999/09/03 05:43:01 sakamoto Exp $
+
+MD5 (patch-aa) = 285a6a31a42418665c17b5db9e357000
+MD5 (patch-ab) = f4e35dcd90721f8e1f3f3c9783f3e933
+MD5 (patch-ac) = fb7fb615f3ceef76768018ac8c79bcb6
diff --git a/japanese/vflib/patches/patch-aa b/japanese/vflib/patches/patch-aa
index 5581087dc52..b04e2290b9a 100644
--- a/japanese/vflib/patches/patch-aa
+++ b/japanese/vflib/patches/patch-aa
@@ -1,15 +1,13 @@
---- tools/Imakefile.in.orig Tue Oct 27 17:02:45 1998
-+++ tools/Imakefile.in Wed Dec 16 23:41:05 1998
-@@ -19,7 +19,11 @@
- * copies.
+$NetBSD: patch-aa,v 1.2 1999/09/03 05:43:01 sakamoto Exp $
+
+--- ./tools/Imakefile.in.orig Tue Oct 27 17:02:45 1998
++++ ./tools/Imakefile.in Fri Aug 27 15:06:10 1999
+@@ -20,4 +20,8 @@
*/
-- LIBTOOL = ../libtool
-+ PREFIX ?= /usr/local
++ PREFIX ?= ${PREFIX}
+ FREETYPELIBDIR ?= ${PREFIX}/lib
+ FREETYPEINCDIR ?= ${PREFIX}/include
+
-+ LIBTOOL = ../libtool
+ LIBTOOL = ../libtool
VFLIB_INCDIR = ../src
- VFLIB_LIBDIR = ../src
-
diff --git a/japanese/vflib/patches/patch-ab b/japanese/vflib/patches/patch-ab
new file mode 100644
index 00000000000..8974861d6cb
--- /dev/null
+++ b/japanese/vflib/patches/patch-ab
@@ -0,0 +1,422 @@
+--- vfontcap.orig Wed Jan 20 12:33:39 1999
++++ vfontcap Mon Aug 30 18:50:34 1999
+@@ -39,8 +39,8 @@
+ #min:\
+ # :ft=freetype:\
+-# :ff=/usr/local/share/fonts/DynaFont-Premium30/win95/futt/dfhsmw3.ttc:
++# :ff=${PREFIX}/share/fonts/DynaFont-Premium30/win95/futt/dfhsmw3.ttc:
+ #goth:\
+ # :ft=freetype:\
+-# :ff=/usr/local/share/fonts/DynaFont-Premium30/win95/futt/dfhsgw5.ttc:
++# :ff=${PREFIX}/share/fonts/DynaFont-Premium30/win95/futt/dfhsgw5.ttc:
+
+ ###--------------------------
+@@ -51,191 +51,191 @@
+ r-sony-mincho|Sony Vector Font (Mincho):\
+ :ft=sony:\
+- :ff=/usr/local/share/fonts/devnwp533/Mincho.vfont:
++ :ff=${PREFIX}/share/fonts/devnwp533/Mincho.vfont:
+ r-sony-gothic|Sony Vector Font (Gothic):\
+ :ft=sony:\
+- :ff=/usr/local/share/fonts/devnwp533/Gothic.vfont:
++ :ff=${PREFIX}/share/fonts/devnwp533/Gothic.vfont:
+
+ ### TRUETYPE FONT (RICOH TrueTypeWorld)
+ r-ricoh-ttw-heisei-mincho-w3|Ricoh TrueTypeWorld Heisei Mincho W3:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/hgrhm3sj:
++ :ff=${PREFIX}/share/fonts/truetype/hgrhm3sj:
+ r-ricoh-ttw-heisei-mincho-w9|Ricoh TrueTypeWorld Heisei Mincho W9:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/hgrhm9sj:
++ :ff=${PREFIX}/share/fonts/truetype/hgrhm9sj:
+ r-ricoh-ttw-heisei-kaku-gothic-w3|Ricoh TrueTypeWorld Heisei Kaku Gothic W3:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/hgrhg3sj:
++ :ff=${PREFIX}/share/fonts/truetype/hgrhg3sj:
+ r-ricoh-ttw-heisei-kaku-gothic-w5|Ricoh TrueTypeWorld Heisei Kaku Gothic W5:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/hgrhg5sj:
++ :ff=${PREFIX}/share/fonts/truetype/hgrhg5sj:
+ r-ricoh-ttw-hg-sei-kaisyo|Ricoh TrueTypeWorld HG Sei Kaisyo:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/hgrsksj:
++ :ff=${PREFIX}/share/fonts/truetype/hgrsksj:
+ r-ricoh-ttw-hg-souei-kaku-pop|Ricoh TrueTypeWorld HG Souei Kaku Pop:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/hgrpp1sj:
++ :ff=${PREFIX}/share/fonts/truetype/hgrpp1sj:
+ # fonts included dp/NOTE by OMRON software
+ r-ricoh-ttw-hg-mincho-l-pro|Ricoh TrueTypeWorld HG Mincho L PRO:\
+ :ft=truetype:\
+- :ff=/usr/local/lib/dp/font/truetype/hgrmlpsj
++ :ff=${PREFIX}/lib/dp/font/truetype/hgrmlpsj
+ r-ricoh-ttw-hg-gothic-b-pro|Ricoh TrueTypeWorld HG Gothic B PRO:\
+ :ft=truetype:\
+- :ff=/usr/local/lib/dp/font/truetype/hgrgbpsj:
++ :ff=${PREFIX}/lib/dp/font/truetype/hgrgbpsj:
+
+ ### TRUETYPE FONT (Windows fonts)
+ r-microsoft-mincho|MicroSoft mincho:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/msmincho:
++ :ff=${PREFIX}/share/fonts/truetype/msmincho:
+ r-microsoft-gothic|Microsoft gothic:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/msgothic:
++ :ff=${PREFIX}/share/fonts/truetype/msgothic:
+
+ ### TRUETYPE FONT (Dynalab Dynafont 30 fonts)
+ r-dynalab-df-heisei-mincho-w3|Dynalab Dynafont 30fonts Heisei Mincho W3:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/dfhsmw3:
++ :ff=${PREFIX}/share/fonts/truetype/dfhsmw3:
+ r-dynalab-df-heisei-mincho-w5|Dynalab Dynafont 30fonts Heisei Mincho W5:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/dfhsmw5:
++ :ff=${PREFIX}/share/fonts/truetype/dfhsmw5:
+ r-dynalab-df-heisei-mincho-w7|Dynalab Dynafont 30fonts Heisei Mincho W7:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/dfhsmw7:
++ :ff=${PREFIX}/share/fonts/truetype/dfhsmw7:
+ r-dynalab-df-heisei-mincho-w9|Dynalab Dynafont 30fonts Heisei Mincho W9:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/dfhsmw9:
++ :ff=${PREFIX}/share/fonts/truetype/dfhsmw9:
+ r-dynalab-df-gokufuto-mincho|Dynalab Dynafont 30fonts Gokufuto Mincho:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/dfminub:
++ :ff=${PREFIX}/share/fonts/truetype/dfminub:
+ r-dynalab-df-heisei-gothic-w3|Dynalab Dynafont 30fonts Heisei Gothic W3:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/dfhsgw3:
++ :ff=${PREFIX}/share/fonts/truetype/dfhsgw3:
+ r-dynalab-df-heisei-gothic-w5|Dynalab Dynafont 30fonts Heisei Gothic W5:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/dfhsgw5:
++ :ff=${PREFIX}/share/fonts/truetype/dfhsgw5:
+ r-dynalab-df-heisei-gothic-w7|Dynalab Dynafont 30fonts Heisei Gothic W7:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/dfhsgw7:
++ :ff=${PREFIX}/share/fonts/truetype/dfhsgw7:
+ r-dynalab-df-heisei-gothic-w9|Dynalab Dynafont 30fonts Heisei Gothic W9:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/dfhsgw9:
++ :ff=${PREFIX}/share/fonts/truetype/dfhsgw9:
+ r-dynalab-df-gokufuto-gothic|Dynalab Dynafont 30fonts Gokufuto Gothic:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/dfgoteb:
++ :ff=${PREFIX}/share/fonts/truetype/dfgoteb:
+ r-dynalab-df-tokufuto-gothic|Dynalab Dynafont 30fonts Tokufuto Gothic:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/dfgotub:
++ :ff=${PREFIX}/share/fonts/truetype/dfgotub:
+ r-dynalab-df-heisei-maru-gothic-w4|Dynalab Dynafont 30fonts Heisei Maru Gothic W4:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/dfhsrw4:
++ :ff=${PREFIX}/share/fonts/truetype/dfhsrw4:
+ r-dynalab-df-hosomaru-gothic|Dynalab Dynafont 30fonts Hosomaru Gothic:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/dfmrglt:
++ :ff=${PREFIX}/share/fonts/truetype/dfmrglt:
+ r-dynalab-df-chumaru-gothic|Dynalab Dynafont 30fonts Chumaru Gothic:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/dfmrgmd:
++ :ff=${PREFIX}/share/fonts/truetype/dfmrgmd:
+ r-dynalab-df-chufutomaru-gothic|Dynalab Dynafont 30fonts Chufutomaru Gothic:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/dfmrgbd:
++ :ff=${PREFIX}/share/fonts/truetype/dfmrgbd:
+ r-dynalab-df-hosokaisyo|Dynalab Dynafont 30fonts Hosokaisyo:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/dfkailt:
++ :ff=${PREFIX}/share/fonts/truetype/dfkailt:
+ r-dynalab-df-chukaisyo|Dynalab Dynafont 30fonts Chukaisyo:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/dfkaimd:
++ :ff=${PREFIX}/share/fonts/truetype/dfkaimd:
+ r-dynalab-df-chufutokaisyo|Dynalab Dynafont 30fonts Chufutokaisyo:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/dfkaisb:
++ :ff=${PREFIX}/share/fonts/truetype/dfkaisb:
+ r-dynalab-df-futokaisyo|Dynalab Dynafont 30fonts Futokaisyo:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/dfkaibd:
++ :ff=${PREFIX}/share/fonts/truetype/dfkaibd:
+ r-dynalab-df-gyosyo|Dynalab Dynafont 30fonts Gyosyo:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/dfgyomd:
++ :ff=${PREFIX}/share/fonts/truetype/dfgyomd:
+ r-dynalab-df-leisyo|Dynalab Dynafont 30fonts Leisyo:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/dfleimd:
++ :ff=${PREFIX}/share/fonts/truetype/dfleimd:
+ r-dynalab-df-kanteiryu|Dynalab Dynafont 30fonts Kanteiryu:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/dfktrxb:
++ :ff=${PREFIX}/share/fonts/truetype/dfktrxb:
+ r-dynalab-df-pop1-w3|Dynalab Dynafont 30fonts Pop1 W3:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/dfpopw3:
++ :ff=${PREFIX}/share/fonts/truetype/dfpopw3:
+ r-dynalab-df-pop1-w5|Dynalab Dynafont 30fonts Pop1 W5:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/dfpopw5:
++ :ff=${PREFIX}/share/fonts/truetype/dfpopw5:
+ r-dynalab-df-pop1-w9|Dynalab Dynafont 30fonts Pop1 W9:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/dfpopw9:
++ :ff=${PREFIX}/share/fonts/truetype/dfpopw9:
+ r-dynalab-df-pop1|Dynalab Dynafont 30fonts Pop1:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/dfpop1:
++ :ff=${PREFIX}/share/fonts/truetype/dfpop1:
+ r-dynalab-df-maru-w3|Dynalab Dynafont 30fonts Marumoji W3:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/dfmrmw3:
++ :ff=${PREFIX}/share/fonts/truetype/dfmrmw3:
+ r-dynalab-df-maru-w7|Dynalab Dynafont 30fonts Marumoji W7:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/dfmrmw7:
++ :ff=${PREFIX}/share/fonts/truetype/dfmrmw7:
+ r-dynalab-df-maru-w9|Dynalab Dynafont 30fonts Marumoji W9:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/dfmrmw9:
++ :ff=${PREFIX}/share/fonts/truetype/dfmrmw9:
+ r-dynalab-df-maru|Dynalab Dynafont 30fonts Marumoji:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/dfmrmmd:
++ :ff=${PREFIX}/share/fonts/truetype/dfmrmmd:
+ r-dynalab-df-koinji|Dynalab Dynafont 30fonts Koinji:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/dfkoimd:
++ :ff=${PREFIX}/share/fonts/truetype/dfkoimd:
+ r-dynalab-df-gihi|Dynalab Dynafont 30fonts Gihitai:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/dfgihbd:
++ :ff=${PREFIX}/share/fonts/truetype/dfgihbd:
+
+ ### TRUETYPE FONT (Fujitsu Fontcity)
+ r-fujitsu-fc-mincho-l|Fujitsu Fontcity mincho-L:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/f5ajcfm2:
++ :ff=${PREFIX}/share/fonts/truetype/f5ajcfm2:
+ r-fujitsu-fc-mincho-b|Fujitsu Fontcity mincho-B:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/f5ajcfm8:
++ :ff=${PREFIX}/share/fonts/truetype/f5ajcfm8:
+ r-fujitsu-fc-kaku-gothic-l|Fujitsu Fontcity kaku gothic-L:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/f5ajcfg3:
++ :ff=${PREFIX}/share/fonts/truetype/f5ajcfg3:
+ r-fujitsu-fc-kaku-gothic-b|Fujitsu Fontcity kaku gothic-B:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/f5ajcfg7:
++ :ff=${PREFIX}/share/fonts/truetype/f5ajcfg7:
+ r-fujitsu-fc-maru-gothic-l|Fujitsu Fontcity maru gothic-L:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/f5ajcfr3:
++ :ff=${PREFIX}/share/fonts/truetype/f5ajcfr3:
+ r-fujitsu-fc-maru-gothic-b|Fujitsu Fontcity maru gothic-B:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/f5ajcfr7:
++ :ff=${PREFIX}/share/fonts/truetype/f5ajcfr7:
+ r-fujitsu-fc-kyokasyo-l|Fujitsu Fontcity Kyokasyotai-L:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/f5ajcky1:
++ :ff=${PREFIX}/share/fonts/truetype/f5ajcky1:
+ r-fujitsu-fc-kyokasyo-b|Fujitsu Fontcity Kyokasyotai-M:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/f5ajcky2:
++ :ff=${PREFIX}/share/fonts/truetype/f5ajcky2:
+ r-fujitsu-fc-gyokaisyo|Fujitsu Fontcity Gyokaisyotai:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/f5ajcgyk:
++ :ff=${PREFIX}/share/fonts/truetype/f5ajcgyk:
+ r-fujitsu-fc-reisyo|Fujitsu Fontcity Reisyotai:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/f5ajcrei:
++ :ff=${PREFIX}/share/fonts/truetype/f5ajcrei:
+ r-fujitsu-fc-hikki|Fujitsu Fontcity Hikktai:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/f5ajchik:
++ :ff=${PREFIX}/share/fonts/truetype/f5ajchik:
+ r-fujitsu-fc-ima-108|Fujitsu Fontcity Ima 108:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/f5ajci18:
++ :ff=${PREFIX}/share/fonts/truetype/f5ajci18:
+ r-fujitsu-fc-ima-205|Fujitsu Fontcity Ima 205:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/f5ajci25:
++ :ff=${PREFIX}/share/fonts/truetype/f5ajci25:
+ r-fujitsu-fc-ima-310|Fujitsu Fontcity Ima 310:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/f5ajci3a:
++ :ff=${PREFIX}/share/fonts/truetype/f5ajci3a:
+ r-fujitsu-fc-ima-407|Fujitsu Fontcity Ima 407:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/f5ajci47:
++ :ff=${PREFIX}/share/fonts/truetype/f5ajci47:
+ r-fujitsu-fc-ima-513|Fujitsu Fontcity Ima 513:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/f5ajci5d:
++ :ff=${PREFIX}/share/fonts/truetype/f5ajci5d:
+
+ ### TRUETYPE FONT (DynaFont RYOBI)
+@@ -243,79 +243,79 @@
+ rf-hon-mincho-l|DynaFont RYOBI PREMIUM PACK RF Hon Mincho-L:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/rfhml
++ :ff=${PREFIX}/share/fonts/truetype/rfhml
+ rf-hon-mincho-m|DynaFont RYOBI PREMIUM PACK RF Hon Mincho-M:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/rfhmm
++ :ff=${PREFIX}/share/fonts/truetype/rfhmm
+ rf-hon-mincho-bii|DynaFont RYOBI PREMIUM PACK RF Hon Mincho-BII:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/rfhmb
++ :ff=${PREFIX}/share/fonts/truetype/rfhmb
+ rf-hon-mincho-eii|DynaFont RYOBI PREMIUM PACK RF Hon Mincho-EII:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/rfhme
++ :ff=${PREFIX}/share/fonts/truetype/rfhme
+ rf-gothic-mii|DynaFont RYOBI PREMIUM PACK RF Gothic-MII:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/rfgtm
++ :ff=${PREFIX}/share/fonts/truetype/rfgtm
+ rf-gothic-b|DynaFont RYOBI PREMIUM PACK RF Gothic-B:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/rfgtb
++ :ff=${PREFIX}/share/fonts/truetype/rfgtb
+ rf-gothic-eii|DynaFont RYOBI PREMIUM PACK RF Gothic-EII:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/rfgte
++ :ff=${PREFIX}/share/fonts/truetype/rfgte
+ rf-serious-lii|DynaFont RYOBI PREMIUM PACK RF Serious-LII:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/rfsrl
++ :ff=${PREFIX}/share/fonts/truetype/rfsrl
+ rf-serious-m|DynaFont RYOBI PREMIUM PACK RF Serious-M:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/rfsrm
++ :ff=${PREFIX}/share/fonts/truetype/rfsrm
+ rf-serious-b|DynaFont RYOBI PREMIUM PACK RF Serious-B:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/rfsrb
++ :ff=${PREFIX}/share/fonts/truetype/rfsrb
+ rf-serious-e|DynaFont RYOBI PREMIUM PACK RF Serious-E:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/rfsre
++ :ff=${PREFIX}/share/fonts/truetype/rfsre
+ rf-hagoromo-m|DynaFont RYOBI PREMIUM PACK RF Hagoromo-M:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/rfhgm
++ :ff=${PREFIX}/share/fonts/truetype/rfhgm
+ rf-hagoromo-b|DynaFont RYOBI PREMIUM PACK RF Hagoromo-M:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/rfhgb
++ :ff=${PREFIX}/share/fonts/truetype/rfhgb
+ rf-now-mb|DynaFont RYOBI PREMIUM PACK RF Now-MB:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/rfnmb
++ :ff=${PREFIX}/share/fonts/truetype/rfnmb
+ rf-now-mu|DynaFont RYOBI PREMIUM PACK RF Now-MU:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/rfnmu
++ :ff=${PREFIX}/share/fonts/truetype/rfnmu
+ rf-now-gb|DynaFont RYOBI PREMIUM PACK RF Now-GB:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/rfngb
++ :ff=${PREFIX}/share/fonts/truetype/rfngb
+ rf-now-gu|DynaFont RYOBI PREMIUM PACK RF Now-GU:\
+ :ft=truetype:\
+- :ff=/usr/local/share/fonts/truetype/rfngu
++ :ff=${PREFIX}/share/fonts/truetype/rfngu
+
+ ### TRUETYPE FONT by FreeType font class
+ dfhsmw3|:\
+ :ft=freetype:\
+- :ff=/usr/local/share/fonts/DynaFont-Premium30/win95/futt/dfhsmw3.ttc:
++ :ff=${PREFIX}/share/fonts/DynaFont-Premium30/win95/futt/dfhsmw3.ttc:
+ dfhsmw5|:\
+ :ft=freetype:\
+- :ff=/usr/local/share/fonts/DynaFont-Premium30/win95/futt/dfhsmw5.ttc:
++ :ff=${PREFIX}/share/fonts/DynaFont-Premium30/win95/futt/dfhsmw5.ttc:
+ dfhsmw7|:\
+ :ft=freetype:\
+- :ff=/usr/local/share/fonts/DynaFont-Premium30/win95/futt/dfhsmw7.ttc:
++ :ff=${PREFIX}/share/fonts/DynaFont-Premium30/win95/futt/dfhsmw7.ttc:
+ dfhsmw9|:\
+ :ft=freetype:\
+- :ff=/usr/local/share/fonts/DynaFont-Premium30/win95/futt/dfhsmw9.ttc:
++ :ff=${PREFIX}/share/fonts/DynaFont-Premium30/win95/futt/dfhsmw9.ttc:
+ dfhsgw3|:\
+ :ft=freetype:\
+- :ff=/usr/local/share/fonts/DynaFont-Premium30/win95/futt/dfhsgw3.ttc:
++ :ff=${PREFIX}/share/fonts/DynaFont-Premium30/win95/futt/dfhsgw3.ttc:
+ dfhsgw5|:\
+ :ft=freetype:\
+- :ff=/usr/local/share/fonts/DynaFont-Premium30/win95/futt/dfhsgw5.ttc:
++ :ff=${PREFIX}/share/fonts/DynaFont-Premium30/win95/futt/dfhsgw5.ttc:
+ dfhsgw7|:\
+ :ft=freetype:\
+- :ff=/usr/local/share/fonts/DynaFont-Premium30/win95/futt/dfhsgw7.ttc:
++ :ff=${PREFIX}/share/fonts/DynaFont-Premium30/win95/futt/dfhsgw7.ttc:
+ dfhsgw9|:\
+ :ft=freetype:\
+- :ff=/usr/local/share/fonts/DynaFont-Premium30/win95/futt/dfhsgw9.ttc:
++ :ff=${PREFIX}/share/fonts/DynaFont-Premium30/win95/futt/dfhsgw9.ttc:
+
+
+@@ -323,27 +323,27 @@
+ r-zeit-mincho|Zeit "SYOTAI CLUB" Vector Font (Mincho):\
+ :ft=zeit:\
+- :ff=/usr/local/share/fonts/syotai_club/mincho:
++ :ff=${PREFIX}/share/fonts/syotai_club/mincho:
+ r-zeit-gothic|Zeit "SYOTAI CLUB" Vector Font (gothic):\
+ :ft=zeit:\
+- :ff=/usr/local/share/fonts/syotai_club/gothic:
++ :ff=${PREFIX}/share/fonts/syotai_club/gothic:
+ r-zeit-gothicMH|Zeit "SYOTAI CLUB" Vector Font (maru gothic H):\
+ :ft=zeit:\
+- :ff=/usr/local/share/fonts/syotai_club/mg1r:
++ :ff=${PREFIX}/share/fonts/syotai_club/mg1r:
+ r-zeit-textbook|Zeit "SYOTAI CLUB" Vector Font (textbook):\
+ :ft=zeit:\
+- :ff=/usr/local/share/fonts/syotai_club/aska:
++ :ff=${PREFIX}/share/fonts/syotai_club/aska:
+
+ ### WATANABE FONT IN "SYOTAI CLUB" FORMAT
+ r-watanabe-mincho|Watanabe "SYOTAI CLUB" Vector Font (mincho):\
+ :ft=zeit:\
+- :ff=/usr/local/share/fonts/watanabe_font/mincho:
++ :ff=${PREFIX}/share/fonts/watanabe_font/mincho:
+
+ ### ZEIT "JG FONT"
+ r-jg-textbook|Zeit "JG FONT" Vector Font (textbook):\
+ :ft=jg:\
+- :ff=/usr/local/share/fonts/jg_font/zkyo0by:
++ :ff=${PREFIX}/share/fonts/jg_font/zkyo0by:
+ r-jg-mouhitsu|Zeit "JG FONT" Vector Font (mouhitsu):\
+ :ft=jg:\
+- :ff=/usr/local/share/fonts/jg_font/zmou0by:
++ :ff=${PREFIX}/share/fonts/jg_font/zmou0by:
+
+ ### FontWave
+@@ -534,13 +534,13 @@
+ bdf14:\
+ :ft=bdf:\
+- :ff=/usr/local/share/fonts/bdf/k14:\
++ :ff=${PREFIX}/share/fonts/bdf/k14:\
+ :ox#0:oy#0:fx#95:fy#95:
+ bdf16:\
+ :ft=bdf:\
+- :ff=/usr/local/share/fonts/bdf/jiskan16:\
++ :ff=${PREFIX}/share/fonts/bdf/jiskan16:\
+ :ox#0:oy#0:fx#95:fy#95:
+ bdf24:\
+ :ft=bdf:\
+- :ff=/usr/local/share/fonts/bdf/jiskan24:\
++ :ff=${PREFIX}/share/fonts/bdf/jiskan24:\
+ :ox#0:oy#0:fx#95:fy#95:
+ bdf14sl:sl#20:fc=bdf14:
diff --git a/japanese/vflib/patches/patch-ac b/japanese/vflib/patches/patch-ac
index bb2ae54db57..56ed39bdf86 100644
--- a/japanese/vflib/patches/patch-ac
+++ b/japanese/vflib/patches/patch-ac
@@ -1,45 +1,55 @@
-# just copied from ${PORTSDIR}/print/freetype/patches/patch-ac, thanks!
---- ltmain.sh.orig Sat Sep 19 11:12:26 1998
-+++ ltmain.sh Sat Sep 19 11:19:06 1998
-@@ -967,6 +967,16 @@
- versuffix="$current.$revision"
- ;;
+--- vfontcap.bdf.orig Fri Jun 5 11:04:37 1998
++++ vfontcap.bdf Mon Aug 30 18:50:51 1999
+@@ -43,9 +43,9 @@
+ cbdf16|GB2312-1980:\
+ :ft=bdf:\
+- :ff=/usr/local/font/bdf/gb16fs:\
++ :ff=${PREFIX}/share/font/bdf/gb16fs:\
+ :ox#0:oy#0:fx#100:fy#100:
+ cbdf24|GB2312-1980:\
+ :ft=bdf:\
+- :ff=/usr/local/font/bdf/gb24st:\
++ :ff=${PREFIX}/share/font/bdf/gb24st:\
+ :ox#0:oy#0:fx#100:fy#100:
+ ###--------------------------
+@@ -54,5 +54,5 @@
+ chbf24|GB2312-1980:\
+ :ft=hbf:\
+- :ff=/usr/local/font/hbf/gb24st:\
++ :ff=${PREFIX}/share/font/hbf/gb24st:\
+ :ox#0:oy#0:fx#100:fy#100:
-+ freebsd)
-+ version_vars="$version_vars major versuffix"
-+ major="$current"
-+ if [ $PORTOBJFORMAT = elf ]; then
-+ versuffix="$current"
-+ else
-+ versuffix="$current.$revision"
-+ fi
-+ ;;
-+
- *)
- $echo "$modename: unknown library version type \`$version_type'" 1>&2
- echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2
---- ltconfig.orig Sat Sep 19 11:12:21 1998
-+++ ltconfig Sat Sep 19 11:15:42 1998
-@@ -784,7 +784,7 @@
- ;;
+@@ -62,17 +62,17 @@
+ jbdf14|JIS X 0208-1983:\
+ :ft=bdf:\
+- :ff=/usr/local/font/bdf/k14:\
++ :ff=${PREFIX}/share/font/bdf/k14:\
+ :ox#0:oy#0:fx#100:fy#100:
+ jbdfx16|JIS X 0208-1990:\
+ :ft=bdf:\
+- :ff=/usr/local/font/bdf/k16-1990:\
++ :ff=${PREFIX}/share/font/bdf/k16-1990:\
+ :ox#0:oy#0:fx#100:fy#100:
+ jbdf16|JIS X 0208-1983:\
+ :ft=bdf:\
+- :ff=/usr/local/font/bdf/jiskan16:\
++ :ff=${PREFIX}/share/font/bdf/jiskan16:\
+ :ox#0:oy#0:fx#100:fy#100:
+ jbdf24|JIS X 0208-1983:\
+ :ft=bdf:\
+- :ff=/usr/local/font/bdf/jiskan24:\
++ :ff=${PREFIX}/share/font/bdf/jiskan24:\
+ :ox#0:oy#0:fx#100:fy#100:
- # FreeBSD 3, at last, uses gcc -shared to do shared libraries.
-- freebsd3*)
-+ freebsd*)
- archive_cmds='$CC -shared -o $lib$libobjs'
- hardcode_libdir_flag_spec='-R$libdir'
- hardcode_direct=yes
-@@ -1130,10 +1130,10 @@
- finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
- ;;
-
--freebsd2* | freebsd3*)
-- version_type=sunos
-+freebsd*)
-+ version_type=freebsd
- library_names_spec='${libname}${release}.so.$versuffix $libname.so'
-- finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir'
-+ finish_cmds='PATH="\$PATH:/sbin" OBJFORMAT="'"$PORTOBJFORMAT"'" ldconfig -m $libdir'
- shlibpath_var=LD_LIBRARY_PATH
- ;;
+@@ -82,9 +82,9 @@
+ kbdf16|KSC5601-1987:\
+ :ft=bdf:\
+- :ff=/usr/local/font/bdf/hanglm16:\
++ :ff=${PREFIX}/share/font/bdf/hanglm16:\
+ :ox#0:oy#0:fx#100:fy#100:
+ kbdf24|KSC5601-1987:\
+ :ft=bdf:\
+- :ff=/usr/local/font/bdf/hanglm24:\
++ :ff=${PREFIX}/share/font/bdf/hanglm24:\
+ :ox#0:oy#0:fx#100:fy#100:
diff --git a/japanese/vflib/pkg/DESCR b/japanese/vflib/pkg/DESCR
index d0034e8c405..ae775428dde 100644
--- a/japanese/vflib/pkg/DESCR
+++ b/japanese/vflib/pkg/DESCR
@@ -2,11 +2,9 @@ vflib is Japanese vector font library.
TrueType, Zeit, JG, BDF fonts are supported.
Watanabe-vector font is used by default for mincho(min) and gothic(goth).
You can use your own font by installing them (/usr/share/font/ is recommended)
-and modify /usr/local/lib/VFlib/vfontcap file.
+and modify ${PREFIX}/lib/VFlib/vfontcap file.
-See /usr/local/lib/VFlib/doc/man.ps or web for more details (in Japanese).
-
-WWW: http://www.se.hiroshima-u.ac.jp/~kakugawa/Hacks/VFlibMan/Index.html
+See ${PREFIX}/lib/VFlib/doc/man.ps or web for more details (in Japanese).
Note this port supports FreeType library from 16/Mar/98. Freetype makes
use of Hinting information in TrueType (i.e.clearer output is possible).
diff --git a/japanese/vflib/pkg/PLIST b/japanese/vflib/pkg/PLIST
index a66ee740845..1653497cbd9 100644
--- a/japanese/vflib/pkg/PLIST
+++ b/japanese/vflib/pkg/PLIST
@@ -1,427 +1,426 @@
-bin/fmtest
+@comment $NetBSD: PLIST,v 1.2 1999/09/03 05:43:01 sakamoto Exp $
+bin/bdfindex
bin/disol
+bin/fmtest
+bin/fwindex
bin/kban
+bin/ktest
+bin/ttindex
bin/vfperf
bin/vftest
-bin/ttindex
-bin/bdfindex
-bin/ktest
include/VF.h
-lib/libVFlib2.so.24.1
-@exec /bin/ln -fs %D/%F %D/lib/libVFlib2.so
-@unexec /bin/rm -f %D/lib/libVFlib2.so
-lib/libVFlib2.la
-share/VFlib/%%VFLIB_VERSION%%/README.txt.JP_EUC
-share/VFlib/%%VFLIB_VERSION%%/COPYING.LIB
-share/VFlib/%%VFLIB_VERSION%%/COPYING
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfonts/Gen
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfonts/Makefile
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/MakeSlantTFM
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/Makefile
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/goth10.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/goth10.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/goth10.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/goth12.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/goth12.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/goth12.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/goth17.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/goth17.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/goth17.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/goth5.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/goth5.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/goth5.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/goth6.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/goth6.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/goth6.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/goth7.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/goth7.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/goth7.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/goth8.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/min5.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/goth8.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/goth8.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/goth9.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/goth9.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/goth9.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsla10.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsla10.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsla10.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsla12.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsla12.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsla12.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsla17.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsla17.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsla17.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsla5.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsla5.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsla5.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsla6.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsla6.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsla6.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsla7.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsla7.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsla8.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsla7.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsla8.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsla8.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsla9.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsla9.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsla9.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslb10.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslb10.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslb10.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslb12.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslb12.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslb12.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslb17.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslb17.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslb17.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslb5.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslb5.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslb5.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslb6.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslb6.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslb6.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslb7.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslb7.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslb7.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslb8.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslb8.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslb8.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslb9.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslb9.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslb9.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslc10.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslc10.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslc10.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslc12.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslc12.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslc12.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslc17.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslc17.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslc17.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslc5.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslc5.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslc5.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslc6.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslc6.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslc6.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslc7.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslc7.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslc7.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslc8.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslc8.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslc8.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslc9.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslc9.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslc9.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsld10.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsld10.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsld10.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsld12.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsld5.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsld12.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsld12.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsld17.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/min6.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsld17.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsld17.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsld5.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsld5.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsld6.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsld6.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsld6.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsld7.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsld7.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsld7.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsld8.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsld8.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsld8.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsld9.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsld9.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsld9.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsle10.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsle10.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsle10.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsle12.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsle12.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/min7.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsle12.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsle17.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsle17.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsle17.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsle5.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsle5.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsle5.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsle6.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsle6.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsle6.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsle7.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsle7.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsle7.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsle8.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsle8.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsle8.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsle9.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsle9.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslf5.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothsle9.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslf10.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslf10.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslf10.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslf12.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslf12.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslf12.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslf17.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslf17.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslf17.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslf5.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslf5.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslf6.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslf6.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslf6.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslf7.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslf7.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslf7.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslf8.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslf8.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslf8.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslf9.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslf9.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslf9.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/min8.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslg10.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslg10.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslg10.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslg12.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslg12.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslg12.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslg17.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslg17.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslg17.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslg5.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslg5.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslg5.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslg6.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslg6.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslg6.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslg7.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslg7.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslg7.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslg8.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslg8.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslg8.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslg9.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslg9.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/gothslg9.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/min10.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/min10.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/min10.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/min12.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/min12.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/min12.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/min17.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/min17.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/min17.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/min5.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/min5.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/min6.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/min6.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/min7.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/min7.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/min8.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/min8.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/min9.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/min9.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/min9.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsla10.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsla10.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsla10.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsla12.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsla12.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsla12.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsla17.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsla17.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsla17.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsla5.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsla5.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsla5.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsla6.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsla6.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsla6.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsla7.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsla7.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsla7.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsla8.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsla8.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsla8.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsla9.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsla9.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsla9.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslb10.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslb10.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslb10.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslb12.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslb12.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslb12.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslb17.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslb17.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslb17.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslb5.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslb5.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslb5.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslb6.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslb6.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslb6.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslb7.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslb7.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslb7.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslb8.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslb8.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslb8.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslb9.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslb9.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslb9.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslc10.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslc10.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslc10.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslc12.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslc12.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslc12.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslc17.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslc17.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslc17.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslc5.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslc5.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslc5.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslc6.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslc6.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslc6.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslc7.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslc7.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslc7.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslc8.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslc8.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslc8.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslc9.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslc9.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslc9.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsld10.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsld10.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsld10.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsld12.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsld12.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsld12.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsld17.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsld17.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsld17.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsld5.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsld5.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsld5.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsld6.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsld6.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsld6.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsld7.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsld7.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsld7.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsld8.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsld8.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsld8.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsld9.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsld9.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsld9.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsle10.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsle10.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsle10.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsle12.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsle12.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsle12.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsle17.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsle17.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsle17.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsle5.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsle5.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsle5.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsle6.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsle6.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsle6.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsle7.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsle7.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsle7.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsle8.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsle8.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsle8.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsle9.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsle9.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minsle9.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslf10.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslf10.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslf10.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslf12.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslf12.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslf12.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslf17.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslf17.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslf17.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslf5.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslf5.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslf5.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslf6.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslf6.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslf6.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslf7.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslf7.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslf7.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslf8.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslf8.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslf8.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslf9.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslf9.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslf9.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslg10.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslg10.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslg10.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslg12.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslg12.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslg12.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslg17.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslg17.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslg17.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslg5.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslg5.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslg5.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslg6.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslg6.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslg6.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslg7.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslg7.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslg7.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslg8.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslg8.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslg8.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslg9.nwfadj
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslg9.pl
-share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc/minslg9.tfm
-share/VFlib/%%VFLIB_VERSION%%/jTeX/macros/Gen
-share/VFlib/%%VFLIB_VERSION%%/jTeX/macros/STYLE-SRC
-share/VFlib/%%VFLIB_VERSION%%/jTeX/README.euc
-share/VFlib/%%VFLIB_VERSION%%/vfontcap.comp2
-share/VFlib/%%VFLIB_VERSION%%/vfontcap.bdf
-share/VFlib/%%VFLIB_VERSION%%/vfontcap
-share/VFlib/%%VFLIB_VERSION%%/QA.txt
-share/VFlib/%%VFLIB_VERSION%%/QA-english.tex
-share/VFlib/%%VFLIB_VERSION%%/man.ps
-share/VFlib/%%VFLIB_VERSION%%/man.dvi
+lib/libVFlib2.a
+lib/libVFlib2.so.${VFLIB_SO_VERSION}
+share/VFlib/${VFLIB_VERSION}/COPYING
+share/VFlib/${VFLIB_VERSION}/COPYING.LIB
+share/VFlib/${VFLIB_VERSION}/QA-english.tex
+share/VFlib/${VFLIB_VERSION}/QA.txt
+share/VFlib/${VFLIB_VERSION}/README.txt.JP_EUC
+share/VFlib/${VFLIB_VERSION}/jTeX/README.euc
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/MakeSlantTFM
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/Makefile
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/goth10.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/goth10.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/goth10.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/goth12.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/goth12.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/goth12.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/goth17.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/goth17.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/goth17.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/goth5.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/goth5.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/goth5.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/goth6.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/goth6.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/goth6.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/goth7.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/goth7.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/goth7.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/goth8.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/goth8.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/goth8.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/goth9.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/goth9.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/goth9.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsla10.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsla10.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsla10.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsla12.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsla12.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsla12.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsla17.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsla17.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsla17.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsla5.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsla5.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsla5.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsla6.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsla6.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsla6.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsla7.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsla7.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsla7.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsla8.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsla8.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsla8.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsla9.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsla9.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsla9.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslb10.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslb10.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslb10.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslb12.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslb12.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslb12.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslb17.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslb17.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslb17.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslb5.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslb5.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslb5.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslb6.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslb6.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslb6.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslb7.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslb7.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslb7.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslb8.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslb8.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslb8.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslb9.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslb9.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslb9.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslc10.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslc10.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslc10.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslc12.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslc12.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslc12.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslc17.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslc17.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslc17.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslc5.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslc5.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslc5.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslc6.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslc6.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslc6.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslc7.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslc7.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslc7.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslc8.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslc8.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslc8.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslc9.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslc9.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslc9.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsld10.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsld10.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsld10.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsld12.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsld12.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsld12.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsld17.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsld17.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsld17.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsld5.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsld5.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsld5.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsld6.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsld6.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsld6.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsld7.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsld7.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsld7.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsld8.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsld8.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsld8.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsld9.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsld9.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsld9.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsle10.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsle10.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsle10.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsle12.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsle12.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsle12.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsle17.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsle17.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsle17.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsle5.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsle5.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsle5.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsle6.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsle6.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsle6.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsle7.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsle7.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsle7.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsle8.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsle8.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsle8.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsle9.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsle9.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothsle9.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslf10.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslf10.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslf10.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslf12.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslf12.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslf12.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslf17.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslf17.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslf17.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslf5.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslf5.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslf5.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslf6.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslf6.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslf6.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslf7.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslf7.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslf7.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslf8.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslf8.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslf8.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslf9.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslf9.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslf9.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslg10.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslg10.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslg10.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslg12.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslg12.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslg12.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslg17.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslg17.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslg17.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslg5.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslg5.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslg5.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslg6.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslg6.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslg6.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslg7.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslg7.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslg7.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslg8.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslg8.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslg8.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslg9.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslg9.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/gothslg9.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/min10.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/min10.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/min10.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/min12.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/min12.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/min12.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/min17.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/min17.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/min17.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/min5.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/min5.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/min5.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/min6.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/min6.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/min6.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/min7.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/min7.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/min7.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/min8.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/min8.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/min8.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/min9.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/min9.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/min9.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsla10.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsla10.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsla10.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsla12.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsla12.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsla12.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsla17.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsla17.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsla17.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsla5.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsla5.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsla5.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsla6.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsla6.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsla6.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsla7.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsla7.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsla7.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsla8.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsla8.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsla8.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsla9.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsla9.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsla9.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslb10.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslb10.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslb10.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslb12.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslb12.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslb12.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslb17.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslb17.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslb17.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslb5.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslb5.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslb5.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslb6.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslb6.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslb6.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslb7.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslb7.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslb7.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslb8.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslb8.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslb8.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslb9.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslb9.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslb9.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslc10.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslc10.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslc10.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslc12.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslc12.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslc12.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslc17.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslc17.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslc17.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslc5.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslc5.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslc5.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslc6.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslc6.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslc6.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslc7.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslc7.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslc7.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslc8.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslc8.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslc8.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslc9.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslc9.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslc9.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsld10.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsld10.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsld10.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsld12.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsld12.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsld12.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsld17.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsld17.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsld17.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsld5.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsld5.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsld5.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsld6.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsld6.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsld6.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsld7.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsld7.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsld7.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsld8.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsld8.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsld8.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsld9.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsld9.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsld9.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsle10.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsle10.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsle10.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsle12.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsle12.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsle12.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsle17.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsle17.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsle17.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsle5.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsle5.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsle5.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsle6.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsle6.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsle6.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsle7.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsle7.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsle7.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsle8.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsle8.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsle8.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsle9.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsle9.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minsle9.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslf10.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslf10.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslf10.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslf12.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslf12.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslf12.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslf17.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslf17.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslf17.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslf5.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslf5.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslf5.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslf6.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslf6.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslf6.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslf7.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslf7.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslf7.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslf8.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslf8.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslf8.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslf9.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslf9.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslf9.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslg10.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslg10.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslg10.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslg12.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslg12.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslg12.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslg17.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslg17.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslg17.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslg5.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslg5.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslg5.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslg6.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslg6.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslg6.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslg7.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslg7.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslg7.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslg8.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslg8.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslg8.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslg9.nwfadj
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslg9.pl
+share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc/minslg9.tfm
+share/VFlib/${VFLIB_VERSION}/jTeX/jfonts/Gen
+share/VFlib/${VFLIB_VERSION}/jTeX/jfonts/Makefile
+share/VFlib/${VFLIB_VERSION}/jTeX/macros/Gen
+share/VFlib/${VFLIB_VERSION}/jTeX/macros/STYLE-SRC
+share/VFlib/${VFLIB_VERSION}/man.dvi
+share/VFlib/${VFLIB_VERSION}/man.ps
+share/VFlib/${VFLIB_VERSION}/vfontcap
+share/VFlib/${VFLIB_VERSION}/vfontcap.bdf
+share/VFlib/${VFLIB_VERSION}/vfontcap.comp2
share/fonts/watanabe_font/README
share/fonts/watanabe_font/dviprt.vfn
share/fonts/watanabe_font/mincho.vf1
share/fonts/watanabe_font/mincho.vf2
-@dirrm share/VFlib/%%VFLIB_VERSION%%/jTeX/macros
-@dirrm share/VFlib/%%VFLIB_VERSION%%/jTeX/jfonts
-@dirrm share/VFlib/%%VFLIB_VERSION%%/jTeX/jfmsrc
-@dirrm share/VFlib/%%VFLIB_VERSION%%/jTeX
-@dirrm share/VFlib/%%VFLIB_VERSION%%
+@dirrm share/VFlib/${VFLIB_VERSION}/jTeX/macros
+@dirrm share/VFlib/${VFLIB_VERSION}/jTeX/jfonts
+@dirrm share/VFlib/${VFLIB_VERSION}/jTeX/jfmsrc
+@dirrm share/VFlib/${VFLIB_VERSION}/jTeX
+@dirrm share/VFlib/${VFLIB_VERSION}
@dirrm share/VFlib
@dirrm share/fonts/watanabe_font
-@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib
-@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
+@dirrm share/fonts