Date: Wed, 1 Jan 2014 16:50:03 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338382 - in head/x11-fonts: . clearsans Message-ID: <201401011650.s01Go3gt034714@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Wed Jan 1 16:50:03 2014 New Revision: 338382 URL: http://svnweb.freebsd.org/changeset/ports/338382 Log: Add x11-fonts/clearsans. Clear Sans is a versatile OpenType font for screen, print, and Web. It was designed with on-screen legibility and glanceability in mind. It strikes a balance between contemporary, professional, and stylish expression and thoroughly functional purpose. It has a sophisticated and elegant personality at all sizes, and its thoughtful design becomes even more evident at the thin weight. WWW: https://01.org/clear-sans Added: head/x11-fonts/clearsans/ head/x11-fonts/clearsans/Makefile (contents, props changed) head/x11-fonts/clearsans/distinfo (contents, props changed) head/x11-fonts/clearsans/pkg-descr (contents, props changed) head/x11-fonts/clearsans/pkg-plist (contents, props changed) Modified: head/x11-fonts/Makefile Modified: head/x11-fonts/Makefile ============================================================================== --- head/x11-fonts/Makefile Wed Jan 1 16:49:02 2014 (r338381) +++ head/x11-fonts/Makefile Wed Jan 1 16:50:03 2014 (r338382) @@ -18,6 +18,7 @@ SUBDIR += cantarell-fonts SUBDIR += charis SUBDIR += charis-compact + SUBDIR += clearsans SUBDIR += code2000 SUBDIR += code2001 SUBDIR += comfortaa-ttf Added: head/x11-fonts/clearsans/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/clearsans/Makefile Wed Jan 1 16:50:03 2014 (r338382) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= clearsans +PORTVERSION= 1.00 +CATEGORIES= x11-fonts +MASTER_SITES= https://01.org/sites/default/files/downloads/ + +MAINTAINER= rakuco@FreeBSD.org +COMMENT= Versatile OpenType font for screen, print, and Web + +LICENSE= APACHE20 + +NO_BUILD= yes +NO_WRKSUBDIR= yes +USE_ZIP= yes + +FONTDIR= ${STAGEDIR}${PREFIX}/lib/X11/fonts/${PORTNAME} + +do-install: + ${MKDIR} ${FONTDIR} + cd ${WRKSRC}/TTF && \ + ${INSTALL_DATA} *.ttf ${FONTDIR} + +.include <bsd.port.mk> Added: head/x11-fonts/clearsans/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/clearsans/distinfo Wed Jan 1 16:50:03 2014 (r338382) @@ -0,0 +1,2 @@ +SHA256 (clearsans-1.00.zip) = 41809a296870dd7b4753d6532b4093821d61f9806281e6c053ccb11083ad1190 +SIZE (clearsans-1.00.zip) = 3972903 Added: head/x11-fonts/clearsans/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/clearsans/pkg-descr Wed Jan 1 16:50:03 2014 (r338382) @@ -0,0 +1,9 @@ +Clear Sans is a versatile OpenType font for screen, print, and Web. + +It was designed with on-screen legibility and glanceability in mind. It strikes +a balance between contemporary, professional, and stylish expression and +thoroughly functional purpose. It has a sophisticated and elegant personality +at all sizes, and its thoughtful design becomes even more evident at the thin +weight. + +WWW: https://01.org/clear-sans Added: head/x11-fonts/clearsans/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/clearsans/pkg-plist Wed Jan 1 16:50:03 2014 (r338382) @@ -0,0 +1,9 @@ +lib/X11/fonts/clearsans/ClearSans-Bold.ttf +lib/X11/fonts/clearsans/ClearSans-BoldItalic.ttf +lib/X11/fonts/clearsans/ClearSans-Italic.ttf +lib/X11/fonts/clearsans/ClearSans-Light.ttf +lib/X11/fonts/clearsans/ClearSans-Medium.ttf +lib/X11/fonts/clearsans/ClearSans-MediumItalic.ttf +lib/X11/fonts/clearsans/ClearSans-Regular.ttf +lib/X11/fonts/clearsans/ClearSans-Thin.ttf +@dirrm lib/X11/fonts/clearsans
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401011650.s01Go3gt034714>