mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
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>
This commit is contained in:
parent
3f6469882d
commit
0eb42ee820
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484223
@ -172,6 +172,7 @@
|
||||
SUBDIR += psftools
|
||||
SUBDIR += py-QtAwesome
|
||||
SUBDIR += py-bdflib
|
||||
SUBDIR += raleway
|
||||
SUBDIR += roboto-fonts-ttf
|
||||
SUBDIR += sgifonts
|
||||
SUBDIR += sharefonts
|
||||
|
28
x11-fonts/raleway/Makefile
Normal file
28
x11-fonts/raleway/Makefile
Normal file
@ -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>
|
3
x11-fonts/raleway/distinfo
Normal file
3
x11-fonts/raleway/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1535659856
|
||||
SHA256 (theleagueof-raleway-g20140205-15dd22b_GH0.tar.gz) = 3be4c6bfeb74a3832bebbd20f641bc3325365ca85958b4577f4fa7fd7f5b479d
|
||||
SIZE (theleagueof-raleway-g20140205-15dd22b_GH0.tar.gz) = 1204619
|
8
x11-fonts/raleway/pkg-descr
Normal file
8
x11-fonts/raleway/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user