summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmael Luceno2021-04-25 14:28:56 +0200
committerIsmael Luceno2021-04-25 14:28:56 +0200
commitb0e1ce23ee6e56d0e84a962c7f6ffec50ce27c8c (patch)
tree8d70a33c0199d04de78c7b87f9f8ef95e087fe6b
parent9ea380ad69a75a90a5271526bb1b5aea0a908ed1 (diff)
ttf-goudy-bookletter-1911: new spell, Font based on Frederic Goudy's Kennerley Oldstyle
-rw-r--r--ChangeLog2
-rwxr-xr-xfonts-x11/ttf-goudy-bookletter-1911/BUILD1
-rwxr-xr-xfonts-x11/ttf-goudy-bookletter-1911/DEPENDS1
-rwxr-xr-xfonts-x11/ttf-goudy-bookletter-1911/DETAILS14
-rw-r--r--fonts-x11/ttf-goudy-bookletter-1911/HISTORY2
-rwxr-xr-xfonts-x11/ttf-goudy-bookletter-1911/INSTALL3
6 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 95b7988718..2efeb98643 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* fonts-x11/ttf-chunk: new spell, An ultra-bold, ultra-awesome slab
serif typeface
* fonts-x11/ttf-fanwood: new spell, Old-style Serif Typeface
+ * fonts-x11/ttf-goudy-bookletter-1911: new spell, Font based on
+ Frederic Goudy's Kennerley Oldstyle
2021-04-24 Ismael Luceno <ismael@sourcemage.org>
* fonts-x11/ttf-carlito: new spell, Carlito Typeface
diff --git a/fonts-x11/ttf-goudy-bookletter-1911/BUILD b/fonts-x11/ttf-goudy-bookletter-1911/BUILD
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/fonts-x11/ttf-goudy-bookletter-1911/BUILD
@@ -0,0 +1 @@
+true
diff --git a/fonts-x11/ttf-goudy-bookletter-1911/DEPENDS b/fonts-x11/ttf-goudy-bookletter-1911/DEPENDS
new file mode 100755
index 0000000000..82388ec8e0
--- /dev/null
+++ b/fonts-x11/ttf-goudy-bookletter-1911/DEPENDS
@@ -0,0 +1 @@
+. "$SECTION_DIRECTORY"/X11_DEPENDS
diff --git a/fonts-x11/ttf-goudy-bookletter-1911/DETAILS b/fonts-x11/ttf-goudy-bookletter-1911/DETAILS
new file mode 100755
index 0000000000..3e4d68e54b
--- /dev/null
+++ b/fonts-x11/ttf-goudy-bookletter-1911/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=ttf-goudy-bookletter-1911
+ VERSION=20110526
+ XREF=85ff5b834b4f63feb36fd2053949c19660580e48
+ SOURCE="$SPELL-$XREF.tar.gz"
+ SOURCE_URL[0]=https://github.com/theleagueof/goudy-bookletter-1911/archive/$XREF.tar.gz
+ SOURCE_HASH=sha512:c6fa5c25e5d650181b5c043f480187a277b2531a939e78f215bdcdde15eef0cded3bd0c689b8fc22d9a9219b32aab32582590e1e6a3d79fa39c47a98ef0f069a
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/goudy-bookletter-1911-$XREF"
+ WEB_SITE="http://theleagueofmoveabletype.com/goudy-bookletter-1911"
+ LICENSE[0]=OFL
+ ENTERED=20210424
+ SHORT="Font based on Frederic Goudy's Kennerley Oldstyle"
+cat << EOF
+Font based on Frederic Goudy's Kennerley Oldstyle.
+EOF
diff --git a/fonts-x11/ttf-goudy-bookletter-1911/HISTORY b/fonts-x11/ttf-goudy-bookletter-1911/HISTORY
new file mode 100644
index 0000000000..fed591e5d2
--- /dev/null
+++ b/fonts-x11/ttf-goudy-bookletter-1911/HISTORY
@@ -0,0 +1,2 @@
+2021-04-25 Ismael Luceno <ismael@sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
diff --git a/fonts-x11/ttf-goudy-bookletter-1911/INSTALL b/fonts-x11/ttf-goudy-bookletter-1911/INSTALL
new file mode 100755
index 0000000000..e42f390e12
--- /dev/null
+++ b/fonts-x11/ttf-goudy-bookletter-1911/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" {} +