# HG changeset patch # User Aleksej Bobylev # Date 1483936181 -7200 # Node ID fa3033fa950762f14e62aa9f319458daf89dda68 # Parent 5a847ebc42a952017ef2929a66329ae858621626 Add Japanese fonts: VL Gothic and IPAex. diff -r 5a847ebc42a9 -r fa3033fa9507 ipaex-fonts/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ipaex-fonts/description.txt Mon Jan 09 06:29:41 2017 +0200 @@ -0,0 +1,25 @@ +IPA has been providing “IPA Font”^1 series from 2003, which IPA has all rights, +and released “IPAex Mincho” and “IPAex Gothic” in February 2010 for common +Japanese documentation. + +Main features of IPAex Fonts are as follows: + + * Fixed width for Japanese characters like Kana and Kanji + * Proportional width for Western characters + * Best balance for Japanese documentation mixed with Western characters + +When old versions are needed for backward compatibility, “IPA Mincho” and “IPA +Gothic” for fixed width usage, “IPA P Mincho” and “IPA P Gothic” for +proportional width usage has been still provided. + +”IPAex Font” series (Ver.001 and upper) and “IPA Font” series (Ver.003 and +upper) is able to use with the agreement to “IPA Open Font License”, which is +consistent with international business practice and endorsed by Open Source +Initiative (OSI) as confirmed license with Open Source Definition (OSD). + +^1 “IPA Font” is a registered trademark of IPA in Japan. + + File name | Font name | Description +-----------|--------------|------------- +ipaexm.ttf | IPAex Mincho | Mincho-style +ipaexg.ttf | IPAex Gothic | Sans-serif diff -r 5a847ebc42a9 -r fa3033fa9507 ipaex-fonts/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ipaex-fonts/receipt Mon Jan 09 06:29:41 2017 +0200 @@ -0,0 +1,24 @@ +# SliTaz package receipt. + +PACKAGE="ipaex-fonts" +VERSION="003.01" +CATEGORY="fonts" +SHORT_DESC="IPAexMincho and IPAexGothic (Sans serif) fonts" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="custom" +WEB_SITE="http://ipafont.ipa.go.jp/" + +TARBALL="$PACKAGE-$VERSION.zip" +WGET_URL="http://dl.ipafont.ipa.go.jp/IPAexfont/IPAexfont${VERSION/./}.zip" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cd $src + + mkdir -p $fs/usr/share/fonts/TTF/ipaex + cp *.ttf $fs/usr/share/fonts/TTF/ipaex + + mkdir -p $fs/usr/share/licenses/$PACKAGE + cp *.txt $fs/usr/share/licenses/$PACKAGE +} diff -r 5a847ebc42a9 -r fa3033fa9507 vlgothic-fonts/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vlgothic-fonts/description.txt Mon Jan 09 06:29:41 2017 +0200 @@ -0,0 +1,20 @@ +The VL Gothic font family is a Japanese TrueType font of modern Gothic type +based on M+ outline font and has the following features: + + * M+ FONTS PROJECT using the M+1C and M+1M font due to alphanumeric, kana, + and part of the kanji (JIS about 4800 characters, including a first level + Kanji) + * Support for switching to JIS 2004 glyph support with IVS and OpenType + Feature Tag (from M+) + * A portion (about 2500 characters) of the lack part Project Vine of Suzuki, + Daisuke use what has been produced to the new based on the Chinese + character parts and the like of the M+ + * The remainder of Electronic Font Open Laboratory according to the ripples + Gothic font to the base Project Vine compensation in what has been + partially modified + * Some characters including Latin 1 Supplement symbols added based on parts + such as M+ alphabets added (VLGothic) + * Add a part of a double-byte character + * Changing part of character width as Japanese font (context dependent + character) + * Adjust height of character diff -r 5a847ebc42a9 -r fa3033fa9507 vlgothic-fonts/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vlgothic-fonts/receipt Mon Jan 09 06:29:41 2017 +0200 @@ -0,0 +1,25 @@ +# SliTaz package receipt. + +PACKAGE="vlgothic-fonts" +VERSION="20141206" +RELEASE="62375" +CATEGORY="fonts" +SHORT_DESC="VL Gothic Font Family: Japanese TrueType fonts from Vine Linux" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="custom" +WEB_SITE="http://vlgothic.dicey.org/" + +TARBALL="$PACKAGE-$VERSION.tar.xz" +WGET_URL="http://dl.osdn.jp/vlgothic/$RELEASE/VLGothic-$VERSION.tar.xz" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cd $src + + mkdir -p $fs/usr/share/fonts/TTF/vlgothic + cp *.ttf $fs/usr/share/fonts/TTF/vlgothic + + mkdir -p $fs/usr/share/licenses/$PACKAGE + cp -a LICENSE* README* $fs/usr/share/licenses/$PACKAGE +}