diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2013-06-17 19:59:44 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2013-06-17 19:59:44 +0000 |
commit | 9d00cb13d040eca4c574695db34f10886cf53d7b (patch) | |
tree | 6314eea9cf858ab713c14e8543cceaaa7b29bad7 /x11-fonts | |
parent | ec8baec6a98184ebc62319d29a5aad2fb560fa16 (diff) | |
download | ports-9d00cb13d040eca4c574695db34f10886cf53d7b.tar.gz ports-9d00cb13d040eca4c574695db34f10886cf53d7b.zip |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/gohufont/Makefile | 32 | ||||
-rw-r--r-- | x11-fonts/gohufont/distinfo | 2 | ||||
-rw-r--r-- | x11-fonts/gohufont/pkg-descr | 9 | ||||
-rw-r--r-- | x11-fonts/gohufont/pkg-plist | 13 |
5 files changed, 57 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index 6c66b69992d6..4717221a79aa 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -88,6 +88,7 @@ SUBDIR += gfe SUBDIR += gnu-unifont SUBDIR += gnu-unifont-ttf + SUBDIR += gohufont SUBDIR += hanazono-fonts-ttf SUBDIR += inconsolata-ttf SUBDIR += indic-ttf diff --git a/x11-fonts/gohufont/Makefile b/x11-fonts/gohufont/Makefile new file mode 100644 index 000000000000..4b369799055d --- /dev/null +++ b/x11-fonts/gohufont/Makefile @@ -0,0 +1,32 @@ +# $FreeBSD$ + +PORTNAME= gohufont +PORTVERSION= 2.0 +CATEGORIES= x11-fonts +MASTER_SITES= http://font.gohu.org/ + +MAINTAINER= rakuco@FreeBSD.org +COMMENT= Monospace bitmap font well suited for programming and terminal use + +LICENSE= WTFPL +LICENSE_NAME= Do What The Fuck You Want To Public License, Version 2 +LICENSE_FILE= ${WRKSRC}/COPYING-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} ${LOCALBASE}/${FONTDIR} + @${INSTALL_DATA} ${WRKSRC}/*.pcf.gz ${LOCALBASE}/${FONTDIR} + +post-install: + @cd ${LOCALBASE}/${FONTDIR} && mkfontdir + @${CP} ${LOCALBASE}/${FONTDIR}/fonts.dir ${LOCALBASE}/${FONTDIR}/fonts.scale + @command fc-cache -f -v ${LOCALBASE}/${FONTDIR} + +.include <bsd.port.mk> diff --git a/x11-fonts/gohufont/distinfo b/x11-fonts/gohufont/distinfo new file mode 100644 index 000000000000..3bb5bdd0be32 --- /dev/null +++ b/x11-fonts/gohufont/distinfo @@ -0,0 +1,2 @@ +SHA256 (gohufont-2.0.tar.gz) = fa2c1b625056e20199dcf9b7f1f73750b101bc6a789b297ebca2d421b73b286e +SIZE (gohufont-2.0.tar.gz) = 88993 diff --git a/x11-fonts/gohufont/pkg-descr b/x11-fonts/gohufont/pkg-descr new file mode 100644 index 000000000000..4858db2f757a --- /dev/null +++ b/x11-fonts/gohufont/pkg-descr @@ -0,0 +1,9 @@ +Gohufont is a monospace bitmap font well suited for programming and terminal +use. It is intended to be very legible and offers very discernable glyphs for +all characters, including signs and symbols. + +The small 11 px version is perfect for laptops and netbooks as it enables to +fit more text into their small screens. The 14 px is ideal for desktop screens +where you sit farther away from it and the 11 px would be too small. + +WWW: http://font.gohu.org/ diff --git a/x11-fonts/gohufont/pkg-plist b/x11-fonts/gohufont/pkg-plist new file mode 100644 index 000000000000..d0c54c1828f5 --- /dev/null +++ b/x11-fonts/gohufont/pkg-plist @@ -0,0 +1,13 @@ +%%FONTDIR%%/fonts.dir +%%FONTDIR%%/fonts.scale +%%FONTDIR%%/gohufont-11.pcf.gz +%%FONTDIR%%/gohufont-11b.pcf.gz +%%FONTDIR%%/gohufont-14.pcf.gz +%%FONTDIR%%/gohufont-14b.pcf.gz +%%FONTDIR%%/gohufont-uni-11.pcf.gz +%%FONTDIR%%/gohufont-uni-11b.pcf.gz +%%FONTDIR%%/gohufont-uni-14.pcf.gz +%%FONTDIR%%/gohufont-uni-14b.pcf.gz +@unexec /bin/rm %D/%%FONTSDIR%%/fonts.cache-1 2>/dev/null || /usr/bin/true +@dirrm %%FONTDIR%% +@exec %%LOCALBASE%%/bin/fc-cache -f -v %D/%%FONTSDIR%% || /usr/bin/true |