mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Updated DESCRIPTIONS for 5 fonts, updates by GCI2013 student Anna Gajdová
This commit is contained in:
@@ -1,31 +1,31 @@
|
||||
SUMMARY="The Anonymous Pro Font Family"
|
||||
DESCRIPTION="Anonymous Pro (2009) is a family of four fixed-width fonts designed with coding in mind."
|
||||
HOMEPAGE="http://www.marksimonson.com/fonts/view/anonymous-pro"
|
||||
SRC_URI="http://www.marksimonson.com/assets/content/fonts/AnonymousPro-1.002.zip"
|
||||
CHECKSUM_MD5="bb5141b20b9d69b3190be03e5706c8b7"
|
||||
LICENSE="SIL Open Font License v1.1"
|
||||
COPYRIGHT="2009 Mark Simonson, with reserved font name Anonymous Pro"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
DISABLE_SOURCE_PACKAGE=yes
|
||||
|
||||
PROVIDES="anonymous_pro = $portVersion"
|
||||
REQUIRES=""
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_PREREQUIRES="coreutils"
|
||||
|
||||
SOURCE_DIR="AnonymousPro-1.002.001"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
true
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=$fontsDir/anonymous-pro
|
||||
mkdir -p ${FONTDIR}
|
||||
cp *.ttf ${FONTDIR}
|
||||
cp README.txt ${FONTDIR}/anonymous-pro-readme.txt
|
||||
}
|
||||
SUMMARY="The Anonymous Pro Font Family"
|
||||
DESCRIPTION="Anonymous Pro is a family of fixed-width fonts. It was designed especially for coding - characers that could be mistaken for one another (e. g. O and 0) have distinct shapes. It supports most of the Latin-based Western and Central European languages, as well as Greek and Cyrillic."
|
||||
HOMEPAGE="http://www.marksimonson.com/fonts/view/anonymous-pro"
|
||||
SRC_URI="http://www.marksimonson.com/assets/content/fonts/AnonymousPro-1.002.zip"
|
||||
CHECKSUM_MD5="bb5141b20b9d69b3190be03e5706c8b7"
|
||||
LICENSE="SIL Open Font License v1.1"
|
||||
COPYRIGHT="2009 Mark Simonson, with reserved font name Anonymous Pro"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
DISABLE_SOURCE_PACKAGE=yes
|
||||
|
||||
PROVIDES="anonymous_pro = $portVersion"
|
||||
REQUIRES=""
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_PREREQUIRES="coreutils"
|
||||
|
||||
SOURCE_DIR="AnonymousPro-1.002.001"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
true
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=$fontsDir/anonymous-pro
|
||||
mkdir -p ${FONTDIR}
|
||||
cp *.ttf ${FONTDIR}
|
||||
cp README.txt ${FONTDIR}/anonymous-pro-readme.txt
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user