From owner-cvs-ports@FreeBSD.ORG Sat Apr 3 07:02:54 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51B89106566B; Sat, 3 Apr 2010 07:02:54 +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 40AD58FC19; Sat, 3 Apr 2010 07:02:54 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o3372s6w094660; Sat, 3 Apr 2010 07:02:54 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o3372seb094659; Sat, 3 Apr 2010 07:02:54 GMT (envelope-from hrs) Message-Id: <201004030702.o3372seb094659@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 3 Apr 2010 07:02:54 +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/ghostscript8 Makefile Makefile.drivers distinfo pkg-plist ports/print/ghostscript8/files patch-base-Makefile.in patch-base-unix-dll.mak X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Apr 2010 07:02:54 -0000 hrs 2010-04-03 07:02:54 UTC FreeBSD ports repository Modified files: print/ghostscript8 Makefile Makefile.drivers distinfo pkg-plist print/ghostscript8/files patch-base-Makefile.in Added files: print/ghostscript8/files patch-base-unix-dll.mak Log: * Update to 8.71.[1] Changes include: - Support for tiff file output is now provided using the libtiff implementation rather than our more limited native code as in previous releases. There is also a new 'tiffsep1' output device which produces halftoned separations at 1 bit-per-pixel, in contrast to the 'tiffsep' device which produces 8 bit-per-pixel plates. - The graphics library has been updated to provide more accurate scan conversion of vector art including fixes to dash behavior, transparent stroked paths, thick stroked paths, radial shadings, xps cap handling, "pie" joins, degenerate beziers, improved handling of dropouts in thin strokes and better thin axis-aligned strokes. * Fix cairo support. GS_cairo is added to the drivers list (this is disabled by default). When WITH_CAIRO is defined, GS_cairo will be set by default.[2] PR: ports/144111[1] PR: ports/137634[2] PR: ports/145248[2] Revision Changes Path 1.194 +12 -5 ports/print/ghostscript8/Makefile 1.6 +12 -1 ports/print/ghostscript8/Makefile.drivers 1.72 +3 -3 ports/print/ghostscript8/distinfo 1.2 +16 -9 ports/print/ghostscript8/files/patch-base-Makefile.in 1.1 +17 -0 ports/print/ghostscript8/files/patch-base-unix-dll.mak (new) 1.52 +4 -1 ports/print/ghostscript8/pkg-plist