View | Details | Raw Unified | Return to bug 231030 | Differences between
and this patch

Collapse All | Expand All

(-)x11-fonts/raleway/Makefile (+28 lines)
Line 0 Link Here
1
# Created by: Florian Limberger <flo@snakeoilproductions.net>
2
# $FreeBSD$
3
4
PORTNAME=	raleway
5
DISTVERSION=	g20140205
6
CATEGORIES=	x11-fonts
7
8
MAINTAINER=	flo@snakeoilproductions.net
9
COMMENT=	Elegant sans-serif font, designed in a single thin weight
10
11
LICENSE=	OFL11
12
LICENSE_FILE=	${WRKSRC}/Open\ Font\ License.markdown
13
14
USES=		fonts
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	theleagueof
17
GH_TAGNAME=	15dd22b
18
19
NO_ARCH=	yes
20
NO_BUILD=	yes
21
22
PLIST_FILES=	${FONTSDIR}/"Raleway Thin.otf"
23
24
do-install:
25
	${MKDIR} ${STAGEDIR}${FONTSDIR}
26
	${INSTALL_DATA} ${WRKSRC}/"Raleway Thin.otf" ${STAGEDIR}${FONTSDIR}
27
28
.include <bsd.port.mk>
(-)x11-fonts/raleway/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1535659856
2
SHA256 (theleagueof-raleway-g20140205-15dd22b_GH0.tar.gz) = 3be4c6bfeb74a3832bebbd20f641bc3325365ca85958b4577f4fa7fd7f5b479d
3
SIZE (theleagueof-raleway-g20140205-15dd22b_GH0.tar.gz) = 1204619
(-)x11-fonts/raleway/pkg-descr (+7 lines)
Line 0 Link Here
1
Raleway is an elegant sans-serif typeface, designed in a single thin weight. It
2
is a display face that features both old style and lining numerals, standard and
3
discretionary ligatures, a pretty complete set of diacritics, as well as a
4
stylistic alternate inspired by more geometric sans-serif typefaces than it's
5
neo-grotesque inspired default character set.
6
7
WWW: https://www.theleagueofmoveabletype.com/raleway

Return to bug 231030