Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Aug 2016 20:41:29 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420949 - in head/x11-fonts: . exo
Message-ID:  <201608262041.u7QKfTSH086444@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Fri Aug 26 20:41:29 2016
New Revision: 420949
URL: https://svnweb.freebsd.org/changeset/ports/420949

Log:
  Exo 2 is a complete redrawing of Exo, a contemporary geometric sans serif
  typeface that tries to convey a technological/futuristic feeling while keeping
  an elegant design. Exo is a very versatile font, so it has 9 weights
  (the maximum on the web) and each with a true italic version. Exo 2 has a more
  organic look that will perform much better at small text sizes and in long texts.
  
  WWW: http://ndiscovered.com/exo-2/
  
  PR:		211996
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>

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

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Fri Aug 26 20:30:18 2016	(r420948)
+++ head/x11-fonts/Makefile	Fri Aug 26 20:41:29 2016	(r420949)
@@ -38,6 +38,7 @@
     SUBDIR += droid-fonts-ttf
     SUBDIR += ecofont
     SUBDIR += encodings
+    SUBDIR += exo
     SUBDIR += fantasque-sans-mono
     SUBDIR += farsifonts
     SUBDIR += fifteen

Added: head/x11-fonts/exo/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/exo/Makefile	Fri Aug 26 20:41:29 2016	(r420949)
@@ -0,0 +1,25 @@
+# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
+# $FreeBSD$
+
+PORTNAME=	exo
+PORTVERSION=	2.0
+CATEGORIES=	x11-fonts
+MASTER_SITES=	http://www.ndiscovered.com/downloads/exo2/
+DISTNAME=	EXO_2_OTF
+
+MAINTAINER=	pkubaj@anongoth.pl
+COMMENT=	Geometric sans serif font with a technological feel
+
+LICENSE=	OFL11
+
+USES=		fonts zip
+
+NO_BUILD=	yes
+NO_ARCH=	yes
+WRKSRC=		${WRKDIR}
+
+do-install:
+	@${MKDIR} ${STAGEDIR}${FONTSDIR}
+	(cd ${WRKSRC} ; ${INSTALL_DATA} *.otf ${STAGEDIR}${FONTSDIR})
+
+.include <bsd.port.mk>

Added: head/x11-fonts/exo/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/exo/distinfo	Fri Aug 26 20:41:29 2016	(r420949)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1471610042
+SHA256 (EXO_2_OTF.zip) = af21ab3a7df57544625ebaaa6a66a9cae7666ce6c994030106a1f7e1e3a67ade
+SIZE (EXO_2_OTF.zip) = 744521

Added: head/x11-fonts/exo/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/exo/pkg-descr	Fri Aug 26 20:41:29 2016	(r420949)
@@ -0,0 +1,7 @@
+Exo 2 is a complete redrawing of Exo, a contemporary geometric sans serif
+typeface that tries to convey a technological/futuristic feeling while keeping
+an elegant design. Exo is a very versatile font, so it has 9 weights
+(the maximum on the web) and each with a true italic version. Exo 2 has a more
+organic look that will perform much better at small text sizes and in long texts.
+
+WWW: http://ndiscovered.com/exo-2/

Added: head/x11-fonts/exo/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/exo/pkg-plist	Fri Aug 26 20:41:29 2016	(r420949)
@@ -0,0 +1,18 @@
+%%FONTSDIR%%/Exo2-Black.otf
+%%FONTSDIR%%/Exo2-BlackItalic.otf
+%%FONTSDIR%%/Exo2-Bold.otf
+%%FONTSDIR%%/Exo2-BoldItalic.otf
+%%FONTSDIR%%/Exo2-ExtraBold.otf
+%%FONTSDIR%%/Exo2-ExtraBoldItalic.otf
+%%FONTSDIR%%/Exo2-ExtraLight.otf
+%%FONTSDIR%%/Exo2-ExtraLightItalic.otf
+%%FONTSDIR%%/Exo2-Italic.otf
+%%FONTSDIR%%/Exo2-Light.otf
+%%FONTSDIR%%/Exo2-LightItalic.otf
+%%FONTSDIR%%/Exo2-Medium.otf
+%%FONTSDIR%%/Exo2-MediumItalic.otf
+%%FONTSDIR%%/Exo2-Regular.otf
+%%FONTSDIR%%/Exo2-SemiBold.otf
+%%FONTSDIR%%/Exo2-SemiBoldItalic.otf
+%%FONTSDIR%%/Exo2-Thin.otf
+%%FONTSDIR%%/Exo2-ThinItalic.otf



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