View | Details | Raw Unified | Return to bug 136418
Collapse All | Expand All

(-)junicode/Makefile (-7 / +9 lines)
Lines 6-22 Link Here
6
#
6
#
7
7
8
PORTNAME=	junicode
8
PORTNAME=	junicode
9
PORTVERSION=	0.6.15
9
PORTVERSION=	0.6.16
10
CATEGORIES=	x11-fonts
10
CATEGORIES=	x11-fonts
11
MASTER_SITES=	SF
11
MASTER_SITES=	SF \
12
		http://anthesphoria.net/FreeBSD/ports/distfiles/
13
DISTNAME=	${PORTNAME}-${PORTVERSION:S|.|-|g}
12
14
13
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	nikola.lecic@anthesphoria.net
14
COMMENT=	Unicode font for medievalists (Latin, IPA and Runic)
16
COMMENT=	Unicode/MUFI OpenType font for medievalists (Latin, IPA, Runic and Greek)
15
17
16
BUILD_DEPENDS=	fc-cache:${PORTSDIR}/x11-fonts/fontconfig
18
BUILD_DEPENDS=	fc-cache:${PORTSDIR}/x11-fonts/fontconfig
17
RUN_DEPENDS:=	${BUILD_DEPENDS}
19
RUN_DEPENDS:=	${BUILD_DEPENDS}
18
20
19
NO_WRKSUBDIR=	yes
21
WRKSRC=		${WRKDIR}/${PORTNAME}
20
NO_BUILD=	yes
22
NO_BUILD=	yes
21
USE_ZIP=	yes
23
USE_ZIP=	yes
22
24
Lines 26-35 Link Here
26
28
27
do-install:
29
do-install:
28
	@${MKDIR} ${FONTSDIR}
30
	@${MKDIR} ${FONTSDIR}
29
	${INSTALL_DATA} ${WRKSRC}/*.ttf ${FONTSDIR}
31
	${INSTALL_DATA} ${WRKSRC}/fonts/*.ttf ${FONTSDIR}
30
.if !defined(NOPORTDOCS)
32
.if !defined(NOPORTDOCS)
31
	@${MKDIR} ${DOCSDIR}
33
	@${MKDIR} ${DOCSDIR}
32
	${INSTALL_DATA} ${WRKSRC}/*.pdf ${DOCSDIR}
34
	${INSTALL_DATA} ${WRKSRC}/doc/*.pdf ${DOCSDIR}
33
.endif
35
.endif
34
36
35
post-install:
37
post-install:
(-)junicode/distinfo (-3 / +4 lines)
Lines 1-3 Link Here
1
MD5 (junicode-0.6.15.zip) = bc06b4c10737bc83a782356ae7574699
1
MD5 (junicode-0-6-16.zip) = 673d20c5fc99edd50887ae9c4ac5e1e7
2
SHA256 (junicode-0.6.15.zip) = da36b76e34ddd7d231becfe4d32964ca69918b0e669ae51504df736c74c9265c
2
SHA256 (junicode-0-6-16.zip) = a069357b1d4963fd3a2a98f247603f89824a58d265d8534c79de905c23809333
3
SIZE (junicode-0.6.15.zip) = 703042
3
SIZE (junicode-0-6-16.zip) = 1009410
4
(-)junicode/pkg-descr (-4 / +20 lines)
Lines 1-6 Link Here
1
Junicode is a TrueType Unicode font targetted at medievalists, but including the
1
Junicode is an advanced Unicode font for medieval scholars, including the
2
full range of characters for languages written in the Latin script,
2
full range of characters for languages written in the Latin script. It
3
International Phonetic Alphabet, Uralic Phonetic Alphabet and Runic. It has
3
also partially implements the recommendation of the Medieval Unicode Font
4
regular, italic, bold and bold-italic fonts.
4
Initiative (MUFI).
5
6
The following languages are fully supported: Old and Middle English, Old
7
Icelandic, Runic, Latin, Gothic and Sanskrit transliterations, IPA
8
(International Phonetic Alphabet) and Greek (based on the Greek Double
9
Pica cut by Alexander Wilson of Glasgow in the eighteenth century).
10
11
Junicode supports the following OpenType features: f and long-s ligatures,
12
contextual alternates (calt), horizontal kerning (kern), discretionary
13
ligatures (circled numbers and letters via dlig), glyph (de)composition
14
(ccmp), correct positioning of combining marks -- mark-to-base (mark) and
15
mark-to-mark (mkmk), small caps (smcp and c2sc), old-style figures (onum),
16
super- and subscript numbers (sups and subs) and Unicode fractions (frac).
17
18
Junicode's OpenType style sets provide support for Nordic and Insular
19
letter-forms, Old English typography, enlarged minuscules, swash letters
20
and MUFI's overlined characters and historic ligatures.
5
21
6
WWW: http://junicode.sourceforge.net/
22
WWW: http://junicode.sourceforge.net/

Return to bug 136418