Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jun 2018 08:18:50 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472595 - in head/x11-fonts: . datalegreya
Message-ID:  <201806170818.w5H8IoEV042267@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Sun Jun 17 08:18:50 2018
New Revision: 472595
URL: https://svnweb.freebsd.org/changeset/ports/472595

Log:
  Add datalegreya, a typeface which can interweave data curves with text.
  
  Datalegreya can be used in all contexts where small space is available to
  synthetically display graphical data: connected objects, embedded displays,
  annual reports, weather report, stock prices, etc.

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

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Sun Jun 17 06:41:34 2018	(r472594)
+++ head/x11-fonts/Makefile	Sun Jun 17 08:18:50 2018	(r472595)
@@ -32,6 +32,7 @@
     SUBDIR += crosextrafonts-carlito-ttf
     SUBDIR += cyberbit-ttfonts
     SUBDIR += cyr-rfx
+    SUBDIR += datalegreya
     SUBDIR += dejavu
     SUBDIR += dina
     SUBDIR += doulos

Added: head/x11-fonts/datalegreya/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/datalegreya/Makefile	Sun Jun 17 08:18:50 2018	(r472595)
@@ -0,0 +1,31 @@
+# Created by: Thierry Thomas <thierry@pompo.net>
+# $FreeBSD$
+
+PORTNAME=	datalegreya
+PORTVERSION=	0.2017.03.29
+CATEGORIES=	x11-fonts math textproc
+
+MAINTAINER=	thierry@FreeBSD.org
+COMMENT=	Typeface that melts text and data visualisation
+
+LICENSE=	OFL11
+LICENSE_FILE=	${WRKSRC}/SIL\ Open\ Font\ License.txt
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	figs-lab
+GH_TAGNAME=	bb0872f
+
+USES=		fonts
+USE_XORG=	x11
+NO_ARCH=	yes
+NO_BUILD=	yes
+
+PLIST_FILES=	%%FONTSDIR%%/Datalegreya-Dot.otf	\
+		%%FONTSDIR%%/Datalegreya-Gradient.otf	\
+		%%FONTSDIR%%/Datalegreya-Thin.otf
+
+do-install:
+	${MKDIR} ${STAGEDIR}${FONTSDIR}
+	cd ${WRKSRC}/font-files && ${INSTALL_DATA} *.otf ${STAGEDIR}${FONTSDIR}
+
+.include <bsd.port.mk>

Added: head/x11-fonts/datalegreya/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/datalegreya/distinfo	Sun Jun 17 08:18:50 2018	(r472595)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1529167984
+SHA256 (figs-lab-datalegreya-0.2017.03.29-bb0872f_GH0.tar.gz) = 38013ad9258da18994af2ae591d1be103a8e033f62e015e2c8dd28115c0e0f05
+SIZE (figs-lab-datalegreya-0.2017.03.29-bb0872f_GH0.tar.gz) = 2063747

Added: head/x11-fonts/datalegreya/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/datalegreya/pkg-descr	Sun Jun 17 08:18:50 2018	(r472595)
@@ -0,0 +1,15 @@
+Datalegreya is a typeface which can interweave data curves with text. It is
+designed by Figs, on the basis of open source font Alegreya Sans SC Thin by type
+designer Juan Pablo Del Peral.
+
+Datalegreya can be used in all contexts where small space is available to
+synthetically display graphical data: connected objects, embedded displays,
+annual reports, weather report, stock prices, etc. It doesn't need any
+specialized software: users just have to install it in the operating system and
+launch any software able to display OpenType fonts. Standards compliance makes
+it equally available on the web or software embedded.
+
+A tool that helps to create datatypography is available at
+<http://www.figs-lab.com/datalegreya/convert.html>.
+
+WWW: http://figs-lab.com/en/datalegreya



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