1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Add junicode, a unicode font for medievalists (Latin, IPA and Runic).

PR:		102329
Submitted by:	Guerkan Senguen <gurkan at linuks.mine.nu>
This commit is contained in:
Emanuel Haupt 2006-08-28 13:41:50 +00:00
parent c8cb7d653a
commit 55ce6679b0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171546
5 changed files with 63 additions and 0 deletions

View File

@ -36,6 +36,7 @@
SUBDIR += gnome-font-sampler
SUBDIR += intlfonts
SUBDIR += jmk-x11-fonts
SUBDIR += junicode
SUBDIR += lfpfonts-fix
SUBDIR += lfpfonts-var
SUBDIR += libXft

View File

@ -0,0 +1,46 @@
# New ports collection makefile for: junicode
# Date created: 28 August 2006
# Whom: Guerkan Senguen <gurkan@linuks.mine.nu>
#
# $FreeBSD$
#
PORTNAME= junicode
DISTVERSION= 0-6-11
CATEGORIES= x11-fonts
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= gurkan@linuks.mine.nu
COMMENT= Unicode font for medievalists (Latin, IPA and Runic)
BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_X_PREFIX= yes
USE_ZIP= yes
NO_BUILD= yes
PORTDOCS= ${PORTNAME}-${DISTVERSION}.pdf
PLIST_SUB= FONTSDIR="${FONTSDIR:S|${PREFIX}/||}"
FONTNAME= ${PORTNAME}
FONTSDIR?= ${PREFIX}/lib/X11/fonts/${FONTNAME}
WRKSRC= ${WRKDIR}
do-install:
${MKDIR} ${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/*.ttf ${FONTSDIR}
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
post-install:
@${ECHO_MSG} "===> Running fc-cache"
-${X11BASE}/bin/fc-cache -f -v ${FONTSDIR}
@${ECHO_MSG}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (junicode-0-6-11.zip) = b416981aadf83faa574ac9179ea454fc
SHA256 (junicode-0-6-11.zip) = 98dce8c3a09eb6e16130e36f3eb77ea7c91fb244de50be9b84cfac32eee9dc54
SIZE (junicode-0-6-11.zip) = 728675

View File

@ -0,0 +1,6 @@
Junicode is a TrueType Unicode font targetted at medievalists, but including the
full range of characters for languages written in the Latin script,
International Phonetic Alphabet, Uralic Phonetic Alphabet and Runic. It has
regular, italic, bold and bold-italic fonts.
WWW: http://junicode.sourceforge.net/

View File

@ -0,0 +1,7 @@
%%FONTSDIR%%/Junicode-Bold.ttf
%%FONTSDIR%%/Junicode-BoldItalic.ttf
%%FONTSDIR%%/Junicode-Italic.ttf
%%FONTSDIR%%/Junicode-Regular.ttf
@exec %%X11BASE%%/bin/fc-cache -f -v %%FONTSDIR%% || /usr/bin/true
@unexec /bin/rm %D/%%FONTSDIR%%/fonts.cache-1 2>/dev/null || /usr/bin/true
@dirrm %%FONTSDIR%%