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.
This commit is contained in:
parent
a89bb95f1b
commit
0c9c88a68d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308545
5 changed files with 57 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
SUBDIR += cyberbit-ttfonts
|
||||
SUBDIR += cyr-rfx
|
||||
SUBDIR += dejavu
|
||||
SUBDIR += dina
|
||||
SUBDIR += doulos
|
||||
SUBDIR += doulos-compact
|
||||
SUBDIR += droid-fonts-ttf
|
||||
|
|
34
x11-fonts/dina/Makefile
Normal file
34
x11-fonts/dina/Makefile
Normal file
|
@ -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>
|
2
x11-fonts/dina/distinfo
Normal file
2
x11-fonts/dina/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (dina-2.89.tar.gz) = eaa67fe2a8fc69944bd3010cbf6d946177f0e2204dcb0ce70ebd0637d816f43a
|
||||
SIZE (dina-2.89.tar.gz) = 52559
|
5
x11-fonts/dina/pkg-descr
Normal file
5
x11-fonts/dina/pkg-descr
Normal file
|
@ -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/
|
15
x11-fonts/dina/pkg-plist
Normal file
15
x11-fonts/dina/pkg-plist
Normal file
|
@ -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%%
|
Loading…
Reference in a new issue