wok rev 19612

Add Japanese fonts: VL Gothic and IPAex.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jan 09 06:29:41 2017 +0200 (2017-01-09)
parents 5a847ebc42a9
children 96e3913e7482
files ipaex-fonts/description.txt ipaex-fonts/receipt vlgothic-fonts/description.txt vlgothic-fonts/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ipaex-fonts/description.txt	Mon Jan 09 06:29:41 2017 +0200
     1.3 @@ -0,0 +1,25 @@
     1.4 +IPA has been providing “IPA Font”^1 series from 2003, which IPA has all rights,
     1.5 +and released “IPAex Mincho” and “IPAex Gothic” in February 2010 for common
     1.6 +Japanese documentation.
     1.7 +
     1.8 +Main features of IPAex Fonts are as follows:
     1.9 +
    1.10 +  * Fixed width for Japanese characters like Kana and Kanji
    1.11 +  * Proportional width for Western characters
    1.12 +  * Best balance for Japanese documentation mixed with Western characters
    1.13 +
    1.14 +When old versions are needed for backward compatibility, “IPA Mincho” and “IPA
    1.15 +Gothic” for fixed width usage, “IPA P Mincho” and “IPA P Gothic” for
    1.16 +proportional width usage has been still provided.
    1.17 +
    1.18 +”IPAex Font” series (Ver.001 and upper) and “IPA Font” series (Ver.003 and
    1.19 +upper) is able to use with the agreement to “IPA Open Font License”, which is
    1.20 +consistent with international business practice and endorsed by Open Source
    1.21 +Initiative (OSI) as confirmed license with Open Source Definition (OSD).
    1.22 +
    1.23 +^1 “IPA Font” is a registered trademark of IPA in Japan.
    1.24 +
    1.25 + File name |  Font  name  | Description
    1.26 +-----------|--------------|-------------
    1.27 +ipaexm.ttf | IPAex Mincho | Mincho-style
    1.28 +ipaexg.ttf | IPAex Gothic | Sans-serif
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/ipaex-fonts/receipt	Mon Jan 09 06:29:41 2017 +0200
     2.3 @@ -0,0 +1,24 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="ipaex-fonts"
     2.7 +VERSION="003.01"
     2.8 +CATEGORY="fonts"
     2.9 +SHORT_DESC="IPAexMincho and IPAexGothic (Sans serif) fonts"
    2.10 +MAINTAINER="al.bobylev@gmail.com"
    2.11 +LICENSE="custom"
    2.12 +WEB_SITE="http://ipafont.ipa.go.jp/"
    2.13 +
    2.14 +TARBALL="$PACKAGE-$VERSION.zip"
    2.15 +WGET_URL="http://dl.ipafont.ipa.go.jp/IPAexfont/IPAexfont${VERSION/./}.zip"
    2.16 +
    2.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.18 +genpkg_rules()
    2.19 +{
    2.20 +	cd $src
    2.21 +
    2.22 +	mkdir -p $fs/usr/share/fonts/TTF/ipaex
    2.23 +	cp *.ttf $fs/usr/share/fonts/TTF/ipaex
    2.24 +
    2.25 +	mkdir -p $fs/usr/share/licenses/$PACKAGE
    2.26 +	cp *.txt $fs/usr/share/licenses/$PACKAGE
    2.27 +}
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/vlgothic-fonts/description.txt	Mon Jan 09 06:29:41 2017 +0200
     3.3 @@ -0,0 +1,20 @@
     3.4 +The VL Gothic font family is a Japanese TrueType font of modern Gothic type
     3.5 +based on M+ outline font and has the following features:
     3.6 +
     3.7 +  * M+ FONTS PROJECT using the M+1C and M+1M font due to alphanumeric, kana,
     3.8 +    and part of the kanji (JIS about 4800 characters, including a first level
     3.9 +    Kanji)
    3.10 +  * Support for switching to JIS 2004 glyph support with IVS and OpenType
    3.11 +    Feature Tag (from M+)
    3.12 +  * A portion (about 2500 characters) of the lack part Project Vine of Suzuki,
    3.13 +    Daisuke use what has been produced to the new based on the Chinese
    3.14 +    character parts and the like of the M+
    3.15 +  * The remainder of Electronic Font Open Laboratory according to the ripples
    3.16 +    Gothic font to the base Project Vine compensation in what has been
    3.17 +    partially modified
    3.18 +  * Some characters including Latin 1 Supplement symbols added based on parts
    3.19 +    such as M+ alphabets added (VLGothic)
    3.20 +  * Add a part of a double-byte character
    3.21 +  * Changing part of character width as Japanese font (context dependent
    3.22 +    character)
    3.23 +  * Adjust height of character
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/vlgothic-fonts/receipt	Mon Jan 09 06:29:41 2017 +0200
     4.3 @@ -0,0 +1,25 @@
     4.4 +# SliTaz package receipt.
     4.5 +
     4.6 +PACKAGE="vlgothic-fonts"
     4.7 +VERSION="20141206"
     4.8 +RELEASE="62375"
     4.9 +CATEGORY="fonts"
    4.10 +SHORT_DESC="VL Gothic Font Family: Japanese TrueType fonts from Vine Linux"
    4.11 +MAINTAINER="al.bobylev@gmail.com"
    4.12 +LICENSE="custom"
    4.13 +WEB_SITE="http://vlgothic.dicey.org/"
    4.14 +
    4.15 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    4.16 +WGET_URL="http://dl.osdn.jp/vlgothic/$RELEASE/VLGothic-$VERSION.tar.xz"
    4.17 +
    4.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
    4.19 +genpkg_rules()
    4.20 +{
    4.21 +	cd $src
    4.22 +
    4.23 +	mkdir -p $fs/usr/share/fonts/TTF/vlgothic
    4.24 +	cp *.ttf $fs/usr/share/fonts/TTF/vlgothic
    4.25 +
    4.26 +	mkdir -p               $fs/usr/share/licenses/$PACKAGE
    4.27 +	cp -a LICENSE* README* $fs/usr/share/licenses/$PACKAGE
    4.28 +}