diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2018-06-17 08:18:50 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2018-06-17 08:18:50 +0000 |
commit | a977a0f4560d770d744886769a3a70aa2fdcce19 (patch) | |
tree | d1d11d878c18ff55a8b6f301b11ccb837eb9147c /x11-fonts/datalegreya | |
parent | eb00dfb6b4e4888758c08f70d94b127d67d68191 (diff) |
Notes
Diffstat (limited to 'x11-fonts/datalegreya')
-rw-r--r-- | x11-fonts/datalegreya/Makefile | 31 | ||||
-rw-r--r-- | x11-fonts/datalegreya/distinfo | 3 | ||||
-rw-r--r-- | x11-fonts/datalegreya/pkg-descr | 15 |
3 files changed, 49 insertions, 0 deletions
diff --git a/x11-fonts/datalegreya/Makefile b/x11-fonts/datalegreya/Makefile new file mode 100644 index 000000000000..340a66d309d3 --- /dev/null +++ b/x11-fonts/datalegreya/Makefile @@ -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> diff --git a/x11-fonts/datalegreya/distinfo b/x11-fonts/datalegreya/distinfo new file mode 100644 index 000000000000..e86890eab381 --- /dev/null +++ b/x11-fonts/datalegreya/distinfo @@ -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 diff --git a/x11-fonts/datalegreya/pkg-descr b/x11-fonts/datalegreya/pkg-descr new file mode 100644 index 000000000000..28a251b1fe12 --- /dev/null +++ b/x11-fonts/datalegreya/pkg-descr @@ -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 |