diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2016-08-26 20:41:29 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2016-08-26 20:41:29 +0000 |
commit | e84cd39118aeded87e6b06687d99e5f9568cfd0a (patch) | |
tree | 7e007d93a3260a805a52e171fe8bc39de904444e /x11-fonts | |
parent | f106023e89824aad322225908f15ed52b3f873ef (diff) | |
download | ports-e84cd39118aeded87e6b06687d99e5f9568cfd0a.tar.gz ports-e84cd39118aeded87e6b06687d99e5f9568cfd0a.zip |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/exo/Makefile | 25 | ||||
-rw-r--r-- | x11-fonts/exo/distinfo | 3 | ||||
-rw-r--r-- | x11-fonts/exo/pkg-descr | 7 | ||||
-rw-r--r-- | x11-fonts/exo/pkg-plist | 18 |
5 files changed, 54 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index f6cfa094e951..b4693fe05114 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -38,6 +38,7 @@ SUBDIR += droid-fonts-ttf SUBDIR += ecofont SUBDIR += encodings + SUBDIR += exo SUBDIR += fantasque-sans-mono SUBDIR += farsifonts SUBDIR += fifteen diff --git a/x11-fonts/exo/Makefile b/x11-fonts/exo/Makefile new file mode 100644 index 000000000000..51dbb3c9b91d --- /dev/null +++ b/x11-fonts/exo/Makefile @@ -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> diff --git a/x11-fonts/exo/distinfo b/x11-fonts/exo/distinfo new file mode 100644 index 000000000000..cebe890ebe20 --- /dev/null +++ b/x11-fonts/exo/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1471610042 +SHA256 (EXO_2_OTF.zip) = af21ab3a7df57544625ebaaa6a66a9cae7666ce6c994030106a1f7e1e3a67ade +SIZE (EXO_2_OTF.zip) = 744521 diff --git a/x11-fonts/exo/pkg-descr b/x11-fonts/exo/pkg-descr new file mode 100644 index 000000000000..0d3753b4ed90 --- /dev/null +++ b/x11-fonts/exo/pkg-descr @@ -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/ diff --git a/x11-fonts/exo/pkg-plist b/x11-fonts/exo/pkg-plist new file mode 100644 index 000000000000..86391916f552 --- /dev/null +++ b/x11-fonts/exo/pkg-plist @@ -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 |