diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-11-05 21:22:54 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-11-05 21:22:54 +0000 |
commit | 0eb42ee82059e2ddddb0af73fbd29fead32adf06 (patch) | |
tree | 7c6f6cdbcef925f05072cd37d6f07d8e55f34d30 /x11-fonts | |
parent | 3f6469882d1479fde4c241d81921cbebcfe73492 (diff) | |
download | ports-0eb42ee82059e2ddddb0af73fbd29fead32adf06.tar.gz ports-0eb42ee82059e2ddddb0af73fbd29fead32adf06.zip |
Notes
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 |