mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
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
This commit is contained in:
parent
cb37936fa6
commit
540755c91e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337780
@ -13,6 +13,7 @@
|
||||
SUBDIR += bdfresize
|
||||
SUBDIR += bdftopcf
|
||||
SUBDIR += bitstream-vera
|
||||
SUBDIR += bitter
|
||||
SUBDIR += c64bdf
|
||||
SUBDIR += cantarell-fonts
|
||||
SUBDIR += charis
|
||||
|
26
x11-fonts/bitter/Makefile
Normal file
26
x11-fonts/bitter/Makefile
Normal file
@ -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>
|
2
x11-fonts/bitter/distinfo
Normal file
2
x11-fonts/bitter/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (bitter-20130930.zip) = 9a54c0468716e69d24bbbc2e1e861aed6635c11b511935fb8b6191ae471400c3
|
||||
SIZE (bitter-20130930.zip) = 347587
|
8
x11-fonts/bitter/pkg-descr
Normal file
8
x11-fonts/bitter/pkg-descr
Normal file
@ -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
|
5
x11-fonts/bitter/pkg-plist
Normal file
5
x11-fonts/bitter/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user