Date: Sun, 22 Aug 2010 08:47:14 GMT From: Dmitry <dmitry2006@yandex.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/149870: x11-fonts/stix-fonts update to ver. 1.0.0 Message-ID: <201008220847.o7M8lEnT078331@www.freebsd.org> Resent-Message-ID: <201008220850.o7M8o26r000618@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 149870 >Category: ports >Synopsis: x11-fonts/stix-fonts update to ver. 1.0.0 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Aug 22 08:50:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Dmitry >Release: 8.1-STABLE >Organization: >Environment: FreeBSD *** 8.1-STABLE FreeBSD 8.1-STABLE #0: Sat Aug 7 16:27:16 *** 2010 root@***:/usr/obj/usr/src/sys/GENERIC_ amd64 >Description: STIX Fonts Version 1.0 Released A new web-based character set perfectly renders the full range of characters and symbols needed in Scientific, Technical, and Medical (STM) publishing. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile 2009-03-01 17:56:04.000000000 +0500 +++ Makefile.new 2010-08-22 14:30:46.000000000 +0600 @@ -6,10 +6,10 @@ # PORTNAME= STIX-fonts -PORTVERSION= 0.20071031 +PORTVERSION= 1.0.0 CATEGORIES= x11-fonts MASTER_SITES= http://www.mozilla.org/projects/mathml/fonts/stix/ -DISTNAME= STIXBeta +DISTNAME= STIXv1.0.0 MAINTAINER= thierry@FreeBSD.org COMMENT= A comprehensive set of fonts for scientific and engineering purposes @@ -21,8 +21,6 @@ USE_ZIP= yes USE_XORG= x11 -NO_WRKSUBDIR= yes - PLIST_SUB= FONTDIR="${FONTDIR:S|${PREFIX}/||}" \ FCCACHE='${FCCACHE}' @@ -32,23 +30,19 @@ FONTNAME= stix FONTDIR= ${PREFIX}/lib/X11/fonts/${FONTNAME} -INSTDAT= License.txt Readme.txt fonts.dir fonts.scale MKFONTSCL_CMD= ${LOCALBASE}/bin/mkfontscale MKFONTDIR_CMD= ${LOCALBASE}/bin/mkfontdir FCCACHE= ${LOCALBASE}/bin/fc-cache -f -v do-build: - cd ${WRKSRC} && \ - ${MKFONTSCL_CMD} - ${REINPLACE_CMD} -e 's|-misc-|-stix-|' ${WRKSRC}/fonts.scale - cd ${WRKSRC} && \ - ${MKFONTDIR_CMD} + cd ${WRKSRC}/Fonts && ${MKFONTSCL_CMD} + ${REINPLACE_CMD} -e 's|-misc-|-stix-|' ${WRKSRC}/Fonts/fonts.scale + cd ${WRKSRC}/Fonts && ${MKFONTDIR_CMD} do-install: ${MKDIR} ${FONTDIR} - cd ${WRKSRC} && \ - ${INSTALL_DATA} ${INSTDAT} *.otf ${FONTDIR} + cd ${WRKSRC}/Fonts && ${INSTALL_DATA} fonts.dir fonts.scale *.otf ${FONTDIR} post-install: @${ECHO_MSG} "===> Running fc-cache" --- distinfo 2009-03-01 17:56:04.000000000 +0500 +++ distinfo.new 2010-08-22 14:30:46.000000000 +0600 @@ -1,3 +1,3 @@ -MD5 (STIXBeta.zip) = cf15d327b3c0499107b0a178c74a8915 -SHA256 (STIXBeta.zip) = b6c143a4e7d0c0e7de16072cfdee12ac2a049a677687001535882c9ab59c874d -SIZE (STIXBeta.zip) = 758513 +MD5 (STIXv1.0.0.zip) = c8ce241126591ab76e488a1a10bf49f5 +SHA256 (STIXv1.0.0.zip) = 2f10ee4deaf93e31d2fad6b4df2091e4c56b8c144499da4c0178fc0e4a873cfe +SIZE (STIXv1.0.0.zip) = 2761626 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008220847.o7M8lEnT078331>