Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jan 2014 23:15:37 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341305 - in head/x11-fonts: gnu-unifont gnu-unifont-ttf
Message-ID:  <201401262315.s0QNFbOG086432@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Sun Jan 26 23:15:37 2014
New Revision: 341305
URL: http://svnweb.freebsd.org/changeset/ports/341305
QAT: https://qat.redports.org/buildarchive/r341305/

Log:
  Update x11-fonts/gnu-unifont and x11-fonts/gnu-unifont-ttf from 20080907
  to 20131020.
  
  PR:		ports/183298
  Submitted by:	Vitaly Magerya <vmagerya (at) gmail.com>
  Approved by:	maintainer

Modified:
  head/x11-fonts/gnu-unifont-ttf/Makefile
  head/x11-fonts/gnu-unifont-ttf/distinfo
  head/x11-fonts/gnu-unifont-ttf/pkg-descr
  head/x11-fonts/gnu-unifont/Makefile
  head/x11-fonts/gnu-unifont/distinfo
  head/x11-fonts/gnu-unifont/pkg-descr

Modified: head/x11-fonts/gnu-unifont-ttf/Makefile
==============================================================================
--- head/x11-fonts/gnu-unifont-ttf/Makefile	Sun Jan 26 23:12:29 2014	(r341304)
+++ head/x11-fonts/gnu-unifont-ttf/Makefile	Sun Jan 26 23:15:37 2014	(r341305)
@@ -2,26 +2,24 @@
 # $FreeBSD$
 
 PORTNAME=	gnu-unifont-ttf
-PORTVERSION=	20080907
+PORTVERSION=	20131020
 CATEGORIES=	x11-fonts
-MASTER_SITES=	http://unifoundry.com/ \
-		http://chirashi-no-ura.net/files/
-DISTNAME=	unifont-5.1.${PORTVERSION}.ttf
+MASTER_SITES=	http://unifoundry.com/pub/unifont-6.3.${PORTVERSION}/font-builds/
+DISTNAME=	unifont-6.3.${PORTVERSION}.ttf
 EXTRACT_SUFX=	.gz
 
 MAINTAINER=	bsdports@gmail.com
 COMMENT=	Unicode TrueType Font
 
+EXTRACT_CMD=	${GZIP_CMD}
+EXTRACT_BEFORE_ARGS=	-dc
+EXTRACT_AFTER_ARGS=	> ${WRKDIR}/${DISTNAME}
+
+NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 PLIST_FILES=	lib/X11/fonts/local/unifont.ttf
 
-NO_STAGE=	yes
-do-extract:
-	${MKDIR} ${WRKDIR}
-	${CP} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${WRKDIR}
-	${GUNZIP_CMD} ${WRKDIR}/${DISTNAME}${EXTRACT_SUFX}
-
 do-install:
-	${CP} ${WRKDIR}/${DISTNAME} ${LOCALBASE}/lib/X11/fonts/local/unifont.ttf
+	${INSTALL_DATA} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/lib/X11/fonts/local/unifont.ttf
 
 .include <bsd.port.mk>

Modified: head/x11-fonts/gnu-unifont-ttf/distinfo
==============================================================================
--- head/x11-fonts/gnu-unifont-ttf/distinfo	Sun Jan 26 23:12:29 2014	(r341304)
+++ head/x11-fonts/gnu-unifont-ttf/distinfo	Sun Jan 26 23:15:37 2014	(r341305)
@@ -1,2 +1,2 @@
-SHA256 (unifont-5.1.20080907.ttf.gz) = bccb547b59aa2006f2fb78053627eced4de1339cc6d612facfca2b0b9dee5a0f
-SIZE (unifont-5.1.20080907.ttf.gz) = 3105352
+SHA256 (unifont-6.3.20131020.ttf.gz) = 2ed6b629cb03ae0f58cdf6c3a8538499d20c1618abfcfbcdabf9649067c4d251
+SIZE (unifont-6.3.20131020.ttf.gz) = 3080523

Modified: head/x11-fonts/gnu-unifont-ttf/pkg-descr
==============================================================================
--- head/x11-fonts/gnu-unifont-ttf/pkg-descr	Sun Jan 26 23:12:29 2014	(r341304)
+++ head/x11-fonts/gnu-unifont-ttf/pkg-descr	Sun Jan 26 23:15:37 2014	(r341305)
@@ -4,5 +4,5 @@ using an intermediate bitmapped font for
 
 This is converted to TrueType.
 
-Auther: Paul Hardy <unifoundry@unifoundry.com>
+Author: Paul Hardy <unifoundry@unifoundry.com>
 WWW: http://unifoundry.com/unifont.html

Modified: head/x11-fonts/gnu-unifont/Makefile
==============================================================================
--- head/x11-fonts/gnu-unifont/Makefile	Sun Jan 26 23:12:29 2014	(r341304)
+++ head/x11-fonts/gnu-unifont/Makefile	Sun Jan 26 23:15:37 2014	(r341305)
@@ -2,29 +2,26 @@
 # $FreeBSD$
 
 PORTNAME=	gnu-unifont
-PORTVERSION=	20080820
+PORTVERSION=	20131020
 CATEGORIES=	x11-fonts
-MASTER_SITES=	http://unifoundry.com/ \
-		http://chirashi-no-ura.net/files/
-DISTNAME=	unifont-5.1.${PORTVERSION}.bdf
+MASTER_SITES=	http://unifoundry.com/pub/unifont-6.3.${PORTVERSION}/font-builds/
+DISTNAME=	unifont-6.3.${PORTVERSION}.pcf
 EXTRACT_SUFX=	.gz
+EXTRACT_ONLY=
 
 MAINTAINER=	bsdports@gmail.com
 COMMENT=	Unicode Font
 
-BUILD_DEPENDS=	bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf
+BUILD_DEPENDS=	mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir
+RUN_DEPENDS=	mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir
 
 NO_BUILD=	yes
-PLIST_FILES=	lib/X11/fonts/local/unifont.pcf.gz
-
-NO_STAGE=	yes
-do-extract:
-	${MKDIR} ${WRKDIR}
-	${CP} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${WRKDIR}
-	${GUNZIP_CMD} ${WRKDIR}/${DISTNAME}${EXTRACT_SUFX}
+PLIST_FILES=	"@unexec mkfontdir %D/lib/X11/fonts/local 2>/dev/null || true" \
+		lib/X11/fonts/local/unifont.pcf.gz	\
+		"@exec mkfontdir %D/lib/X11/fonts/local 2>/dev/null || true"
 
 do-install:
-	${LOCALBASE}/bin/bdftopcf  ${WRKDIR}/${DISTNAME} | ${GZIP_CMD} > ${WRKDIR}/unifont.pcf.gz
-	${CP} ${WRKDIR}/unifont.pcf.gz ${LOCALBASE}/lib/X11/fonts/local/unifont.pcf.gz
+	${INSTALL_DATA} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} \
+		${STAGEDIR}${PREFIX}/lib/X11/fonts/local/unifont.pcf.gz
 
 .include <bsd.port.mk>

Modified: head/x11-fonts/gnu-unifont/distinfo
==============================================================================
--- head/x11-fonts/gnu-unifont/distinfo	Sun Jan 26 23:12:29 2014	(r341304)
+++ head/x11-fonts/gnu-unifont/distinfo	Sun Jan 26 23:15:37 2014	(r341305)
@@ -1,2 +1,2 @@
-SHA256 (unifont-5.1.20080820.bdf.gz) = bd3bb03b6efb6d40641f84ce70ac69bf24d1cba58b738b041648186b9c731868
-SIZE (unifont-5.1.20080820.bdf.gz) = 1313836
+SHA256 (unifont-6.3.20131020.pcf.gz) = 6510709cb485a1393852b7e3540787a31f55137126d679fde47344bbf1349c53
+SIZE (unifont-6.3.20131020.pcf.gz) = 1353939

Modified: head/x11-fonts/gnu-unifont/pkg-descr
==============================================================================
--- head/x11-fonts/gnu-unifont/pkg-descr	Sun Jan 26 23:12:29 2014	(r341304)
+++ head/x11-fonts/gnu-unifont/pkg-descr	Sun Jan 26 23:15:37 2014	(r341305)
@@ -2,5 +2,5 @@ GNU Unifont is a free bitmap font that c
 the Unicode Basic Multilingual Plane (BMP),
 using an intermediate bitmapped font format.
 
-Auther: Paul Hardy <unifoundry@unifoundry.com>
+Author: Paul Hardy <unifoundry@unifoundry.com>
 WWW: http://unifoundry.com/unifont.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401262315.s0QNFbOG086432>