diff options
author | kei <kei@pkgsrc.org> | 2003-02-15 23:02:07 +0000 |
---|---|---|
committer | kei <kei@pkgsrc.org> | 2003-02-15 23:02:07 +0000 |
commit | 18cfea6fbb3dc2bc98ba3416e2c581af83c82507 (patch) | |
tree | 86d545d5b49db9f3fcc6cda6d5c1d57cbe7021b2 /fonts | |
parent | 3440072b940d57c675a1ab4a74decf2fcd4bc10f (diff) | |
download | pkgsrc-18cfea6fbb3dc2bc98ba3416e2c581af83c82507.tar.gz |
initial import of kochi-cidfonts package to the NetBSD packages collection.
Kochi CID-keyed font is made from `Kochi Mincho' and `Kochi Gothic'
TrueType fonts with the CID/OpenType conversion kit by KANOU Hiroki.
About the CID/OpenType conversion kit (from its WWW page):
This is a trial to convert modification-free TrueType fonts `Kochi
Mincho' and `Kochi Gothic' designed by Yasuyuki Furukawa to CID-keyed
fonts and OpenType fonts which can be used on Ghostscript, FreeType or
other PostScript software/hardware.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/kochi-cidfonts/DESCR | 9 | ||||
-rw-r--r-- | fonts/kochi-cidfonts/Makefile | 27 | ||||
-rw-r--r-- | fonts/kochi-cidfonts/PLIST | 5 | ||||
-rw-r--r-- | fonts/kochi-cidfonts/distinfo | 10 |
4 files changed, 51 insertions, 0 deletions
diff --git a/fonts/kochi-cidfonts/DESCR b/fonts/kochi-cidfonts/DESCR new file mode 100644 index 00000000000..112c41d2bfb --- /dev/null +++ b/fonts/kochi-cidfonts/DESCR @@ -0,0 +1,9 @@ +Kochi CID-keyed font is made from `Kochi Mincho' and `Kochi Gothic' +TrueType fonts with the CID/OpenType conversion kit by KANOU Hiroki. + +About the CID/OpenType conversion kit (from its WWW page): + +This is a trial to convert modification-free TrueType fonts `Kochi +Mincho' and `Kochi Gothic' designed by Yasuyuki Furukawa to CID-keyed +fonts and OpenType fonts which can be used on Ghostscript, FreeType or +other PostScript software/hardware. diff --git a/fonts/kochi-cidfonts/Makefile b/fonts/kochi-cidfonts/Makefile new file mode 100644 index 00000000000..b896686d184 --- /dev/null +++ b/fonts/kochi-cidfonts/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/02/15 23:02:07 kei Exp $ + +DISTNAME= kochi-cidfonts-0.0.0.20030101 +CATEGORIES= fonts X11 japanese +MASTER_SITES= http://openlab.jp/efont/dist/Kochi-CID/current/ +MASTER_SITES+= http://khdd.net/Kochi-CID/current/ +EXTRACT_SUFX= .bz2 +DISTFILES= Kochi-Gothic.afm${EXTRACT_SUFX} \ + Kochi-Gothic${EXTRACT_SUFX} \ + Kochi-Mincho.afm${EXTRACT_SUFX} \ + Kochi-Mincho${EXTRACT_SUFX} + +MAINTAINER= tech-pkg-ja@jp.netbsd.org +HOMEPAGE= http://khdd.net/Kochi-CID/ +COMMENT= Kochi-Mincho/Gothic scalable font in CID-Keyed format + +EXTRACT_ONLY= # empty +NO_BUILD= YES +FONTDIR= ${PREFIX}/share/ghostscript/Resource/CIDFont + +do-install: + cd ${DISTDIR}; \ + ${INSTALL_DATA} ${DISTFILES} ${FONTDIR}; \ + ${GUNZIP_CMD} ${FONTDIR}/Kochi-*${EXTRACT_SUFX} + +.include "../../mk/ghostscript.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/kochi-cidfonts/PLIST b/fonts/kochi-cidfonts/PLIST new file mode 100644 index 00000000000..dda7e3a77fc --- /dev/null +++ b/fonts/kochi-cidfonts/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/02/15 23:02:07 kei Exp $ +share/ghostscript/Resource/CIDFont/Kochi-Gothic +share/ghostscript/Resource/CIDFont/Kochi-Gothic.afm +share/ghostscript/Resource/CIDFont/Kochi-Mincho +share/ghostscript/Resource/CIDFont/Kochi-Mincho.afm diff --git a/fonts/kochi-cidfonts/distinfo b/fonts/kochi-cidfonts/distinfo new file mode 100644 index 00000000000..d36c32c6331 --- /dev/null +++ b/fonts/kochi-cidfonts/distinfo @@ -0,0 +1,10 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/02/15 23:02:07 kei Exp $ + +SHA1 (Kochi-Gothic.afm.bz2) = 1856ab4d03a33af5efcc793eb75b4e4b5f716da3 +Size (Kochi-Gothic.afm.bz2) = 78767 bytes +SHA1 (Kochi-Gothic.bz2) = e04f516f2d59c67820232faa05cf0f25eb8aa3de +Size (Kochi-Gothic.bz2) = 4030817 bytes +SHA1 (Kochi-Mincho.afm.bz2) = d5068ef42163fa8c5692d97c90ab970433250c5c +Size (Kochi-Mincho.afm.bz2) = 73384 bytes +SHA1 (Kochi-Mincho.bz2) = 6f1bfe4998ecd4b812486e47d86f37cff86fa001 +Size (Kochi-Mincho.bz2) = 5893462 bytes |