From owner-svn-ports-all@FreeBSD.ORG Wed Jan 1 16:50:05 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DDC373BC; Wed, 1 Jan 2014 16:50:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CA003134F; Wed, 1 Jan 2014 16:50:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s01Go4CH034723; Wed, 1 Jan 2014 16:50:04 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s01Go3gt034714; Wed, 1 Jan 2014 16:50:03 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201401011650.s01Go3gt034714@svn.freebsd.org> From: Raphael Kubo da Costa Date: Wed, 1 Jan 2014 16:50:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338382 - in head/x11-fonts: . clearsans X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jan 2014 16:50:05 -0000 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 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