From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 7 11:00:11 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5A3C1065677 for ; Tue, 7 Jul 2009 11:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B24DF8FC14 for ; Tue, 7 Jul 2009 11:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n67B0BQR098643 for ; Tue, 7 Jul 2009 11:00:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n67B0BjO098642; Tue, 7 Jul 2009 11:00:11 GMT (envelope-from gnats) Resent-Date: Tue, 7 Jul 2009 11:00:11 GMT Resent-Message-Id: <200907071100.n67B0BjO098642@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nikola Lecic Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5751C1065673 for ; Tue, 7 Jul 2009 10:54:34 +0000 (UTC) (envelope-from nikola.lecic@anthesphoria.net) Received: from anthesphoria.net (anthesphoria.net [200.46.204.219]) by mx1.freebsd.org (Postfix) with ESMTP id EED238FC23 for ; Tue, 7 Jul 2009 10:54:33 +0000 (UTC) (envelope-from nikola.lecic@anthesphoria.net) Received: from anthesphoria.net (anthesphoria.net [200.46.204.219]) by anthesphoria.net (8.14.2/8.14.2) with ESMTP id n67AsWR3072633 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 7 Jul 2009 12:54:32 +0200 (CEST) (envelope-from nl@anthesphoria.net) Received: (from nl@localhost) by anthesphoria.net (8.14.2/8.14.2/Submit) id n67AsV02072621; Tue, 7 Jul 2009 12:54:31 +0200 (CEST) (envelope-from nl) Message-Id: <200907071054.n67AsV02072621@anthesphoria.net> Date: Tue, 7 Jul 2009 12:54:31 +0200 (CEST) From: Nikola Lecic To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/136418: [Patch] x11-fonts/junicode: Take maintainership, update to 0.6.16, better pkg-descr X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nikola Lecic List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jul 2009 11:00:12 -0000 >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@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@FreeBSD.org -COMMENT= Unicode font for medievalists (Latin, IPA and Runic) +MAINTAINER= nikola.lecic@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: