diff options
author | Steve Wills <swills@FreeBSD.org> | 2019-01-27 19:15:31 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2019-01-27 19:15:31 +0000 |
commit | f4843657c6fd7bc6bd8dfc1644fc7e81d8ae2fce (patch) | |
tree | 860f95949b99c47819c98b585ec268fa491c44f4 /x11-fonts | |
parent | e1bcc1a024e359a1aa592049eafbcd17e97f4fc9 (diff) |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/lato/Makefile | 26 | ||||
-rw-r--r-- | x11-fonts/lato/distinfo | 3 | ||||
-rw-r--r-- | x11-fonts/lato/pkg-descr | 6 | ||||
-rw-r--r-- | x11-fonts/lato/pkg-plist | 18 |
5 files changed, 54 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index 1c4041cc4d44..fa66d37a2f9c 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -123,6 +123,7 @@ SUBDIR += junicode SUBDIR += kaputa SUBDIR += khmeros + SUBDIR += lato SUBDIR += league-gothic SUBDIR += league-spartan SUBDIR += lfpfonts-fix diff --git a/x11-fonts/lato/Makefile b/x11-fonts/lato/Makefile new file mode 100644 index 000000000000..63df004bca67 --- /dev/null +++ b/x11-fonts/lato/Makefile @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= lato +PORTVERSION= g20180831 +CATEGORIES= x11-fonts +MASTER_SITES= http://www.latofonts.com/download/ +DISTNAME= Lato2OFL +DIST_SUBDIR= ${PORTNAME} + +MAINTAINER= flo@snakeoilproductions.net +COMMENT= Sans-serif type family + +LICENSE= OFL11 +LICENSE_FILE= ${WRKSRC}/Lato2OFL/OFL.txt + +USES= fonts zip + +NO_ARCH= yes +NO_BUILD= yes +NO_WRKSUBDIR= yes + +do-install: + ${MKDIR} ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/Lato2OFL/*.ttf ${STAGEDIR}${FONTSDIR} + +.include <bsd.port.mk> diff --git a/x11-fonts/lato/distinfo b/x11-fonts/lato/distinfo new file mode 100644 index 000000000000..0e2eaf338fef --- /dev/null +++ b/x11-fonts/lato/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1548616317 +SHA256 (lato/Lato2OFL.zip) = 42b54e96c07e299d967fc3227c7bd63a20d6cfb1dc8fd6dae83628091e20a5b8 +SIZE (lato/Lato2OFL.zip) = 6102132 diff --git a/x11-fonts/lato/pkg-descr b/x11-fonts/lato/pkg-descr new file mode 100644 index 000000000000..192c8d5c1997 --- /dev/null +++ b/x11-fonts/lato/pkg-descr @@ -0,0 +1,6 @@ +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. + +WWW: http://www.latofonts.com diff --git a/x11-fonts/lato/pkg-plist b/x11-fonts/lato/pkg-plist new file mode 100644 index 000000000000..c3661673bef6 --- /dev/null +++ b/x11-fonts/lato/pkg-plist @@ -0,0 +1,18 @@ +%%FONTSDIR%%/Lato-Black.ttf +%%FONTSDIR%%/Lato-BlackItalic.ttf +%%FONTSDIR%%/Lato-Bold.ttf +%%FONTSDIR%%/Lato-BoldItalic.ttf +%%FONTSDIR%%/Lato-Hairline.ttf +%%FONTSDIR%%/Lato-HairlineItalic.ttf +%%FONTSDIR%%/Lato-Heavy.ttf +%%FONTSDIR%%/Lato-HeavyItalic.ttf +%%FONTSDIR%%/Lato-Italic.ttf +%%FONTSDIR%%/Lato-Light.ttf +%%FONTSDIR%%/Lato-LightItalic.ttf +%%FONTSDIR%%/Lato-Medium.ttf +%%FONTSDIR%%/Lato-MediumItalic.ttf +%%FONTSDIR%%/Lato-Regular.ttf +%%FONTSDIR%%/Lato-Semibold.ttf +%%FONTSDIR%%/Lato-SemiboldItalic.ttf +%%FONTSDIR%%/Lato-Thin.ttf +%%FONTSDIR%%/Lato-ThinItalic.ttf |