summaryrefslogtreecommitdiffstats
path: root/fonts-x11
diff options
context:
space:
mode:
Diffstat (limited to 'fonts-x11')
-rwxr-xr-xfonts-x11/ttf-prociono/BUILD1
-rwxr-xr-xfonts-x11/ttf-prociono/DEPENDS1
-rwxr-xr-xfonts-x11/ttf-prociono/DETAILS16
-rw-r--r--fonts-x11/ttf-prociono/HISTORY2
-rwxr-xr-xfonts-x11/ttf-prociono/INSTALL3
5 files changed, 23 insertions, 0 deletions
diff --git a/fonts-x11/ttf-prociono/BUILD b/fonts-x11/ttf-prociono/BUILD
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/fonts-x11/ttf-prociono/BUILD
@@ -0,0 +1 @@
+true
diff --git a/fonts-x11/ttf-prociono/DEPENDS b/fonts-x11/ttf-prociono/DEPENDS
new file mode 100755
index 0000000000..82388ec8e0
--- /dev/null
+++ b/fonts-x11/ttf-prociono/DEPENDS
@@ -0,0 +1 @@
+. "$SECTION_DIRECTORY"/X11_DEPENDS
diff --git a/fonts-x11/ttf-prociono/DETAILS b/fonts-x11/ttf-prociono/DETAILS
new file mode 100755
index 0000000000..6ab3d95ef6
--- /dev/null
+++ b/fonts-x11/ttf-prociono/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=ttf-prociono
+ VERSION=20110526
+ XREF=f9d9680de6d6f0c13939f23c9dd14cd7853cf844
+ SOURCE="$SPELL-$XREF.tar.gz"
+ SOURCE_URL[0]=https://github.com/theleagueof/prociono/archive/$XREF.tar.gz
+ SOURCE_HASH=sha512:662837f600aefce884c8ff4155bde95a889c8f10bafc1032171e8a812d7b16c6f9db856688b02ef5468a7664f175db0fce67899119cf3e08f045d04b066e6707
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/prociono-$XREF"
+ WEB_SITE="http://theleagueofmoveabletype.com/prociono"
+ LICENSE[0]=OFL
+ ENTERED=20210424
+ SHORT="A roman serif with blackletter elements"
+cat << EOF
+"Prociono" (pro-tsee-O-no) is an Esperanto word meaning either the star Procyon
+or the animal species known as the raccoon. It is a roman serif with blackletter
+elements.
+EOF
diff --git a/fonts-x11/ttf-prociono/HISTORY b/fonts-x11/ttf-prociono/HISTORY
new file mode 100644
index 0000000000..fed591e5d2
--- /dev/null
+++ b/fonts-x11/ttf-prociono/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-prociono/INSTALL b/fonts-x11/ttf-prociono/INSTALL
new file mode 100755
index 0000000000..e42f390e12
--- /dev/null
+++ b/fonts-x11/ttf-prociono/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" {} +