Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 8455EA5833 for ; Mon, 24 Feb 2014 12:12:06 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id F0BB714A2F2; Mon, 24 Feb 2014 12:12:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7F7A614A2CE for ; Mon, 24 Feb 2014 12:12:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 7WrNVnhzk85Q for ; Mon, 24 Feb 2014 12:12:03 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id ED90B14A2CA for ; Mon, 24 Feb 2014 12:12:02 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id E863B96; Mon, 24 Feb 2014 12:12:02 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 24 Feb 2014 12:12:02 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/print/transfig To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20140224121202.E863B96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Mon Feb 24 12:12:02 UTC 2014 Modified Files: pkgsrc/print/transfig: Makefile PLIST distinfo Removed Files: pkgsrc/print/transfig/patches: patch-ad patch-af Log Message: Update to 3.2.5e: BUGS FIXED: o HTML map output was limited to 100 links. Fix by Jan van Dijk o Updated for compatibility to PNG 1.5 From Matthias Scheler o Was adding "showpage" command when producing bitmap formats from intermediate EPS. This produced "illegal" PNG and JPEG files with extra, blank image. o Maximum width of included image in PS/EPS output increased from 8192 to 16384 o Precision of some PIC objects increased from %.2f to %.3f o Double close of output file when ghostscript fails. Original bug report from https://bugzilla.redhat.com/728825 To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 pkgsrc/print/transfig/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/print/transfig/PLIST cvs rdiff -u -r1.19 -r1.20 pkgsrc/print/transfig/distinfo cvs rdiff -u -r1.5 -r0 pkgsrc/print/transfig/patches/patch-ad cvs rdiff -u -r1.1 -r0 pkgsrc/print/transfig/patches/patch-af Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.