mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
new file: media-fonts/croscorefonts/croscorefonts-1.21.0.recipe
new file: media-fonts/essays-1743/essays1743-2.001.recipe new file: media-fonts/mplus/mplus-2.2.4.recipe new file: media-fonts/unifont/unifont-7.0.06.recipe modified: media-fonts/mplus/mplus-2.2.4.recipe modified: media-fonts/unifont/unifont-7.0.06.recipe modified: media-fonts/mplus/mplus-2.2.4.recipe modified: media-fonts/unifont/unifont-7.0.06.recipe
This commit is contained in:
39
media-fonts/croscorefonts/croscorefonts-1.21.0.recipe
Normal file
39
media-fonts/croscorefonts/croscorefonts-1.21.0.recipe
Normal file
@@ -0,0 +1,39 @@
|
||||
SUMMARY="Croscore fonts"
|
||||
DESCRIPTION="Open licensed fonts metrically compatible with MS corefonts.\
|
||||
Included fonts are Arimo, Cousine and Timo. \
|
||||
They are also called Chrome OS core fonts."
|
||||
HOMEPAGE="http://en.wikipedia.org/wiki/Croscore_fonts"
|
||||
SRC_URI_1="http://www.google.com/fonts/download?kit=32ci3aiii8TFh9L2O_kK1w"
|
||||
CHECKSUM_SHA256_1="800bbc41f20dce6c7f61dcd54489a8d8db5d701d9918a3a412d430d044eca2bb",
|
||||
SRC_URI_2="http://www.google.com/fonts/download?kit=M2CeFoF86bDfqp_rSFi-T6CWcynf_cDxXwCLxiixG1c"
|
||||
CHECKSUM_SHA256_2="bc0b9e33073e91d89abe6d780d0cff7a55d1cf05d9f792d5d221af426abb915f"
|
||||
SRC_URI_3="http://www.google.com/fonts/download?kit=2Cuw8DPRXKIbXwFmqbUecA"
|
||||
CHECKSUM_SHA256_3="89619d3f06b55495e94458eb8fbd69ae7c654db5782b2cecfdaffa2c8b291c1b"
|
||||
|
||||
SOURCE_DIR=""
|
||||
|
||||
LICENSE="Apache v2"
|
||||
COPYRIGHT="Mike Frysinger"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
DISABLE_SOURCE_PACKAGE="yes"
|
||||
|
||||
PROVIDES="croscorefonts = $portVersion"
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_PREREQUIRES="coreutils"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
true
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=$fontsDir/ttfonts/croscorefonts/
|
||||
mkdir -p ${FONTDIR}
|
||||
|
||||
cp *.ttf ${FONTDIR}
|
||||
cp ../sources-2/*.ttf ${FONTDIR}
|
||||
cp ../sources-3/*.ttf ${FONTDIR}
|
||||
}
|
||||
35
media-fonts/essays-1743/essays1743-2.001.recipe
Normal file
35
media-fonts/essays-1743/essays1743-2.001.recipe
Normal file
@@ -0,0 +1,35 @@
|
||||
SUMMARY="Essays 1743 font"
|
||||
DESCRIPTION="Essays 1743 is a font based on the typeface used in \
|
||||
a 1743 English translation of Montaigne's Essays. It contains normal, bold, \
|
||||
italic and bold italic versions of 979 characters"
|
||||
HOMEPAGE="http://thibault.org/fonts/essays/"
|
||||
|
||||
SRC_URI="http://www.thibault.org/fonts/essays/essays1743-2.001-1-ttf.tar.gz"
|
||||
CHECKSUM_SHA256="83a293f52dc0767adc5c57c619d99db0a5e1ba6fcdfa240ca719aa5643f10c5d"
|
||||
|
||||
|
||||
SOURCE_DIR=""
|
||||
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="John Stracke"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
DISABLE_SOURCE_PACKAGE="yes"
|
||||
|
||||
PROVIDES="essays1743 = $portVersion"
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_PREREQUIRES="coreutils"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
true
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=$fontsDir/ttfonts/essays1743/
|
||||
mkdir -p ${FONTDIR}
|
||||
|
||||
cp essays1743/*.ttf ${FONTDIR}
|
||||
}
|
||||
30
media-fonts/mplus/mplus-2.2.4.recipe
Normal file
30
media-fonts/mplus/mplus-2.2.4.recipe
Normal file
@@ -0,0 +1,30 @@
|
||||
SUMMARY="M+ Japanese outline fonts"
|
||||
DESCRIPTION="M+ FONTS are Japanese font families designed by Coji Morishita.
|
||||
The 'M' stands for 'Minimum', while the plus sign means above minimum."
|
||||
HOMEPAGE="mplus-fonts.sourceforge.jp"
|
||||
SRC_URI="http://jaist.dl.sourceforge.jp/mplus-fonts/62344/mplus-TESTFLIGHT-059.tar.xz"
|
||||
SOURCE_DIR="."
|
||||
CHECKSUM_SHA256="7862e113e04986646117267c4baee30aea163d43a382c14693f15287f16bbf25"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2002-2008 M+ Fonts Project"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
DISABLE_SOURCE_PACKAGE="yes"
|
||||
|
||||
PROVIDES="mplus = $portVersion"
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_PREREQUIRES="coreutils"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
true
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=$fontsDir/ttfonts/mplus/
|
||||
mkdir -p ${FONTDIR}
|
||||
|
||||
cp mplus-TESTFLIGHT-059/*.ttf ${FONTDIR}
|
||||
}
|
||||
31
media-fonts/unifont/unifont-7.0.06.recipe
Normal file
31
media-fonts/unifont/unifont-7.0.06.recipe
Normal file
@@ -0,0 +1,31 @@
|
||||
SUMMARY="Unifoundry unifont"
|
||||
DESCRIPTION="GNU Unifont is part of the GNU Project
|
||||
The GNU Unifont by Roman Czyborra is a free bitmap font that covers the \
|
||||
Unicode Basic Multilingual Plane (BMP), \
|
||||
using an intermediate bitmapped font format."
|
||||
HOMEPAGE="http://unifoundry.com"
|
||||
SRC_URI="http://unifoundry.com/pub/unifont-7.0.06.tar.gz"
|
||||
SOURCE_DIR=""
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="Unifoundry"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
DISABLE_SOURCE_PACKAGE="yes"
|
||||
|
||||
PROVIDES="unifont = $portVersion"
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_PREREQUIRES="coreutils"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
true
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=$fontsDir/ttfonts/unifont/
|
||||
mkdir -p ${FONTDIR}
|
||||
|
||||
cp unifont-7.0.06/font/precompiled/*.ttf ${FONTDIR}
|
||||
}
|
||||
Reference in New Issue
Block a user