diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-04-08 19:21:19 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-04-08 19:21:19 +0000 |
commit | dbeb471f8fdf2410a014e41f41a301a911e5a5d5 (patch) | |
tree | 80484fb52d91d65b730cc58fbfd285d8fbf153f5 | |
parent | ea9d52fcfa8eb087c356077a09fd795af8d00857 (diff) | |
download | ports-dbeb471f8fdf2410a014e41f41a301a911e5a5d5.tar.gz ports-dbeb471f8fdf2410a014e41f41a301a911e5a5d5.zip |
Add orbitron g20110525
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.
WWW: https://github.com/theleagueof/orbitron
- While I'm here, add WWW
PR: 237080
Submitted by: Florian Limberger <flo@snakeoilproductions.net>
Notes
Notes:
svn path=/head/; revision=498421
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/orbitron/Makefile | 26 | ||||
-rw-r--r-- | x11-fonts/orbitron/distinfo | 3 | ||||
-rw-r--r-- | x11-fonts/orbitron/pkg-descr | 5 | ||||
-rw-r--r-- | x11-fonts/orbitron/pkg-plist | 4 |
5 files changed, 39 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index ea918c9d79f4..c5c03bd9758e 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -167,6 +167,7 @@ SUBDIR += noto-sc SUBDIR += noto-tc SUBDIR += nucleus + SUBDIR += orbitron SUBDIR += ohsnap SUBDIR += oldschool-pc-fonts SUBDIR += p5-Font-AFM diff --git a/x11-fonts/orbitron/Makefile b/x11-fonts/orbitron/Makefile new file mode 100644 index 000000000000..8d99abf1707d --- /dev/null +++ b/x11-fonts/orbitron/Makefile @@ -0,0 +1,26 @@ +# Created by: Florian Limberger <flo@snakeoilproductions.net> +# $FreeBSD$ + +PORTNAME= orbitron +DISTVERSION= g20110525 +CATEGORIES= x11-fonts + +MAINTAINER= flo@snakeoilproductions.net +COMMENT= Geometric sans-serif typeface intended for display purposes + +LICENSE= OFL11 +LICENSE_FILE= ${WRKSRC}/Open\ Font\ License.markdown + +USES= fonts +USE_GITHUB= yes +GH_ACCOUNT= theleagueof +GH_TAGNAME= 13e6a5222aa6818d81c9acd27edd701a2d744152 + +NO_ARCH= yes +NO_BUILD= yes + +do-install: + ${MKDIR} ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/*.otf ${STAGEDIR}${FONTSDIR} + +.include <bsd.port.mk> diff --git a/x11-fonts/orbitron/distinfo b/x11-fonts/orbitron/distinfo new file mode 100644 index 000000000000..ddc232548700 --- /dev/null +++ b/x11-fonts/orbitron/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1554739704 +SHA256 (theleagueof-orbitron-g20110525-13e6a5222aa6818d81c9acd27edd701a2d744152_GH0.tar.gz) = aded1f80ff6a2500367336058a8e2ce03f508e325ffc38b815bea7c2b4e964df +SIZE (theleagueof-orbitron-g20110525-13e6a5222aa6818d81c9acd27edd701a2d744152_GH0.tar.gz) = 939319 diff --git a/x11-fonts/orbitron/pkg-descr b/x11-fonts/orbitron/pkg-descr new file mode 100644 index 000000000000..fa99845cc9d9 --- /dev/null +++ b/x11-fonts/orbitron/pkg-descr @@ -0,0 +1,5 @@ +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. + +WWW: https://github.com/theleagueof/orbitron diff --git a/x11-fonts/orbitron/pkg-plist b/x11-fonts/orbitron/pkg-plist new file mode 100644 index 000000000000..bc5cf81a44ef --- /dev/null +++ b/x11-fonts/orbitron/pkg-plist @@ -0,0 +1,4 @@ +%%FONTSDIR%%/Orbitron Black.otf +%%FONTSDIR%%/Orbitron Bold.otf +%%FONTSDIR%%/Orbitron Light.otf +%%FONTSDIR%%/Orbitron Medium.otf |