NetBSD Problem Report #45537

From makoto@ki.nu  Fri Oct 28 14:55:33 2011
Return-Path: <makoto@ki.nu>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
	by www.NetBSD.org (Postfix) with ESMTP id 82DEE63CAE8
	for <gnats-bugs@gnats.NetBSD.org>; Fri, 28 Oct 2011 14:55:33 +0000 (UTC)
Message-Id: <201110281455.p9SEtTMh010563@ki.nu>
Date: Fri, 28 Oct 2011 23:55:29 +0900 (JST)
From: makoto@ki.nu
Reply-To: makoto@ki.nu
To: gnats-bugs@gnats.NetBSD.org
Subject: [PATCH] (xorg) font releases, part 1: (Nov. 2010)
X-Send-Pr-Version: 3.95

>Number:         45537
>Category:       pkg
>Synopsis:       (xorg) font releases, part 1: (Nov. 2010)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    mef
>State:          closed
>Class:          support
>Submitter-Id:   net
>Arrival-Date:   Fri Oct 28 15:00:00 +0000 2011
>Closed-Date:    Tue Jun 12 00:13:36 +0000 2012
>Last-Modified:  Tue Jun 12 00:13:36 +0000 2012
>Originator:     Makoto Fujiwara
>Release:        NetBSD 5.1
>Organization:
KINU Corporation
>Environment:


System: NetBSD t-105.i.ki.nu 5.1 NetBSD 5.1 (GENERIC) #0: Sat Nov 6 13:19:33 UTC 2010 builds@b6.netbsd.org:/home/builds/ab/netbsd-5-1-RELEASE/amd64/201011061943Z-obj/home/builds/ab/netbsd-5-1-RELEASE/src/sys/arch/amd64/compile/GENERIC amd64
Architecture: x86_64
Machine: amd64
>Description:
	--------
	[ANNOUNCE] font releases, part 1:
	http://www.mail-archive.com/xorg-announce@lists.freedesktop.org/msg01322.html
	--------
	As promised, here's a first batch of font releases, hopefully in time
	for the upcoming katamari. For now, I've only tackled "adobe-*" fonts,
	the rest will come later once I get round to it.

	The major changes for these fives releases are
	 - CVS tags purges by Jesse Adkins
	 - font-util macro bump to 1.2 by Ga«±tan Nadon
	--------
	font-adobe-100dpi	 1.0.1 -> 1.0.3
	font-adobe-75dpi	 1.0.1 -> 1.0.3
	font-adobe-utopia-100dpi 1.0.2 -> 1.0.4
	font-adobe-utopia-75dpi	 1.0.2 -> 1.0.4

	font-adobe-utopia-type1	 1.0.1 -> 1.0.4
	font-adobe-utopia-type1	 lib/X11/fonts/Type1 ->  share/fonts/X11/Type1

	font-util		 1.1.0 -> 1.2.0
	--------
>How-To-Repeat:
	cd /usr/pkgsrc/fonts;
	foreach i (font-adobe-* font-util)                             
	(cd $i; make clean && make package)
	end
>Fix:

Index: font-adobe-100dpi/Makefile
===================================================================
RCS file: /e/cvsync/cvsync/pkgsrc/fonts/font-adobe-100dpi/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- font-adobe-100dpi/Makefile	9 Sep 2010 17:59:37 -0000	1.6
+++ font-adobe-100dpi/Makefile	28 Oct 2011 14:24:45 -0000
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.6 2010/09/09 17:59:37 joerg Exp $
 #

-DISTNAME=		font-adobe-100dpi-1.0.1
+DISTNAME=		font-adobe-100dpi-1.0.3
 CATEGORIES=		fonts
 MASTER_SITES=		${MASTER_SITE_XORG:=font/}
 EXTRACT_SUFX=		.tar.bz2
Index: font-adobe-100dpi/distinfo
===================================================================
RCS file: /e/cvsync/cvsync/pkgsrc/fonts/font-adobe-100dpi/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- font-adobe-100dpi/distinfo	9 Sep 2010 02:17:43 -0000	1.2
+++ font-adobe-100dpi/distinfo	28 Oct 2011 14:24:59 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.2 2010/09/09 02:17:43 joerg Exp $

-SHA1 (font-adobe-100dpi-1.0.1.tar.bz2) = 814baccf5cf6c6545b7e8f3bbbad377be369042d
-RMD160 (font-adobe-100dpi-1.0.1.tar.bz2) = b6819bb299937d8aadd5fc0e245323bdff6f1e82
-Size (font-adobe-100dpi-1.0.1.tar.bz2) = 1119575 bytes
+SHA1 (font-adobe-100dpi-1.0.3.tar.bz2) = 53311cbd604f18bd9570727105a4222473d363e3
+RMD160 (font-adobe-100dpi-1.0.3.tar.bz2) = 365326528b430a164ce201cb3f69b67098d588bc
+Size (font-adobe-100dpi-1.0.3.tar.bz2) = 1113104 bytes
Index: font-adobe-75dpi/Makefile
===================================================================
RCS file: /e/cvsync/cvsync/pkgsrc/fonts/font-adobe-75dpi/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- font-adobe-75dpi/Makefile	9 Sep 2010 17:59:37 -0000	1.6
+++ font-adobe-75dpi/Makefile	28 Oct 2011 14:26:14 -0000
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.6 2010/09/09 17:59:37 joerg Exp $
 #

-DISTNAME=		font-adobe-75dpi-1.0.1
+DISTNAME=		font-adobe-75dpi-1.0.3
 CATEGORIES=		fonts
 MASTER_SITES=		${MASTER_SITE_XORG:=font/}
 EXTRACT_SUFX=		.tar.bz2
Index: font-adobe-75dpi/distinfo
===================================================================
RCS file: /e/cvsync/cvsync/pkgsrc/fonts/font-adobe-75dpi/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- font-adobe-75dpi/distinfo	9 Sep 2010 02:18:04 -0000	1.2
+++ font-adobe-75dpi/distinfo	28 Oct 2011 14:26:36 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.2 2010/09/09 02:18:04 joerg Exp $

-SHA1 (font-adobe-75dpi-1.0.1.tar.bz2) = 3cbed8a4a3a6bbe6ccd3d6e07a238f8c9ab7a26c
-RMD160 (font-adobe-75dpi-1.0.1.tar.bz2) = 2e2fa02f0bc99321853a299b2a041bfe0ae1fd43
-Size (font-adobe-75dpi-1.0.1.tar.bz2) = 907258 bytes
+SHA1 (font-adobe-75dpi-1.0.3.tar.bz2) = 6a2ec569336b5646682a14eee3c7790274beffd1
+RMD160 (font-adobe-75dpi-1.0.3.tar.bz2) = b2ccc063f73440eae6a1e6e1a33714d96ffda24a
+Size (font-adobe-75dpi-1.0.3.tar.bz2) = 889542 bytes
Index: font-adobe-utopia-100dpi/Makefile
===================================================================
RCS file: /e/cvsync/cvsync/pkgsrc/fonts/font-adobe-utopia-100dpi/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- font-adobe-utopia-100dpi/Makefile	9 Sep 2010 17:59:36 -0000	1.6
+++ font-adobe-utopia-100dpi/Makefile	28 Oct 2011 14:30:07 -0000
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.6 2010/09/09 17:59:36 joerg Exp $
 #

-DISTNAME=		font-adobe-utopia-100dpi-1.0.2
+DISTNAME=		font-adobe-utopia-100dpi-1.0.4
 CATEGORIES=		fonts
 MASTER_SITES=		${MASTER_SITE_XORG:=font/}
 EXTRACT_SUFX=		.tar.bz2
Index: font-adobe-utopia-100dpi/distinfo
===================================================================
RCS file: /e/cvsync/cvsync/pkgsrc/fonts/font-adobe-utopia-100dpi/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- font-adobe-utopia-100dpi/distinfo	19 Sep 2010 05:26:44 -0000	1.3
+++ font-adobe-utopia-100dpi/distinfo	28 Oct 2011 14:32:59 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.3 2010/09/19 05:26:44 dsainty Exp $

-SHA1 (font-adobe-utopia-100dpi-1.0.2.tar.bz2) = e692c3d3933c47c69656be0fd0f06218c2db138d
-RMD160 (font-adobe-utopia-100dpi-1.0.2.tar.bz2) = 9ef7c8832c821bf331124bc9651b7c87244d0b16
-Size (font-adobe-utopia-100dpi-1.0.2.tar.bz2) = 349250 bytes
+SHA1 (font-adobe-utopia-100dpi-1.0.4.tar.bz2) = 9e80cf5bbd5522a5cfad2a9f8f8fce86de0f0226
+RMD160 (font-adobe-utopia-100dpi-1.0.4.tar.bz2) = a8b02df07a2b080de8a2671535e3805cef8b540f
+Size (font-adobe-utopia-100dpi-1.0.4.tar.bz2) = 353852 bytes
Index: font-adobe-utopia-75dpi/Makefile
===================================================================
RCS file: /e/cvsync/cvsync/pkgsrc/fonts/font-adobe-utopia-75dpi/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- font-adobe-utopia-75dpi/Makefile	9 Sep 2010 17:59:36 -0000	1.6
+++ font-adobe-utopia-75dpi/Makefile	28 Oct 2011 14:30:27 -0000
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.6 2010/09/09 17:59:36 joerg Exp $
 #

-DISTNAME=		font-adobe-utopia-75dpi-1.0.2
+DISTNAME=		font-adobe-utopia-75dpi-1.0.4
 CATEGORIES=		fonts
 MASTER_SITES=		${MASTER_SITE_XORG:=font/}
 EXTRACT_SUFX=		.tar.bz2
Index: font-adobe-utopia-75dpi/distinfo
===================================================================
RCS file: /e/cvsync/cvsync/pkgsrc/fonts/font-adobe-utopia-75dpi/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- font-adobe-utopia-75dpi/distinfo	4 Oct 2010 05:27:34 -0000	1.3
+++ font-adobe-utopia-75dpi/distinfo	28 Oct 2011 14:33:16 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.3 2010/10/04 05:27:34 dsainty Exp $

-SHA1 (font-adobe-utopia-75dpi-1.0.2.tar.bz2) = 2db08c2e0186831e4d68f7a2ffb2f9fe598a7280
-RMD160 (font-adobe-utopia-75dpi-1.0.2.tar.bz2) = 89717b385a4eb29a345d66312906d840b88c71ba
-Size (font-adobe-utopia-75dpi-1.0.2.tar.bz2) = 272028 bytes
+SHA1 (font-adobe-utopia-75dpi-1.0.4.tar.bz2) = 50e837322a09f1a7c40fb78fc6aad1a157284507
+RMD160 (font-adobe-utopia-75dpi-1.0.4.tar.bz2) = b0521b0fb7202537b23618f9d3b6e52bc1afa2ff
+Size (font-adobe-utopia-75dpi-1.0.4.tar.bz2) = 273484 bytes
Index: font-adobe-utopia-type1/Makefile
===================================================================
RCS file: /e/cvsync/cvsync/pkgsrc/fonts/font-adobe-utopia-type1/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- font-adobe-utopia-type1/Makefile	24 May 2008 21:45:20 -0000	1.7
+++ font-adobe-utopia-type1/Makefile	28 Oct 2011 14:30:40 -0000
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.7 2008/05/24 21:45:20 tnn Exp $
 #

-DISTNAME=		font-adobe-utopia-type1-1.0.1
+DISTNAME=		font-adobe-utopia-type1-1.0.4
 CATEGORIES=		fonts
 MASTER_SITES=		${MASTER_SITE_XORG:=font/}
 EXTRACT_SUFX=		.tar.bz2
Index: font-adobe-utopia-type1/PLIST
===================================================================
RCS file: /e/cvsync/cvsync/pkgsrc/fonts/font-adobe-utopia-type1/PLIST,v
retrieving revision 1.2
diff -u -r1.2 PLIST
--- font-adobe-utopia-type1/PLIST	14 Jun 2009 17:54:11 -0000	1.2
+++ font-adobe-utopia-type1/PLIST	28 Oct 2011 14:38:09 -0000
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:54:11 joerg Exp $
-lib/X11/fonts/Type1/UTBI____.afm
-lib/X11/fonts/Type1/UTBI____.pfa
-lib/X11/fonts/Type1/UTB_____.afm
-lib/X11/fonts/Type1/UTB_____.pfa
-lib/X11/fonts/Type1/UTI_____.afm
-lib/X11/fonts/Type1/UTI_____.pfa
-lib/X11/fonts/Type1/UTRG____.afm
-lib/X11/fonts/Type1/UTRG____.pfa
+@comment $NetBSD$
 share/doc/font-adobe-utopia-type1/COPYING
+share/fonts/X11/Type1/UTBI____.afm
+share/fonts/X11/Type1/UTBI____.pfa
+share/fonts/X11/Type1/UTB_____.afm
+share/fonts/X11/Type1/UTB_____.pfa
+share/fonts/X11/Type1/UTI_____.afm
+share/fonts/X11/Type1/UTI_____.pfa
+share/fonts/X11/Type1/UTRG____.afm
+share/fonts/X11/Type1/UTRG____.pfa
Index: font-adobe-utopia-type1/distinfo
===================================================================
RCS file: /e/cvsync/cvsync/pkgsrc/fonts/font-adobe-utopia-type1/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- font-adobe-utopia-type1/distinfo	15 Nov 2006 10:42:07 -0000	1.1.1.1
+++ font-adobe-utopia-type1/distinfo	28 Oct 2011 14:33:33 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.1.1.1 2006/11/15 10:42:07 joerg Exp $

-SHA1 (font-adobe-utopia-type1-1.0.1.tar.bz2) = 058cdb2668df3dbdc81a49a2eded8de334876c3a
-RMD160 (font-adobe-utopia-type1-1.0.1.tar.bz2) = 73cf16a10870d134526feb4db5877a193a49a4db
-Size (font-adobe-utopia-type1-1.0.1.tar.bz2) = 208596 bytes
+SHA1 (font-adobe-utopia-type1-1.0.4.tar.bz2) = 3113cfafb91c2c53df6a1fae57dca6c50fb8ce20
+RMD160 (font-adobe-utopia-type1-1.0.4.tar.bz2) = 57fcd1c50075deb1b4449d5623044f81707a8051
+Size (font-adobe-utopia-type1-1.0.4.tar.bz2) = 269159 bytes
Index: font-util/Makefile
===================================================================
RCS file: /e/cvsync/cvsync/pkgsrc/fonts/font-util/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- font-util/Makefile	9 Sep 2010 18:54:39 -0000	1.8
+++ font-util/Makefile	28 Oct 2011 14:39:10 -0000
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.8 2010/09/09 18:54:39 joerg Exp $
 #

-DISTNAME=		font-util-1.1.1
+DISTNAME=		font-util-1.2.0
 CATEGORIES=		fonts
 MASTER_SITES=		${MASTER_SITE_XORG:=font/}
 EXTRACT_SUFX=		.tar.bz2
Index: font-util/distinfo
===================================================================
RCS file: /e/cvsync/cvsync/pkgsrc/fonts/font-util/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- font-util/distinfo	9 Sep 2010 18:54:39 -0000	1.4
+++ font-util/distinfo	28 Oct 2011 14:39:19 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.4 2010/09/09 18:54:39 joerg Exp $

-SHA1 (font-util-1.1.1.tar.bz2) = 6ee3af5466de84d61411e173e578a256aeb1074d
-RMD160 (font-util-1.1.1.tar.bz2) = 5519e5f093d9055248e51d6ccef7a190e76e218d
-Size (font-util-1.1.1.tar.bz2) = 121336 bytes
+SHA1 (font-util-1.2.0.tar.bz2) = 011fa9c8fe08d9f6f848df570374ed1cb7488146
+RMD160 (font-util-1.2.0.tar.bz2) = 1cc25721fe18d86f7e11038a3128b6466a02378d
+Size (font-util-1.2.0.tar.bz2) = 134588 bytes

>Release-Note:

>Audit-Trail:

Responsible-Changed-From-To: pkg-manager->joerg
Responsible-Changed-By: wiz@NetBSD.org
Responsible-Changed-When: Sun, 30 Oct 2011 21:54:36 +0000
Responsible-Changed-Why:
Over to maintainer.


Responsible-Changed-From-To: joerg->mef
Responsible-Changed-By: wiz@NetBSD.org
Responsible-Changed-When: Fri, 08 Jun 2012 16:05:40 +0000
Responsible-Changed-Why:
Please commit, thank you.


From: "Makoto Fujiwara" <mef@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/45537 CVS commit: pkgsrc/fonts
Date: Mon, 11 Jun 2012 23:23:29 +0000

 Module Name:	pkgsrc
 Committed By:	mef
 Date:		Mon Jun 11 23:23:29 UTC 2012

 Modified Files:
 	pkgsrc/fonts/font-adobe-100dpi: Makefile distinfo
 	pkgsrc/fonts/font-adobe-75dpi: Makefile distinfo
 	pkgsrc/fonts/font-adobe-utopia-100dpi: Makefile distinfo
 	pkgsrc/fonts/font-adobe-utopia-75dpi: Makefile distinfo
 	pkgsrc/fonts/font-adobe-utopia-type1: Makefile PLIST distinfo

 Log Message:
 Bump the version based on: PR pkg/45537
 which again based on following announce
 --------
 Sun, 14 Nov 2010 22:43:47 -0800
 [ANNOUNCE] font releases, part 1:
 http://www.mail-archive.com/xorg-announce@lists.freedesktop.org/msg01322.html
 --------
 As promised, here's a first batch of font releases, hopefully in time
 for the upcoming katamari. For now, I've only tackled "adobe-*" fonts,
 the rest will come later once I get round to it.

 The major changes for these fives releases are
  - CVS tags purges by Jesse Adkins
  - font-util macro bump to 1.2 by Gaétan Nadon
 --------
 The versions of this update are summarized as:

 font-adobe-100dpi	 1.0.1 -> 1.0.3
 font-adobe-75dpi	 1.0.1 -> 1.0.3
 font-adobe-utopia-100dpi 1.0.2 -> 1.0.4
 font-adobe-utopia-75dpi	 1.0.2 -> 1.0.4

 font-adobe-utopia-type1	 1.0.1 -> 1.0.4
     This also includes upstream PATH change, i.e. PLIST.
     lib/X11/fonts/Type1 ->  share/fonts/X11/Type1
 --------
 font-util was bumped already separately, so not included
 in this commit.


 To generate a diff of this commit:
 cvs rdiff -u -r1.6 -r1.7 pkgsrc/fonts/font-adobe-100dpi/Makefile
 cvs rdiff -u -r1.2 -r1.3 pkgsrc/fonts/font-adobe-100dpi/distinfo
 cvs rdiff -u -r1.6 -r1.7 pkgsrc/fonts/font-adobe-75dpi/Makefile
 cvs rdiff -u -r1.2 -r1.3 pkgsrc/fonts/font-adobe-75dpi/distinfo
 cvs rdiff -u -r1.6 -r1.7 pkgsrc/fonts/font-adobe-utopia-100dpi/Makefile
 cvs rdiff -u -r1.3 -r1.4 pkgsrc/fonts/font-adobe-utopia-100dpi/distinfo
 cvs rdiff -u -r1.6 -r1.7 pkgsrc/fonts/font-adobe-utopia-75dpi/Makefile
 cvs rdiff -u -r1.3 -r1.4 pkgsrc/fonts/font-adobe-utopia-75dpi/distinfo
 cvs rdiff -u -r1.7 -r1.8 pkgsrc/fonts/font-adobe-utopia-type1/Makefile
 cvs rdiff -u -r1.2 -r1.3 pkgsrc/fonts/font-adobe-utopia-type1/PLIST
 cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/fonts/font-adobe-utopia-type1/distinfo

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: "Makoto Fujiwara" <mef@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/45537 CVS commit: pkgsrc/doc
Date: Mon, 11 Jun 2012 23:44:01 +0000

 Module Name:	pkgsrc
 Committed By:	mef
 Date:		Mon Jun 11 23:44:01 UTC 2012

 Modified Files:
 	pkgsrc/doc: CHANGES-2012 TODO

 Log Message:
 PR pkg/45537 updates (fonts/fonts-adobe-*).


 To generate a diff of this commit:
 cvs rdiff -u -r1.1935 -r1.1936 pkgsrc/doc/CHANGES-2012
 cvs rdiff -u -r1.11282 -r1.11283 pkgsrc/doc/TODO

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

State-Changed-From-To: open->closed
State-Changed-By: mef@NetBSD.org
State-Changed-When: Tue, 12 Jun 2012 00:13:36 +0000
State-Changed-Why:
committed, thanks wiz.


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.