summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2002-05-31 12:59:53 +0000
committerseb <seb@pkgsrc.org>2002-05-31 12:59:53 +0000
commite9294001245a5fbb08b15f3958022f10fded185f (patch)
treea352823657f300aac766ce802244326a855b8776 /print
parentcc238f5f44e74ba3fd108920d017b8d63871fbaa (diff)
downloadpkgsrc-e9294001245a5fbb08b15f3958022f10fded185f.tar.gz
Reimport of package ja-vflib-lib from japanese/vflib-lib into print/ja-vflib-lib.
This is part of the japanese category retirement. Pathnames to japanese/ adjusted.
Diffstat (limited to 'print')
-rw-r--r--print/ja-vflib-lib/DESCR29
-rw-r--r--print/ja-vflib-lib/Makefile32
-rw-r--r--print/ja-vflib-lib/Makefile.common36
-rw-r--r--print/ja-vflib-lib/PLIST417
-rw-r--r--print/ja-vflib-lib/buildlink.mk36
-rw-r--r--print/ja-vflib-lib/distinfo10
-rw-r--r--print/ja-vflib-lib/patches/patch-aa47
-rw-r--r--print/ja-vflib-lib/patches/patch-ab32
-rw-r--r--print/ja-vflib-lib/patches/patch-ac33
-rw-r--r--print/ja-vflib-lib/patches/patch-ad90
-rw-r--r--print/ja-vflib-lib/patches/patch-ae13
-rw-r--r--print/ja-vflib-lib/patches/patch-af43
12 files changed, 818 insertions, 0 deletions
diff --git a/print/ja-vflib-lib/DESCR b/print/ja-vflib-lib/DESCR
new file mode 100644
index 00000000000..af62818cf82
--- /dev/null
+++ b/print/ja-vflib-lib/DESCR
@@ -0,0 +1,29 @@
+VFlib is the Japanese vector font library, supporting TrueType, Zeit,
+JG, and BDF fonts. The Watanabe-vector font(pkgsrc/fonts/watanabe_vfont)
+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/print/ja-vflib-lib/Makefile b/print/ja-vflib-lib/Makefile
new file mode 100644
index 00000000000..73779a8fd79
--- /dev/null
+++ b/print/ja-vflib-lib/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/05/31 12:59:53 seb Exp $
+
+PKGNAME= ja-vflib-lib-${VFLIB_VERSION}
+COMMENT= Japanese Vector font library
+
+USE_BUILDLINK_ONLY= # defined
+
+.include "Makefile.common"
+
+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
+
+ ${INSTALL_DATA_DIR} ${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}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/print/ja-vflib-lib/Makefile.common b/print/ja-vflib-lib/Makefile.common
new file mode 100644
index 00000000000..b0c08795a4f
--- /dev/null
+++ b/print/ja-vflib-lib/Makefile.common
@@ -0,0 +1,36 @@
+# $NetBSD: Makefile.common,v 1.1.1.1 2002/05/31 12:59:53 seb 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/
+
+VFLIB_VERSION= 2.24.2
+PLIST_SUBST+= VFLIB_VERSION=${VFLIB_VERSION}
+PLIST_SUBST+= VFLIB_SO_VERSION=${VFLIB_VERSION:C/^2.//}
+
+USE_LIBTOOL= # defined
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+
+FT_LIB= ttf -lintl
+FT_INCLUDEDIR= ${BUILDLINK_DIR}/include/freetype
+FT_LIBDIR= ${BUILDLINK_DIR}/lib
+
+GNU_CONFIGURE= # defined
+CONFIGURE_ARGS+= --with-freetype="${FT_LIB}"
+CONFIGURE_ARGS+= --with-freetype-includedir=${FT_INCLUDEDIR}
+CONFIGURE_ARGS+= --with-freetype-libdir=${FT_LIBDIR}
+MAKE_ENV+= LOCAL_LDFLAGS="${LDFLAGS}"
+
+DISTINFO_FILE= ${.CURDIR}/../../print/ja-vflib-lib/distinfo
+PATCHDIR= ${.CURDIR}/../../print/ja-vflib-lib/patches
+
+EXTRACT_ONLY= ${VFLIB_SRC}
+
+.include "../../graphics/freetype-lib/buildlink.mk"
diff --git a/print/ja-vflib-lib/PLIST b/print/ja-vflib-lib/PLIST
new file mode 100644
index 00000000000..a38b80ae673
--- /dev/null
+++ b/print/ja-vflib-lib/PLIST
@@ -0,0 +1,417 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/05/31 12:59:53 seb Exp $
+bin/bdfindex
+bin/fwindex
+bin/ttindex
+include/VF.h
+lib/libVFlib2.a
+lib/libVFlib2.la
+lib/libVFlib2.so
+lib/libVFlib2.so.24
+lib/libVFlib2.so.24.2
+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
+@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
diff --git a/print/ja-vflib-lib/buildlink.mk b/print/ja-vflib-lib/buildlink.mk
new file mode 100644
index 00000000000..f4ccdd6e4ec
--- /dev/null
+++ b/print/ja-vflib-lib/buildlink.mk
@@ -0,0 +1,36 @@
+# $NetBSD: buildlink.mk,v 1.1.1.1 2002/05/31 12:59:53 seb Exp $
+#
+# This Makefile fragment is included by packages that use VFlib.
+#
+# To use this Makefile fragment, simply:
+#
+# (1) Optionally define BUILDLINK_DEPENDS.vflib to the dependency pattern
+# for the version of VFlib desired.
+# (2) Include this Makefile fragment in the package Makefile,
+# (3) Add ${BUILDLINK_DIR}/include to the front of the C preprocessor's header
+# search path, and
+# (4) Add ${BUILDLINK_DIR}/lib to the front of the linker's library search
+# path.
+
+.if !defined(VFLIB_BUILDLINK_MK)
+VFLIB_BUILDLINK_MK= # defined
+
+.include "../../mk/bsd.buildlink.mk"
+
+BUILDLINK_DEPENDS.vflib?= ja-vflib-lib>=2.24.2
+DEPENDS+= ${BUILDLINK_DEPENDS.vflib}:../../print/ja-vflib-lib
+
+EVAL_PREFIX+= BUILDLINK_PREFIX.vflib=ja-vflib-lib
+BUILDLINK_PREFIX.vflib_DEFAULT= ${LOCALBASE}
+BUILDLINK_FILES.vflib= include/VF.h
+BUILDLINK_FILES.vflib+= lib/libVFlib2.*
+
+.include "../../graphics/freetype-lib/buildlink.mk"
+
+BUILDLINK_TARGETS.vflib= vflib-buildlink
+BUILDLINK_TARGETS+= ${BUILDLINK_TARGETS.vflib}
+
+pre-configure: ${BUILDLINK_TARGETS.vflib}
+vflib-buildlink: _BUILDLINK_USE
+
+.endif # VFLIB_BUILDLINK_MK
diff --git a/print/ja-vflib-lib/distinfo b/print/ja-vflib-lib/distinfo
new file mode 100644
index 00000000000..b95244aba9e
--- /dev/null
+++ b/print/ja-vflib-lib/distinfo
@@ -0,0 +1,10 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/05/31 12:59:53 seb Exp $
+
+SHA1 (VFlib2-2.24.2.tar.gz) = 970ab8e18e50f10763af27ebcfee135bbfdbcda5
+Size (VFlib2-2.24.2.tar.gz) = 540093 bytes
+SHA1 (patch-aa) = c78284c8126b8a2f1ccf43360b9f2e0f0468c2e1
+SHA1 (patch-ab) = 1654d8a602097eed3a8fb4c146287eadbae0c3be
+SHA1 (patch-ac) = 6a8b1b8565ca4ce689fc5b873faf15ea6268da01
+SHA1 (patch-ad) = 329c265785f4e3134b67f37c1e1d1f7f6aa60337
+SHA1 (patch-ae) = 6b2512548bc122b915c15067791aeecfcb2ef8a6
+SHA1 (patch-af) = daae96f7c5218eb9fd22d297121a93f5bd266bed
diff --git a/print/ja-vflib-lib/patches/patch-aa b/print/ja-vflib-lib/patches/patch-aa
new file mode 100644
index 00000000000..1b9d5174dc8
--- /dev/null
+++ b/print/ja-vflib-lib/patches/patch-aa
@@ -0,0 +1,47 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/05/31 12:59:53 seb 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/print/ja-vflib-lib/patches/patch-ab b/print/ja-vflib-lib/patches/patch-ab
new file mode 100644
index 00000000000..9d068e595d1
--- /dev/null
+++ b/print/ja-vflib-lib/patches/patch-ab
@@ -0,0 +1,32 @@
+$NetBSD: patch-ab,v 1.1.1.1 2002/05/31 12:59:53 seb Exp $
+
+--- configure.in.orig Wed Feb 17 23:58:02 1999
++++ configure.in Wed Jul 19 17:36:22 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/print/ja-vflib-lib/patches/patch-ac b/print/ja-vflib-lib/patches/patch-ac
new file mode 100644
index 00000000000..6edbf99078a
--- /dev/null
+++ b/print/ja-vflib-lib/patches/patch-ac
@@ -0,0 +1,33 @@
+$NetBSD: patch-ac,v 1.1.1.1 2002/05/31 12:59:53 seb Exp $
+
+--- src/Makefile.in.orig Tue Oct 27 02:33:17 1998
++++ src/Makefile.in
+@@ -61,7 +61,7 @@
+ # VFlib
+ $(VFLIB): $(CORE_OBJ) $(DRV_OBJ)
+ $(LIBTOOL) --mode=link \
+- $(CC) -o $(VFLIB) $(CORE_OBJ) $(DRV_OBJ) \
++ $(CC) $(LDFLAGS) -o $(VFLIB) $(CORE_OBJ) $(DRV_OBJ) \
+ -version-info @version_info@ -rpath $(libdir) \
+ $(EXT_LIBRARY)
+
+@@ -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/print/ja-vflib-lib/patches/patch-ad b/print/ja-vflib-lib/patches/patch-ad
new file mode 100644
index 00000000000..b95ba9db911
--- /dev/null
+++ b/print/ja-vflib-lib/patches/patch-ad
@@ -0,0 +1,90 @@
+$NetBSD: patch-ad,v 1.1.1.1 2002/05/31 12:59:53 seb 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 $(EXT_LIBRARY)
+
+ 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/print/ja-vflib-lib/patches/patch-ae b/print/ja-vflib-lib/patches/patch-ae
new file mode 100644
index 00000000000..9249c24bf0f
--- /dev/null
+++ b/print/ja-vflib-lib/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1.1.1 2002/05/31 12:59:53 seb Exp $
+
+--- make-sub.in.orig Mon Aug 31 05:22:45 1998
++++ make-sub.in
+@@ -1,7 +1,7 @@
+ # Common definitions
+
+ CC=@CC@
+-CFLAGS=@XX_CFLAGS@
++CFLAGS=@CFLAGS@ @XX_CFLAGS@
+ LDFLAGS=@LDFLAGS@
+ EXT_LIBRARY=@freetype_libdir@ @freetype_lib@ @sony_fslib@ -lm
+ INSTALL=@INSTALL@
diff --git a/print/ja-vflib-lib/patches/patch-af b/print/ja-vflib-lib/patches/patch-af
new file mode 100644
index 00000000000..15a37a1df18
--- /dev/null
+++ b/print/ja-vflib-lib/patches/patch-af
@@ -0,0 +1,43 @@
+$NetBSD: patch-af,v 1.1.1.1 2002/05/31 12:59:53 seb Exp $
+
+--- configure.orig Wed Feb 17 23:58:33 1999
++++ configure Sun May 27 18:43:19 2001
+@@ -78,6 +78,8 @@
+ ac_help="$ac_help
+ --with-gnu-ld assume the C compiler uses GNU ld [default=no]"
+ ac_help="$ac_help
++ --enable-tools Build VFlib tools"
++ac_help="$ac_help
+ --with-freetype[=LIB] Link FreeType library LIB [LIB=ttf]"
+ ac_help="$ac_help
+ --with-freetype-includedir=DIR FreeType include files are in DIR"
+@@ -1480,6 +1614,14 @@
+ fi
+
+
++# Check whether --enable-tools or --disable-tools was given.
++if test "${enable_tools+set}" = set; then
++ enableval="$enable_tools"
++ build_tools=yes
++else
++ build_tools=no
++fi
++
+
+
+
+@@ -2616,6 +2761,7 @@
+ test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
+
+
++if test "$build_tools" = "yes" ; then
+ if test -d /usr/openwin ; then \
+ (cd tools; \
+ OPENWINHOME=/usr/openwin; \
+@@ -2623,5 +2769,6 @@
+ xmkmf;) \
+ else \
+ (cd tools; xmkmf -a) \
++fi
+ fi
+