Date: Fri, 27 Dec 2013 19:11:29 +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: r337780 - in head/x11-fonts: . bitter Message-ID: <201312271911.rBRJBTgO077669@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Fri Dec 27 19:11:29 2013 New Revision: 337780 URL: http://svnweb.freebsd.org/changeset/ports/337780 Log: Add x11-fonts/bitter. A "contemporary" slab serif typeface for text, especially designed for comfortably reading on any computer or device. The robust design started from the austerity of the pixel grid, based on rational rather than emotional principles. It combines the large x-heights and legibility of the humanistic tradition with subtle characteristics in the characters that inject a certain rhythm to flowing texts. WWW: http://www.huertatipografica.com/fonts/bitter-ht Added: head/x11-fonts/bitter/ head/x11-fonts/bitter/Makefile (contents, props changed) head/x11-fonts/bitter/distinfo (contents, props changed) head/x11-fonts/bitter/pkg-descr (contents, props changed) head/x11-fonts/bitter/pkg-plist (contents, props changed) Modified: head/x11-fonts/Makefile Modified: head/x11-fonts/Makefile ============================================================================== --- head/x11-fonts/Makefile Fri Dec 27 18:54:29 2013 (r337779) +++ head/x11-fonts/Makefile Fri Dec 27 19:11:29 2013 (r337780) @@ -13,6 +13,7 @@ SUBDIR += bdfresize SUBDIR += bdftopcf SUBDIR += bitstream-vera + SUBDIR += bitter SUBDIR += c64bdf SUBDIR += cantarell-fonts SUBDIR += charis Added: head/x11-fonts/bitter/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/bitter/Makefile Fri Dec 27 19:11:29 2013 (r337780) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= bitter +PORTVERSION= 20130930 +CATEGORIES= x11-fonts +MASTER_SITES= http://www.huertatipografica.com/free_download/eo0pZGbJPxy2YyRkWQXx?dummy= + +MAINTAINER= rakuco@FreeBSD.org +COMMENT= Contemporary serif typeface for text designed for comfortably reading + +LICENSE= OFL11 + +FETCH_BEFORE_ARGS= -o ${DISTFILES} + +NO_BUILD= yes +NO_WRKSUBDIR= yes +USE_ZIP= yes + +FONTDIR= ${STAGEDIR}${PREFIX}/lib/X11/fonts/${PORTNAME} + +do-install: + ${MKDIR} ${FONTDIR} + cd ${WRKSRC} && \ + ${INSTALL_DATA} *.otf ${FONTDIR} + +.include <bsd.port.mk> Added: head/x11-fonts/bitter/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/bitter/distinfo Fri Dec 27 19:11:29 2013 (r337780) @@ -0,0 +1,2 @@ +SHA256 (bitter-20130930.zip) = 9a54c0468716e69d24bbbc2e1e861aed6635c11b511935fb8b6191ae471400c3 +SIZE (bitter-20130930.zip) = 347587 Added: head/x11-fonts/bitter/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/bitter/pkg-descr Fri Dec 27 19:11:29 2013 (r337780) @@ -0,0 +1,8 @@ +A "contemporary" slab serif typeface for text, especially designed for +comfortably reading on any computer or device. The robust design started from +the austerity of the pixel grid, based on rational rather than emotional +principles. It combines the large x-heights and legibility of the humanistic +tradition with subtle characteristics in the characters that inject a certain +rhythm to flowing texts. + +WWW: http://www.huertatipografica.com/fonts/bitter-ht Added: head/x11-fonts/bitter/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/bitter/pkg-plist Fri Dec 27 19:11:29 2013 (r337780) @@ -0,0 +1,5 @@ +lib/X11/fonts/bitter/Bitter-Bold.otf +lib/X11/fonts/bitter/Bitter-BoldItalic.otf +lib/X11/fonts/bitter/Bitter-Italic.otf +lib/X11/fonts/bitter/Bitter-Regular.otf +@dirrm lib/X11/fonts/bitter
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312271911.rBRJBTgO077669>