Added 3 font, recipes by GCI2013 student Anna Gajdová, humor_sans marked as broken.

This commit is contained in:
Scott McCreary
2013-11-23 10:57:57 +00:00
parent 73f97d0eca
commit a405741c2f
3 changed files with 90 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
SUMMARY="Font for classicists, medievalists and linguists"
DESCRIPTION="Cardo is a large Unicode font specifically designed for the needs of classicists, Biblical scholars, medievalists, and linguists.  Since it may be used to prepare materials for publication, it also contains features that are required for high-quality typography, such as ligatures, text figures, true small capitals and a variety of punctuation and space characters."
HOMEPAGE="http://scholarsfonts.net/cardofnt.html"
SRC_URI="http://scholarsfonts.net/cardo104.zip"
CHECKSUM_MD5="e48dadccd31a74667b0369d7e98e660f"
LICENSE="SIL Open Font License v1.1"
COPYRIGHT="20042011 David J. Perry, with Reserved Font Name Cardo"
REVISION="1"
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE=yes
PROVIDES="cardo = $portVersion"
REQUIRES=""
BUILD_REQUIRES=""
BUILD_PREREQUIRES="coreutils"
SOURCE_DIR=""
BUILD()
{
true
}
INSTALL()
{
FONTDIR=$fontsDir/cardo
mkdir -p ${FONTDIR}
cp *.ttf ${FONTDIR}
}

View File

@@ -0,0 +1,30 @@
SUMMARY="The Human-Sans font"
DESCRIPTION="A sanserif typeface in the style of xkcd. Xkcd is a popular webcomics with focus on computer science or everything else."
HOMEPAGE="http://antiyawn.com/uploads/humorsans.html"
SRC_URI="http://antiyawn.com/uploads/Humor-Sans-1.0.ttf"
CHECKSUM_MD5="acdc29df52454684fe8f3184f6477290"
LICENSE="SIL Open Font License v1.1"
COPYRIGHT="2009, Michael Ciuffo, with Reserved Font Name Humor-Sans"
REVISION="1"
ARCHITECTURES="!any"
DISABLE_SOURCE_PACKAGE=yes
PROVIDES="humor_sans= $portVersion"
REQUIRES=""
BUILD_REQUIRES=""
BUILD_PREREQUIRES="coreutils"
SOURCE_DIR=""
BUILD()
{
true
}
INSTALL()
{
FONTDIR=$fontsDir/humor-sans
mkdir -p ${FONTDIR}
cp *.ttf ${FONTDIR}
}

View File

@@ -0,0 +1,30 @@
SUMMARY="The typeface for bread and butter use"
DESCRIPTION="Vollkorn means wholemeal in German. The Vollkorn typeface is free and healthy typeface for bread and butter use. It intends to be a quiet, modest and well working text face. It might be used. It might be used as body type as well as for headlines and titles."
HOMEPAGE="http://friedrichalthausen.de/vollkorn/"
SRC_URI="http://friedrichalthausen.de/wp-content/plugins/cimy-counter/cc_redirect.php?cc=Vollkorn%202.0&fn=http://friedrichalthausen.de/Vollkorn-2.1.zip"
CHECKSUM_MD5="dd38725c293bc73774ff77744674fe13"
LICENSE="SIL Open Font License v1.1"
COPYRIGHT="Friedrich Althausen"
REVISION="1"
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE=yes
PROVIDES="anonymous_pro = $portVersion"
REQUIRES=""
BUILD_REQUIRES=""
BUILD_PREREQUIRES="coreutils"
SOURCE_DIR=""
BUILD()
{
true
}
INSTALL()
{
FONTDIR=$fontsDir/vollkorn
mkdir -p ${FONTDIR}
cp *.ttf ${FONTDIR}
}