From 9ea380ad69a75a90a5271526bb1b5aea0a908ed1 Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Sun, 25 Apr 2021 14:28:56 +0200 Subject: ttf-fanwood: new spell, Old-style Serif Typeface --- fonts-x11/ttf-fanwood/BUILD | 1 + fonts-x11/ttf-fanwood/DEPENDS | 1 + fonts-x11/ttf-fanwood/DETAILS | 15 +++++++++++++++ fonts-x11/ttf-fanwood/HISTORY | 2 ++ fonts-x11/ttf-fanwood/INSTALL | 3 +++ 5 files changed, 22 insertions(+) create mode 100755 fonts-x11/ttf-fanwood/BUILD create mode 100755 fonts-x11/ttf-fanwood/DEPENDS create mode 100755 fonts-x11/ttf-fanwood/DETAILS create mode 100644 fonts-x11/ttf-fanwood/HISTORY create mode 100755 fonts-x11/ttf-fanwood/INSTALL (limited to 'fonts-x11') diff --git a/fonts-x11/ttf-fanwood/BUILD b/fonts-x11/ttf-fanwood/BUILD new file mode 100755 index 0000000000..27ba77ddaf --- /dev/null +++ b/fonts-x11/ttf-fanwood/BUILD @@ -0,0 +1 @@ +true diff --git a/fonts-x11/ttf-fanwood/DEPENDS b/fonts-x11/ttf-fanwood/DEPENDS new file mode 100755 index 0000000000..82388ec8e0 --- /dev/null +++ b/fonts-x11/ttf-fanwood/DEPENDS @@ -0,0 +1 @@ +. "$SECTION_DIRECTORY"/X11_DEPENDS diff --git a/fonts-x11/ttf-fanwood/DETAILS b/fonts-x11/ttf-fanwood/DETAILS new file mode 100755 index 0000000000..709a653d08 --- /dev/null +++ b/fonts-x11/ttf-fanwood/DETAILS @@ -0,0 +1,15 @@ + SPELL=ttf-fanwood + VERSION=20110526 + XREF=cbaaed9704e7d37d3dcdbdf0b472e9efd0e39432 + SOURCE="$SPELL-$XREF.tar.gz" + SOURCE_URL[0]=https://github.com/theleagueof/fanwood/archive/$XREF.tar.gz + SOURCE_HASH=sha512:1934ec8e608aab16c765e7212b8275ce867fd3af0791c17aa9df503f7c5a7e5fd0d359036a2312fd4e85b8ade029b589226bf66bca976bddeec5409c913cda5e +SOURCE_DIRECTORY="$BUILD_DIRECTORY/fanwood-$XREF" + WEB_SITE="http://theleagueofmoveabletype.com/fanwood" + LICENSE[0]=OFL + ENTERED=20210424 + SHORT="Old-style Serif Typeface" +cat << EOF +A serif based on the work of a famous Czech-American type designer of +yesteryear. The package includes roman and italic. +EOF diff --git a/fonts-x11/ttf-fanwood/HISTORY b/fonts-x11/ttf-fanwood/HISTORY new file mode 100644 index 0000000000..fed591e5d2 --- /dev/null +++ b/fonts-x11/ttf-fanwood/HISTORY @@ -0,0 +1,2 @@ +2021-04-25 Ismael Luceno + * BUILD, DEPENDS, DETAILS, INSTALL: spell created diff --git a/fonts-x11/ttf-fanwood/INSTALL b/fonts-x11/ttf-fanwood/INSTALL new file mode 100755 index 0000000000..e42f390e12 --- /dev/null +++ b/fonts-x11/ttf-fanwood/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