From 99b0b870bfde2fbc15167041e3e06424c1192379 Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Sun, 25 Apr 2021 14:29:02 +0200 Subject: ttf-prociono: new spell, A roman serif with blackletter elements --- fonts-x11/ttf-prociono/BUILD | 1 + fonts-x11/ttf-prociono/DEPENDS | 1 + fonts-x11/ttf-prociono/DETAILS | 16 ++++++++++++++++ fonts-x11/ttf-prociono/HISTORY | 2 ++ fonts-x11/ttf-prociono/INSTALL | 3 +++ 5 files changed, 23 insertions(+) create mode 100755 fonts-x11/ttf-prociono/BUILD create mode 100755 fonts-x11/ttf-prociono/DEPENDS create mode 100755 fonts-x11/ttf-prociono/DETAILS create mode 100644 fonts-x11/ttf-prociono/HISTORY create mode 100755 fonts-x11/ttf-prociono/INSTALL (limited to 'fonts-x11') 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 + * 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" {} + -- cgit v1.2.3