Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Dec 2013 16:34:47 +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: r337372 - in head/x11-fonts: . vollkorn-ttf
Message-ID:  <201312241634.rBOGYlLX074711@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312241634.rBOGYlLX074711>