Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jul 2008 15:20:50 GMT
From:      nrg milk <nrgmilk@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/125308: [NEW PORT & UPDATE] x11-fonts/gnu-unifont-ttf and x11-fonts/gnu-unifont updated
Message-ID:  <200807051520.m65FKodP065029@www.freebsd.org>
Resent-Message-ID: <200807051530.m65FU3qn043171@freefall.freebsd.org>

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

>Number:         125308
>Category:       ports
>Synopsis:       [NEW PORT & UPDATE] x11-fonts/gnu-unifont-ttf and x11-fonts/gnu-unifont updated
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 05 15:30:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     nrg milk
>Release:        7.0-STABLE
>Organization:
null
>Environment:
FreeBSD  7.0-STABLE FreeBSD 7.0-STABLE #16: Fri May 30 20:23:00 JST 2008     root@:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
GNU Unifont updated to 20080620 and add TrueType Version.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -u gnu-unifont.org/Makefile gnu-unifont/Makefile
--- gnu-unifont.org/Makefile	2008-07-05 20:23:23.000000000 +0900
+++ gnu-unifont/Makefile	2008-07-05 23:59:47.000000000 +0900
@@ -5,15 +5,15 @@
 # $FreeBSD: ports/x11-fonts/gnu-unifont/Makefile,v 1.3 2008/07/05 11:23:23 edwin Exp $
 
 PORTNAME=	gnu-unifont
-PORTVERSION=	20080510
+PORTVERSION=	20080620
 CATEGORIES=	x11-fonts
 MASTER_SITES=	http://unifoundry.com/ \
 		http://chirashi-no-ura.net/files/
-DISTNAME=	gnu-unifont-2008-05-10.bdf
+DISTNAME=	unifont-5.1.${PORTVERSION}.bdf
 EXTRACT_SUFX=	.gz
 
 MAINTAINER=	bsdports@gmail.com
-COMMENT=	Unicode font
+COMMENT=	Unicode Font
 
 BUILD_DEPENDS=	bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf
 
diff -u gnu-unifont.org/distinfo gnu-unifont/distinfo
--- gnu-unifont.org/distinfo	2008-07-05 20:23:23.000000000 +0900
+++ gnu-unifont/distinfo	2008-07-05 23:37:00.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (gnu-unifont-2008-05-10.bdf.gz) = 25bfb7d0213cf8cd415e61eeb9d2b038
-SHA256 (gnu-unifont-2008-05-10.bdf.gz) = 75ef7421c5e299a8f00bd0fde78efb4d9a6981bf0e72bc7e4e08be6cbb46e187
-SIZE (gnu-unifont-2008-05-10.bdf.gz) = 1265800
+MD5 (unifont-5.1.20080620.bdf.gz) = 67f7d28e4659310acf5aae7dcb36ee47
+SHA256 (unifont-5.1.20080620.bdf.gz) = 245cf2331672076c6d9bcf95405475e1f2b164468b80db2c948e29959ca19b3b
+SIZE (unifont-5.1.20080620.bdf.gz) = 1311143







# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	gnu-unifont-ttf
#	gnu-unifont-ttf/Makefile
#	gnu-unifont-ttf/distinfo
#	gnu-unifont-ttf/pkg-descr
#
echo c - gnu-unifont-ttf
mkdir -p gnu-unifont-ttf > /dev/null 2>&1
echo x - gnu-unifont-ttf/Makefile
sed 's/^X//' >gnu-unifont-ttf/Makefile << 'END-of-gnu-unifont-ttf/Makefile'
X# New ports collection makefile for:	gnu-unifont-ttf
X# Date created:				Jul 6 2008
X# Whom:					nrg milk <bsdports@gmail.com>
X#
X# $FreeBSD$
X
XPORTNAME=	gnu-unifont-ttf
XPORTVERSION=	20080620
XCATEGORIES=	x11-fonts
XMASTER_SITES=	http://unifoundry.com/ \
X		http://chirashi-no-ura.net/files/
XDISTNAME=	unifont-5.1.${PORTVERSION}.ttf
XEXTRACT_SUFX=	.gz
X
XMAINTAINER=	bsdports@gmail.com
XCOMMENT=	Unicode TrueType Font
X
XNO_BUILD=	yes
XPLIST_FILES=	lib/X11/fonts/local/unifont.ttf
X
Xdo-extract:
X	${MKDIR} ${WRKDIR}
X	${CP} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${WRKDIR}
X	${GUNZIP_CMD} ${WRKDIR}/${DISTNAME}${EXTRACT_SUFX}
X
Xdo-install:
X	${CP} ${WRKDIR}/${DISTNAME} ${LOCALBASE}/lib/X11/fonts/local/unifont.ttf
X
X.include <bsd.port.mk>
END-of-gnu-unifont-ttf/Makefile
echo x - gnu-unifont-ttf/distinfo
sed 's/^X//' >gnu-unifont-ttf/distinfo << 'END-of-gnu-unifont-ttf/distinfo'
XMD5 (unifont-5.1.20080620.ttf.gz) = 079b19aa69bff47fe24b8000892f4b0f
XSHA256 (unifont-5.1.20080620.ttf.gz) = d432293e410e9b0505dde603accce66473005a28758822097dec57b87772e295
XSIZE (unifont-5.1.20080620.ttf.gz) = 3157420
END-of-gnu-unifont-ttf/distinfo
echo x - gnu-unifont-ttf/pkg-descr
sed 's/^X//' >gnu-unifont-ttf/pkg-descr << 'END-of-gnu-unifont-ttf/pkg-descr'
XGNU Unifont is a free bitmap font that covers
Xthe Unicode Basic Multilingual Plane (BMP),
Xusing an intermediate bitmapped font format.
X
XThis is converted to TrueType.
X
XAuther: Paul Hardy <unifoundry@unifoundry.com>
XWWW: http://unifoundry.com/unifont.html
END-of-gnu-unifont-ttf/pkg-descr
exit



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



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