summaryrefslogtreecommitdiffstats
path: root/fonts-x11
diff options
context:
space:
mode:
Diffstat (limited to 'fonts-x11')
-rwxr-xr-xfonts-x11/ttf-fanwood/BUILD1
-rwxr-xr-xfonts-x11/ttf-fanwood/DEPENDS1
-rwxr-xr-xfonts-x11/ttf-fanwood/DETAILS15
-rw-r--r--fonts-x11/ttf-fanwood/HISTORY2
-rwxr-xr-xfonts-x11/ttf-fanwood/INSTALL3
5 files changed, 22 insertions, 0 deletions
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 <ismael@sourcemage.org>
+ * 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" {} +