svn commit: r484223 - in head/x11-fonts: . raleway

Tobias Kortkamp tobik at FreeBSD.org
Mon Nov 5 21:22:56 UTC 2018


Author: tobik
Date: Mon Nov  5 21:22:54 2018
New Revision: 484223
URL: https://svnweb.freebsd.org/changeset/ports/484223

Log:
  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 at snakeoilproductions.net>

Added:
  head/x11-fonts/raleway/
  head/x11-fonts/raleway/Makefile   (contents, props changed)
  head/x11-fonts/raleway/distinfo   (contents, props changed)
  head/x11-fonts/raleway/pkg-descr   (contents, props changed)
Modified:
  head/x11-fonts/Makefile

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Mon Nov  5 21:09:41 2018	(r484222)
+++ head/x11-fonts/Makefile	Mon Nov  5 21:22:54 2018	(r484223)
@@ -172,6 +172,7 @@
     SUBDIR += psftools
     SUBDIR += py-QtAwesome
     SUBDIR += py-bdflib
+    SUBDIR += raleway
     SUBDIR += roboto-fonts-ttf
     SUBDIR += sgifonts
     SUBDIR += sharefonts

Added: head/x11-fonts/raleway/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/raleway/Makefile	Mon Nov  5 21:22:54 2018	(r484223)
@@ -0,0 +1,28 @@
+# Created by: Florian Limberger <flo at snakeoilproductions.net>
+# $FreeBSD$
+
+PORTNAME=	raleway
+DISTVERSION=	g20140205
+CATEGORIES=	x11-fonts
+
+MAINTAINER=	flo at 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>

Added: head/x11-fonts/raleway/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/raleway/distinfo	Mon Nov  5 21:22:54 2018	(r484223)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1535659856
+SHA256 (theleagueof-raleway-g20140205-15dd22b_GH0.tar.gz) = 3be4c6bfeb74a3832bebbd20f641bc3325365ca85958b4577f4fa7fd7f5b479d
+SIZE (theleagueof-raleway-g20140205-15dd22b_GH0.tar.gz) = 1204619

Added: head/x11-fonts/raleway/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/raleway/pkg-descr	Mon Nov  5 21:22:54 2018	(r484223)
@@ -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


More information about the svn-ports-all mailing list