diff options
author | rakuco <rakuco@FreeBSD.org> | 2013-12-28 03:11:29 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2013-12-28 03:11:29 +0800 |
commit | c34be89c542e40d283fb186418d48135f230a977 (patch) | |
tree | f71f5ec481eca34419bddcdf3a81ce23ca147dc3 /x11-fonts | |
parent | f17d5fb4d4da8e17d7e34bceeae15766053e5359 (diff) | |
download | freebsd-ports-gnome-c34be89c542e40d283fb186418d48135f230a977.tar.gz freebsd-ports-gnome-c34be89c542e40d283fb186418d48135f230a977.tar.zst freebsd-ports-gnome-c34be89c542e40d283fb186418d48135f230a977.zip |
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
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/bitter/Makefile | 26 | ||||
-rw-r--r-- | x11-fonts/bitter/distinfo | 2 | ||||
-rw-r--r-- | x11-fonts/bitter/pkg-descr | 8 | ||||
-rw-r--r-- | x11-fonts/bitter/pkg-plist | 5 |
5 files changed, 42 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index 85bed4dca885..0483bc59dbc4 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -13,6 +13,7 @@ SUBDIR += bdfresize SUBDIR += bdftopcf SUBDIR += bitstream-vera + SUBDIR += bitter SUBDIR += c64bdf SUBDIR += cantarell-fonts SUBDIR += charis diff --git a/x11-fonts/bitter/Makefile b/x11-fonts/bitter/Makefile new file mode 100644 index 000000000000..970ba11f7c83 --- /dev/null +++ b/x11-fonts/bitter/Makefile @@ -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> diff --git a/x11-fonts/bitter/distinfo b/x11-fonts/bitter/distinfo new file mode 100644 index 000000000000..30e6c52cf324 --- /dev/null +++ b/x11-fonts/bitter/distinfo @@ -0,0 +1,2 @@ +SHA256 (bitter-20130930.zip) = 9a54c0468716e69d24bbbc2e1e861aed6635c11b511935fb8b6191ae471400c3 +SIZE (bitter-20130930.zip) = 347587 diff --git a/x11-fonts/bitter/pkg-descr b/x11-fonts/bitter/pkg-descr new file mode 100644 index 000000000000..a18c37019d3a --- /dev/null +++ b/x11-fonts/bitter/pkg-descr @@ -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 diff --git a/x11-fonts/bitter/pkg-plist b/x11-fonts/bitter/pkg-plist new file mode 100644 index 000000000000..ce360d9f509b --- /dev/null +++ b/x11-fonts/bitter/pkg-plist @@ -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 |