summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rwxr-xr-xfonts-x11/ttf-sorts-mill-goudy/BUILD1
-rwxr-xr-xfonts-x11/ttf-sorts-mill-goudy/DEPENDS1
-rwxr-xr-xfonts-x11/ttf-sorts-mill-goudy/DETAILS17
-rw-r--r--fonts-x11/ttf-sorts-mill-goudy/HISTORY2
-rwxr-xr-xfonts-x11/ttf-sorts-mill-goudy/INSTALL3
6 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac69f6b63f..599c31221c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,6 +22,8 @@
typeface family
* fonts-x11/ttf-sniglet: new spell, A fun rounded display face
that’s great for headlines
+ * fonts-x11/ttf-sorts-mill-goudy: new spell, A "revival" of Goudy
+ Oldstyle and Italic
2021-04-24 Ismael Luceno <ismael@sourcemage.org>
* fonts-x11/ttf-carlito: new spell, Carlito Typeface
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 <ismael@sourcemage.org>
+ * 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" {} +