diff options
-rw-r--r-- | fonts/lato-ttf/DESCR | 11 | ||||
-rw-r--r-- | fonts/lato-ttf/Makefile | 26 | ||||
-rw-r--r-- | fonts/lato-ttf/PLIST | 19 | ||||
-rw-r--r-- | fonts/lato-ttf/distinfo | 6 |
4 files changed, 62 insertions, 0 deletions
diff --git a/fonts/lato-ttf/DESCR b/fonts/lato-ttf/DESCR new file mode 100644 index 00000000000..ef541cc2792 --- /dev/null +++ b/fonts/lato-ttf/DESCR @@ -0,0 +1,11 @@ +Lato is a sans-serif typeface family designed in the Summer 2010 by +Warsaw-based designer Lukasz Dziedzic ("Lato" means "Summer" in +Polish). In December 2010 the Lato family was published under the +open-source Open Font License by his foundry tyPoland, with support +from Google. + +In 2013-2014, the family was greatly extended to cover 3000+ glyphs +per style. The Lato 2.010 family now supports 100+ Latin-based +languages, 50+ Cyrillic-based languages as well as Greek and IPA +phonetics. In the process, the metrics and kerning of the family +have been revised and four additional weights were created. diff --git a/fonts/lato-ttf/Makefile b/fonts/lato-ttf/Makefile new file mode 100644 index 00000000000..4234da3bc98 --- /dev/null +++ b/fonts/lato-ttf/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1 2016/10/22 08:01:43 wiz Exp $ + +DISTNAME= Lato2OFL +PKGNAME= lato-ttf-2.015 +CATEGORIES= fonts +MASTER_SITES= http://www.latofonts.com/download/ +EXTRACT_SUFX= .zip + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.latofonts.com/lato-free-fonts/ +COMMENT= Free Sans Serif font Lato by Lukasz Dziedzic +LICENSE= ofl-v1.1 + +DIST_SUBDIR= ${PKGNAME_NOREV} + +WRKSRC= ${WRKDIR}/Lato2OFL +USE_LANGUAGES= # none +NO_BUILD= yes + +INSTALLATION_DIRS= share/fonts/X11/TTF +FONTS_DIRS.ttf= ${PREFIX}/share/fonts/X11/TTF + +do-install: + cd ${WRKSRC} && ${INSTALL_DATA} *.ttf ${DESTDIR}${PREFIX}/share/fonts/X11/TTF + +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/lato-ttf/PLIST b/fonts/lato-ttf/PLIST new file mode 100644 index 00000000000..8e641fcc973 --- /dev/null +++ b/fonts/lato-ttf/PLIST @@ -0,0 +1,19 @@ +@comment $NetBSD: PLIST,v 1.1 2016/10/22 08:01:43 wiz Exp $ +share/fonts/X11/TTF/Lato-Black.ttf +share/fonts/X11/TTF/Lato-BlackItalic.ttf +share/fonts/X11/TTF/Lato-Bold.ttf +share/fonts/X11/TTF/Lato-BoldItalic.ttf +share/fonts/X11/TTF/Lato-Hairline.ttf +share/fonts/X11/TTF/Lato-HairlineItalic.ttf +share/fonts/X11/TTF/Lato-Heavy.ttf +share/fonts/X11/TTF/Lato-HeavyItalic.ttf +share/fonts/X11/TTF/Lato-Italic.ttf +share/fonts/X11/TTF/Lato-Light.ttf +share/fonts/X11/TTF/Lato-LightItalic.ttf +share/fonts/X11/TTF/Lato-Medium.ttf +share/fonts/X11/TTF/Lato-MediumItalic.ttf +share/fonts/X11/TTF/Lato-Regular.ttf +share/fonts/X11/TTF/Lato-Semibold.ttf +share/fonts/X11/TTF/Lato-SemiboldItalic.ttf +share/fonts/X11/TTF/Lato-Thin.ttf +share/fonts/X11/TTF/Lato-ThinItalic.ttf diff --git a/fonts/lato-ttf/distinfo b/fonts/lato-ttf/distinfo new file mode 100644 index 00000000000..c6b7402e5ae --- /dev/null +++ b/fonts/lato-ttf/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/10/22 08:01:43 wiz Exp $ + +SHA1 (lato-ttf-2.015/Lato2OFL.zip) = 1b29ec9a8a1c151ff0f2e9f49d5544ddce217604 +RMD160 (lato-ttf-2.015/Lato2OFL.zip) = b56bb5c54cdb713f6716619fb41a16c9de339b7a +SHA512 (lato-ttf-2.015/Lato2OFL.zip) = 8f05973ef54e27119230f90480b0cb7ba154fa72fea3c8fffa73b9cb93020624e965220e0497220520bd9b0cade5dc67144d7a99895a8c1a6eb00445ae3ccfd7 +Size (lato-ttf-2.015/Lato2OFL.zip) = 6102132 bytes |