From b70909fc7dae4521db217c046fed0fd5ee50e372 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Wed, 20 Nov 2013 10:40:51 +0000 Subject: [PATCH] Fixed 5 font recipes, darn those CRs --- .../anonymous_pro-1.002.001.recipe | 62 ++++++------- media-fonts/cantarell/cantarell-0.0.7.recipe | 62 ++++++------- .../courier_prime/courier_prime-1.0.recipe | 72 ++++++++-------- media-fonts/lohit/lohit-2.3.8.recipe | 62 ++++++------- .../ubuntu_font_family-0.80.recipe | 86 +++++++++---------- 5 files changed, 172 insertions(+), 172 deletions(-) diff --git a/media-fonts/anonymous_pro/anonymous_pro-1.002.001.recipe b/media-fonts/anonymous_pro/anonymous_pro-1.002.001.recipe index 80cdf55ab..051b15f02 100644 --- a/media-fonts/anonymous_pro/anonymous_pro-1.002.001.recipe +++ b/media-fonts/anonymous_pro/anonymous_pro-1.002.001.recipe @@ -1,31 +1,31 @@ -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 -} +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 +} diff --git a/media-fonts/cantarell/cantarell-0.0.7.recipe b/media-fonts/cantarell/cantarell-0.0.7.recipe index c74e5e778..ef6f7210f 100644 --- a/media-fonts/cantarell/cantarell-0.0.7.recipe +++ b/media-fonts/cantarell/cantarell-0.0.7.recipe @@ -1,31 +1,31 @@ -SUMMARY="The Cantarell Font Family" -DESCRIPTION="The Cantarell font family is a contemporary humanistic sans serif. It was designed by Dave Crossland for on-screen reading - in particular for reading web pages on the author's HTC mobile phone. Since 2010 it's the default typaface of Gnome, the popular graphical user interface. Currently it fully supports Basic Latin, Western European, Catalan, Baltic, Turkish, Central European, Dutch and Afrikaans writing systems. The Cantarell typeface is included in Google Fonts too." -HOMEPAGE="http://wiki.gnome.org/CantarellFonts" -SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/cantarell-fonts/0.0/cantarell-fonts-0.0.7.tar.bz2" -CHECKSUM_MD5="6202c98fd65faab44cdabcaf4947ca5f" -LICENSE="SIL Open Font License v1.1" -COPYRIGHT="2009-2011 Understanding Limited, 2010-2011 Jakub Steiner" -REVISION="1" - -ARCHITECTURES="any" -DISABLE_SOURCE_PACKAGE=yes - -PROVIDES="cantarell = $portVersion" -REQUIRES="" -BUILD_REQUIRES="" -BUILD_PREREQUIRES="coreutils" - -SOURCE_DIR="cantarell-fonts-0.0.7" - -BUILD() -{ - true -} - -INSTALL() -{ - FONTDIR=$fontsDir/cantarell - mkdir -p ${FONTDIR} - cp otf/*.otf ${FONTDIR} - cp README ${FONTDIR}/cantarell-readme.txt -} +SUMMARY="The Cantarell Font Family" +DESCRIPTION="The Cantarell font family is a contemporary humanistic sans serif. It was designed by Dave Crossland for on-screen reading - in particular for reading web pages on the author's HTC mobile phone. Since 2010 it's the default typaface of Gnome, the popular graphical user interface. Currently it fully supports Basic Latin, Western European, Catalan, Baltic, Turkish, Central European, Dutch and Afrikaans writing systems. The Cantarell typeface is included in Google Fonts too." +HOMEPAGE="http://wiki.gnome.org/CantarellFonts" +SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/cantarell-fonts/0.0/cantarell-fonts-0.0.7.tar.bz2" +CHECKSUM_MD5="6202c98fd65faab44cdabcaf4947ca5f" +LICENSE="SIL Open Font License v1.1" +COPYRIGHT="2009-2011 Understanding Limited, 2010-2011 Jakub Steiner" +REVISION="1" + +ARCHITECTURES="any" +DISABLE_SOURCE_PACKAGE=yes + +PROVIDES="cantarell = $portVersion" +REQUIRES="" +BUILD_REQUIRES="" +BUILD_PREREQUIRES="coreutils" + +SOURCE_DIR="cantarell-fonts-0.0.7" + +BUILD() +{ + true +} + +INSTALL() +{ + FONTDIR=$fontsDir/cantarell + mkdir -p ${FONTDIR} + cp otf/*.otf ${FONTDIR} + cp README ${FONTDIR}/cantarell-readme.txt +} diff --git a/media-fonts/courier_prime/courier_prime-1.0.recipe b/media-fonts/courier_prime/courier_prime-1.0.recipe index 6ed8220e4..c33be46f1 100644 --- a/media-fonts/courier_prime/courier_prime-1.0.recipe +++ b/media-fonts/courier_prime/courier_prime-1.0.recipe @@ -1,36 +1,36 @@ -SUMMARY="It's Courier, just better." -DESCRIPTION="Courier Prime was designed to replace the legendary Courier - especially in screenwriting. It’s Courier, just better. Courier Prime is optimized for 12 point size, and matches the metrics of Courier and Courier Final Draft, so you can (mostly) swap it out one-for-one and your page count should not change." -HOMEPAGE="http://quoteunquoteapps.com/courierprime/" -SRC_URI="http://quoteunquoteapps.com/downloads/courier-prime.zip" -REVISION="1" -CHECKSUM_MD5="cf79336ce1cf439560a5364ab7856738" -LICENSE="SIL Open Font License v1.1" -COPYRIGHT="2013 Quote-Unquote Apps" - -ARCHITECTURES="any" -DISABLE_SOURCE_PACKAGE=yes - -PROVIDES=" - courier_prime = $portVersion - " - -REQUIRES="" - -BUILD_REQUIRES="" - -BUILD_PREREQUIRES="coreutils" - -SOURCE_DIR="Courier Prime" - -BUILD() -{ - true -} - -INSTALL() -{ - FONTDIR=$fontsDir/courier-prime - mkdir -p ${FONTDIR} - cp -r *.ttf ${FONTDIR}/ - cp Read\ me.txt ${FONTDIR}/README.txt -} +SUMMARY="It's Courier, just better." +DESCRIPTION="Courier Prime was designed to replace the legendary Courier - especially in screenwriting. It’s Courier, just better. Courier Prime is optimized for 12 point size, and matches the metrics of Courier and Courier Final Draft, so you can (mostly) swap it out one-for-one and your page count should not change." +HOMEPAGE="http://quoteunquoteapps.com/courierprime/" +SRC_URI="http://quoteunquoteapps.com/downloads/courier-prime.zip" +REVISION="1" +CHECKSUM_MD5="cf79336ce1cf439560a5364ab7856738" +LICENSE="SIL Open Font License v1.1" +COPYRIGHT="2013 Quote-Unquote Apps" + +ARCHITECTURES="any" +DISABLE_SOURCE_PACKAGE=yes + +PROVIDES=" + courier_prime = $portVersion + " + +REQUIRES="" + +BUILD_REQUIRES="" + +BUILD_PREREQUIRES="coreutils" + +SOURCE_DIR="Courier Prime" + +BUILD() +{ + true +} + +INSTALL() +{ + FONTDIR=$fontsDir/courier-prime + mkdir -p ${FONTDIR} + cp -r *.ttf ${FONTDIR}/ + cp Read\ me.txt ${FONTDIR}/README.txt +} diff --git a/media-fonts/lohit/lohit-2.3.8.recipe b/media-fonts/lohit/lohit-2.3.8.recipe index 73b010626..522356402 100644 --- a/media-fonts/lohit/lohit-2.3.8.recipe +++ b/media-fonts/lohit/lohit-2.3.8.recipe @@ -1,31 +1,31 @@ -SUMMARY="The Lohit family of Indic fonts" -DESCRIPTION="Lohit, which means 'red' in Sanskrit, is a family of Indic fonts. It was firts released by Red Hat in 2004 but now it's developed by Fedora Project. The font family currently supports 21 Indian languages: Assamese, Bengali, Devanagari (Hindi, Kashmiri, Konkani, Maithili, Marathi, Nepali, Sindhi, Santali, Bodo, Dogri), Gujarati, Kannada, Malayalam, Manipuri, Oriya, Punjabi, Tamil, and Telugu. The fonts are used as web fonts for Wikipedia and some other Wikimedia Foundation sites." -HOMEPAGE="http://fedorahosted.org/lohit" -SRC_URI="http://rbhalera.fedorapeople.org/released/lohit/lohit-fonts-2.3.8.tar.gz" -CHECKSUM_MD5="f3b5c3cd8e370f1669d44cec3eab1f2b" -LICENSE="GNU GPL v2" -COPYRIGHT="2004-2011 Red Hat" -REVISION="1" - -ARCHITECTURES="any" -DISABLE_SOURCE_PACKAGE=yes - -PROVIDES="lohit = $portVersion" -REQUIRES="" -BUILD_REQUIRES="" -BUILD_PREREQUIRES="coreutils" - -SOURCE_DIR="lohit-fonts-2.3.8" - -BUILD() -{ - true -} - -INSTALL() -{ - FONTDIR=$fontsDir/lohit - mkdir -p ${FONTDIR} - find . -name "*.ttf" -exec cp {} ${FONTDIR} \; - cp README ${FONTDIR}/lohit-readme.txt -} +SUMMARY="The Lohit family of Indic fonts" +DESCRIPTION="Lohit, which means 'red' in Sanskrit, is a family of Indic fonts. It was firts released by Red Hat in 2004 but now it's developed by Fedora Project. The font family currently supports 21 Indian languages: Assamese, Bengali, Devanagari (Hindi, Kashmiri, Konkani, Maithili, Marathi, Nepali, Sindhi, Santali, Bodo, Dogri), Gujarati, Kannada, Malayalam, Manipuri, Oriya, Punjabi, Tamil, and Telugu. The fonts are used as web fonts for Wikipedia and some other Wikimedia Foundation sites." +HOMEPAGE="http://fedorahosted.org/lohit" +SRC_URI="http://rbhalera.fedorapeople.org/released/lohit/lohit-fonts-2.3.8.tar.gz" +CHECKSUM_MD5="f3b5c3cd8e370f1669d44cec3eab1f2b" +LICENSE="GNU GPL v2" +COPYRIGHT="2004-2011 Red Hat" +REVISION="1" + +ARCHITECTURES="any" +DISABLE_SOURCE_PACKAGE=yes + +PROVIDES="lohit = $portVersion" +REQUIRES="" +BUILD_REQUIRES="" +BUILD_PREREQUIRES="coreutils" + +SOURCE_DIR="lohit-fonts-2.3.8" + +BUILD() +{ + true +} + +INSTALL() +{ + FONTDIR=$fontsDir/lohit + mkdir -p ${FONTDIR} + find . -name "*.ttf" -exec cp {} ${FONTDIR} \; + cp README ${FONTDIR}/lohit-readme.txt +} diff --git a/media-fonts/ubuntu_font_family/ubuntu_font_family-0.80.recipe b/media-fonts/ubuntu_font_family/ubuntu_font_family-0.80.recipe index 21a0bb40d..d23f007b9 100644 --- a/media-fonts/ubuntu_font_family/ubuntu_font_family-0.80.recipe +++ b/media-fonts/ubuntu_font_family/ubuntu_font_family-0.80.recipe @@ -1,43 +1,43 @@ -SUMMARY="Font family from Ubuntu operating system" -DESCRIPTION="The Ubuntu Font Family belongs to sans-serif typeface. It's set as default font for the current releases of Ubuntu, one of the most popular Linux-based operating systems. It was designed by Dalton Maag in 2010 and now it covers 200-250 languages. The Ubuntu Font Family is included in Google Fonts too." -HOMEPAGE="http://font.ubuntu.com" -SRC_URI="http://font.ubuntu.com/download/ubuntu-font-family-0.80.zip" -CHECKSUM_MD5="a1fc70f5a5b1d096ab8310886cddaa1c" -LICENSE="Ubuntu Font License 1.0" -COPYRIGHT="2011 Canonical Ltd." -REVISION="3" - -ARCHITECTURES="any" -DISABLE_SOURCE_PACKAGE=yes - -PROVIDES="ubuntu_font_family = $portVersion" -REQUIRES="" -BUILD_REQUIRES="" -BUILD_PREREQUIRES="coreutils" - -SOURCE_DIR="ubuntu-font-family-0.80" - -BUILD() -{ - true -} - -INSTALL() -{ - FONTDIR=$fontsDir/ubuntu-font-family - mkdir -p ${FONTDIR} - cp Ubuntu-B.ttf ${FONTDIR} - cp Ubuntu-BI.ttf ${FONTDIR} - cp Ubuntu-C.ttf ${FONTDIR} - cp Ubuntu-L.ttf ${FONTDIR} - cp Ubuntu-LI.ttf ${FONTDIR} - cp Ubuntu-M.ttf ${FONTDIR} - cp Ubuntu-MI.ttf ${FONTDIR} - cp Ubuntu-R.ttf ${FONTDIR} - cp Ubuntu-RI.ttf ${FONTDIR} - cp UbuntuMono-B.ttf ${FONTDIR} - cp UbuntuMono-BI.ttf ${FONTDIR} - cp UbuntuMono-R.ttf ${FONTDIR} - cp UbuntuMono-RI.ttf ${FONTDIR} - cp README.txt ${FONTDIR}/ubuntu-fonts-readme.txt -} +SUMMARY="Font family from Ubuntu operating system" +DESCRIPTION="The Ubuntu Font Family belongs to sans-serif typeface. It's set as default font for the current releases of Ubuntu, one of the most popular Linux-based operating systems. It was designed by Dalton Maag in 2010 and now it covers 200-250 languages. The Ubuntu Font Family is included in Google Fonts too." +HOMEPAGE="http://font.ubuntu.com" +SRC_URI="http://font.ubuntu.com/download/ubuntu-font-family-0.80.zip" +CHECKSUM_MD5="a1fc70f5a5b1d096ab8310886cddaa1c" +LICENSE="Ubuntu Font License 1.0" +COPYRIGHT="2011 Canonical Ltd." +REVISION="3" + +ARCHITECTURES="any" +DISABLE_SOURCE_PACKAGE=yes + +PROVIDES="ubuntu_font_family = $portVersion" +REQUIRES="" +BUILD_REQUIRES="" +BUILD_PREREQUIRES="coreutils" + +SOURCE_DIR="ubuntu-font-family-0.80" + +BUILD() +{ + true +} + +INSTALL() +{ + FONTDIR=$fontsDir/ubuntu-font-family + mkdir -p ${FONTDIR} + cp Ubuntu-B.ttf ${FONTDIR} + cp Ubuntu-BI.ttf ${FONTDIR} + cp Ubuntu-C.ttf ${FONTDIR} + cp Ubuntu-L.ttf ${FONTDIR} + cp Ubuntu-LI.ttf ${FONTDIR} + cp Ubuntu-M.ttf ${FONTDIR} + cp Ubuntu-MI.ttf ${FONTDIR} + cp Ubuntu-R.ttf ${FONTDIR} + cp Ubuntu-RI.ttf ${FONTDIR} + cp UbuntuMono-B.ttf ${FONTDIR} + cp UbuntuMono-BI.ttf ${FONTDIR} + cp UbuntuMono-R.ttf ${FONTDIR} + cp UbuntuMono-RI.ttf ${FONTDIR} + cp README.txt ${FONTDIR}/ubuntu-fonts-readme.txt +}