diff options
author | miwi <miwi@FreeBSD.org> | 2008-07-19 22:28:51 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-07-19 22:28:51 +0800 |
commit | 119c141c9b80005950ee358a64f52bcbd59ba8a5 (patch) | |
tree | 594366ea33b2a6e3e010a3aaf369ef3a2dfd2a29 /x11-fonts | |
parent | e4d6706a6011e1d81f19ad4225fcbfb7f9323564 (diff) | |
download | freebsd-ports-graphics-119c141c9b80005950ee358a64f52bcbd59ba8a5.tar.gz freebsd-ports-graphics-119c141c9b80005950ee358a64f52bcbd59ba8a5.tar.zst freebsd-ports-graphics-119c141c9b80005950ee358a64f52bcbd59ba8a5.zip |
GNU Unifont is a free bitmap font that covers
the Unicode Basic Multilingual Plane (BMP),
using an intermediate bitmapped font format.
This is converted to TrueType.
Auther: Paul Hardy <unifoundry@unifoundry.com>
WWW: http://unifoundry.com/unifont.html
PR: ports/125308
Submitted by: nrg milk <bsdports at gmail.com>
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/gnu-unifont-ttf/Makefile | 29 | ||||
-rw-r--r-- | x11-fonts/gnu-unifont-ttf/distinfo | 3 | ||||
-rw-r--r-- | x11-fonts/gnu-unifont-ttf/pkg-descr | 8 |
4 files changed, 41 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index f613b24ecd9..05abe4df33b 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -78,6 +78,7 @@ SUBDIR += gfe SUBDIR += gnome-font-sampler SUBDIR += gnu-unifont + SUBDIR += gnu-unifont-ttf SUBDIR += indic-ttf SUBDIR += intlfonts SUBDIR += jmk-x11-fonts diff --git a/x11-fonts/gnu-unifont-ttf/Makefile b/x11-fonts/gnu-unifont-ttf/Makefile new file mode 100644 index 00000000000..0c130a7610c --- /dev/null +++ b/x11-fonts/gnu-unifont-ttf/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: gnu-unifont-ttf +# Date created: Jul 6 2008 +# Whom: nrg milk <bsdports@gmail.com> +# +# $FreeBSD$ + +PORTNAME= gnu-unifont-ttf +PORTVERSION= 20080620 +CATEGORIES= x11-fonts +MASTER_SITES= http://unifoundry.com/ \ + http://chirashi-no-ura.net/files/ +DISTNAME= unifont-5.1.${PORTVERSION}.ttf +EXTRACT_SUFX= .gz + +MAINTAINER= bsdports@gmail.com +COMMENT= Unicode TrueType Font + +NO_BUILD= yes +PLIST_FILES= lib/X11/fonts/local/unifont.ttf + +do-extract: + ${MKDIR} ${WRKDIR} + ${CP} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${WRKDIR} + ${GUNZIP_CMD} ${WRKDIR}/${DISTNAME}${EXTRACT_SUFX} + +do-install: + ${CP} ${WRKDIR}/${DISTNAME} ${LOCALBASE}/lib/X11/fonts/local/unifont.ttf + +.include <bsd.port.mk> diff --git a/x11-fonts/gnu-unifont-ttf/distinfo b/x11-fonts/gnu-unifont-ttf/distinfo new file mode 100644 index 00000000000..ca8973ab5e9 --- /dev/null +++ b/x11-fonts/gnu-unifont-ttf/distinfo @@ -0,0 +1,3 @@ +MD5 (unifont-5.1.20080620.ttf.gz) = 079b19aa69bff47fe24b8000892f4b0f +SHA256 (unifont-5.1.20080620.ttf.gz) = d432293e410e9b0505dde603accce66473005a28758822097dec57b87772e295 +SIZE (unifont-5.1.20080620.ttf.gz) = 3157420 diff --git a/x11-fonts/gnu-unifont-ttf/pkg-descr b/x11-fonts/gnu-unifont-ttf/pkg-descr new file mode 100644 index 00000000000..332b739e8ee --- /dev/null +++ b/x11-fonts/gnu-unifont-ttf/pkg-descr @@ -0,0 +1,8 @@ +GNU Unifont is a free bitmap font that covers +the Unicode Basic Multilingual Plane (BMP), +using an intermediate bitmapped font format. + +This is converted to TrueType. + +Auther: Paul Hardy <unifoundry@unifoundry.com> +WWW: http://unifoundry.com/unifont.html |