From owner-cvs-all@FreeBSD.ORG Wed Jun 24 08:08:24 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 385801065675; Wed, 24 Jun 2009 08:08:24 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 271278FC1D; Wed, 24 Jun 2009 08:08:24 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n5O88NBC053286; Wed, 24 Jun 2009 08:08:23 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n5O88NYE053285; Wed, 24 Jun 2009 08:08:23 GMT (envelope-from hrs) Message-Id: <200906240808.n5O88NYE053285@repoman.freebsd.org> From: Hiroki Sato Date: Wed, 24 Jun 2009 08:08:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/dvipdfmx Makefile distinfo ports/print/dvipdfmx/files patch-src-dvipdfmx.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jun 2009 08:08:24 -0000 hrs 2009-06-24 08:08:23 UTC FreeBSD ports repository Modified files: print/dvipdfmx Makefile distinfo print/dvipdfmx/files patch-src-dvipdfmx.c Log: Update to 20090522. Changes include: - Added dvipdfm compatibility mode. This mode is triggered if dvipdfmx is called as "dvipdfm", and likewise extractbb as "ebb". (The latter mode was already present.) - Improved PDF version handling. A "Version" entry in the document catalog is now honored. Moreover, dvipdfmx accepts to write PDF 1.7, and extractbb doesn't complain about PDF versions any more. Encryption keys too long for PDF 1.3 now lead to an error instead of a silent change of PDF version. - Bug fix: \special{pdf:bann} ... \special{pdf:eann} (e.g., \hyperlink) cause a problem when it was surrounded by the pair \special{pdf:bcontent} ... \special{\special{pdf:econtent}. - Removed binary mode option "-b". In ebb, just ignore it. - xbb: Changed output-to-stdout option to "-O". - Fixed two problems with removal of PDF destinations: Non-link annotations produced a warning, and broken links were not detected if no valid destination existed. Removing unused destinations is now default behaviour and can be prevented by using the flag "-C 0x10". Since the feature is still new, this flag is set in dvipdfmx.cfg. Approved by: maintainer timeout (1 month) Revision Changes Path 1.31 +1 -2 ports/print/dvipdfmx/Makefile 1.23 +3 -3 ports/print/dvipdfmx/distinfo 1.2 +12 -26 ports/print/dvipdfmx/files/patch-src-dvipdfmx.c