From owner-svn-ports-all@FreeBSD.ORG Tue Feb 25 21:03:28 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 03871225; Tue, 25 Feb 2014 21:03:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E30E01951; Tue, 25 Feb 2014 21:03:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1PL3Rc7016248; Tue, 25 Feb 2014 21:03:27 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1PL3Q6P016242; Tue, 25 Feb 2014 21:03:26 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201402252103.s1PL3Q6P016242@svn.freebsd.org> From: Pawel Pekala Date: Tue, 25 Feb 2014 21:03:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346077 - in head/x11-fonts: gnu-unifont gnu-unifont-ttf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Feb 2014 21:03:28 -0000 Author: pawel Date: Tue Feb 25 21:03:26 2014 New Revision: 346077 URL: http://svnweb.freebsd.org/changeset/ports/346077 QAT: https://qat.redports.org/buildarchive/r346077/ Log: Update to version 20140214 PR: ports/186892 Submitted by: Vitaly Magerya Approved by: maintainer Added: head/x11-fonts/gnu-unifont-ttf/pkg-plist (contents, props changed) Modified: head/x11-fonts/gnu-unifont-ttf/Makefile head/x11-fonts/gnu-unifont-ttf/distinfo head/x11-fonts/gnu-unifont/Makefile head/x11-fonts/gnu-unifont/distinfo Modified: head/x11-fonts/gnu-unifont-ttf/Makefile ============================================================================== --- head/x11-fonts/gnu-unifont-ttf/Makefile Tue Feb 25 20:55:46 2014 (r346076) +++ head/x11-fonts/gnu-unifont-ttf/Makefile Tue Feb 25 21:03:26 2014 (r346077) @@ -2,24 +2,35 @@ # $FreeBSD$ PORTNAME= gnu-unifont-ttf -PORTVERSION= 20131020 +PORTVERSION= 20140214 CATEGORIES= x11-fonts -MASTER_SITES= http://unifoundry.com/pub/unifont-6.3.${PORTVERSION}/font-builds/ -DISTNAME= unifont-6.3.${PORTVERSION}.ttf -EXTRACT_SUFX= .gz +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR=unifont/unifont-6.3.${PORTVERSION} +DISTNAME= unifont-6.3.${PORTVERSION} MAINTAINER= bsdports@gmail.com COMMENT= Unicode TrueType Font -EXTRACT_CMD= ${GZIP_CMD} -EXTRACT_BEFORE_ARGS= -dc -EXTRACT_AFTER_ARGS= > ${WRKDIR}/${DISTNAME} +BUILD_DEPENDS= mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale \ + mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir -NO_WRKSUBDIR= yes NO_BUILD= yes -PLIST_FILES= lib/X11/fonts/local/unifont.ttf +FONTSDIR= lib/X11/fonts/unifont +INSTALLDIR= ${STAGEDIR}${PREFIX}/${FONTSDIR} +PLIST_SUB= FONTSDIR="${FONTSDIR}" +WRKSRC_SUBDIR= font/precompiled do-install: - ${INSTALL_DATA} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/lib/X11/fonts/local/unifont.ttf + @${MKDIR} ${INSTALLDIR} + ${INSTALL_DATA} ${WRKSRC}/unifont-6.3.${PORTVERSION}.ttf \ + ${INSTALLDIR}/unifont.ttf + ${INSTALL_DATA} ${WRKSRC}/unifont_csur-6.3.${PORTVERSION}.ttf \ + ${INSTALLDIR}/unifont_csur.ttf + ${INSTALL_DATA} ${WRKSRC}/unifont_upper-6.3.${PORTVERSION}.ttf \ + ${INSTALLDIR}/unifont_upper.ttf + ${INSTALL_DATA} ${WRKSRC}/unifont_upper_csur-6.3.${PORTVERSION}.ttf \ + ${INSTALLDIR}/unifont_upper_csur.ttf + ${LOCALBASE}/bin/mkfontscale ${INSTALLDIR} + ${LOCALBASE}/bin/mkfontdir ${INSTALLDIR} .include Modified: head/x11-fonts/gnu-unifont-ttf/distinfo ============================================================================== --- head/x11-fonts/gnu-unifont-ttf/distinfo Tue Feb 25 20:55:46 2014 (r346076) +++ head/x11-fonts/gnu-unifont-ttf/distinfo Tue Feb 25 21:03:26 2014 (r346077) @@ -1,2 +1,2 @@ -SHA256 (unifont-6.3.20131020.ttf.gz) = 2ed6b629cb03ae0f58cdf6c3a8538499d20c1618abfcfbcdabf9649067c4d251 -SIZE (unifont-6.3.20131020.ttf.gz) = 3080523 +SHA256 (unifont-6.3.20140214.tar.gz) = 8238b21c105b0af9574c2eac647073513e6c008710a116c7c9e271743cbfd5a7 +SIZE (unifont-6.3.20140214.tar.gz) = 17337004 Added: head/x11-fonts/gnu-unifont-ttf/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/gnu-unifont-ttf/pkg-plist Tue Feb 25 21:03:26 2014 (r346077) @@ -0,0 +1,7 @@ +%%FONTSDIR%%/fonts.dir +%%FONTSDIR%%/fonts.scale +%%FONTSDIR%%/unifont.ttf +%%FONTSDIR%%/unifont_csur.ttf +%%FONTSDIR%%/unifont_upper.ttf +%%FONTSDIR%%/unifont_upper_csur.ttf +@dirrm %%FONTSDIR%% Modified: head/x11-fonts/gnu-unifont/Makefile ============================================================================== --- head/x11-fonts/gnu-unifont/Makefile Tue Feb 25 20:55:46 2014 (r346076) +++ head/x11-fonts/gnu-unifont/Makefile Tue Feb 25 21:03:26 2014 (r346077) @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= gnu-unifont -PORTVERSION= 20131020 +PORTVERSION= 20140214 CATEGORIES= x11-fonts -MASTER_SITES= http://unifoundry.com/pub/unifont-6.3.${PORTVERSION}/font-builds/ +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR=unifont/unifont-6.3.${PORTVERSION} DISTNAME= unifont-6.3.${PORTVERSION}.pcf EXTRACT_SUFX= .gz EXTRACT_ONLY= Modified: head/x11-fonts/gnu-unifont/distinfo ============================================================================== --- head/x11-fonts/gnu-unifont/distinfo Tue Feb 25 20:55:46 2014 (r346076) +++ head/x11-fonts/gnu-unifont/distinfo Tue Feb 25 21:03:26 2014 (r346077) @@ -1,2 +1,2 @@ -SHA256 (unifont-6.3.20131020.pcf.gz) = 6510709cb485a1393852b7e3540787a31f55137126d679fde47344bbf1349c53 -SIZE (unifont-6.3.20131020.pcf.gz) = 1353939 +SHA256 (unifont-6.3.20140214.pcf.gz) = 60c5954fcfcaf26c27392c6337dfd8f23353378090a5f918e4c776a0cb4a095d +SIZE (unifont-6.3.20140214.pcf.gz) = 1357499