Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2013 12:33:36 GMT
From:      Vitaly Magerya <vmagerya@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/183298: Update x11-fonts/gnu-unifont and x11-fonts/gnu-unifont-ttf from 20080907 to 20131020
Message-ID:  <201310251233.r9PCXaiZ081973@oldred.freebsd.org>
Resent-Message-ID: <201310251240.r9PCe096004716@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         183298
>Category:       ports
>Synopsis:       Update x11-fonts/gnu-unifont and x11-fonts/gnu-unifont-ttf from 20080907 to 20131020
>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:   Fri Oct 25 12:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Vitaly Magerya
>Release:        
>Organization:
>Environment:
>Description:
Update x11-fonts/gnu-unifont and x11-fonts/gnu-unifont-ttf
from 5.1.20080907 to 6.3.20131020.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN gnu-unifont.orig/Makefile gnu-unifont/Makefile
--- gnu-unifont.orig/Makefile	2013-09-21 02:51:14.000000000 +0300
+++ gnu-unifont/Makefile	2013-10-25 15:09:55.000000000 +0300
@@ -2,29 +2,28 @@
 # $FreeBSD: x11-fonts/gnu-unifont/Makefile 327781 2013-09-20 23:51:14Z bapt $
 
 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
 
 MAINTAINER=	bsdports@gmail.com
 COMMENT=	Unicode Font
 
-BUILD_DEPENDS=	bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf
+BUILD_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}
 
 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} \
+		${LOCALBASE}/lib/X11/fonts/local/unifont.pcf.gz
+	mkfontdir ${LOCALBASE}/lib/X11/fonts/local/
 
 .include <bsd.port.mk>
diff -ruN gnu-unifont.orig/distinfo gnu-unifont/distinfo
--- gnu-unifont.orig/distinfo	2012-07-14 17:29:18.000000000 +0300
+++ gnu-unifont/distinfo	2013-10-25 15:08:23.000000000 +0300
@@ -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
diff -ruN gnu-unifont.orig/pkg-descr gnu-unifont/pkg-descr
--- gnu-unifont.orig/pkg-descr	2012-07-14 17:29:18.000000000 +0300
+++ gnu-unifont/pkg-descr	2013-10-25 15:31:21.000000000 +0300
@@ -2,5 +2,5 @@
 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
diff -ruN gnu-unifont-ttf.orig/Makefile gnu-unifont-ttf/Makefile
--- gnu-unifont-ttf.orig/Makefile	2013-09-21 02:51:14.000000000 +0300
+++ gnu-unifont-ttf/Makefile	2013-10-25 15:22:26.000000000 +0300
@@ -2,11 +2,10 @@
 # $FreeBSD: x11-fonts/gnu-unifont-ttf/Makefile 327781 2013-09-20 23:51:14Z bapt $
 
 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
@@ -16,12 +15,13 @@
 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} ${WRKDIR}/${DISTNAME} ${LOCALBASE}/lib/X11/fonts/local/unifont.ttf
 
 .include <bsd.port.mk>
diff -ruN gnu-unifont-ttf.orig/distinfo gnu-unifont-ttf/distinfo
--- gnu-unifont-ttf.orig/distinfo	2012-07-14 17:29:18.000000000 +0300
+++ gnu-unifont-ttf/distinfo	2013-10-25 15:18:26.000000000 +0300
@@ -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
diff -ruN gnu-unifont-ttf.orig/pkg-descr gnu-unifont-ttf/pkg-descr
--- gnu-unifont-ttf.orig/pkg-descr	2012-07-14 17:29:18.000000000 +0300
+++ gnu-unifont-ttf/pkg-descr	2013-10-25 15:31:08.000000000 +0300
@@ -4,5 +4,5 @@
 
 This is converted to TrueType.
 
-Auther: Paul Hardy <unifoundry@unifoundry.com>
+Author: Paul Hardy <unifoundry@unifoundry.com>
 WWW: http://unifoundry.com/unifont.html


>Release-Note:
>Audit-Trail:
>Unformatted:



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