From ac46c9823ec1a211cc6c6c619b2ed9e2ffb1c86e Mon Sep 17 00:00:00 2001 From: Humdinger Date: Sun, 8 Jun 2014 19:59:28 +0200 Subject: [PATCH] Added recipe for VL-Gothic fonts. --- .../vl_gothic/licenses/VL-Gothic Font Family | 49 +++++++++++++++++++ .../vl_gothic/vl_gothic-20140530.recipe | 40 +++++++++++++++ 2 files changed, 89 insertions(+) create mode 100644 media-fonts/vl_gothic/licenses/VL-Gothic Font Family create mode 100644 media-fonts/vl_gothic/vl_gothic-20140530.recipe diff --git a/media-fonts/vl_gothic/licenses/VL-Gothic Font Family b/media-fonts/vl_gothic/licenses/VL-Gothic Font Family new file mode 100644 index 000000000..b92fb91d6 --- /dev/null +++ b/media-fonts/vl_gothic/licenses/VL-Gothic Font Family @@ -0,0 +1,49 @@ +License for VLGothic Font Family +-------------------------------- + +This font includes glyphs derived from M+ FONTS which is created by +M+ FONTS PROJECT. License for M+ FONTS part is described in M+ FONTS +PROJECT's license. See attached 'LICENSE_E.mplus'. + +This font also includes glyphs derived from Sazanami Gothic font which +is created by Electronic Font Open Laboratory (/efont/). License for +Sazanami Gothic part is described in it's license. See attached +'README.sazanami' for original Sazanami Gothic font license. + +This font also includes original glyphs which is created by Daisuke +SUZUKI and Project Vine based on M+ FONTS. Licese for VL Gothic +original glyphs is same as M+ FONTS PROJECT's license. + +There is no limitation and the below description is not applied +as for in order not to reuse as font (ex: font is embeded to documents). + +Copyright (c) 1990-2003 Wada Laboratory, the University of Tokyo. +Copyright (c) 2003-2004 Electronic Font Open Laboratory (/efont/). +Copyright (C) 2003-2012 M+ FONTS PROJECT +Copyright (C) 2006-2012 Daisuke SUZUKI . +Copyright (C) 2006-2012 Project Vine . +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. +3. Neither the name of the Wada Laboratory, the University of Tokyo nor + the names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY WADA LABORATORY, THE UNIVERSITY OF TOKYO AND +CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT +NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A +PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE LABORATORY OR +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/media-fonts/vl_gothic/vl_gothic-20140530.recipe b/media-fonts/vl_gothic/vl_gothic-20140530.recipe new file mode 100644 index 000000000..5aba7cdb2 --- /dev/null +++ b/media-fonts/vl_gothic/vl_gothic-20140530.recipe @@ -0,0 +1,40 @@ +SUMMARY="A modern gothic font including Japanese, as well as LatinĀ and Greek glyphs" +DESCRIPTION="This package includes the VL Gothic (monospace) and VL PGothic \ +(proportional) fonts. Originally developed for the Vine Linux project, they \ +include glyphs suitable for rendering Japanese text, as well as LatinĀ and Greek \ +alphabets. +The fonts are based on the M+ fonts and the Sazanami fonts." +HOMEPAGE="http://vlgothic.dicey.org/" +SRC_URI="http://sourceforge.jp/frs/redir.php?m=osdn&f=%2Fvlgothic%2F61261%2FVLGothic-20140530.tar.xz" +CHECKSUM_SHA256="bbb0abceed9052ce1249d2d4a953110c9ee6184400e4ebb2f6ea14d4cc5e70a3" +LICENSE="VLGothic Font Family" +COPYRIGHT="1990-2003 Wada Laboratory, the University of Tokyo. +2003-2004 Electronic Font Open Laboratory (/efont/). +2002-2014 M+ FONTS PROJECT +2006-2014 Daisuke SUZUKI . +2006-2014 Project Vine . +" +REVISION="1" + +ARCHITECTURES="any" +DISABLE_SOURCE_PACKAGE=yes + +PROVIDES="vl_gothic = $portVersion" +REQUIRES="" +BUILD_REQUIRES="" +BUILD_PREREQUIRES="coreutils" + +SOURCE_DIR="VLGothic" + +BUILD() +{ + true +} + +INSTALL() +{ + FONTDIR=$fontsDir/VL-Gothic + mkdir -p ${FONTDIR} + cp VL-Gothic-Regular.ttf ${FONTDIR} + cp VL-PGothic-Regular.ttf ${FONTDIR} +}