From 128b4b51ba60e42cc5d629c4de77f5600824d964 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 4 Feb 2017 18:20:50 +0000 Subject: Import junicode-0.7.8 as fonts/junicode. Junicode (short for Junius-Unicode) is a Unicode font for medievalists. The current version is a beta; the selection of characters and the arrangement of the Private Use Area are subject to change. Junicode contains 3280 characters in the regular style (the italic, bold and bold italic styles are less complete). These Unicode ranges are either complete in the regular style or they contain substantial numbers of glyphs (especially those of interest to medievalists). --- fonts/junicode/DESCR | 8 ++++++++ fonts/junicode/Makefile | 29 +++++++++++++++++++++++++++++ fonts/junicode/PLIST | 11 +++++++++++ fonts/junicode/distinfo | 6 ++++++ 4 files changed, 54 insertions(+) create mode 100644 fonts/junicode/DESCR create mode 100644 fonts/junicode/Makefile create mode 100644 fonts/junicode/PLIST create mode 100644 fonts/junicode/distinfo (limited to 'fonts') diff --git a/fonts/junicode/DESCR b/fonts/junicode/DESCR new file mode 100644 index 00000000000..38102d83e0c --- /dev/null +++ b/fonts/junicode/DESCR @@ -0,0 +1,8 @@ +Junicode (short for Junius-Unicode) is a Unicode font for medievalists. +The current version is a beta; the selection of characters and the +arrangement of the Private Use Area are subject to change. + +Junicode contains 3280 characters in the regular style (the italic, +bold and bold italic styles are less complete). These Unicode ranges +are either complete in the regular style or they contain substantial +numbers of glyphs (especially those of interest to medievalists). diff --git a/fonts/junicode/Makefile b/fonts/junicode/Makefile new file mode 100644 index 00000000000..277dada55ac --- /dev/null +++ b/fonts/junicode/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1 2017/02/04 18:20:50 wiz Exp $ + +DISTNAME= junicode-0-7-8 +PKGNAME= ${DISTNAME:S/-7-8/.7.8/} +CATEGORIES= fonts +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=junicode/} +EXTRACT_SUFX= .zip + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://junicode.sourceforge.net/ +COMMENT= Free TrueType font family for medievalists +LICENSE= ofl-v1.1 + +WRKSRC= ${WRKDIR}/junicode +NO_BUILD= yes + +FONTDIR= ${PREFIX}/share/fonts/X11/TTF +DOCDIR= ${PREFIX}/share/doc/junicode +FONTS_DIRS.ttf= ${FONTDIR} + +INSTALLATION_DIRS= share/fonts/X11/TTF share/doc/junicode + +do-install: + cd ${WRKSRC}/fonts && for f in *.ttf ; do \ + ${INSTALL_DATA} $$f ${DESTDIR}${FONTDIR}/$$f; \ + done + ${INSTALL_DATA} ${WRKSRC}/doc/* ${DESTDIR}${DOCDIR} + +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/junicode/PLIST b/fonts/junicode/PLIST new file mode 100644 index 00000000000..38b6e241987 --- /dev/null +++ b/fonts/junicode/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1 2017/02/04 18:20:50 wiz Exp $ +share/doc/junicode/Junicode.pdf +share/doc/junicode/Junicode.tex +share/doc/junicode/aelfric_job.pdf +share/doc/junicode/aelfric_job.tex +share/doc/junicode/homer_sample.pdf +share/doc/junicode/homer_sample.tex +share/fonts/X11/TTF/Junicode-Bold.ttf +share/fonts/X11/TTF/Junicode-BoldItalic.ttf +share/fonts/X11/TTF/Junicode-Italic.ttf +share/fonts/X11/TTF/Junicode.ttf diff --git a/fonts/junicode/distinfo b/fonts/junicode/distinfo new file mode 100644 index 00000000000..e4565c75402 --- /dev/null +++ b/fonts/junicode/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/02/04 18:20:50 wiz Exp $ + +SHA1 (junicode-0-7-8.zip) = 492946ca18c3e23febd7c77221ff438ad85d2147 +RMD160 (junicode-0-7-8.zip) = 4cc9c95a83d00cd275bf5ed84de63c30a3972cb3 +SHA512 (junicode-0-7-8.zip) = f6c9da3c46a643bf5aa86ddbc42246d30e68644121eaf7ccbc2f3ee8d4a9228fcd6c03fadbc7e92032a12cd00d7b527ce2500bf9d6030e5347f824d96471f65f +Size (junicode-0-7-8.zip) = 1640500 bytes -- cgit v1.2.3