ports/136418: [Patch] x11-fonts/junicode: Take maintainership, update to 0.6.16, better pkg-descr
Nikola Lecic
nikola.lecic at anthesphoria.net
Tue Jul 7 11:00:12 UTC 2009
>Number: 136418
>Category: ports
>Synopsis: [Patch] x11-fonts/junicode: Take maintainership, update to 0.6.16, better pkg-descr
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Jul 07 11:00:11 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Nikola Lecic
>Release: FreeBSD 7.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD black 7.2-STABLE FreeBSD 7.2-STABLE #0: Wed May 13 19:04:54 CEST 2009 nikola at black:/usr/obj/usr/src/sys/GENERIC i386
>Description:
The attached patch
- update this port to 0.6.16
(with some small corrections specific to this release)
- fixes COMMENT to better describe the font
- includes more informative and detailed pkg-descr
- gives maintainership to the submitter
>How-To-Repeat:
>Fix:
--- junicode-0.6.16.patch begins here ---
diff -Nur junicode.orig/Makefile junicode/Makefile
--- junicode.orig/Makefile 2009-07-07 11:35:13.000000000 +0200
+++ junicode/Makefile 2009-07-07 12:32:34.000000000 +0200
@@ -6,17 +6,19 @@
#
PORTNAME= junicode
-PORTVERSION= 0.6.15
+PORTVERSION= 0.6.16
CATEGORIES= x11-fonts
-MASTER_SITES= SF
+MASTER_SITES= SF \
+ http://anthesphoria.net/FreeBSD/ports/distfiles/
+DISTNAME= ${PORTNAME}-${PORTVERSION:S|.|-|g}
-MAINTAINER= ports at FreeBSD.org
-COMMENT= Unicode font for medievalists (Latin, IPA and Runic)
+MAINTAINER= nikola.lecic at anthesphoria.net
+COMMENT= Unicode/MUFI OpenType font for medievalists (Latin, IPA, Runic and Greek)
BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig
RUN_DEPENDS:= ${BUILD_DEPENDS}
-NO_WRKSUBDIR= yes
+WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
USE_ZIP= yes
@@ -26,10 +28,10 @@
do-install:
@${MKDIR} ${FONTSDIR}
- ${INSTALL_DATA} ${WRKSRC}/*.ttf ${FONTSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/fonts/*.ttf ${FONTSDIR}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/*.pdf ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/*.pdf ${DOCSDIR}
.endif
post-install:
diff -Nur junicode.orig/distinfo junicode/distinfo
--- junicode.orig/distinfo 2009-07-07 11:35:13.000000000 +0200
+++ junicode/distinfo 2009-07-07 11:36:29.000000000 +0200
@@ -1,3 +1,4 @@
-MD5 (junicode-0.6.15.zip) = bc06b4c10737bc83a782356ae7574699
-SHA256 (junicode-0.6.15.zip) = da36b76e34ddd7d231becfe4d32964ca69918b0e669ae51504df736c74c9265c
-SIZE (junicode-0.6.15.zip) = 703042
+MD5 (junicode-0-6-16.zip) = 673d20c5fc99edd50887ae9c4ac5e1e7
+SHA256 (junicode-0-6-16.zip) = a069357b1d4963fd3a2a98f247603f89824a58d265d8534c79de905c23809333
+SIZE (junicode-0-6-16.zip) = 1009410
+
diff -Nur junicode.orig/pkg-descr junicode/pkg-descr
--- junicode.orig/pkg-descr 2009-07-07 11:35:14.000000000 +0200
+++ junicode/pkg-descr 2009-07-07 12:21:38.000000000 +0200
@@ -1,6 +1,22 @@
-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.
+Junicode is an advanced Unicode font for medieval scholars, including the
+full range of characters for languages written in the Latin script. It
+also partially implements the recommendation of the Medieval Unicode Font
+Initiative (MUFI).
+
+The following languages are fully supported: Old and Middle English, Old
+Icelandic, Runic, Latin, Gothic and Sanskrit transliterations, IPA
+(International Phonetic Alphabet) and Greek (based on the Greek Double
+Pica cut by Alexander Wilson of Glasgow in the eighteenth century).
+
+Junicode supports the following OpenType features: f and long-s ligatures,
+contextual alternates (calt), horizontal kerning (kern), discretionary
+ligatures (circled numbers and letters via dlig), glyph (de)composition
+(ccmp), correct positioning of combining marks -- mark-to-base (mark) and
+mark-to-mark (mkmk), small caps (smcp and c2sc), old-style figures (onum),
+super- and subscript numbers (sups and subs) and Unicode fractions (frac).
+
+Junicode's OpenType style sets provide support for Nordic and Insular
+letter-forms, Old English typography, enlarged minuscules, swash letters
+and MUFI's overlined characters and historic ligatures.
WWW: http://junicode.sourceforge.net/
--- junicode-0.6.16.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list