From owner-svn-ports-all@FreeBSD.ORG Tue Dec 24 16:34:48 2013 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 66D04F9; Tue, 24 Dec 2013 16:34:48 +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 522921F56; Tue, 24 Dec 2013 16:34:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBOGYmUV074716; Tue, 24 Dec 2013 16:34:48 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBOGYlLX074711; Tue, 24 Dec 2013 16:34:47 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201312241634.rBOGYlLX074711@svn.freebsd.org> From: Raphael Kubo da Costa Date: Tue, 24 Dec 2013 16:34:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337372 - in head/x11-fonts: . vollkorn-ttf 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: Tue, 24 Dec 2013 16:34:48 -0000 Author: rakuco Date: Tue Dec 24 16:34:46 2013 New Revision: 337372 URL: http://svnweb.freebsd.org/changeset/ports/337372 Log: Add x11-fonts/vollkorn-ttf. It intends to be a quiet, modest and well working text face for bread and butter use. Unlike its examples in the book faces from the renaissance until today, it has dark and meaty serifs and a bouncing and healthy look. It might be used as body type as well as for headlines or titles. WWW: http://friedrichalthausen.de/vollkorn/ Added: head/x11-fonts/vollkorn-ttf/ head/x11-fonts/vollkorn-ttf/Makefile (contents, props changed) head/x11-fonts/vollkorn-ttf/distinfo (contents, props changed) head/x11-fonts/vollkorn-ttf/pkg-descr (contents, props changed) head/x11-fonts/vollkorn-ttf/pkg-plist (contents, props changed) Modified: head/x11-fonts/Makefile Modified: head/x11-fonts/Makefile ============================================================================== --- head/x11-fonts/Makefile Tue Dec 24 16:12:50 2013 (r337371) +++ head/x11-fonts/Makefile Tue Dec 24 16:34:46 2013 (r337372) @@ -155,6 +155,7 @@ SUBDIR += ubuntu-font SUBDIR += urwfonts SUBDIR += urwfonts-ttf + SUBDIR += vollkorn-ttf SUBDIR += webfonts SUBDIR += wqy SUBDIR += xf86bigfontproto Added: head/x11-fonts/vollkorn-ttf/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/vollkorn-ttf/Makefile Tue Dec 24 16:34:46 2013 (r337372) @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= vollkorn-ttf +PORTVERSION= 2.1 +CATEGORIES= x11-fonts +MASTER_SITES= http://friedrichalthausen.de/ +DISTNAME= Vollkorn-${PORTVERSION} + +MAINTAINER= rakuco@FreeBSD.org +COMMENT= Free and healthy typeface for bread and butter use + +LICENSE= OFL11 + +NO_BUILD= yes +USE_ZIP= yes + +FONTDIR= ${STAGEDIR}${PREFIX}/lib/X11/fonts/${PORTNAME} +WRKSRC= ${WRKDIR} + +OPTIONS_DEFINE= DOCS + +do-install: + ${MKDIR} ${FONTDIR} + cd ${WRKSRC} && \ + ${INSTALL_DATA} Vollkorn-*.ttf ${FONTDIR} + + ${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && \ + ${INSTALL_DATA} Fontlog.txt OFL-FAQ.txt ${STAGEDIR}${DOCSDIR} + +.include Added: head/x11-fonts/vollkorn-ttf/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/vollkorn-ttf/distinfo Tue Dec 24 16:34:46 2013 (r337372) @@ -0,0 +1,2 @@ +SHA256 (Vollkorn-2.1.zip) = 2eaa427dbe42e37bfdc182c1e3446abdc889806fe0b6c9a14e0fc0c3acc997f5 +SIZE (Vollkorn-2.1.zip) = 139737 Added: head/x11-fonts/vollkorn-ttf/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/vollkorn-ttf/pkg-descr Tue Dec 24 16:34:46 2013 (r337372) @@ -0,0 +1,9 @@ +Vollkorn, the free and healthy typeface for bread and butter use, designed by +Friedrich Althausen. + +It intends to be a quiet, modest and well working text face for bread and +butter use. Unlike its examples in the book faces from the renaissance until +today, it has dark and meaty serifs and a bouncing and healthy look. It might +be used as body type as well as for headlines or titles. + +WWW: http://friedrichalthausen.de/vollkorn/ Added: head/x11-fonts/vollkorn-ttf/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/vollkorn-ttf/pkg-plist Tue Dec 24 16:34:46 2013 (r337372) @@ -0,0 +1,8 @@ +lib/X11/fonts/vollkorn/Vollkorn-Bold.ttf +lib/X11/fonts/vollkorn/Vollkorn-BoldItalic.ttf +lib/X11/fonts/vollkorn/Vollkorn-Italic.ttf +lib/X11/fonts/vollkorn/Vollkorn-Regular.ttf +@dirrm lib/X11/fonts/vollkorn +%%PORTDOCS%%%%DOCSDIR%%/OFL-FAQ.txt +%%PORTDOCS%%%%DOCSDIR%%/Fontlog.txt +%%PORTDOCS%%@dirrm %%DOCSDIR%%