summaryrefslogtreecommitdiff
path: root/japanese/vflib-lib
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2002-05-31 15:33:08 +0000
committerseb <seb@pkgsrc.org>2002-05-31 15:33:08 +0000
commit54586d6ac12a27486a507e0dbb49360bd53437b4 (patch)
tree087d14e9aefb6bdcf7c93ae5773190b278367e8c /japanese/vflib-lib
parent0ccf5375256a1bc52c21658e9945e092134893fc (diff)
downloadpkgsrc-54586d6ac12a27486a507e0dbb49360bd53437b4.tar.gz
Remove all package and category files from the japanese category.
This effectively retire the japanese category.
Diffstat (limited to 'japanese/vflib-lib')
-rw-r--r--japanese/vflib-lib/DESCR29
-rw-r--r--japanese/vflib-lib/Makefile32
-rw-r--r--japanese/vflib-lib/Makefile.common36
-rw-r--r--japanese/vflib-lib/PLIST417
-rw-r--r--japanese/vflib-lib/buildlink.mk36
-rw-r--r--japanese/vflib-lib/distinfo10
-rw-r--r--japanese/vflib-lib/patches/patch-aa47
-rw-r--r--japanese/vflib-lib/patches/patch-ab32
-rw-r--r--japanese/vflib-lib/patches/patch-ac33
-rw-r--r--japanese/vflib-lib/patches/patch-ad90
-rw-r--r--japanese/vflib-lib/patches/patch-ae13
-rw-r--r--japanese/vflib-lib/patches/patch-af43
12 files changed, 0 insertions, 818 deletions
diff --git a/japanese/vflib-lib/DESCR b/japanese/vflib-lib/DESCR
deleted file mode 100644
index af62818cf82..00000000000
--- a/japanese/vflib-lib/DESCR
+++ /dev/null
@@ -1,29 +0,0 @@
-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/japanese/vflib-lib/Makefile b/japanese/vflib-lib/Makefile
deleted file mode 100644
index 25cb411f881..00000000000
--- a/japanese/vflib-lib/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2001/09/09 04:06:10 jlam 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/japanese/vflib-lib/Makefile.common b/japanese/vflib-lib/Makefile.common
deleted file mode 100644
index 9098ac90e6f..00000000000
--- a/japanese/vflib-lib/Makefile.common
+++ /dev/null
@@ -1,36 +0,0 @@
-# $NetBSD: Makefile.common,v 1.14 2001/09/09 04:06:10 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/
-
-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}/../../japanese/vflib-lib/distinfo
-PATCHDIR= ${.CURDIR}/../../japanese/vflib-lib/patches
-
-EXTRACT_ONLY= ${VFLIB_SRC}
-
-.include "../../graphics/freetype-lib/buildlink.mk"
diff --git a/japanese/vflib-lib/PLIST b/japanese/vflib-lib/PLIST
deleted file mode 100644
index 44f33c1fdfa..00000000000
--- a/japanese/vflib-lib/PLIST
+++ /dev/null
@@ -1,417 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:29:43 zuntum 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/japanese/vflib-lib/buildlink.mk b/japanese/vflib-lib/buildlink.mk
deleted file mode 100644
index a0f0bc2b859..00000000000
--- a/japanese/vflib-lib/buildlink.mk
+++ /dev/null
@@ -1,36 +0,0 @@
-# $NetBSD: buildlink.mk,v 1.9 2001/07/27 13:33:31 jlam 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}:../../japanese/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/japanese/vflib-lib/distinfo b/japanese/vflib-lib/distinfo
deleted file mode 100644
index 63b245c2f6e..00000000000
--- a/japanese/vflib-lib/distinfo
+++ /dev/null
@@ -1,10 +0,0 @@
-$NetBSD: distinfo,v 1.5 2001/06/25 20:19:53 jlam 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/japanese/vflib-lib/patches/patch-aa b/japanese/vflib-lib/patches/patch-aa
deleted file mode 100644
index 5a0133c086a..00000000000
--- a/japanese/vflib-lib/patches/patch-aa
+++ /dev/null
@@ -1,47 +0,0 @@
-$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
deleted file mode 100644
index 4775d14327a..00000000000
--- a/japanese/vflib-lib/patches/patch-ab
+++ /dev/null
@@ -1,32 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2001/05/28 03:24:30 jlam 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/japanese/vflib-lib/patches/patch-ac b/japanese/vflib-lib/patches/patch-ac
deleted file mode 100644
index 9868452055a..00000000000
--- a/japanese/vflib-lib/patches/patch-ac
+++ /dev/null
@@ -1,33 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2001/06/25 20:19:53 jlam 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/japanese/vflib-lib/patches/patch-ad b/japanese/vflib-lib/patches/patch-ad
deleted file mode 100644
index 1d1a514b067..00000000000
--- a/japanese/vflib-lib/patches/patch-ad
+++ /dev/null
@@ -1,90 +0,0 @@
-$NetBSD: patch-ad,v 1.2 2001/05/28 03:24:30 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 $(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/japanese/vflib-lib/patches/patch-ae b/japanese/vflib-lib/patches/patch-ae
deleted file mode 100644
index 2d30eea9c3a..00000000000
--- a/japanese/vflib-lib/patches/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2001/05/03 04:37:53 jlam 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/japanese/vflib-lib/patches/patch-af b/japanese/vflib-lib/patches/patch-af
deleted file mode 100644
index 50cc1754c71..00000000000
--- a/japanese/vflib-lib/patches/patch-af
+++ /dev/null
@@ -1,43 +0,0 @@
-$NetBSD: patch-af,v 1.1 2001/05/28 03:24:30 jlam 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
-