From 224186cb22e1f357355f454f7a15dee62288f4c9 Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Sun, 25 Apr 2021 14:29:00 +0200 Subject: ttf-orbitron: new spell, A geometric sans-serif from the future --- fonts-x11/ttf-orbitron/BUILD | 1 + fonts-x11/ttf-orbitron/DEPENDS | 1 + fonts-x11/ttf-orbitron/DETAILS | 25 +++++++++++++++++++++++++ fonts-x11/ttf-orbitron/HISTORY | 2 ++ fonts-x11/ttf-orbitron/INSTALL | 3 +++ 5 files changed, 32 insertions(+) create mode 100755 fonts-x11/ttf-orbitron/BUILD create mode 100755 fonts-x11/ttf-orbitron/DEPENDS create mode 100755 fonts-x11/ttf-orbitron/DETAILS create mode 100644 fonts-x11/ttf-orbitron/HISTORY create mode 100755 fonts-x11/ttf-orbitron/INSTALL (limited to 'fonts-x11') diff --git a/fonts-x11/ttf-orbitron/BUILD b/fonts-x11/ttf-orbitron/BUILD new file mode 100755 index 0000000000..27ba77ddaf --- /dev/null +++ b/fonts-x11/ttf-orbitron/BUILD @@ -0,0 +1 @@ +true diff --git a/fonts-x11/ttf-orbitron/DEPENDS b/fonts-x11/ttf-orbitron/DEPENDS new file mode 100755 index 0000000000..82388ec8e0 --- /dev/null +++ b/fonts-x11/ttf-orbitron/DEPENDS @@ -0,0 +1 @@ +. "$SECTION_DIRECTORY"/X11_DEPENDS diff --git a/fonts-x11/ttf-orbitron/DETAILS b/fonts-x11/ttf-orbitron/DETAILS new file mode 100755 index 0000000000..2ec3c0e7c3 --- /dev/null +++ b/fonts-x11/ttf-orbitron/DETAILS @@ -0,0 +1,25 @@ + SPELL=ttf-orbitron + VERSION=20110526 + XREF=13e6a5222aa6818d81c9acd27edd701a2d744152 + SOURCE="$SPELL-$XREF.tar.gz" + SOURCE_URL[0]=https://github.com/theleagueof/orbitron/archive/$XREF.tar.gz + SOURCE_HASH=sha512:1247f1dd9549f9c8e9b23dec14dbfc38778dd7f860f61e0df1f8f6253a1f8b3506250df2dce98acfb301180bdc1c493fc81e732c848aa0a221e1f408a796cb5c +SOURCE_DIRECTORY="$BUILD_DIRECTORY/orbitron-$XREF" + WEB_SITE="http://theleagueofmoveabletype.com/orbitron" + LICENSE[0]=OFL + ENTERED=20210424 + SHORT="A geometric sans-serif from the future" +cat << EOF +Orbitron is a geometric sans-serif typeface intended for display purposes. It +features four weights (light, medium, bold, and black), a stylistic alternative, +small caps, and a ton of alternate glyphs. + +Orbitron was designed so that graphic designers in the future will have some +alternative to typefaces like Eurostile or Bank Gothic. If you’ve ever seen a +futuristic sci-fi movie, you have may noticed that all other fonts have been +lost or destroyed in the apocalypse that led humans to flee earth. Only those +very few geometric typefaces have survived to be used on spaceship exteriors, +space station signage, monopolistic corporate branding, uniforms featuring +aerodynamic shoulder pads, etc. Of course Orbitron could also be used on the +posters for the movies portraying this inevitable future. +EOF diff --git a/fonts-x11/ttf-orbitron/HISTORY b/fonts-x11/ttf-orbitron/HISTORY new file mode 100644 index 0000000000..fed591e5d2 --- /dev/null +++ b/fonts-x11/ttf-orbitron/HISTORY @@ -0,0 +1,2 @@ +2021-04-25 Ismael Luceno + * BUILD, DEPENDS, DETAILS, INSTALL: spell created diff --git a/fonts-x11/ttf-orbitron/INSTALL b/fonts-x11/ttf-orbitron/INSTALL new file mode 100755 index 0000000000..e42f390e12 --- /dev/null +++ b/fonts-x11/ttf-orbitron/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