From 580eb92b89bfb8b035b71f067a2b4053e0088ef1 Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 1 May 2000 21:58:42 +0000 Subject: vflib-lib: Japanese vector font library and headers only --- japanese/vflib-lib/Makefile | 38 ++++ japanese/vflib-lib/Makefile.common | 38 ++++ japanese/vflib-lib/files/md5 | 4 + japanese/vflib-lib/files/patch-sum | 6 + japanese/vflib-lib/patches/patch-aa | 47 ++++ japanese/vflib-lib/patches/patch-ab | 32 +++ japanese/vflib-lib/patches/patch-ac | 24 +++ japanese/vflib-lib/patches/patch-ad | 90 ++++++++ japanese/vflib-lib/pkg/COMMENT | 1 + japanese/vflib-lib/pkg/DESCR | 29 +++ japanese/vflib-lib/pkg/PLIST | 420 ++++++++++++++++++++++++++++++++++++ 11 files changed, 729 insertions(+) create mode 100644 japanese/vflib-lib/Makefile create mode 100644 japanese/vflib-lib/Makefile.common create mode 100644 japanese/vflib-lib/files/md5 create mode 100644 japanese/vflib-lib/files/patch-sum create mode 100644 japanese/vflib-lib/patches/patch-aa create mode 100644 japanese/vflib-lib/patches/patch-ab create mode 100644 japanese/vflib-lib/patches/patch-ac create mode 100644 japanese/vflib-lib/patches/patch-ad create mode 100644 japanese/vflib-lib/pkg/COMMENT create mode 100644 japanese/vflib-lib/pkg/DESCR create mode 100644 japanese/vflib-lib/pkg/PLIST (limited to 'japanese') diff --git a/japanese/vflib-lib/Makefile b/japanese/vflib-lib/Makefile new file mode 100644 index 00000000000..3b7b2868827 --- /dev/null +++ b/japanese/vflib-lib/Makefile @@ -0,0 +1,38 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/05/01 21:58:42 jlam Exp $ + +PKGNAME= ja-vflib-lib-${VFLIB_VERSION} + +# Watanabe vector font files +MASTER_SITES+= ftp://ftp.kuis.kyoto-u.ac.jp/TeX/watanabe-jfonts/ +WATANABE_FONTS= watanabe-vf${EXTRACT_SUFX} +DISTFILES+= ${WATANABE_FONTS} + +CONFIGURE_ARGS+= --without-x + +ALL_TARGET= build-src +INSTALL_TARGET= install-src + +post-build: +.for FILE in vfontcap vfontcap.bdf + cd ${WRKSRC}; \ + ${MV} ${FILE} ${FILE}.orig; \ + ${SED} -e "s,/usr/local/share/fonts,${PREFIX}/share/fonts,g" \ + < ${FILE}.orig > ${FILE}; \ + ${RM} ${FILE}.orig +.endfor + +post-install: + ${MV} ${PREFIX}/share/VFlib/${VFLIB_VERSION}/VF.h ${PREFIX}/include + + ${MKDIR} ${PREFIX}/share/VFlib/${VFLIB_VERSION} + cd ${WRKSRC}; ${INSTALL_DATA} COPYING COPYING.LIB README.txt.JP_EUC \ + ${PREFIX}/share/VFlib/${VFLIB_VERSION} + cd ${WRKSRC}; ${PAX} -rw jTeX ${PREFIX}/share/VFlib/${VFLIB_VERSION} + ${CHMOD} -R a-w ${PREFIX}/share/VFlib/${VFLIB_VERSION} + + ${INSTALL_DATA_DIR} ${PREFIX}/share/fonts/watanabe_font + cd ${PREFIX}/share/fonts/watanabe_font; \ + ${PAX} -zrf ${_DISTDIR}/${WATANABE_FONTS} + ${CHMOD} -R a-w ${PREFIX}/share/fonts/watanabe_font + +.include "../../japanese/vflib-lib/Makefile.common" diff --git a/japanese/vflib-lib/Makefile.common b/japanese/vflib-lib/Makefile.common new file mode 100644 index 00000000000..d20c2ce2063 --- /dev/null +++ b/japanese/vflib-lib/Makefile.common @@ -0,0 +1,38 @@ +# $NetBSD: Makefile.common,v 1.1.1.1 2000/05/01 21:58:42 jlam Exp $ +# FreeBSD Id: Makefile,v 1.20 1999/05/03 01:58:33 steve Exp $ + +DISTNAME= VFlib2-${VFLIB_VERSION} +CATEGORIES+= japanese print +MASTER_SITES+= ftp://gull.se.hiroshima-u.ac.jp/pub/TypeHack/ +DISTFILES+= ${VFLIB_SRC} + +VFLIB_SRC= ${DISTNAME}${EXTRACT_SUFX} + +MAINTAINER= tech-pkg-ja@jp.netbsd.org +HOMEPAGE= http://TypeHack.aial.hiroshima-u.ac.jp/VFlib/ + +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf +DEPENDS+= freetype-lib-1.2:../../graphics/freetype-lib + +VFLIB_VERSION= 2.24.2 +PLIST_SUBST+= VFLIB_VERSION=${VFLIB_VERSION} \ + VFLIB_SO_VERSION=${VFLIB_VERSION:C/^2.//} + +USE_LIBTOOL= # defined +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig + +GNU_CONFIGURE= # defined +CONFIGURE_ARGS+= --with-freetype="ttf -lintl" \ + --with-freetype-includedir=${LOCALBASE}/include \ + --with-freetype-libdir=${LOCALBASE}/lib +MAKE_ENV+= LOCAL_LDFLAGS="${LDFLAGS}" + +FILESDIR= ${.CURDIR}/../../japanese/vflib-lib/files +PATCHDIR= ${.CURDIR}/../../japanese/vflib-lib/patches + +EXTRACT_ONLY= ${VFLIB_SRC} + +pre-configure: + cd ${WRKSRC}; ${LOCALBASE}/bin/autoconf + +.include "../../mk/bsd.pkg.mk" diff --git a/japanese/vflib-lib/files/md5 b/japanese/vflib-lib/files/md5 new file mode 100644 index 00000000000..19fb7f9453a --- /dev/null +++ b/japanese/vflib-lib/files/md5 @@ -0,0 +1,4 @@ +$NetBSD: md5,v 1.1.1.1 2000/05/01 21:58:42 jlam Exp $ + +MD5 (VFlib2-2.24.2.tar.gz) = bf76c1dbea1210fad8005f6e5910b842 +MD5 (watanabe-vf.tar.gz) = 2c89986bf284c722d0510663bbd4cd32 diff --git a/japanese/vflib-lib/files/patch-sum b/japanese/vflib-lib/files/patch-sum new file mode 100644 index 00000000000..b54e7a551b2 --- /dev/null +++ b/japanese/vflib-lib/files/patch-sum @@ -0,0 +1,6 @@ +$NetBSD: patch-sum,v 1.1.1.1 2000/05/01 21:58:42 jlam Exp $ + +MD5 (patch-aa) = 2a3491bd8c9c5b46c58d6b67338c9c1a +MD5 (patch-ab) = 6dbd8b61a65ce0edf2f707953b356543 +MD5 (patch-ac) = 05e4bed17f11977828f8ec2b2f6b10b1 +MD5 (patch-ad) = 252cdba34ca026a9101caf93b99219b8 diff --git a/japanese/vflib-lib/patches/patch-aa b/japanese/vflib-lib/patches/patch-aa new file mode 100644 index 00000000000..5a0133c086a --- /dev/null +++ b/japanese/vflib-lib/patches/patch-aa @@ -0,0 +1,47 @@ +$NetBSD: patch-aa,v 1.1.1.1 2000/05/01 21:58:42 jlam Exp $ + +--- Makefile.in.orig Mon Sep 14 01:25:04 1998 ++++ Makefile.in Mon May 1 04:37:47 2000 +@@ -10,17 +10,22 @@ + + LIBTOOL=./libtool + +-all: +- (cd src; $(MAKE) $@) ++all: build-src build-tools ++install: install-src install-tools ++ ++build-src: ++ (cd src; $(MAKE) all) ++ ++build-tools: + if test -d /usr/openwin ; then \ + (cd tools; \ + OPENWINHOME=/usr/openwin; export OPENWINHOME; \ +- xmkmf; $(MAKE) $@) \ ++ xmkmf; $(MAKE) all) \ + else \ +- (cd tools; xmkmf -a; $(MAKE) $@) \ ++ (cd tools; xmkmf -a; $(MAKE) all) \ + fi + +-install: ++install-src: + @if [ ! -d $(bindir) ] ; then \ + ./recmkdir $(bindir); fi + @if [ ! -d $(libdir) ] ; then \ +@@ -29,10 +34,12 @@ + ./recmkdir $(includedir); fi + @if [ ! -d $(runtimedir) ] ; then \ + ./recmkdir $(runtimedir); fi +- (cd src; $(MAKE) $@) +- (cd tools; $(MAKE) $@) ++ (cd src; $(MAKE) install) + $(CP) vfontcap* $(runtimedir) + $(CP) doc/*.dvi doc/*.ps doc/QA* $(runtimedir) ++ ++install-tools: ++ (cd tools; $(MAKE) install) + + uninstall: + -(cd src; $(MAKE) $@) diff --git a/japanese/vflib-lib/patches/patch-ab b/japanese/vflib-lib/patches/patch-ab new file mode 100644 index 00000000000..e5787681c6b --- /dev/null +++ b/japanese/vflib-lib/patches/patch-ab @@ -0,0 +1,32 @@ +$NetBSD: patch-ab,v 1.1.1.1 2000/05/01 21:58:42 jlam Exp $ + +--- configure.in.orig Wed Feb 17 23:58:02 1999 ++++ configure.in Mon May 1 04:37:48 2000 +@@ -54,6 +54,11 @@ + fi + AC_SUBST(XX_CFLAGS) + ++AC_ARG_ENABLE( ++ tools, ++ [ --enable-tools Build VFlib tools], ++ build_tools=yes, ++ build_tools=no) + + AC_SUBST(freetype_includedir) + AC_SUBST(freetype_libdir) +@@ -117,6 +122,7 @@ + AC_CONFIG_HEADER(src/with.h src/config.h) + AC_OUTPUT(Makefile make-sub src/Makefile tools/Imakefile) + ++if test "$build_tools" = "yes" ; then + if test -d /usr/openwin ; then \ + (cd tools; \ + OPENWINHOME=/usr/openwin; \ +@@ -124,6 +130,7 @@ + xmkmf;) \ + else \ + (cd tools; xmkmf -a) \ ++fi + fi + + dnl EOF diff --git a/japanese/vflib-lib/patches/patch-ac b/japanese/vflib-lib/patches/patch-ac new file mode 100644 index 00000000000..aec6da1d195 --- /dev/null +++ b/japanese/vflib-lib/patches/patch-ac @@ -0,0 +1,24 @@ +$NetBSD: patch-ac,v 1.1.1.1 2000/05/01 21:58:42 jlam Exp $ + +--- src/Makefile.in.orig Tue Oct 27 02:33:17 1998 ++++ src/Makefile.in Mon May 1 04:37:48 2000 +@@ -183,13 +183,13 @@ + + # Installing + install: +- $(LIBTOOL) $(CP) $(VFLIB) $(libdir)/$(VFLIB) ++ $(LIBTOOL) $(BSD_INSTALL_DATA) $(VFLIB) $(libdir)/$(VFLIB) + $(LIBTOOL) -n --finish $(libdir) +- $(CP) VF.h $(includedir)/VF.h +- $(CP) VF.h $(runtimedir)/VF.h +- $(LIBTOOL) $(CP) ttindex $(bindir)/ttindex +- $(LIBTOOL) $(CP) bdfindex $(bindir)/bdfindex +- $(LIBTOOL) $(CP) bdfindex $(bindir)/fwindex ++ $(BSD_INSTALL_DATA) VF.h $(includedir)/VF.h ++ $(BSD_INSTALL_DATA) VF.h $(runtimedir)/VF.h ++ $(LIBTOOL) $(BSD_INSTALL_PROGRAM) ttindex $(bindir)/ttindex ++ $(LIBTOOL) $(BSD_INSTALL_PROGRAM) bdfindex $(bindir)/bdfindex ++ $(LIBTOOL) $(BSD_INSTALL_PROGRAM) bdfindex $(bindir)/fwindex + uninstall: + -$(LIBTOOL) $(RM) $(libdir)/$(VFLIB) + -$(RM) $(includedir)/VF.h diff --git a/japanese/vflib-lib/patches/patch-ad b/japanese/vflib-lib/patches/patch-ad new file mode 100644 index 00000000000..d4b8659b6d6 --- /dev/null +++ b/japanese/vflib-lib/patches/patch-ad @@ -0,0 +1,90 @@ +$NetBSD: patch-ad,v 1.1.1.1 2000/05/01 21:58:42 jlam Exp $ + +--- tools/Imakefile.in.orig Tue Oct 27 03:02:45 1998 ++++ tools/Imakefile.in Mon May 1 04:41:40 2000 +@@ -23,19 +23,19 @@ + VFLIB_INCDIR = ../src + VFLIB_LIBDIR = ../src + +- VFLIB = $(VFLIB_LIBDIR)/libVFlib2.la ++ VFLIB = $(LDFLAGS) -lVFlib2 -lttf -lintl -lm + + PROGRAMS = disol kban ktest vfperf vftest fmtest + SRCS = disol.c kban.c ktest.c vfperf.c vftest.c fmtest.c + OBJS = disol.lo kban.lo ktest.lo vfperf.lo vftest.lo fmtest.lo +- INSTALL_PROGRAMS = ktest ++ INSTALL_PROGRAMS = $(PROGRAMS) + + default all:: $(PROGRAMS) + include ../make-sub + + + /* DISOL */ +-disol: disol.lo $(VFLIB) ++disol: disol.lo + $(LIBTOOL) --mode=link \ + $(CC) -o $@ disol.lo $(VFLIB) + disol.lo: disol.c +@@ -43,7 +43,7 @@ + $(CC) $(CFLAGS) -c disol.c + + /* KBAN */ +-kban: kban.lo $(VFLIB) ++kban: kban.lo + $(LIBTOOL) --mode=link \ + $(CC) -o $@ kban.lo $(VFLIB) + kban.lo: kban.c +@@ -51,7 +51,7 @@ + $(CC) $(CFLAGS) -c kban.c + + /* KTEST */ +-ktest: ktest.lo $(DEPXLIB) $(VFLIB) ++ktest: ktest.lo $(DEPXLIB) + $(LIBTOOL) --mode=link \ + $(CC) -o $@ $(LDOPTIONS) ktest.lo $(XLIB) $(VFLIB) + ktest.lo: ktest.c +@@ -59,7 +59,7 @@ + $(CC) $(CFLAGS) $(ALLINCLUDES) -c ktest.c + + /* VF2BDF */ +-vf2bdf: vf2bdf.lo $(VFLIB) ++vf2bdf: vf2bdf.lo + $(LIBTOOL) --mode=link \ + $(CC) -o $@ vf2bdf.lo $(VFLIB) + vf2bdf.lo: vf2bdf.c +@@ -67,7 +67,7 @@ + $(CC) $(CFLAGS) -c vf2bdf.c + + /* VFPERF */ +-vfperf: vfperf.lo $(VFLIB) ++vfperf: vfperf.lo + $(LIBTOOL) --mode=link \ + $(CC) -o $@ vfperf.lo $(VFLIB) + vfperf.lo: vfperf.c +@@ -75,7 +75,7 @@ + $(CC) $(CFLAGS) -c vfperf.c + + /* VFTEST */ +-vftest: vftest.lo $(DEPXLIB) $(VFLIB) ++vftest: vftest.lo $(DEPXLIB) + $(LIBTOOL) --mode=link \ + $(CC) -o $@ $(LDOPTIONS) vftest.lo $(XLIB) $(VFLIB) + vftest.lo: vftest.c +@@ -83,7 +83,7 @@ + $(CC) $(CFLAGS) $(ALLINCLUDES) -c vftest.c + + /* FMTEST */ +-fmtest: fmtest.lo $(VFLIB) ++fmtest: fmtest.lo + $(LIBTOOL) --mode=link \ + $(CC) -o $@ fmtest.lo $(VFLIB) + fmtest.lo: fmtest.c +@@ -96,7 +96,7 @@ + @if [ ! -d $(bindir) ] ; then \ + ./recmkdir $(bindir); fi + @for P in $(INSTALL_PROGRAMS) ; do \ +- $(LIBTOOL) $(CP) $$P $(bindir)/$$P ; \ ++ $(LIBTOOL) $(BSD_INSTALL_PROGRAM) $$P $(bindir)/$$P ; \ + done; + uninstall:: + @for P in $(INSTALL_PROGRAMS) ; do \ diff --git a/japanese/vflib-lib/pkg/COMMENT b/japanese/vflib-lib/pkg/COMMENT new file mode 100644 index 00000000000..a0aa6df609f --- /dev/null +++ b/japanese/vflib-lib/pkg/COMMENT @@ -0,0 +1 @@ +Japanese Vector font library with free vector font diff --git a/japanese/vflib-lib/pkg/DESCR b/japanese/vflib-lib/pkg/DESCR new file mode 100644 index 00000000000..004dce72b0e --- /dev/null +++ b/japanese/vflib-lib/pkg/DESCR @@ -0,0 +1,29 @@ +VFlib is the Japanese vector font library, supporting TrueType, Zeit, +JG, and BDF fonts. The Watanabe-vector font is used by default for +mincho(min) and gothic(goth). + +You can use your own fonts by installing them (/usr/share/font is +recommended) and adding them to ${PREFIX}/lib/VFlib/vfontcap. + +See ${PREFIX}/lib/VFlib/doc/man.ps or the website for more details +(in Japanese). + +This port supports the FreeType library. Freetype makes use of hinting +information in TrueType font files so that clearer output is possible. +To use Freetype with TrueType fonts, simply modify +${PREFIX}/lib/VFlib/vfontcap as follows: + + 1. Change `truetype' to `freetype', then + 2. Add .ttf or .ttc to the font file path. + +For example: + +# Before... +r-ricoh-ttw-hg-mincho-l-pro|Ricoh TrueTypeWorld HG Mincho L PRO:\ + :ft=truetype:\ + :ff=/usr/local/lib/dp/font/truetype/hgrmlpsj: + +# After... +r-ricoh-ttw-hg-mincho-l-pro|Ricoh TrueTypeWorld HG Mincho L PRO:\ + :ft=freetype:\ + :ff=/usr/local/lib/dp/font/truetype/hgrmlpsj.ttf: diff --git a/japanese/vflib-lib/pkg/PLIST b/japanese/vflib-lib/pkg/PLIST new file mode 100644 index 00000000000..3e9b9334598 --- /dev/null +++ b/japanese/vflib-lib/pkg/PLIST @@ -0,0 +1,420 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/05/01 21:58:42 jlam Exp $ +bin/bdfindex +bin/fwindex +bin/ttindex +include/VF.h +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/fonts/watanabe_font +@dirrm share/fonts +@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 -- cgit v1.2.3