mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Added recipe for VL-Gothic fonts.
This commit is contained in:
49
media-fonts/vl_gothic/licenses/VL-Gothic Font Family
Normal file
49
media-fonts/vl_gothic/licenses/VL-Gothic Font Family
Normal file
@@ -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 <daisuke@vinelinux.org>.
|
||||
Copyright (C) 2006-2012 Project Vine <Vine@vinelinux.org>.
|
||||
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.
|
||||
40
media-fonts/vl_gothic/vl_gothic-20140530.recipe
Normal file
40
media-fonts/vl_gothic/vl_gothic-20140530.recipe
Normal file
@@ -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 <daisuke@vinelinux.org>.
|
||||
2006-2014 Project Vine <Vine@vinelinux.org>.
|
||||
"
|
||||
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}
|
||||
}
|
||||
Reference in New Issue
Block a user