diff options
author | tobik <tobik@FreeBSD.org> | 2018-11-06 05:22:54 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2018-11-06 05:22:54 +0800 |
commit | c600d28d5de59c6b502b2ef8bf91355ec0dbbe5f (patch) | |
tree | 7c6f6cdbcef925f05072cd37d6f07d8e55f34d30 /x11-fonts | |
parent | 695941416ffd8f3e2cc375e65e4276c4db5c6d8b (diff) | |
download | freebsd-ports-gnome-c600d28d5de59c6b502b2ef8bf91355ec0dbbe5f.tar.gz freebsd-ports-gnome-c600d28d5de59c6b502b2ef8bf91355ec0dbbe5f.tar.zst freebsd-ports-gnome-c600d28d5de59c6b502b2ef8bf91355ec0dbbe5f.zip |
New port: x11-fonts/raleway
Raleway is an elegant sans-serif typeface, designed in a single
thin weight. It is a display face that features both old style and
lining numerals, standard and discretionary ligatures, a pretty
complete set of diacritics, as well as a stylistic alternate inspired
by more geometric sans-serif typefaces than it's neo-grotesque
inspired default character set.
WWW: https://www.theleagueofmoveabletype.com/raleway
PR: 231307
Submitted by: Florian Limberger <flo@snakeoilproductions.net>
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/raleway/Makefile | 28 | ||||
-rw-r--r-- | x11-fonts/raleway/distinfo | 3 | ||||
-rw-r--r-- | x11-fonts/raleway/pkg-descr | 8 |
4 files changed, 40 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index 2ddfc8414dca..78d87238afac 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -172,6 +172,7 @@ SUBDIR += psftools SUBDIR += py-QtAwesome SUBDIR += py-bdflib + SUBDIR += raleway SUBDIR += roboto-fonts-ttf SUBDIR += sgifonts SUBDIR += sharefonts diff --git a/x11-fonts/raleway/Makefile b/x11-fonts/raleway/Makefile new file mode 100644 index 000000000000..e830a2e89c54 --- /dev/null +++ b/x11-fonts/raleway/Makefile @@ -0,0 +1,28 @@ +# Created by: Florian Limberger <flo@snakeoilproductions.net> +# $FreeBSD$ + +PORTNAME= raleway +DISTVERSION= g20140205 +CATEGORIES= x11-fonts + +MAINTAINER= flo@snakeoilproductions.net +COMMENT= Elegant sans-serif font, designed in a single thin weight + +LICENSE= OFL11 +LICENSE_FILE= ${WRKSRC}/Open\ Font\ License.markdown + +USES= fonts +USE_GITHUB= yes +GH_ACCOUNT= theleagueof +GH_TAGNAME= 15dd22b + +NO_ARCH= yes +NO_BUILD= yes + +PLIST_FILES= ${FONTSDIR}/"Raleway Thin.otf" + +do-install: + ${MKDIR} ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/"Raleway Thin.otf" ${STAGEDIR}${FONTSDIR} + +.include <bsd.port.mk> diff --git a/x11-fonts/raleway/distinfo b/x11-fonts/raleway/distinfo new file mode 100644 index 000000000000..d919d1f9b80d --- /dev/null +++ b/x11-fonts/raleway/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1535659856 +SHA256 (theleagueof-raleway-g20140205-15dd22b_GH0.tar.gz) = 3be4c6bfeb74a3832bebbd20f641bc3325365ca85958b4577f4fa7fd7f5b479d +SIZE (theleagueof-raleway-g20140205-15dd22b_GH0.tar.gz) = 1204619 diff --git a/x11-fonts/raleway/pkg-descr b/x11-fonts/raleway/pkg-descr new file mode 100644 index 000000000000..aa2d5d883694 --- /dev/null +++ b/x11-fonts/raleway/pkg-descr @@ -0,0 +1,8 @@ +Raleway is an elegant sans-serif typeface, designed in a single +thin weight. It is a display face that features both old style and +lining numerals, standard and discretionary ligatures, a pretty +complete set of diacritics, as well as a stylistic alternate inspired +by more geometric sans-serif typefaces than it's neo-grotesque +inspired default character set. + +WWW: https://www.theleagueofmoveabletype.com/raleway |