From cb4f9f631218a531832ece416a033726c414d817 Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Sun, 25 Apr 2021 14:29:02 +0200 Subject: ttf-raleway: new spell, An elegant variable sans-serif typeface family --- fonts-x11/ttf-raleway/BUILD | 1 + fonts-x11/ttf-raleway/DEPENDS | 1 + fonts-x11/ttf-raleway/DETAILS | 23 +++++++++++++++++++++++ fonts-x11/ttf-raleway/HISTORY | 2 ++ fonts-x11/ttf-raleway/INSTALL | 3 +++ 5 files changed, 30 insertions(+) create mode 100755 fonts-x11/ttf-raleway/BUILD create mode 100755 fonts-x11/ttf-raleway/DEPENDS create mode 100755 fonts-x11/ttf-raleway/DETAILS create mode 100644 fonts-x11/ttf-raleway/HISTORY create mode 100755 fonts-x11/ttf-raleway/INSTALL (limited to 'fonts-x11') diff --git a/fonts-x11/ttf-raleway/BUILD b/fonts-x11/ttf-raleway/BUILD new file mode 100755 index 0000000000..27ba77ddaf --- /dev/null +++ b/fonts-x11/ttf-raleway/BUILD @@ -0,0 +1 @@ +true diff --git a/fonts-x11/ttf-raleway/DEPENDS b/fonts-x11/ttf-raleway/DEPENDS new file mode 100755 index 0000000000..82388ec8e0 --- /dev/null +++ b/fonts-x11/ttf-raleway/DEPENDS @@ -0,0 +1 @@ +. "$SECTION_DIRECTORY"/X11_DEPENDS diff --git a/fonts-x11/ttf-raleway/DETAILS b/fonts-x11/ttf-raleway/DETAILS new file mode 100755 index 0000000000..5705255447 --- /dev/null +++ b/fonts-x11/ttf-raleway/DETAILS @@ -0,0 +1,23 @@ + SPELL=ttf-raleway + VERSION=4.101 + SOURCE="Raleway-$VERSION.zip" + SOURCE_URL[0]="https://github.com/theleagueof/raleway/releases/download/$VERSION/$SOURCE" + SOURCE_HASH=sha512:cf1f563daec606763d558c45f08083903ee243e454434bf153c1cd0a3282c3a1e575620f520daafa47585aab1bae40e531d750b1060ca8cb390d97a49ef377e7 +SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SOURCE%.zip}" + WEB_SITE="http://theleagueofmoveabletype.com/raleway" + LICENSE[0]=OFL-1.1 + ENTERED=20210424 + SHORT="An elegant variable sans-serif typeface family" +cat << EOF +Raleway is an elegant sans-serif typeface family. + +Initially designed by Matt McInerney as a single thin weight, it was expanded +into a 9 weight family by Pablo Impallari and Rodrigo Fuenzalida in 2012 and +iKerned by Igino Marini. In 2013 the Italics where added, and most recently — a +variable version. + +It features both old style and lining numerals, standard and discretionary +ligatures, a pretty complete set of diacritics, as well as a stylistic alternate +inspired by more geometric sans-serif typefaces than its neo-grotesque inspired +default character set. +EOF diff --git a/fonts-x11/ttf-raleway/HISTORY b/fonts-x11/ttf-raleway/HISTORY new file mode 100644 index 0000000000..fed591e5d2 --- /dev/null +++ b/fonts-x11/ttf-raleway/HISTORY @@ -0,0 +1,2 @@ +2021-04-25 Ismael Luceno + * BUILD, DEPENDS, DETAILS, INSTALL: spell created diff --git a/fonts-x11/ttf-raleway/INSTALL b/fonts-x11/ttf-raleway/INSTALL new file mode 100755 index 0000000000..e42f390e12 --- /dev/null +++ b/fonts-x11/ttf-raleway/INSTALL @@ -0,0 +1,3 @@ +fontdir="$INSTALL_ROOT/usr/share/fonts/TTF/" && +install -d "$fontdir" && +find "$SOURCE_DIRECTORY" -iname '*.[ot]tf' -exec install -vm444 -t "$fontdir" {} + -- cgit v1.2.3