From 8aa2bfddc8c620337d5a0c46c3dace21eff97c6e Mon Sep 17 00:00:00 2001 From: uebayasi Date: Mon, 7 Mar 2005 10:12:29 +0000 Subject: ("Third time's a charm".) Put kochi-ttf back for now. Although this could be obsoleted by Sazanami font, some other packages explicitly / implicitly depend on kochi-ttf yet. And, the license problem was gone long ago. No reason to hurry now. --- fonts/kochi-ttf/DESCR | 1 + fonts/kochi-ttf/MESSAGE | 7 +++++++ fonts/kochi-ttf/Makefile | 29 +++++++++++++++++++++++++++++ fonts/kochi-ttf/PLIST | 3 +++ fonts/kochi-ttf/distinfo | 5 +++++ 5 files changed, 45 insertions(+) create mode 100644 fonts/kochi-ttf/DESCR create mode 100644 fonts/kochi-ttf/MESSAGE create mode 100644 fonts/kochi-ttf/Makefile create mode 100644 fonts/kochi-ttf/PLIST create mode 100644 fonts/kochi-ttf/distinfo (limited to 'fonts') diff --git a/fonts/kochi-ttf/DESCR b/fonts/kochi-ttf/DESCR new file mode 100644 index 00000000000..5f9d7cfac78 --- /dev/null +++ b/fonts/kochi-ttf/DESCR @@ -0,0 +1 @@ +Kochi-gothic is a free Japanese TrueType font developed by Yasuyuki Furukawa. diff --git a/fonts/kochi-ttf/MESSAGE b/fonts/kochi-ttf/MESSAGE new file mode 100644 index 00000000000..8aa6883f62a --- /dev/null +++ b/fonts/kochi-ttf/MESSAGE @@ -0,0 +1,7 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.3 2005/03/07 10:12:29 uebayasi Exp $ + +If you have any distfile of Kochi font older than 20030823, PLEASE REMOVE +THE FILES NOW! They must not be distributed any more!!! + +=========================================================================== diff --git a/fonts/kochi-ttf/Makefile b/fonts/kochi-ttf/Makefile new file mode 100644 index 00000000000..a1532701ed3 --- /dev/null +++ b/fonts/kochi-ttf/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.14 2005/03/07 10:12:29 uebayasi Exp $ + +DISTNAME= kochi-substitute-${KOCHI_VERSION} +PKGNAME= kochi-ttf-${KOCHI_VERSION} +PKGREVISION= 4 +CATEGORIES= fonts japanese +MASTER_SITES= http://osdn.dl.sourceforge.jp/efont/5411/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= uebayasi@NetBSD.org +HOMEPAGE= http://wiki.fdiary.net/font/?kochi-alternative +COMMENT= Free Japanese TrueType font by Yasuyuki Furukawa + +KOCHI_VERSION= 20030809 + +NO_BUILD= yes +USE_PKGINSTALL= yes + +FONTS_TTF_DIRS= ${PREFIX}/lib/X11/fonts/TTF + +do-install: + ${INSTALL_DATA_DIR} ${PREFIX}/lib/X11/fonts/TTF + ${INSTALL_DATA} ${WRKSRC}/kochi-gothic-subst.ttf \ + ${PREFIX}/lib/X11/fonts/TTF/kochi-gothic.ttf + ${INSTALL_DATA} ${WRKSRC}/kochi-mincho-subst.ttf \ + ${PREFIX}/lib/X11/fonts/TTF/kochi-mincho.ttf + +.include "../../mk/fonts.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/kochi-ttf/PLIST b/fonts/kochi-ttf/PLIST new file mode 100644 index 00000000000..b6ae67f795d --- /dev/null +++ b/fonts/kochi-ttf/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.4 2005/03/07 10:12:29 uebayasi Exp $ +lib/X11/fonts/TTF/kochi-gothic.ttf +lib/X11/fonts/TTF/kochi-mincho.ttf diff --git a/fonts/kochi-ttf/distinfo b/fonts/kochi-ttf/distinfo new file mode 100644 index 00000000000..29994963efd --- /dev/null +++ b/fonts/kochi-ttf/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.5 2005/03/07 10:12:29 uebayasi Exp $ + +SHA1 (kochi-substitute-20030809.tar.bz2) = 9c48f3ba33558b4d48e7764b944fcb2f5f941dd8 +RMD160 (kochi-substitute-20030809.tar.bz2) = a88366f1edd1df02d931383e445f31d70a21fec0 +Size (kochi-substitute-20030809.tar.bz2) = 8675822 bytes -- cgit v1.2.3