diff options
author | miwi <miwi@FreeBSD.org> | 2006-06-29 23:13:19 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-06-29 23:13:19 +0800 |
commit | 705105109e3c8b349df4a54ad9a2594a230c62c0 (patch) | |
tree | 22b0cafaa18154ecb84b3fe2dbfcdf12b797ad35 /x11-fonts/manu-gothica | |
parent | e0ae8819ad88ec3eb889a88e0c4b7dad6972662e (diff) | |
download | freebsd-ports-gnome-705105109e3c8b349df4a54ad9a2594a230c62c0.tar.gz freebsd-ports-gnome-705105109e3c8b349df4a54ad9a2594a230c62c0.tar.zst freebsd-ports-gnome-705105109e3c8b349df4a54ad9a2594a230c62c0.zip |
Add manu-gothic, an old german blackletter handwriting (suetterlin) font.
This True Type Font has been based on the Old German handwriting as it
was taught in Schleswig and Germany around Year 1900 (Suetterlin). If
you study sources from that time and before, it is important to be
familiar with this writing style. The font is free for personal use.
WWW: http://www.bryld.info/download.php
PR: ports/95278
Submitted by: heiner Eichmann <h.eichmann@gmx.de>
Approved by: krion (mentor) markus (co mentor)
Diffstat (limited to 'x11-fonts/manu-gothica')
-rw-r--r-- | x11-fonts/manu-gothica/Makefile | 43 | ||||
-rw-r--r-- | x11-fonts/manu-gothica/distinfo | 3 | ||||
-rw-r--r-- | x11-fonts/manu-gothica/pkg-descr | 6 | ||||
-rw-r--r-- | x11-fonts/manu-gothica/pkg-plist | 2 |
4 files changed, 54 insertions, 0 deletions
diff --git a/x11-fonts/manu-gothica/Makefile b/x11-fonts/manu-gothica/Makefile new file mode 100644 index 000000000000..971db0380f6a --- /dev/null +++ b/x11-fonts/manu-gothica/Makefile @@ -0,0 +1,43 @@ +# New ports collection makefile for: manu-gothica +# Date created: 2006-04-02 +# Whom: heiner Eichmann <h.eichmann@gmx.de> +# +# $FreeBSD$ +# + +PORTNAME= manu-gothica +DISTVERSION= 0 +CATEGORIES= x11-fonts +MASTER_SITES= http://www.bryld.info/downloads/ +DISTNAME= manugot19 +EXTRACT_SUFX= .ttf + +MAINTAINER= h.eichmann@gmx.de +COMMENT= Old german blackletter handwriting (suetterlin) + +BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig +RUN_DEPENDS= ${BUILD_DEPENDS} + +RESTRICTED= The font is free for personal use + +EXTRACT_CMD= ${CP} +EXTRACT_BEFORE_ARGS= +EXTRACT_AFTER_ARGS= ${WRKSRC} +USE_X_PREFIX= yes +NO_BUILD= yes + +NO_WRKSUBDIR= yes +FONTSDIR= lib/X11/fonts/TTF/ +PLIST_SUB+= FONTSDIR=${FONTSDIR} + +do-install: + ${MKDIR} ${PREFIX}/${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/manugot19.ttf ${PREFIX}/${FONTSDIR}/manugot19.ttf + +post-install: + @${ECHO_MSG} "===> Running fc-cache" + -${X11BASE}/bin/fc-cache -f -v ${PREFIX}/${FONTSDIR} + @${ECHO_MSG} + @${ECHO_MSG} + +.include <bsd.port.mk> diff --git a/x11-fonts/manu-gothica/distinfo b/x11-fonts/manu-gothica/distinfo new file mode 100644 index 000000000000..2d72073ad4a1 --- /dev/null +++ b/x11-fonts/manu-gothica/distinfo @@ -0,0 +1,3 @@ +MD5 (manugot19.ttf) = c3ec7ef63454bea8c4ccfa89d8980158 +SHA256 (manugot19.ttf) = 7049b299a76aacc06fba9c3f0a5e3f36521f28922a77f6b4e7ff57468ac1fca7 +SIZE (manugot19.ttf) = 60296 diff --git a/x11-fonts/manu-gothica/pkg-descr b/x11-fonts/manu-gothica/pkg-descr new file mode 100644 index 000000000000..1aa3c5ec442c --- /dev/null +++ b/x11-fonts/manu-gothica/pkg-descr @@ -0,0 +1,6 @@ +This True Type Font has been based on the Old German handwriting as it +was taught in Schleswig and Germany around Year 1900 (Suetterlin). If +you study sources from that time and before, it is important to be +familiar with this writing style. The font is free for personal use. + +WWW: http://www.bryld.info/download.php diff --git a/x11-fonts/manu-gothica/pkg-plist b/x11-fonts/manu-gothica/pkg-plist new file mode 100644 index 000000000000..cf0d77846bc0 --- /dev/null +++ b/x11-fonts/manu-gothica/pkg-plist @@ -0,0 +1,2 @@ +@exec %D/bin/fc-cache -f -v %%FONTSDIR%% +%%FONTSDIR%%/manugot19.ttf |