Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Dec 2019 16:28:05 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r519091 - in head/x11-fonts: . blackout
Message-ID:  <201912051628.xB5GS5vd086466@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Thu Dec  5 16:28:04 2019
New Revision: 519091
URL: https://svnweb.freebsd.org/changeset/ports/519091

Log:
  New port: x11-fonts/blackout
  
  Blackout is a stencil sans-serif font. Its author describes it in the
  following words: "Eats holes for breakfast lunch and dinner. Inspired by
  filling in sans-serif newspaper headlines. Continually updated with coffee
  and music. Makes your work louder than the next person's."
  
  The font comes in three styles: Midnight (solid), 2AM (reversed), & Sunrise
  (stroked).
  
  WWW: https://www.theleagueofmoveabletype.com/blackout
  
  PS: This is the font featured in the official 36C3 style guide.

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

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Thu Dec  5 16:19:36 2019	(r519090)
+++ head/x11-fonts/Makefile	Thu Dec  5 16:28:04 2019	(r519091)
@@ -22,6 +22,7 @@
     SUBDIR += bdftopcf
     SUBDIR += bitstream-vera
     SUBDIR += bitter
+    SUBDIR += blackout
     SUBDIR += c64bdf
     SUBDIR += cantarell-fonts
     SUBDIR += cascadia-code

Added: head/x11-fonts/blackout/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/blackout/Makefile	Thu Dec  5 16:28:04 2019	(r519091)
@@ -0,0 +1,27 @@
+# $FreeBSD$
+
+PORTNAME=	blackout
+DISTVERSION=	g20140730
+CATEGORIES=	x11-fonts
+
+MAINTAINER=	0mp@FreeBSD.org
+COMMENT=	Stencil font inspired by filling in sans-serif newspaper headlines
+
+LICENSE=	OFL11
+LICENSE_FILE=	"${WRKSRC}/Open Font License.markdown"
+
+USES=		fonts
+FONTNAME=	Blackout
+USE_GITHUB=	yes
+GH_ACCOUNT=	theleagueof
+GH_TAGNAME=	4864cfc
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+
+do-install:
+	@${MKDIR} ${STAGEDIR}${FONTSDIR}
+	${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}
+	(cd ${WRKSRC}/webfonts && ${COPYTREE_SHARE} . ${STAGEDIR}${FONTSDIR})
+
+.include <bsd.port.mk>

Added: head/x11-fonts/blackout/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/blackout/distinfo	Thu Dec  5 16:28:04 2019	(r519091)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1575561287
+SHA256 (theleagueof-blackout-g20140730-4864cfc_GH0.tar.gz) = a5256b7cffce04f681a2b9eaccb0a572e4584a775ca38a895e9442d0a03c5b1e
+SIZE (theleagueof-blackout-g20140730-4864cfc_GH0.tar.gz) = 685738

Added: head/x11-fonts/blackout/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/blackout/pkg-descr	Thu Dec  5 16:28:04 2019	(r519091)
@@ -0,0 +1,9 @@
+Blackout is a stencil sans-serif font. Its author describes it in the following
+words: "Eats holes for breakfast lunch and dinner. Inspired by filling in
+sans-serif newspaper headlines. Continually updated with coffee and music.
+Makes your work louder than the next person's."
+
+The font comes in three styles: Midnight (solid), 2AM (reversed), & Sunrise
+(stroked).
+
+WWW: https://www.theleagueofmoveabletype.com/blackout

Added: head/x11-fonts/blackout/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/blackout/pkg-plist	Thu Dec  5 16:28:04 2019	(r519091)
@@ -0,0 +1,16 @@
+%%FONTSDIR%%/Blackout 2 AM.ttf
+%%FONTSDIR%%/Blackout Midnight.ttf
+%%FONTSDIR%%/Blackout Sunrise.ttf
+%%FONTSDIR%%/Blackout Two AM.ttf
+%%FONTSDIR%%/blackout_midnight-webfont.eot
+%%FONTSDIR%%/blackout_midnight-webfont.svg
+%%FONTSDIR%%/blackout_midnight-webfont.ttf
+%%FONTSDIR%%/blackout_midnight-webfont.woff
+%%FONTSDIR%%/blackout_sunrise-webfont.eot
+%%FONTSDIR%%/blackout_sunrise-webfont.svg
+%%FONTSDIR%%/blackout_sunrise-webfont.ttf
+%%FONTSDIR%%/blackout_sunrise-webfont.woff
+%%FONTSDIR%%/blackout_two_am-webfont.eot
+%%FONTSDIR%%/blackout_two_am-webfont.svg
+%%FONTSDIR%%/blackout_two_am-webfont.ttf
+%%FONTSDIR%%/blackout_two_am-webfont.woff



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912051628.xB5GS5vd086466>