From 260b3b87e3b172784b93b4ea615630e9869e47e5 Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Sun, 25 Apr 2021 14:29:03 +0200 Subject: ttf-sorts-mill-goudy: new spell, A "revival" of Goudy Oldstyle and Italic --- fonts-x11/ttf-sorts-mill-goudy/BUILD | 1 + fonts-x11/ttf-sorts-mill-goudy/DEPENDS | 1 + fonts-x11/ttf-sorts-mill-goudy/DETAILS | 17 +++++++++++++++++ fonts-x11/ttf-sorts-mill-goudy/HISTORY | 2 ++ fonts-x11/ttf-sorts-mill-goudy/INSTALL | 3 +++ 5 files changed, 24 insertions(+) create mode 100755 fonts-x11/ttf-sorts-mill-goudy/BUILD create mode 100755 fonts-x11/ttf-sorts-mill-goudy/DEPENDS create mode 100755 fonts-x11/ttf-sorts-mill-goudy/DETAILS create mode 100644 fonts-x11/ttf-sorts-mill-goudy/HISTORY create mode 100755 fonts-x11/ttf-sorts-mill-goudy/INSTALL (limited to 'fonts-x11') diff --git a/fonts-x11/ttf-sorts-mill-goudy/BUILD b/fonts-x11/ttf-sorts-mill-goudy/BUILD new file mode 100755 index 0000000000..27ba77ddaf --- /dev/null +++ b/fonts-x11/ttf-sorts-mill-goudy/BUILD @@ -0,0 +1 @@ +true diff --git a/fonts-x11/ttf-sorts-mill-goudy/DEPENDS b/fonts-x11/ttf-sorts-mill-goudy/DEPENDS new file mode 100755 index 0000000000..82388ec8e0 --- /dev/null +++ b/fonts-x11/ttf-sorts-mill-goudy/DEPENDS @@ -0,0 +1 @@ +. "$SECTION_DIRECTORY"/X11_DEPENDS diff --git a/fonts-x11/ttf-sorts-mill-goudy/DETAILS b/fonts-x11/ttf-sorts-mill-goudy/DETAILS new file mode 100755 index 0000000000..03f1de325a --- /dev/null +++ b/fonts-x11/ttf-sorts-mill-goudy/DETAILS @@ -0,0 +1,17 @@ + SPELL=ttf-sorts-mill-goudy + VERSION=20110526 + XREF=06072890c7b05f274215a24f17449655ccb2c8af + SOURCE="$SPELL-$XREF.tar.gz" + SOURCE_URL[0]=https://github.com/theleagueof/sorts-mill-goudy/archive/$XREF.tar.gz + SOURCE_HASH=sha512:82864fbb5e9a716121d108a72eb9acdb8dac5334ae5e101adac55f6b95e2162a92d450c0a175cd25e65f7051db3ba3927e92b9a6ae422855c0e461356d398caf +SOURCE_DIRECTORY="$BUILD_DIRECTORY/sorts-mill-goudy-$XREF" + WEB_SITE="http://theleagueofmoveabletype.com/sorts-mill-goudy" + LICENSE[0]=OFL + ENTERED=20210424 + SHORT='A "revival" of Goudy Oldstyle and Italic' +cat << EOF +A "revival" of Goudy Oldstyle and Italic, with features including small capitals +(in the roman only), oldstyle and lining figures, superscripts and subscripts, +fractions, ligatures, class-based kerning, case-sensitive forms, and capital +spacing. There is support for many languages using latin scripts. +EOF diff --git a/fonts-x11/ttf-sorts-mill-goudy/HISTORY b/fonts-x11/ttf-sorts-mill-goudy/HISTORY new file mode 100644 index 0000000000..fed591e5d2 --- /dev/null +++ b/fonts-x11/ttf-sorts-mill-goudy/HISTORY @@ -0,0 +1,2 @@ +2021-04-25 Ismael Luceno + * BUILD, DEPENDS, DETAILS, INSTALL: spell created diff --git a/fonts-x11/ttf-sorts-mill-goudy/INSTALL b/fonts-x11/ttf-sorts-mill-goudy/INSTALL new file mode 100755 index 0000000000..e42f390e12 --- /dev/null +++ b/fonts-x11/ttf-sorts-mill-goudy/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