Date: Sun, 9 Dec 2012 17:17:34 +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: r308545 - in head/x11-fonts: . dina Message-ID: <201212091717.qB9HHYqZ090822@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Sun Dec 9 17:17:34 2012 New Revision: 308545 URL: http://svnweb.freebsd.org/changeset/ports/308545 Log: Add x11-fonts/dina. Dina is a monospace bitmap font, primarily aimed at programmers. It is relatively compact to allow a lot of code on screen, while (hopefully) clear enough to remain readable even at high resolutions. Added: head/x11-fonts/dina/ head/x11-fonts/dina/Makefile (contents, props changed) head/x11-fonts/dina/distinfo (contents, props changed) head/x11-fonts/dina/pkg-descr (contents, props changed) head/x11-fonts/dina/pkg-plist (contents, props changed) Modified: head/x11-fonts/Makefile Modified: head/x11-fonts/Makefile ============================================================================== --- head/x11-fonts/Makefile Sun Dec 9 17:09:40 2012 (r308544) +++ head/x11-fonts/Makefile Sun Dec 9 17:17:34 2012 (r308545) @@ -21,6 +21,7 @@ SUBDIR += cyberbit-ttfonts SUBDIR += cyr-rfx SUBDIR += dejavu + SUBDIR += dina SUBDIR += doulos SUBDIR += doulos-compact SUBDIR += droid-fonts-ttf Added: head/x11-fonts/dina/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/dina/Makefile Sun Dec 9 17:17:34 2012 (r308545) @@ -0,0 +1,34 @@ +# $FreeBSD$ + +PORTNAME= dina +PORTVERSION= 2.89 +CATEGORIES= x11-fonts +MASTER_SITES= LOCAL/rakuco + +MAINTAINER= rakuco@FreeBSD.org +COMMENT= A monospace bitmap font, primarily aimed at programmers + +# IANAL, but the license looks close enough to a standard BSD license that +# auto-accept and all the other permissions look like reasonable defaults here. +LICENSE= custom +LICENSE_NAME= Custom License +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell + +BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig \ + mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir + +FONTDIR= lib/X11/fonts/${PORTNAME} +NO_BUILD= yes +PLIST_SUB+= FONTDIR=${FONTDIR} + +do-install: + @${MKDIR} ${PREFIX}/${FONTDIR} + @${INSTALL_DATA} ${WRKSRC}/*.pcf.gz ${PREFIX}/${FONTDIR} + +post-install: + @cd ${PREFIX}/${FONTDIR} && mkfontdir + @${CP} ${PREFIX}/${FONTDIR}/fonts.dir ${PREFIX}/${FONTDIR}/fonts.scale + @command fc-cache -f -v ${PREFIX}/${FONTDIR} + +.include <bsd.port.mk> Added: head/x11-fonts/dina/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/dina/distinfo Sun Dec 9 17:17:34 2012 (r308545) @@ -0,0 +1,2 @@ +SHA256 (dina-2.89.tar.gz) = eaa67fe2a8fc69944bd3010cbf6d946177f0e2204dcb0ce70ebd0637d816f43a +SIZE (dina-2.89.tar.gz) = 52559 Added: head/x11-fonts/dina/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/dina/pkg-descr Sun Dec 9 17:17:34 2012 (r308545) @@ -0,0 +1,5 @@ +Dina is a monospace bitmap font, primarily aimed at programmers. It is +relatively compact to allow a lot of code on screen, while (hopefully) clear +enough to remain readable even at high resolutions. + +WWW: http://www.donationcoder.com/Software/Jibz/Dina/ Added: head/x11-fonts/dina/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/dina/pkg-plist Sun Dec 9 17:17:34 2012 (r308545) @@ -0,0 +1,15 @@ +%%FONTDIR%%/fonts.dir +%%FONTDIR%%/fonts.scale +%%FONTDIR%%/DinaBold10.pcf.gz +%%FONTDIR%%/DinaBold8.pcf.gz +%%FONTDIR%%/DinaBold9.pcf.gz +%%FONTDIR%%/DinaBoldItalic10.pcf.gz +%%FONTDIR%%/DinaBoldItalic8.pcf.gz +%%FONTDIR%%/DinaBoldItalic9.pcf.gz +%%FONTDIR%%/DinaItalic10.pcf.gz +%%FONTDIR%%/DinaItalic8.pcf.gz +%%FONTDIR%%/DinaItalic9.pcf.gz +%%FONTDIR%%/DinaMedium10.pcf.gz +%%FONTDIR%%/DinaMedium8.pcf.gz +%%FONTDIR%%/DinaMedium9.pcf.gz +@dirrm %%FONTDIR%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212091717.qB9HHYqZ090822>