7019309 move ghostscript to userland
authorsonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
Mon, 11 Apr 2011 23:52:19 -0700
changeset 178 4340c0d63702
parent 177 fd9cb2273c9d
child 179 ca3935296621
7019309 move ghostscript to userland
components/ghostscript/Makefile
components/ghostscript/Solaris/GSinterface
components/ghostscript/Solaris/GSinterface.1
components/ghostscript/Solaris/bdftops.1
components/ghostscript/Solaris/fixmswrd.pl.1
components/ghostscript/Solaris/ps2ps2.1
components/ghostscript/Solaris/pv.sh.1
components/ghostscript/ghostscript.license
components/ghostscript/ghostscript.p5m
components/ghostscript/patches/02-4776996.patch
components/ghostscript/patches/03-4795491.patch
components/ghostscript/patches/05-5045800.patch
components/ghostscript/patches/07-unixinst.mak.patch
components/ghostscript/patches/09-ijs.automake.patch
components/ghostscript/patches/10-fixmswrd.pl.patch
components/ghostscript/patches/11-CVE-2009-0583,0584.patch
components/ghostscript/patches/12-CVE-2009-0792.patch
components/ghostscript/patches/13-CVE-2009-0196.patch
components/ghostscript/patches/4732635,5033581.patch
components/ghostscript/patches/7003267.patch
components/meta-packages/history/SUNWghostscript.p5m
components/meta-packages/history/SUNWgscr.p5m
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ghostscript/Makefile	Mon Apr 11 23:52:19 2011 -0700
@@ -0,0 +1,87 @@
+#
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+include ../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=         ghostscript
+COMPONENT_VERSION=      8.64
+COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
+COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
+COMPONENT_ARCHIVE_HASH= sha1:2e56a2fdd7912c0d04ad52c05d0e93e3e473b131
+COMPONENT_ARCHIVE_URL=  http://ghostscript.com/releases/$(COMPONENT_ARCHIVE)
+
+include ../../make-rules/prep.mk
+include ../../make-rules/ips.mk
+include ../../make-rules/configure.mk
+
+# configure(1) options to use
+CONFIGURE_OPTIONS +=	--with-drivers=ALL
+CONFIGURE_OPTIONS +=	--with-ijs
+CONFIGURE_OPTIONS +=	--without-omni
+CONFIGURE_OPTIONS +=	--with-jbig2dec
+CONFIGURE_OPTIONS +=	--with-jasper
+CONFIGURE_OPTIONS +=	--enable-cups
+CONFIGURE_OPTIONS +=	--enable-dynamic
+CONFIGURE_OPTIONS +=	--disable-compile-inits
+CONFIGURE_OPTIONS +=	--with-fontpath=/usr/share/ghostscript/$(COMPONENT_VERSION)/Resource:/usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font:/usr/share/ghostscript/fonts:/usr/openwin/lib/X11/fonts/Type1:/usr/openwin/lib/X11/fonts/TrueType:/usr/openwin/lib/X11/fonts/Type3:/usr/X11/lib/X11/fonts/Type1:/usr/X11/lib/fonts/TrueType:/usr/X11/lib/X11/fonts/Type3:/usr/X11/lib/X11/fonts/Resource:/usr/X11/lib/X11/Resource/Font
+
+# config env
+CONFIGURE_ENV += LDFLAGS_SO="-G"
+CONFIGURE_ENV += CUPSCONFIG=/usr/bin/cups-config
+
+GS_VARIANT = $(BUILD_DIR)/$(MACH32)
+IJS_VARIANT = $(BUILD_DIR)/$(MACH32)/ijs
+
+VARIANTS = $(GS_VARIANT) $(IJS_VARIANT)
+
+# autoconf - Generate configuration scripts
+COMPONENT_PREP_ACTION = \
+	 (cd $(@D)/jasper/src/libjasper/jpc ; \
+	 $(MV) jpc_qmfb.c jpc_qmfb.c.orig ; \
+	 dos2unix jpc_qmfb.c.orig >jpc_qmfb.c) ; \
+	 (cd $(@D); autoconf)
+
+$(GS_VARIANT)/.configured: COMPONENT_PRE_CONFIGURE_ACTION = \
+	($(CLONEY) $(SOURCE_DIR) $(@D))
+
+$(GS_VARIANT)/.installed: COMPONENT_INSTALL_TARGETS += \
+	install-exec install-so install-scripts install-data \
+	install-contrib-extras
+
+$(IJS_VARIANT)/.configured: COMPONENT_PRE_CONFIGURE_ACTION = \
+	($(CLONEY) $(SOURCE_DIR)/ijs $(@D); \
+	cd $(@D) ; $(ENV) $(CONFIGURE_ENV) autogen.sh )
+
+CONFIGURE_SCRIPT = ./configure
+
+# build gs and ijs
+build: $(VARIANTS:%=%/.built)
+
+# install gs and ijs
+install: $(VARIANTS:%=%/.installed)
+
+# empty test target
+test:
+	@echo "no tests available"
+
+include ../../make-rules/depend.mk
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ghostscript/Solaris/GSinterface	Mon Apr 11 23:52:19 2011 -0700
@@ -0,0 +1,215 @@
+#!/bin/sh
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+# To configure this interface script under Solaris LP use the following
+# command:
+#
+#	lpadmin -p printer -v /dev/... -I"postscript,pdf" -Tunknown \
+#		-i /usr/sfw/share/ghostscript/interfaces/GSinterface \
+#		-o GS_DEVICE=(gs-device-type) \
+#		[-o OutputFile=(file/device)] [-o PAPERSIZE=(size)] \
+#		[-o RESOLUTION=XxY] [-o banner-type=(ascii|postscript)] \
+#		[-o GS_OPTIONS="-sIjsServer=... -sIjsParams=..."]
+#
+#	see gs(1) for more information about values that can be used for
+#	GS_DEVICE, PAPERSIZE, and RESOLUTION, and GS_OPTIONS.
+#
+#	There is a known problem printing through a /dev/lp? parallel port
+#	on a Solaris x86 machine.  If you have selected the correct GS_DEVICE
+#	and get garbled output when printing under this configuration, running
+#		"lpadmin -p printer -H nopush"
+#	should fix the problem.
+
+PATH=/usr/sfw/bin:/usr/lib/lp/bin:/bin export PATH
+
+
+if [ $# -lt 5 ] ; then
+	logger -p lpr.err -t "GSinterface" \
+		"wrong number of arguments to interface program" 1>&2
+	logger -p lpr.err -t "GSinterface" "$0 $*"
+	echo "wrong number of arguments to interface program" 1>&2
+	exit 1
+fi
+
+
+printer=`basename $0`
+request_id=$1
+user_name=$2
+title=$3
+copies=$4
+option_list=$5
+
+shift 5
+files="$*"
+
+tag="GSinterface: ${request_id}"
+error_file="/tmp/${printer}-log.$$"
+
+logger -p lpr.debug -t ${tag} "INPUT"
+logger -p lpr.debug -t ${tag} "    printer : ${printer}"
+logger -p lpr.debug -t ${tag} "    request_id : ${request_id}"
+logger -p lpr.debug -t ${tag} "    user_name : ${user_name}"
+logger -p lpr.debug -t ${tag} "    title : ${title}"
+logger -p lpr.debug -t ${tag} "    copies : ${copies}"
+logger -p lpr.debug -t ${tag} "    option_list : ${option_list}"
+logger -p lpr.debug -t ${tag} "    files : ${files}"
+
+
+parse () {
+	echo "`expr \"$1\" : \"^[^=]*=\(.*\)\"`"
+}
+
+banner="postscript_banner"
+nobanner="no"
+nofilebreak="no"
+OutputFile=
+GS_DEVICE=nullpage
+GS_OPTIONS=
+inlist=
+
+for i in ${option_list}
+do
+	case "${inlist}${i}" in
+
+	nobanner )
+		nobanner="yes"
+		;;
+
+	nofilebreak )
+		nofilebreak="yes"
+		;;
+
+	banner-type=* )
+		banner="`parse ${i}`_banner"
+		;;
+
+	GS_DEVICE=* )
+		GS_DEVICE=`parse ${i}`
+		;;
+
+	OutputFile=* )
+		GS_OPTIONS="-sOutputFile=`parse ${i}` ${GS_OPTIONS}"
+		OutputFile="yes"
+		;;
+
+	RESOLUTION=* )
+		GS_OPTIONS="-r`parse ${i}` ${GS_OPTIONS}"
+		;;
+
+	PAPERSIZE=* )
+		GS_OPTIONS="-sPAPERSIZE=`parse ${i}` ${GS_OPTIONS}"
+		;;
+
+	GS_OPTIONS=* )
+		GS_OPTIONS="`parse ${i}` ${GS_OPTIONS}"
+		;;
+
+	* )
+		logger -p lpr.error -t ${tag} \
+			"unrecognized \"-o ${i}\" option, ignored" 1>&2
+		;;
+	esac
+done
+
+if [ "${OutputFile}" = "" ] ; then
+	GS_OPTIONS="-sOutputFile=- ${GS_OPTIONS}"
+fi
+
+# Don't pause between pages, exit upon completion, don't print startup and
+# page messages, don't allow deletefile, rename, or write access to files
+GS_OPTIONS="-dNOPAUSE -dBATCH -dQUIET -dSAFER ${GS_OPTIONS}"
+
+export GS_DEVICE GS_OPTIONS PATH
+
+logger -p lpr.debug -t ${tag} "ENVIRONMENT"
+env | logger -p lpr.debug -t "${tag}:    "
+
+#
+#	Generate an ASCII banner page and pass it to the printer
+# This is much faster than the PostScript(TM) banner
+#
+ascii_banner() {
+	cat <<EOF
+	${title}
+	Request: ${request_id}
+	User: ${user_name}
+	Printer: ${printer}
+	Time: `date`
+	Copies: ${copies}
+EOF
+	tput ff
+}
+
+#
+#	Generate a PostScript(TM) banner page and run it through GhostScript.
+# This assumes an 8.5x11 page size.
+#
+postscript_banner() {
+	cat <<EOF | gs - 2>> ${error_file}
+%!ps
+/PrintLine { exch findfont exch scalefont setfont moveto show } def
+newpath 4 setlinewidth 1 setlinejoin
+15 760 moveto 595 760 lineto 595 585 lineto 15 585 lineto closepath
+gsave .75 setgray fill grestore
+0 setgray stroke
+(${user_name}) 30 730 /Times-Bold 24 PrintLine
+(${request_id}) 415 730 /Times-Bold 24 PrintLine
+(${printer}) 30 600 /Times-Bold 16 PrintLine
+(`date`) 350 600 /Times-Roman 16 PrintLine
+(${title}) 100 660 /Times-Bold 36 PrintLine
+(Copies: ${copies}) 30 25 /Times-Roman 16 PrintLine
+showpage
+EOF
+}
+
+#
+# should create a banner
+#	a simple text or PCL banner would be prefered, because a PS one
+#	would require GhostScript to RIP and pass the whole image to the
+#	printer.
+#
+case "${nobanner}" in
+	"no")
+		(eval "${banner}" 1>&3 2>&1) | lp.cat 0
+	;;
+esac
+
+#
+# process the files
+#
+i=1
+while [ $i -le $copies ] ; do
+	for file in $files ; do
+		gs $file 2>> ${error_file} | lp.cat 0
+	done
+	i=`expr $i + 1`
+done
+
+if [ -s ${error_file} ] ; then
+	logger -p lpr.debug -t ${tag} "GS ERRORS"
+	cat ${error_file} | logger -p lpr.debug -t "${tag}:    "
+	rm -f ${error_file}
+fi
+
+exit 0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ghostscript/Solaris/GSinterface.1	Mon Apr 11 23:52:19 2011 -0700
@@ -0,0 +1,63 @@
+.\" $Id$
+.TH GSinterface 1 "15 October 2002" Ghostscript \" -*- nroff -*-
+.SH NAME
+GSinterface \- LP interface script for using ghostscript under lpsched
+.SH SYNOPSIS
+.na
+\fBGSinterface\fB 
+[request\-id] [user] [title] [copies] [options] [files]
+.SH DESCRIPTION
+This shell script is intended to be uses as an LP interface script on
+Solaris 2.6 and later systems.  It allows print queues to be configured
+under LP using Ghostscript to render for the printer.
+.PP
+Configuration under lpsched is performed via the
+.BR lpadmin(1M)
+command.  
+.PP
+.nf
+.na
+	# lpadmin -p printer -v /dev/... -I"postscript,pdf" -Tunknown \\
+		-i /usr/sfw/share/ghostscript/interfaces/GSinterface \\
+		-o GS_DEVICE=(gs-device-type) \\
+		[-o OutputFile=(file/device)] [-o PAPERSIZE=(size)] \\
+		[-o RESOLUTION=XxY] [-o banner-type=(ascii|postscript)] \\
+		[-o GS_OPTIONS="-sIjsServer=... -sIjsParams=..."]
+.ad
+.fi
+.PP
+Valid values for the GS_DEVICE setting can be obtained from Ghostscript by
+running: "gs \-h". This will dump a variety of information about Ghostscript's
+usage and compile time configuration.  The "Available devices:" section
+lists the formats that Ghostscript will render to.  You will need to match one
+of these formats to the format that your printer takes as input.
+
+.SH EXAMPLES
+.br
+.PP
+To configure a Canon Bublejet 800c (NeWSprinter CL+) printer connected to an ECP parallel port:
+.nf
+.na
+
+	# lpadmin -p printer -v /dev/ecpp0 -I"postscript,pdf" -Tunknown \\
+		-i /usr/sfw/share/ghostscript/interfaces/GSinterface \\
+		-o GS_DEVICE=bjc800
+	# accept printer
+	# enable printer
+.ad
+.fi	
+.PP
+To configure an HP DeskJet 990 printer connected via a USB interface using IJS support:
+.nf
+.na
+
+	# lpadmin -p printer -v /dev/usb/lp1 -I"postscript,pdf" -Tunknown \\
+		-i /usr/sfw/share/ghostscript/interfaces/GSinterface \\
+		-o GS_DEVICE=ijs \\
+		-o GS_OPTIONS="-sIjsServer=hpijs -sDeviceManufacturer=HEWLETT-PACKARD -sDeviceModel='DESKJET 990' -DIjsUseOutputFD"
+	# accept printer
+	# enable printer
+.ad
+.fi	
+.SH SEE ALSO
+gs(1)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ghostscript/Solaris/bdftops.1	Mon Apr 11 23:52:19 2011 -0700
@@ -0,0 +1,38 @@
+.\" $Id$
+.TH bdftops 1 "24 October 2002" Ghostscript \" -*- nroff -*-
+.SH NAME
+bdftops \- Shell script to convert a BDF file to a scalable outline using bdftops.ps
+.SH SYNOPSIS
+\fBbdftops\fR BDF_filename [AFM_file1_name] gsf_filename fontname UniqueID [XUID] [encodingname]
+.SH DESCRIPTION
+Ghostscript provides a way to construct a (low-quality) Type 1 font from a bitmap font in the BDF format popular in the Unix world.  The shell script
+.BR bdftops
+converts a BDF file to a scalable outline using
+.BR bdftops.ps.
+.PP
+The arguments have these meanings:
+.PP
+.nf
+	BDF_filename	Input bitmap file in BDF format 
+	AFM_file1_name	AFM files giving metrics 		(Optional)
+	gsf_filename	Output file
+	fontname		Name of the font
+	UniqueID		UniqueID
+	XUID			XUID, in the form n1.n2.n3...		(Optional)
+	encodingname	"StandardEncoding" (the default),	(Optional)
+				"ISOLatin1Encoding", "SymbolEncoding",
+				"DingbatsEncoding" 
+.fi
+.PP
+See the \fBFonts.htm\fR document in the Ghostscript distribution for information on converting fonts.
+.PP
+.SH EXAMPLES
+.br
+.PP
+.nf
+	bdftops pzdr.bdf ZapfDingbats.afm pzdr.gsf ZapfDingbats 4100000 1000000.1.41 
+.fi
+.PP
+Then make an entry in Fontmap for the .gsf file (pzdr.gsf in this example).
+.SH SEE ALSO
+gs(1)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ghostscript/Solaris/fixmswrd.pl.1	Mon Apr 11 23:52:19 2011 -0700
@@ -0,0 +1,15 @@
+.\" $Id$
+.TH fixmswrd.pl 1 "24 October 2002" Ghostscript \" -*- nroff -*-
+.SH NAME
+fixmswrd.pl \- Patches the postscript generated by Microsoft (MS) Word printer drivers so they work with Ghostview 1.5.
+.SH SYNOPSIS
+\fBfixmswrd\fR [-v] [file [output\-file]]
+.SH DESCRIPTION
+This program patches the postscript generated by MS Word printer drivers so they work with Ghostview 1.5.  The problem is that the document structuring conventions are not followed by MS Word.  The pages are supposed to be independent but they depend on a dictionary being opened outside of the pages.  The erroneous structure is modified, and a comment of the following form is added to the document to mark that it has been converted:
+.PP
+.nf
+	%LOCALGhostviewPatched
+.fi
+.PP
+.SH SEE ALSO
+gs(1)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ghostscript/Solaris/ps2ps2.1	Mon Apr 11 23:52:19 2011 -0700
@@ -0,0 +1,16 @@
+.\" $Id$
+.TH ps2ps2 1 "08 September 2008" Ghostscript \" -*- nroff -*-
+.SH NAME
+ps2ps2 \- Shell script to convert a PDF or Postscript Level 3 file into a Postscript Level 2 file.
+.SH SYNOPSIS
+\fBps2ps2\fR [options] input.[ps|eps|pdf] output.ps
+.PP
+.SH DESCRIPTION
+This shell script converts a given PDF or Postscript Level 3 file into a Postscript Level 2 file by invoking Ghostscript and selecting a special "output device" called 
+.BR ps2write
+.
+.PP
+See the \fBPs2ps2.htm\fR document in the Ghostscript distribution for information on converting Postscript Level 3 or PDF into Postscript Level 2.
+.PP
+.SH SEE ALSO
+gs(1)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ghostscript/Solaris/pv.sh.1	Mon Apr 11 23:52:19 2011 -0700
@@ -0,0 +1,12 @@
+.\" $Id$
+.TH pv.sh 1 "24 October 2002" Ghostscript \" -*- nroff -*-
+.SH NAME
+pv.sh \- Preview a specified page of a dvi file in a Ghostscript window
+.SH SYNOPSIS
+\fBpv.sh\fR page_number file_name[.dvi]
+.SH DESCRIPTION
+This shell script converts a given page to PostScript(TM) and displays it in a Ghostscript window.
+.PP
+For more information on this and other platform specific shell scripts for Ghostscript see \fBUse.htm\fR in the Ghostscript distribution.
+.SH SEE ALSO
+gs(1)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ghostscript/ghostscript.license	Mon Apr 11 23:52:19 2011 -0700
@@ -0,0 +1,1970 @@
+Oracle elects to use only the GNU Lesser General Public License version
+2.1 (LGPL)/GNU General Public License version 2 (GPL) for any software
+where a choice of LGPL/GPL license versions are made available with the
+language indicating that LGPLv2.1/GPLv2 or any later version may be
+used, or where a choice of which version of the LGPL/GPL is applied is
+unspecified.  Unless specifically stated otherwise, where a choice
+exists between another license and either the GPL or the LGPL, Oracle
+chooses the other license.
+============================================================================
+
+   Copyright (C) 1994-2008 Artifex Software, Inc.  All rights reserved.
+   Copyright (C) 1989-2002 Aladdin Enterprises, Menlo Park, CA.  All rights reserved.
+
+  The files in the src, lib, toolbin, examples, doc and man
+  directories (folders) and any subdirectories (sub-folders)
+  thereof are part of GPL Ghostscript.
+
+  The files in the Resource directory and any subdirectories thereof
+  are also part of GPL Ghostscript, with the explicit exception of
+  the files in the CMap subdirectory. The CMap files are copyright
+  Adobe Systems Incorporated and covered by a separate license
+  which permits only verbatim distribution.
+
+  GPL Ghostscript is free software; you can redistribute it and/or
+  modify it under the terms of version 2 of the GNU General Public
+  License as published by the Free Software Foundation.
+
+  GPL Ghostscript is distributed in the hope that it will be
+  useful, but WITHOUT ANY WARRANTY; without even the implied warranty
+  of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with this program so you can know your rights and responsibilities.
+  It should be in a file named doc/COPYING. If not, write to the
+  Free Software Foundation, Inc., 59 Temple Place Suite 330, Boston, MA
+  02111-1307, USA.
+
+ ---
+
+  GPL Ghostscript contains an implementation of techniques covered 
+  by US Patents 5,055,942 and 5,917,614, and corresponding
+  international patents. These patents are licensed for use with
+  GPL Ghostscript under the following grant:
+
+  Whereas, Raph Levien (hereinafter "Inventor") has obtained patent
+  protection for related technology (hereinafter "Patented
+  Technology"), Inventor wishes to aid the the GNU free software
+  project in achieving its goals, and Inventor also wishes to
+  increase public awareness of Patented Technology, Inventor hereby
+  grants a fully paid up, nonexclusive, royalty free license to
+  practice the patents listed below ("the Patents") if and only if
+  practiced in conjunction with software distributed under the
+  terms of any version of the GNU General Public License as
+  published by the Free Software Foundation, 59 Temple Place, Suite
+  330, Boston, MA 02111. Inventor reserves all other rights,
+  including without limitation, licensing for software not
+  distributed under the GNU General Public License.
+
+   5055942 Photographic image reproduction device using digital 
+           halftoning to screen images allowing adjustable coarseness
+
+   5917614 Method and apparatus for error diffusion screening of 
+           images with improved smoothness in highlight and shadow 
+           regions
+
+
+		    GNU GENERAL PUBLIC LICENSE
+		       Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+ 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+			    Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Lesser General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+		    GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+the term "modification".)  Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+  1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+  2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) You must cause the modified files to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    b) You must cause any work that you distribute or publish, that in
+    whole or in part contains or is derived from the Program or any
+    part thereof, to be licensed as a whole at no charge to all third
+    parties under the terms of this License.
+
+    c) If the modified program normally reads commands interactively
+    when run, you must cause it, when started running for such
+    interactive use in the most ordinary way, to print or display an
+    announcement including an appropriate copyright notice and a
+    notice that there is no warranty (or else, saying that you provide
+    a warranty) and that users may redistribute the program under
+    these conditions, and telling the user how to view a copy of this
+    License.  (Exception: if the Program itself is interactive but
+    does not normally print such an announcement, your work based on
+    the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+    a) Accompany it with the complete corresponding machine-readable
+    source code, which must be distributed under the terms of Sections
+    1 and 2 above on a medium customarily used for software interchange; or,
+
+    b) Accompany it with a written offer, valid for at least three
+    years, to give any third party, for a charge no more than your
+    cost of physically performing source distribution, a complete
+    machine-readable copy of the corresponding source code, to be
+    distributed under the terms of Sections 1 and 2 above on a medium
+    customarily used for software interchange; or,
+
+    c) Accompany it with the information you received as to the offer
+    to distribute corresponding source code.  (This alternative is
+    allowed only for noncommercial distribution and only if you
+    received the program in object code or executable form with such
+    an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it.  For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable.  However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+  4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License.  Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+  5. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Program or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+  6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+  7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+  8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded.  In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+  9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number.  If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation.  If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+  10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission.  For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this.  Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+			    NO WARRANTY
+
+  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+		     END OF TERMS AND CONDITIONS
+
+	    How to Apply These Terms to Your New Programs
+
+  If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+  To do so, attach the following notices to the program.  It is safest
+to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+
+    Gnomovision version 69, Copyright (C) year name of author
+    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+    This is free software, and you are welcome to redistribute it
+    under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License.  Of course, the commands you use may
+be called something other than `show w' and `show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary.  Here is a sample; alter the names:
+
+  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+  `Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+  <signature of Ty Coon>, 1 April 1989
+  Ty Coon, President of Vice
+
+This General Public License does not permit incorporating your program into
+proprietary programs.  If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library.  If this is what you want to do, use the GNU Lesser General
+Public License instead of this License.
+
+============================================================================
+
+Copyrights listed in files in the src, lib, toolbin, examples, doc, and man
+directories and any subdirectories thereof are part of GPL Ghostscript under
+GPLv2 license:
+
+  Copyright (C) 2000-2003 Artifex Software.  All rights reserved.
+  Copyright (C) 1989-2000 Aladdin Enterprises.  All rights reserved.
+  Copyright (URW)++,Copyright 1999 by (URW)++ Design & Development
+  (URW)++,Copyright 1999 by (URW)++ Design & Development
+  Copyright 2000, 2001, 2002 Gergely Sz\341sz (Gergely Sza'sz)
+  Copyright (C) 2000 Hewlett-Packard Company
+  Portions Copyright (C) 1996-1998  <Uli Wortmann [email protected]>.
+  Portions Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
+  Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc.  All rights reserved.
+  Copyright 2000 by Daniel Gordini ([email protected])
+  Copyright (C) 1999,2000  Peter B. West <[email protected]>
+  Portions Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
+  Copyright (C)1998 Ivan Schreter
+  Copyright (c) International Business Machines Corp., 2000
+
+============================================================================
+Some files included in this package, or files which are part of the
+GPL Ghostscript distribution used to generate the files included in this
+package are covered by various license terms governing the applicable freely
+available software. These are listed below.
+ 
+--------------------------------------------------------------------------------
+Copyrights listed in files in Resource/CMap are copyright Adobe Systems
+Incorporated and are covered by a separate license which permits only
+verbatim distribution.
+
+Copyright 1990-2007 Adobe Systems Incorporated.
+
+%%Copyright: Copyright 1990-2007 Adobe Systems Incorporated.
+%%Copyright: All Rights Reserved.
+%%Copyright:
+%%Copyright: Patents Pending
+%%Copyright:
+%%Copyright: NOTICE: All information contained herein is the property
+%%Copyright: of Adobe Systems Incorporated.
+%%Copyright:
+%%Copyright: Permission is granted for redistribution of this file
+%%Copyright: provided this copyright notice is maintained intact and
+%%Copyright: that the contents of this file are not altered in any
+%%Copyright: way from its original form.
+%%Copyright:
+%%Copyright: PostScript and Display PostScript are trademarks of
+%%Copyright: Adobe Systems Incorporated which may be registered in
+%%Copyright: certain jurisdictions.
+
+--------------------------------------------------------------------------------
+Copyrights listed in defs.h in the contrib directory:
+
+Copyright (c) International Business Machines Corp., 2000
+
+ *   Copyright (c) International Business Machines Corp., 2000
+ *
+ *   This library is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU Lesser General Public License as published
+ *   by the Free Software Foundation; either version 2.1 of the License, or
+ *   (at your option) any later version.
+ *
+ *   This library is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See
+ *   the GNU Lesser General Public License for more details.
+ *
+ *   You should have received a copy of the GNU Lesser General Public License
+ *   along with this library; if not, write to the Free Software
+ *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ *
+ *   Portions of this file are used with permission granted by Aladdin
+ *   Enterprises
+
+
+--------------------------------------------------------------------------------
+Copyrights listed in the files in the contrib/eplaser directory:
+
+Copyright (C) EPSON SOFTWARE DEVELOPMENT LABORATORY, INC. 1999,2000.
+Copyright (C) SEIKO EPSON CORPORATION 2000-2006.
+
+   Copyright (C) EPSON SOFTWARE DEVELOPMENT LABORATORY, INC. 1999,2000.
+   Copyright (C) SEIKO EPSON CORPORATION 2000-2006.
+
+   Ghostscript printer driver for EPSON ESC/Page and ESC/Page-Color.
+
+   This software is distributed in the hope that it will be useful, but
+   WITHOUT ANY WARRANTY.  No author or distributor accepts responsibility
+   to anyone for the consequences of using it or for whether it serves any
+   particular purpose or works at all, unless he says so in writing.  Refer
+   to the GNU General Public License for full details.
+
+   Everyone is granted permission to copy, modify and redistribute
+   this software, but only under the conditions described in the GNU
+   General Public License.  A copy of this license is supposed to have been
+   given to you along with this software so you can know your rights and
+   responsibilities.  It should be in a file named COPYING.  Among other
+   things, the copyright notice and this notice must be preserved on all
+   copies.
+
+--------------------------------------------------------------------------------
+Copyrights listed in the files
+ - gdevbjc_.c
+ - gdevbjc_.h
+ - gdevbjca.c
+in the contrib directory:
+
+Copyright 2000, 2001, 2002 Gergely Sz\341sz (Gergely Sza'sz)
+Copyright (C) 1989, 2000 Aladdin Enterprises.  All rights reserved.
+
+ * Copyright 2000, 2001, 2002 Gergely Sz\341sz (Gergely Sza'sz)
+ * mailto://[email protected] http://bjc250gs.sourceforge.net
+ *
+ *   This program may be distributed and/or modified under the terms of
+ *   the GNU General Public License as published by the Free Software
+ *   Foundation (the "GPL"); either version 2 of the GPL, or (at your option)
+ *   any later version.
+ *
+ *   When distributed under the terms of the GPL, this program is distributed
+ *   in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
+ *   even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ *   PURPOSE.  See the GPL for more details.
+ *
+ *   If this program is being distributed under the terms of the GPL, you
+ *   should have received a copy of the GPL along with this program, normally
+ *   in a plain ASCII text file named COPYING; if not, write to the Free
+ *   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111
+ *   U.S.A.
+
+/* Copyright (C) 1989, 2000 Aladdin Enterprises.  All rights reserved.
+
+   This program may also be distributed as part of AFPL Ghostscript, under the
+   terms of the Aladdin Free Public License (the "License").
+
+   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No
+   author or distributor accepts any responsibility for the consequences of
+   using it, or for whether it serves any particular purpose or works at
+   all, unless he or she says so in writing.  Refer to the License for full
+   details.
+
+   Every copy of AFPL Ghostscript must include a copy of the License,
+   normally in a plain ASCII text file named PUBLIC.  The License grants you
+   the right to copy, modify and redistribute AFPL Ghostscript, but only
+   under certain conditions described in the License.  Among other things,
+   the License requires that the copyright notice and this notice be
+   preserved on all copies.
+*/
+
+--------------------------------------------------------------------------------
+Copyrights listed in the file gdevcd8.c in the contrib directory:
+
+Copyright (C) 2000 Hewlett-Packard Company
+Portions Copyright (C) 1996-1998  <Uli Wortmann [email protected]>.
+Portions Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
+
+   Copyright (C) 2000 Hewlett-Packard Company
+   Portions Copyright (C) 1996-1998  <Uli Wortmann [email protected]>.
+   Portions Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
+
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2 of the License, or
+   (at your option) any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program; if not, write to the Free Software
+   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+   This program may also be distributed as part of Aladdin Ghostscript,
+   under the terms of the Aladdin Free Public License (the "License").
+
+   Every copy of Aladdin Ghostscript must include a copy of the
+   License, normally in a plain ASCII text file named PUBLIC.  The
+   License grants you the right to copy, modify and redistribute
+   Aladdin Ghostscript, but only under certain conditions described in
+   the License.  Among other things, the License requires that the
+   copyright notice and this notice be preserved on all copies.
+
+--------------------------------------------------------------------------------
+Copyrights listed in the file gdevdj9.c in the contrib directory:
+
+Copyright (C) 2000 <Rene Harsch, Switzerland>
+Portions Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
+
+   Copyright (C) 2000 <Rene Harsch, Switzerland>
+   written by <Rene Harsch [email protected]>
+         modification by Mark Burton <[email protected]>
+
+   Portions Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
+
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2 of the License, or
+   (at your option) any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program; if not, write to the Free Software
+   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 U.S.A.
+
+   This program may also be distributed as part of Aladdin Ghostscript,
+   under the terms of the Aladdin Free Public License (the "License").
+
+   Every copy of Aladdin Ghostscript must include a copy of the
+   License, normally in a plain ASCII text file named PUBLIC.  The
+   License grants you the right to copy, modify and redistribute
+   Aladdin Ghostscript, but only under certain conditions described in
+   the License.  Among other things, the License requires that the
+   copyright notice and this notice be preserved on all copies.
+
+--------------------------------------------------------------------------------
+Copyrights listed in the file gdevln03.c in the contrib directory under
+GPLv2 license:
+
+Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc.  All righ
+ts reserved.
+
+/* Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc.  All righ
+ts reserved.
+
+This file is part of Ghostscript.
+
+Ghostscript is distributed in the hope that it will be useful, but WITHOUT
+ANY WARRANTY.  No author or distributor accepts responsibility to anyone for
+the consequences of using it or for whether it serves any particular purpose
+or works at all, unless he says so in writing.  Refer to the GNU General
+Public License for full details.
+
+Everyone is granted permission to copy, modify and redistribute Ghostscript,
+but only under the conditions described in the GNU General Public License.
+A copy of this license is supposed to have been given to you along with
+Ghostscript so you can know your rights and responsibilities.  It should be
+in a file named COPYING or COPYLEFT.  Among other things, the copyright
+notice and this notice must be preserved on all copies.
+ */
+
+--------------------------------------------------------------------------------
+Copyrights listed in the file gdevlx32.c in the contrib directory:
+
+Copyright 2000 by Daniel Gordini ([email protected])
+ * Copyright 2000 by Daniel Gordini ([email protected])
+ *
+ * --------------------------------------------------------------------
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
+ * --------------------------------------------------------------------
+
+--------------------------------------------------------------------------------
+Copyrights listed in the file gdevlx50.c in the contrib directory:
+
+Copyright (C) 1999,2000  Peter B. West <[email protected]>
+Portions Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
+
+   Copyright (C) 1999,2000  Peter B. West <[email protected]>
+   Portions Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
+
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2 of the License, or
+   (at your option) any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program; if not, write to the Free Software
+   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 U.S.A.
+
+   This program may also be distributed as part of Aladdin Ghostscript,
+   under the terms of the Aladdin Free Public License (the "License").
+
+   Every copy of Aladdin Ghostscript must include a copy of the
+   License, normally in a plain ASCII text file named PUBLIC.  The
+   License grants you the right to copy, modify and redistribute
+   Aladdin Ghostscript, but only under certain conditions described in
+   the License.  Among other things, the License requires that the
+   copyright notice and this notice be preserved on all copies.
+
+--------------------------------------------------------------------------------
+Copyrights listed in the file gdevlx7.c in the contrib directory:
+
+Copyright (C) 1989-1994, 1998, 1999 Aladdin Enterprises.  All rights reserved.
+
+/* Copyright (C) 1989-1994, 1998, 1999 Aladdin Enterprises.  All rights reserved.
+   This file is part of GNU Ghostscript.
+
+  GNU Ghostscript is distributed in the hope that it will be useful, but
+  WITHOUT ANY WARRANTY.  No author or distributor accepts responsibility to
+  anyone for the consequences of using it or for whether it serves any
+  particular purpose or works at all, unless he says so in writing.  Refer to
+  the GNU General Public License for full details.
+
+  Everyone is granted permission to copy, modify and redistribute GNU
+  Ghostscript, but only under the conditions described in the GNU General
+  Public License.  A copy of this license is supposed to have been given to
+  you along with GNU Ghostscript so you can know your rights and
+  responsibilities.  It should be in a file named COPYING.  Among other
+  things, the copyright notice and this notice must be preserved on all
+  copies.
+
+  Aladdin Enterprises is not affiliated with the Free Software Foundation or
+  the GNU Project.  GNU Ghostscript, as distributed by Aladdin Enterprises,
+  does not depend on any other GNU software.
+*/
+
+--------------------------------------------------------------------------------
+Copyrights listed in the file gdevmd2k.c in the contrib directory:
+
+Copyright (C) 1991, 1995-1999 Aladdin Enterprises.  All rights reserved.
+
+/* Copyright (C) 1991, 1995-1999 Aladdin Enterprises.  All rights reserved.
+
+  This file is part of Aladdin Ghostscript.
+
+  Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
+  or distributor accepts any responsibility for the consequences of using it,
+  or for whether it serves any particular purpose or works at all, unless he
+  or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
+  License (the "License") for full details.
+
+  Every copy of Aladdin Ghostscript must include a copy of the License,
+  normally in a plain ASCII text file named PUBLIC.  The License grants you
+  the right to copy, modify and redistribute Aladdin Ghostscript, but only
+  under certain conditions described in the License.  Among other things, the
+  License requires that the copyright notice and this notice be preserved on
+  all copies.
+*/
+
+--------------------------------------------------------------------------------
+Copyrights listed in the file gdevop4w.c in the contrib directory:
+
+Copyright (C)1998 Ivan Schreter
+/*
+  Copyright (C)1998 Ivan Schreter
+
+  This file is part of GNU Ghostscript.
+
+  GNU Ghostscript is distributed in the hope that it will be useful, but
+  WITHOUT ANY WARRANTY.  No author or distributor accepts responsibility to
+  anyone for the consequences of using it or for whether it serves any
+  particular purpose or works at all, unless he says so in writing.  Refer
+  to the GNU General Public License for full details.
+
+  This source is partially based on deskjet device driver for Ghostscript.
+*/
+
+--------------------------------------------------------------------------------
+Copyrights listed in the file gdevxes.c in the contrib directory:
+
+Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.  All rights res
+erved.
+
+/* Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.  All rights res
+erved.
+
+This file is part of Ghostscript.
+
+Ghostscript is distributed in the hope that it will be useful, but WITHOUT
+ANY WARRANTY.  No author or distributor accepts responsibility to anyone for
+the consequences of using it or for whether it serves any particular purpose
+or works at all, unless he says so in writing.  Refer to the GNU General
+Public License for full details.
+
+Everyone is granted permission to copy, modify and redistribute Ghostscript,
+but only under the conditions described in the GNU General Public License.
+A copy of this license is supposed to have been given to you along with
+Ghostscript so you can know your rights and responsibilities.  It should be
+in a file named COPYING or COPYLEFT.  Among other things, the copyright
+notice and this notice must be preserved on all copies.
+ */
+
+--------------------------------------------------------------------------------
+Copyrights listed in the files in the contrib/japanese directory and the
+subdirectories therof:
+
+Copyright (C) 1989-1993 Aladdin Enterprises.  All rights reserved.
+Copyright (C) 1999, 2000 Norihito Ohmori.
+
+%    Copyright (C) 1989, 1992, 1993 Aladdin Enterprises.  All rights reserved.
+%
+% This file is part of Ghostscript.
+%
+% Ghostscript is distributed in the hope that it will be useful, but
+% WITHOUT ANY WARRANTY.  No author or distributor accepts responsibility
+% to anyone for the consequences of using it or for whether it serves any
+% particular purpose or works at all, unless he says so in writing.  Refer
+% to the Ghostscript General Public License for full details.
+%
+% Everyone is granted permission to copy, modify and redistribute
+% Ghostscript, but only under the conditions described in the Ghostscript
+% General Public License.  A copy of this license is supposed to have been
+% given to you along with Ghostscript so you can know your rights and
+% responsibilities.  It should be in a file named COPYING.  Among other
+% things, the copyright notice and this notice must be preserved on all
+% copies.
+
+
+/* Copyright (C) 1999, 2000 Norihito Ohmori.
+
+   Ghostscript driver for Ricoh RPDL printer.
+
+   This software is distributed in the hope that it will be useful, but
+   WITHOUT ANY WARRANTY.  No author or distributor accepts responsibility
+   to anyone for the consequences of using it or for whether it serves any
+   particular purpose or works at all, unless he says so in writing.  Refer
+   to the GNU General Public License for full details.
+
+   Everyone is granted permission to copy, modify and redistribute
+   this software, but only under the conditions described in the GNU
+   General Public License.  A copy of this license is supposed to have been
+   given to you along with this software so you can know your rights and
+   responsibilities.  It should be in a file named COPYING.  Among other
+   things, the copyright notice and this notice must be preserved on all
+   copies.
+ */
+
+--------------------------------------------------------------------------------
+Copyrights listed in the file README.gs550j contrib/japanese/doc directory:
+
+Copyright (C) 1996-1999 Daisuke SUZUKI.
+Copyright (C) 1999 Norihito Ohmori.
+
+--------------------------------------------------------------------------------
+Copyrights listed in the file cdj880.txt in the contrib/japanese/doc
+directory:
+
+Copyright (C) 1999  <Matthew J. Gelhaus [email protected]>
+
+LICENSING TERMS:
+
+    Copyright (C) 1999  <Matthew J. Gelhaus [email protected]>
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+    To view the General Public License in its entirety, check the file
+    LICENSE.
+
+
+--------------------------------------------------------------------------------
+Copyrights listed in the file gdevcd8.txt in the contrib/japanese/doc
+directory:
+
+Copyright (C) 1996-1998  <Uli Wortmann [email protected]>
+   ----------------------------------------------------------------
+
+    Copyright (C) 1996-1998  <Uli Wortmann [email protected]>
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+    -------------------------------------------------------------------
+
+
+--------------------------------------------------------------------------------
+Copyrights listed in the files 
+- gs261j.euc
+- gs261j.txt
+in the contrib/japanese/doc directory:
+
+Copyright (C) 1991,1992,1993,1994 Norio Katayama.
+
+--------------------------------------------------------------------------------
+Copyrights listed in the files in the contrib/lips4 directory:
+
+Copyright (C) 1998, 1999 Norihito Ohmori.
+
+/* Copyright (C) 1998, 1999 Norihito Ohmori.
+
+   Ghostscript printer driver
+   for Canon LBP, BJC-680J and BJC-880J printers (LIPS II+/III/IVc/IV)
+
+   This software is distributed in the hope that it will be useful, but
+   WITHOUT ANY WARRANTY.  No author or distributor accepts responsibility
+   to anyone for the consequences of using it or for whether it serves any
+   particular purpose or works at all, unless he says so in writing.  Refer
+   to the GNU General Public License for full details.
+
+   Everyone is granted permission to copy, modify and redistribute
+   this software, but only under the conditions described in the GNU
+   General Public License.  A copy of this license is supposed to have been
+   given to you along with this software so you can know your rights and
+   responsibilities.  It should be in a file named COPYING.  Among other
+   things, the copyright notice and this notice must be preserved on all
+   copies.
+ */
+
+--------------------------------------------------------------------------------
+Copyrights listed in the file opvp.h in the contrib/opvp directory:
+
+Copyright (c) 2006 Free Standards Group
+Copyright (c) 2006 Fuji Xerox Printing Systems Co., Ltd.
+Copyright (c) 2006 Canon Inc.
+Copyright (c) 2003-2006 AXE Inc.
+
+ * Copyright (c) 2006 Free Standards Group
+ * Copyright (c) 2006 Fuji Xerox Printing Systems Co., Ltd.
+ * Copyright (c) 2006 Canon Inc.
+ * Copyright (c) 2003-2006 AXE Inc.
+ *
+ * All Rights Reserverd.
+ *
+ * Permission to use, copy, modify, distribute, and sell this software
+ * and its documentation for any purpose is hereby granted without
+ * fee, provided that the above copyright notice appear in all copies
+ * and that both that copyright notice and this permission notice
+ * appear in supporting documentation.
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT.  IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR
+ * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
+ * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+--------------------------------------------------------------------------------
+Copyrights listed in the files
+ - opvp_0_2_0.h
+ - opvp_common.h
+in the contrib/opvp directory:
+
+Copyright (c) 2003-2004, AXE, Inc.  All rights reserved.
+
+/*
+
+Copyright (c) 2003-2004, AXE, Inc.  All rights reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+*/
+
+--------------------------------------------------------------------------------
+Copyrights listed in the files in the contrib/pcl3 directory and
+subdirectories thereof:
+
+Copyright (C) 1996-2001 by Martin Lottermoser                 
+All rights reserved
+
+---
+
+		  GNU LESSER GENERAL PUBLIC LICENSE
+		       Version 2.1, February 1999
+
+ Copyright (C) 1991, 1999 Free Software Foundation, Inc.
+     59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+[This is the first released version of the Lesser GPL.  It also counts
+ as the successor of the GNU Library Public License, version 2, hence
+ the version number 2.1.]
+
+			    Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+Licenses are intended to guarantee your freedom to share and change
+free software--to make sure the software is free for all its users.
+
+  This license, the Lesser General Public License, applies to some
+specially designated software packages--typically libraries--of the
+Free Software Foundation and other authors who decide to use it.  You
+can use it too, but we suggest you first think carefully about whether
+this license or the ordinary General Public License is the better
+strategy to use in any particular case, based on the explanations below.
+
+  When we speak of free software, we are referring to freedom of use,
+not price.  Our General Public Licenses are designed to make sure that
+you have the freedom to distribute copies of free software (and charge
+for this service if you wish); that you receive source code or can get
+it if you want it; that you can change the software and use pieces of
+it in new free programs; and that you are informed that you can do
+these things.
+
+  To protect your rights, we need to make restrictions that forbid
+distributors to deny you these rights or to ask you to surrender these
+rights.  These restrictions translate to certain responsibilities for
+you if you distribute copies of the library or if you modify it.
+
+  For example, if you distribute copies of the library, whether gratis
+or for a fee, you must give the recipients all the rights that we gave
+you.  You must make sure that they, too, receive or can get the source
+code.  If you link other code with the library, you must provide
+complete object files to the recipients, so that they can relink them
+with the library after making changes to the library and recompiling
+it.  And you must show them these terms so they know their rights.
+
+  We protect your rights with a two-step method: (1) we copyright the
+library, and (2) we offer you this license, which gives you legal
+permission to copy, distribute and/or modify the library.
+
+  To protect each distributor, we want to make it very clear that
+there is no warranty for the free library.  Also, if the library is
+modified by someone else and passed on, the recipients should know
+that what they have is not the original version, so that the original
+author's reputation will not be affected by problems that might be
+introduced by others.
+
+  Finally, software patents pose a constant threat to the existence of
+any free program.  We wish to make sure that a company cannot
+effectively restrict the users of a free program by obtaining a
+restrictive license from a patent holder.  Therefore, we insist that
+any patent license obtained for a version of the library must be
+consistent with the full freedom of use specified in this license.
+
+  Most GNU software, including some libraries, is covered by the
+ordinary GNU General Public License.  This license, the GNU Lesser
+General Public License, applies to certain designated libraries, and
+is quite different from the ordinary General Public License.  We use
+this license for certain libraries in order to permit linking those
+libraries into non-free programs.
+
+  When a program is linked with a library, whether statically or using
+a shared library, the combination of the two is legally speaking a
+combined work, a derivative of the original library.  The ordinary
+General Public License therefore permits such linking only if the
+entire combination fits its criteria of freedom.  The Lesser General
+Public License permits more lax criteria for linking other code with
+the library.
+
+  We call this license the "Lesser" General Public License because it
+does Less to protect the user's freedom than the ordinary General
+Public License.  It also provides other free software developers Less
+of an advantage over competing non-free programs.  These disadvantages
+are the reason we use the ordinary General Public License for many
+libraries.  However, the Lesser license provides advantages in certain
+special circumstances.
+
+  For example, on rare occasions, there may be a special need to
+encourage the widest possible use of a certain library, so that it becomes
+a de-facto standard.  To achieve this, non-free programs must be
+allowed to use the library.  A more frequent case is that a free
+library does the same job as widely used non-free libraries.  In this
+case, there is little to gain by limiting the free library to free
+software only, so we use the Lesser General Public License.
+
+  In other cases, permission to use a particular library in non-free
+programs enables a greater number of people to use a large body of
+free software.  For example, permission to use the GNU C Library in
+non-free programs enables many more people to use the whole GNU
+operating system, as well as its variant, the GNU/Linux operating
+system.
+
+  Although the Lesser General Public License is Less protective of the
+users' freedom, it does ensure that the user of a program that is
+linked with the Library has the freedom and the wherewithal to run
+that program using a modified version of the Library.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.  Pay close attention to the difference between a
+"work based on the library" and a "work that uses the library".  The
+former contains code derived from the library, whereas the latter must
+be combined with the library in order to run.
+
+		  GNU LESSER GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License Agreement applies to any software library or other
+program which contains a notice placed by the copyright holder or
+other authorized party saying it may be distributed under the terms of
+this Lesser General Public License (also called "this License").
+Each licensee is addressed as "you".
+
+  A "library" means a collection of software functions and/or data
+prepared so as to be conveniently linked with application programs
+(which use some of those functions and data) to form executables.
+
+  The "Library", below, refers to any such software library or work
+which has been distributed under these terms.  A "work based on the
+Library" means either the Library or any derivative work under
+copyright law: that is to say, a work containing the Library or a
+portion of it, either verbatim or with modifications and/or translated
+straightforwardly into another language.  (Hereinafter, translation is
+included without limitation in the term "modification".)
+
+  "Source code" for a work means the preferred form of the work for
+making modifications to it.  For a library, complete source code means
+all the source code for all modules it contains, plus any associated
+interface definition files, plus the scripts used to control compilation
+and installation of the library.
+
+  Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running a program using the Library is not restricted, and output from
+such a program is covered only if its contents constitute a work based
+on the Library (independent of the use of the Library in a tool for
+writing it).  Whether that is true depends on what the Library does
+and what the program that uses the Library does.
+  
+  1. You may copy and distribute verbatim copies of the Library's
+complete source code as you receive it, in any medium, provided that
+you conspicuously and appropriately publish on each copy an
+appropriate copyright notice and disclaimer of warranty; keep intact
+all the notices that refer to this License and to the absence of any
+warranty; and distribute a copy of this License along with the
+Library.
+
+  You may charge a fee for the physical act of transferring a copy,
+and you may at your option offer warranty protection in exchange for a
+fee.
+
+  2. You may modify your copy or copies of the Library or any portion
+of it, thus forming a work based on the Library, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) The modified work must itself be a software library.
+
+    b) You must cause the files modified to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    c) You must cause the whole of the work to be licensed at no
+    charge to all third parties under the terms of this License.
+
+    d) If a facility in the modified Library refers to a function or a
+    table of data to be supplied by an application program that uses
+    the facility, other than as an argument passed when the facility
+    is invoked, then you must make a good faith effort to ensure that,
+    in the event an application does not supply such function or
+    table, the facility still operates, and performs whatever part of
+    its purpose remains meaningful.
+
+    (For example, a function in a library to compute square roots has
+    a purpose that is entirely well-defined independent of the
+    application.  Therefore, Subsection 2d requires that any
+    application-supplied function or table used by this function must
+    be optional: if the application does not supply it, the square
+    root function must still compute square roots.)
+
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Library,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Library, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote
+it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Library.
+
+In addition, mere aggregation of another work not based on the Library
+with the Library (or with a work based on the Library) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may opt to apply the terms of the ordinary GNU General Public
+License instead of this License to a given copy of the Library.  To do
+this, you must alter all the notices that refer to this License, so
+that they refer to the ordinary GNU General Public License, version 2,
+instead of to this License.  (If a newer version than version 2 of the
+ordinary GNU General Public License has appeared, then you can specify
+that version instead if you wish.)  Do not make any other change in
+these notices.
+
+  Once this change is made in a given copy, it is irreversible for
+that copy, so the ordinary GNU General Public License applies to all
+subsequent copies and derivative works made from that copy.
+
+  This option is useful when you wish to copy part of the code of
+the Library into a program that is not a library.
+
+  4. You may copy and distribute the Library (or a portion or
+derivative of it, under Section 2) in object code or executable form
+under the terms of Sections 1 and 2 above provided that you accompany
+it with the complete corresponding machine-readable source code, which
+must be distributed under the terms of Sections 1 and 2 above on a
+medium customarily used for software interchange.
+
+  If distribution of object code is made by offering access to copy
+from a designated place, then offering equivalent access to copy the
+source code from the same place satisfies the requirement to
+distribute the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+  5. A program that contains no derivative of any portion of the
+Library, but is designed to work with the Library by being compiled or
+linked with it, is called a "work that uses the Library".  Such a
+work, in isolation, is not a derivative work of the Library, and
+therefore falls outside the scope of this License.
+
+  However, linking a "work that uses the Library" with the Library
+creates an executable that is a derivative of the Library (because it
+contains portions of the Library), rather than a "work that uses the
+library".  The executable is therefore covered by this License.
+Section 6 states terms for distribution of such executables.
+
+  When a "work that uses the Library" uses material from a header file
+that is part of the Library, the object code for the work may be a
+derivative work of the Library even though the source code is not.
+Whether this is true is especially significant if the work can be
+linked without the Library, or if the work is itself a library.  The
+threshold for this to be true is not precisely defined by law.
+
+  If such an object file uses only numerical parameters, data
+structure layouts and accessors, and small macros and small inline
+functions (ten lines or less in length), then the use of the object
+file is unrestricted, regardless of whether it is legally a derivative
+work.  (Executables containing this object code plus portions of the
+Library will still fall under Section 6.)
+
+  Otherwise, if the work is a derivative of the Library, you may
+distribute the object code for the work under the terms of Section 6.
+Any executables containing that work also fall under Section 6,
+whether or not they are linked directly with the Library itself.
+
+  6. As an exception to the Sections above, you may also combine or
+link a "work that uses the Library" with the Library to produce a
+work containing portions of the Library, and distribute that work
+under terms of your choice, provided that the terms permit
+modification of the work for the customer's own use and reverse
+engineering for debugging such modifications.
+
+  You must give prominent notice with each copy of the work that the
+Library is used in it and that the Library and its use are covered by
+this License.  You must supply a copy of this License.  If the work
+during execution displays copyright notices, you must include the
+copyright notice for the Library among them, as well as a reference
+directing the user to the copy of this License.  Also, you must do one
+of these things:
+
+    a) Accompany the work with the complete corresponding
+    machine-readable source code for the Library including whatever
+    changes were used in the work (which must be distributed under
+    Sections 1 and 2 above); and, if the work is an executable linked
+    with the Library, with the complete machine-readable "work that
+    uses the Library", as object code and/or source code, so that the
+    user can modify the Library and then relink to produce a modified
+    executable containing the modified Library.  (It is understood
+    that the user who changes the contents of definitions files in the
+    Library will not necessarily be able to recompile the application
+    to use the modified definitions.)
+
+    b) Use a suitable shared library mechanism for linking with the
+    Library.  A suitable mechanism is one that (1) uses at run time a
+    copy of the library already present on the user's computer system,
+    rather than copying library functions into the executable, and (2)
+    will operate properly with a modified version of the library, if
+    the user installs one, as long as the modified version is
+    interface-compatible with the version that the work was made with.
+
+    c) Accompany the work with a written offer, valid for at
+    least three years, to give the same user the materials
+    specified in Subsection 6a, above, for a charge no more
+    than the cost of performing this distribution.
+
+    d) If distribution of the work is made by offering access to copy
+    from a designated place, offer equivalent access to copy the above
+    specified materials from the same place.
+
+    e) Verify that the user has already received a copy of these
+    materials or that you have already sent this user a copy.
+
+  For an executable, the required form of the "work that uses the
+Library" must include any data and utility programs needed for
+reproducing the executable from it.  However, as a special exception,
+the materials to be distributed need not include anything that is
+normally distributed (in either source or binary form) with the major
+components (compiler, kernel, and so on) of the operating system on
+which the executable runs, unless that component itself accompanies
+the executable.
+
+  It may happen that this requirement contradicts the license
+restrictions of other proprietary libraries that do not normally
+accompany the operating system.  Such a contradiction means you cannot
+use both them and the Library together in an executable that you
+distribute.
+
+  7. You may place library facilities that are a work based on the
+Library side-by-side in a single library together with other library
+facilities not covered by this License, and distribute such a combined
+library, provided that the separate distribution of the work based on
+the Library and of the other library facilities is otherwise
+permitted, and provided that you do these two things:
+
+    a) Accompany the combined library with a copy of the same work
+    based on the Library, uncombined with any other library
+    facilities.  This must be distributed under the terms of the
+    Sections above.
+
+    b) Give prominent notice with the combined library of the fact
+    that part of it is a work based on the Library, and explaining
+    where to find the accompanying uncombined form of the same work.
+
+  8. You may not copy, modify, sublicense, link with, or distribute
+the Library except as expressly provided under this License.  Any
+attempt otherwise to copy, modify, sublicense, link with, or
+distribute the Library is void, and will automatically terminate your
+rights under this License.  However, parties who have received copies,
+or rights, from you under this License will not have their licenses
+terminated so long as such parties remain in full compliance.
+
+  9. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Library or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Library (or any work based on the
+Library), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Library or works based on it.
+
+  10. Each time you redistribute the Library (or any work based on the
+Library), the recipient automatically receives a license from the
+original licensor to copy, distribute, link with or modify the Library
+subject to these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties with
+this License.
+
+  11. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Library at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Library by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Library.
+
+If any portion of this section is held invalid or unenforceable under any
+particular circumstance, the balance of the section is intended to apply,
+and the section as a whole is intended to apply in other circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+  12. If the distribution and/or use of the Library is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Library under this License may add
+an explicit geographical distribution limitation excluding those countries,
+so that distribution is permitted only in or among countries not thus
+excluded.  In such case, this License incorporates the limitation as if
+written in the body of this License.
+
+  13. The Free Software Foundation may publish revised and/or new
+versions of the Lesser General Public License from time to time.
+Such new versions will be similar in spirit to the present version,
+but may differ in detail to address new problems or concerns.
+
+Each version is given a distinguishing version number.  If the Library
+specifies a version number of this License which applies to it and
+"any later version", you have the option of following the terms and
+conditions either of that version or of any later version published by
+the Free Software Foundation.  If the Library does not specify a
+license version number, you may choose any version ever published by
+the Free Software Foundation.
+
+  14. If you wish to incorporate parts of the Library into other free
+programs whose distribution conditions are incompatible with these,
+write to the author to ask for permission.  For software which is
+copyrighted by the Free Software Foundation, write to the Free
+Software Foundation; we sometimes make exceptions for this.  Our
+decision will be guided by the two goals of preserving the free status
+of all derivatives of our free software and of promoting the sharing
+and reuse of software generally.
+
+			    NO WARRANTY
+
+  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
+WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
+EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
+OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
+KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
+LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
+THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
+WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
+AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
+FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
+CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
+LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
+RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
+FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
+SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
+DAMAGES.
+
+		     END OF TERMS AND CONDITIONS
+
+           How to Apply These Terms to Your New Libraries
+
+  If you develop a new library, and you want it to be of the greatest
+possible use to the public, we recommend making it free software that
+everyone can redistribute and change.  You can do so by permitting
+redistribution under these terms (or, alternatively, under the terms of the
+ordinary General Public License).
+
+  To apply these terms, attach the following notices to the library.  It is
+safest to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least the
+"copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the library's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
+
+    This library is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Lesser General Public License for more details.
+
+    You should have received a copy of the GNU Lesser General Public
+    License along with this library; if not, write to the Free Software
+    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+Also add information on how to contact you by electronic and paper mail.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the library, if
+necessary.  Here is a sample; alter the names:
+
+  Yoyodyne, Inc., hereby disclaims all copyright interest in the
+  library `Frob' (a library for tweaking knobs) written by James Random Hacker.
+
+  <signature of Ty Coon>, 1 April 1990
+  Ty Coon, President of Vice
+
+That's all there is to it!
+
+--------------------------------------------------------------------------------
+Copyrights listed in the files in the cups directory:
+
+Copyright 1997-2005 by Easy Software Products.
+Copyright 2007 Artifex Software, Inc.
+
+# Copyright 2001-2005 by Easy Software Products.
+# Copyright 2007 Artifex Software, Inc.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
+--------------------------------------------------------------------------------
+Copyrights listed in the files in the icclib directory:
+
+Copyright (c) 1997-2002 Graeme W. Gill
+
+---
+
+*************************************************************************
+Copyright (c) 1997-2002 Graeme W. Gill
+
+Permission is hereby granted, to use, copy, modify, distribute,
+and sell this software and its associated documentation files
+(the "Software") for any purpose without fee, provided
+that:
+
+        1) The above copyright notices and this permission notice
+           accompany all source code copies of the Software and
+           related documentation.
+and
+
+        2) If executable code based on the Software only is distributed,
+           then the accompanying documentation must aknowledge that
+           "this software is based in part on the work of Graeme W. Gill".
+and
+
+        3) It is accepted that Graeme W. Gill (the "Author") accepts
+           NO LIABILITY for damages of any kind.  The Software is
+           provided without fee by the Author "AS-IS" and without
+           warranty of any kind, express, implied or otherwise,
+           including without limitation, any warranty of merchantability
+           or fitness for a particular purpose.
+and
+
+        4) These conditions apply to any software derived from or based
+           on the Software, not just to the unmodified library.
+and
+
+        5) Except as contained in this notice, or in the required
+           acknowledgment, the name of the Author, or the name of
+           any organization or company affiliated with the Author
+           may not be used in any advertising or publicity relating
+           to the Software, without the specific, prior written
+           permission of the Author.
+
+*************************************************************************
+
+
+--------------------------------------------------------------------------------
+Copyrights listed in the files in the ijs directory:
+
+Copyright (C) 2001-2004 Artifex Software, Inc.
+Copyright 2001 Radical Eye Software
+
+ * Copyright (C) 2001-2002 Artifex Software, Inc.
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use, copy,
+ * modify, merge, publish, distribute, sublicense, and/or sell copies
+ * of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+ * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
+
+
+%%Creator: dvips(k) 5.86e Copyright 2001 Radical Eye Software
+
+--------------------------------------------------------------------------------
+Copyrights listed in the files in the imdi directory:
+
+Copyright 2000 - 2002 Graeme W. Gill
+
+ * Copyright 2000 - 2004 Graeme W. Gill
+ * All rights reserved.
+ *
+ * This material is licenced under the GNU GENERAL PUBLIC LICENCE :-
+ * see the Licence.txt file for licencing details.
+
+--------------------------------------------------------------------------------
+Copyrights listed in the files in the jasper directory and the
+subdirectories thereof:
+
+Copyright (c) 1999-2000 Image Power, Inc.
+Copyright (c) 1999-2000 The University of British Columbia
+Copyright (c) 2001-2003 Michael David Adams
+
+---
+JasPer License Version 2.0
+
+Copyright (c) 1999-2000 Image Power, Inc.
+Copyright (c) 1999-2000 The University of British Columbia
+Copyright (c) 2001-2003 Michael David Adams
+
+All rights reserved.
+
+Permission is hereby granted, free of charge, to any person (the
+"User") obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without restriction,
+including without limitation the rights to use, copy, modify, merge,
+publish, distribute, and/or sell copies of the Software, and to permit
+persons to whom the Software is furnished to do so, subject to the
+following conditions:
+
+1.  The above copyright notices and this permission notice (which
+includes the disclaimer below) shall be included in all copies or
+substantial portions of the Software.
+
+2.  The name of a copyright holder shall not be used to endorse or
+promote products derived from the Software without specific prior
+written permission.
+
+THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS
+LICENSE.  NO USE OF THE SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER
+THIS DISCLAIMER.  THE SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS
+"AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
+BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
+PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.  IN NO
+EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
+INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
+FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
+NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
+WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.  NO ASSURANCES ARE
+PROVIDED BY THE COPYRIGHT HOLDERS THAT THE SOFTWARE DOES NOT INFRINGE
+THE PATENT OR OTHER INTELLECTUAL PROPERTY RIGHTS OF ANY OTHER ENTITY.
+EACH COPYRIGHT HOLDER DISCLAIMS ANY LIABILITY TO THE USER FOR CLAIMS
+BROUGHT BY ANY OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL
+PROPERTY RIGHTS OR OTHERWISE.  AS A CONDITION TO EXERCISING THE RIGHTS
+GRANTED HEREUNDER, EACH USER HEREBY ASSUMES SOLE RESPONSIBILITY TO SECURE
+ANY OTHER INTELLECTUAL PROPERTY RIGHTS NEEDED, IF ANY.  THE SOFTWARE
+IS NOT FAULT-TOLERANT AND IS NOT INTENDED FOR USE IN MISSION-CRITICAL
+SYSTEMS, SUCH AS THOSE USED IN THE OPERATION OF NUCLEAR FACILITIES,
+AIRCRAFT NAVIGATION OR COMMUNICATION SYSTEMS, AIR TRAFFIC CONTROL
+SYSTEMS, DIRECT LIFE SUPPORT MACHINES, OR WEAPONS SYSTEMS, IN WHICH
+THE FAILURE OF THE SOFTWARE OR SYSTEM COULD LEAD DIRECTLY TO DEATH,
+PERSONAL INJURY, OR SEVERE PHYSICAL OR ENVIRONMENTAL DAMAGE ("HIGH
+RISK ACTIVITIES").  THE COPYRIGHT HOLDERS SPECIFICALLY DISCLAIM ANY
+EXPRESS OR IMPLIED WARRANTY OF FITNESS FOR HIGH RISK ACTIVITIES.
+
+--------------------------------------------------------------------------------
+Copyrights listed in the files in the jbig2dec directory:
+
+Copyright (C) 2001-2005 Artifex Software, Inc.
+
+
+    Copyright (C) 2002-2005 Artifex Software, Inc.
+
+    This software is provided AS-IS with no warranty,
+    either express or implied.
+
+    This software is distributed under license and may not
+    be copied, modified or distributed except as expressly
+    authorized under the terms of the license contained in
+    the file LICENSE in this distribution.
+
+    For information on commercial licensing, go to
+    http://www.artifex.com/licensing/ or contact
+    Artifex Software, Inc.,  101 Lucas Valley Road #110,
+    San Rafael, CA  94903, U.S.A., +1(415)492-9861.
+---
+
+  The files in this directory (folder) and any subdirectories
+  (sub-folders) thereof are part of jbig2dec, with the exception
+  of certain source files included to support portability which are
+  marked otherwise in their copyright headers.
+
+  jbig2dec is free software; you can redistribute it and/or modify
+  it under the terms the GNU General Public License as published by
+  the Free Software Foundation, either version 2 of the License, or
+  (at your option) any later version.
+
+  This software is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with this program in the file named COPYING. If not, write
+  to the Free Software Foundation, Inc., 59 Temple Place Suite 330,
+  Boston, MA 02111-1307, USA.
+
+  In addition, specific permission is given to link jbig2dec to or
+  compile jbig2dec into AFPL Ghostscript and to distribute same
+  under the Aladdin Free Public License (AFPL) version 9.
+
+--------------------------------------------------------------------------------
+Copyrights listed in the files in the jpeg directory:
+
+Copyright (C) 1991-1998, Thomas G. Lane.
+
+ * Copyright (C) 1991-1996, Thomas G. Lane.
+ * This file is part of the Independent JPEG Group's software.
+ * For conditions of distribution and use, see the accompanying README file.
+
+---
+The authors make NO WARRANTY or representation, either express or implied,
+with respect to this software, its quality, accuracy, merchantability, or
+fitness for a particular purpose.  This software is provided "AS IS", and you,
+its user, assume the entire risk as to its quality and accuracy.
+
+This software is copyright (C) 1991-1998, Thomas G. Lane.
+All Rights Reserved except as specified below.
+
+Permission is hereby granted to use, copy, modify, and distribute this
+software (or portions thereof) for any purpose, without fee, subject to these
+conditions:
+(1) If any part of the source code for this software is distributed, then this
+README file must be included, with this copyright and no-warranty notice
+unaltered; and any additions, deletions, or changes to the original files
+must be clearly indicated in accompanying documentation.
+(2) If only executable code is distributed, then the accompanying
+documentation must state that "this software is based in part on the work of
+the Independent JPEG Group".
+(3) Permission for use of this software is granted only if the user accepts
+full responsibility for any undesirable consequences; the authors accept
+NO LIABILITY for damages of any kind.
+
+These conditions apply to any software derived from or based on the IJG code,
+not just to the unmodified library.  If you use our work, you ought to
+acknowledge us.
+
+Permission is NOT granted for the use of any IJG author's name or company name
+in advertising or publicity relating to this software or products derived from
+it.  This software may be referred to only as "the Independent JPEG Group's
+software".
+
+We specifically permit and encourage the use of this software as the basis of
+commercial products, provided that all warranty or liability claims are
+assumed by the product vendor.
+
+
+ansi2knr.c is included in this distribution by permission of L. Peter Deutsch,
+
+le proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA.
+ansi2knr.c is NOT covered by the above copyright and conditions, but instead
+by the usual distribution terms of the Free Software Foundation; principally,
+that you must include source code if you redistribute it.  (See the file
+ansi2knr.c for full details.)  However, since ansi2knr.c is not needed as part
+of any program generated from the IJG code, this does not limit you more than
+the foregoing paragraphs do.
+
+The Unix configuration script "configure" was produced with GNU Autoconf.
+It is copyright by the Free Software Foundation but is freely distributable.
+The same holds for its supporting scripts (config.guess, config.sub,
+ltconfig, ltmain.sh).  Another support script, install-sh, is copyright
+by M.I.T. but is also freely distributable.
+
+It appears that the arithmetic coding option of the JPEG spec is covered by
+patents owned by IBM, AT&T, and Mitsubishi.  Hence arithmetic coding cannot
+legally be used without obtaining one or more licenses.  For this reason,
+support for arithmetic coding has been removed from the free JPEG software.
+(Since arithmetic coding provides only a marginal gain over the unpatented
+Huffman mode, it is unlikely that very many implementations will support it.)
+So far as we are aware, there are no patent restrictions on the remaining
+code.
+
+The IJG distribution formerly included code to read and write GIF files.
+To avoid entanglement with the Unisys LZW patent, GIF reading support has
+been removed altogether, and the GIF writer has been simplified to produce
+"uncompressed GIFs".  This technique does not use the LZW algorithm; the
+resulting GIF files are larger than usual, but are readable by all standard
+GIF decoders.
+
+We are required to state that
+    "The Graphics Interchange Format(c) is the Copyright property of
+    CompuServe Incorporated.  GIF(sm) is a Service Mark property of
+    CompuServe Incorporated."
+
+--------------------------------------------------------------------------------
+Copyrights listed in the files in the libpng directory:
+
+Copyright (c) 1998-2007 Glenn Randers-Pehrson
+Copyright (c) 1996, 1997 Andreas Dilger
+Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
+Copyright (c) 1998-01-04 Charles Poynton <poynton at inforamp.net>
+
+ * For conditions of distribution and use, see copyright notice in png.h
+ * Copyright (c) 1998-2007 Glenn Randers-Pehrson
+ * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
+ * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
+
+The default values approximate those recommended in the Charles
+Poynton's Color FAQ, <http://www.inforamp.net/~poynton/>
+Copyright (c) 1998-01-04 Charles Poynton <poynton at inforamp.net>
+
+---
+/*
+ * COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
+ *
+ * If you modify libpng you may insert additional notices immediately following
+ * this sentence.
+ *
+ * libpng versions 1.2.6, August 15, 2004, through 1.2.22, October 13, 2007, are
+ * Copyright (c) 2004, 2006-2007 Glenn Randers-Pehrson, and are
+ * distributed according to the same disclaimer and license as libpng-1.2.5
+ * with the following individual added to the list of Contributing Authors:
+ *
+ *    Cosmin Truta
+ *
+ * libpng versions 1.0.7, July 1, 2000, through 1.2.5, October 3, 2002, are
+ * Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are
+ * distributed according to the same disclaimer and license as libpng-1.0.6
+ * with the following individuals added to the list of Contributing Authors:
+ *
+ *    Simon-Pierre Cadieux
+ *    Eric S. Raymond
+ *    Gilles Vollant
+ *
+ * and with the following additions to the disclaimer:
+ *
+ *    There is no warranty against interference with your enjoyment of the
+ *    library or against infringement.  There is no warranty that our
+ *    efforts or the library will fulfill any of your particular purposes
+ *    or needs.  This library is provided with all faults, and the entire
+ *    risk of satisfactory quality, performance, accuracy, and effort is with
+ *    the user.
+ *
+ * libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
+ * Copyright (c) 1998, 1999, 2000 Glenn Randers-Pehrson, and are
+ * distributed according to the same disclaimer and license as libpng-0.96,
+ * with the following individuals added to the list of Contributing Authors:
+ *
+ *    Tom Lane
+ *    Glenn Randers-Pehrson
+ *    Willem van Schaik
+ *
+ * libpng versions 0.89, June 1996, through 0.96, May 1997, are
+ * Copyright (c) 1996, 1997 Andreas Dilger
+ * Distributed according to the same disclaimer and license as libpng-0.88,
+ * with the following individuals added to the list of Contributing Authors:
+ *
+ *    John Bowler
+ *    Kevin Bracey
+ *    Sam Bushell
+ *    Magnus Holmgren
+ *    Greg Roelofs
+ *    Tom Tanner
+ *
+ * libpng versions 0.5, May 1995, through 0.88, January 1996, are
+ * Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
+ *
+ * For the purposes of this copyright and license, "Contributing Authors"
+ * is defined as the following set of individuals:
+ *
+ *    Andreas Dilger
+ *    Dave Martindale
+ *    Guy Eric Schalnat
+ *    Paul Schmidt
+ *    Tim Wegner
+ *
+ * The PNG Reference Library is supplied "AS IS".  The Contributing Authors
+ * and Group 42, Inc. disclaim all warranties, expressed or implied,
+ * including, without limitation, the warranties of merchantability and of
+ * fitness for any purpose.  The Contributing Authors and Group 42, Inc.
+ * assume no liability for direct, indirect, incidental, special, exemplary,
+ * or consequential damages, which may result from the use of the PNG
+ * Reference Library, even if advised of the possibility of such damage.
+ *
+ * Permission is hereby granted to use, copy, modify, and distribute this
+ * source code, or portions hereof, for any purpose, without fee, subject
+ * to the following restrictions:
+ *
+ * 1. The origin of this source code must not be misrepresented.
+ *
+ * 2. Altered versions must be plainly marked as such and
+ * must not be misrepresented as being the original source.
+ *
+ * 3. This Copyright notice may not be removed or altered from
+ *    any source or altered source distribution.
+ *
+ * The Contributing Authors and Group 42, Inc. specifically permit, without
+ * fee, and encourage the use of this source code as a component to
+ * supporting the PNG file format in commercial products.  If you use this
+ * source code in a product, acknowledgment is not required but would be
+ * appreciated.
+ */
+
+--------------------------------------------------------------------------------
+Copyrights listed in the files in the zlib directory and subdirectories
+thereof:
+
+Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler
+Copyright (C) 1995-2005 Jean-loup Gailly.
+Copyright (C) 1995-2005 Mark Adler
+
+ * Copyright (C) 1995-2005 Jean-loup Gailly.
+ * For conditions of distribution and use, see copyright notice in zlib.h
+
+---
+/* zlib.h -- interface of the 'zlib' general purpose compression library
+  version 1.2.3, July 18th, 2005
+
+  Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler
+
+  This software is provided 'as-is', without any express or implied
+  warranty.  In no event will the authors be held liable for any damages
+  arising from the use of this software.
+
+  Permission is granted to anyone to use this software for any purpose,
+  including commercial applications, and to alter it and redistribute it
+  freely, subject to the following restrictions:
+
+  1. The origin of this software must not be misrepresented; you must not
+     claim that you wrote the original software. If you use this software
+     in a product, an acknowledgment in the product documentation would be
+     appreciated but is not required.
+  2. Altered source versions must be plainly marked as such, and must not be
+     misrepresented as being the original software.
+  3. This notice may not be removed or altered from any source distribution.
+
+  Jean-loup Gailly        Mark Adler
+  [email protected]          [email protected]
+
+
+  The data format used by the zlib library is described by RFCs (Request for
+  Comments) 1950 to 1952 in the files http://www.ietf.org/rfc/rfc1950.txt
+  (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
+*/
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ghostscript/ghostscript.p5m	Mon Apr 11 23:52:19 2011 -0700
@@ -0,0 +1,955 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+set name=pkg.fmri value=pkg:/print/filter/ghostscript@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="GPL Ghostscript"
+set name=info.classification value="org.opensolaris.category.2008:System/Printing "
+set name=info.upstream_url value=http://ghostscript.com/
+set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+
+license ghostscript.license license="GPLv2"
+
+dir path=etc
+dir path=etc/cups group=lp
+dir path=usr
+dir path=usr/bin
+dir path=usr/include
+dir path=usr/include/ghostscript
+dir path=usr/include/ijs
+dir path=usr/lib
+dir path=usr/lib/cups
+dir path=usr/lib/cups/filter
+dir path=usr/lib/pkgconfig
+dir path=usr/share
+dir path=usr/share/cups
+dir path=usr/share/cups/model
+dir path=usr/share/ghostscript
+dir path=usr/share/ghostscript/$(COMPONENT_VERSION)
+dir path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource
+dir path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap
+dir path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/ColorSpace
+dir path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Decoding
+dir path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Encoding
+dir path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font
+dir path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init
+dir path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/SubstCID
+dir path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc
+dir path=usr/share/ghostscript/$(COMPONENT_VERSION)/examples
+dir path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib
+dir path=usr/share/ghostscript/interfaces
+dir path=usr/share/man
+dir path=usr/share/man/man1
+file path=etc/cups/pdftoraster.convs
+file path=etc/cups/pstoraster.convs
+file path=usr/bin/bdftops
+file path=usr/bin/dumphint
+file path=usr/bin/dvipdf
+file path=usr/bin/eps2eps
+file path=usr/bin/fixmswrd.pl
+file path=usr/bin/font2c
+file path=usr/bin/gs
+file path=usr/bin/gsbj
+file path=usr/bin/gsc
+file path=usr/bin/gsdj
+file path=usr/bin/gsdj500
+file path=usr/bin/gslj
+file path=usr/bin/gslp
+file path=usr/bin/gsnd
+file path=usr/bin/gsx
+file path=usr/bin/ijs-config
+file path=usr/bin/lprsetup.sh
+file path=usr/bin/pdf2dsc
+file path=usr/bin/pdf2ps
+file path=usr/bin/pdfopt
+file path=usr/bin/pf2afm
+file path=usr/bin/pfbtopfa
+file path=usr/bin/printafm
+file path=usr/bin/ps2ascii
+file path=usr/bin/ps2epsi
+file path=usr/bin/ps2pdf
+file path=usr/bin/ps2pdf12
+file path=usr/bin/ps2pdf13
+file path=usr/bin/ps2pdf14
+file path=usr/bin/ps2pdfwr
+file path=usr/bin/ps2ps
+file path=usr/bin/ps2ps2
+file path=usr/bin/pv.sh
+file path=usr/bin/unix-lpr.sh
+file path=usr/bin/wftopfa
+file path=usr/include/ghostscript/gdevdsp.h
+file path=usr/include/ghostscript/iapi.h
+file path=usr/include/ghostscript/ierrors.h
+file path=usr/include/ijs/ijs.h
+file path=usr/include/ijs/ijs_client.h
+file path=usr/include/ijs/ijs_server.h
+file path=usr/lib/cups/filter/pdftoraster mode=0555
+file path=usr/lib/cups/filter/pstopxl mode=0555
+file path=usr/lib/cups/filter/pstoraster mode=0555
+file path=usr/lib/libgs.so.$(COMPONENT_VERSION)
+file path=usr/lib/libijs.a
+file path=usr/lib/libijs.la
+file path=usr/lib/pkgconfig/ijs.pc
+file path=usr/share/cups/model/pxlcolor.ppd
+file path=usr/share/cups/model/pxlmono.ppd
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/78-EUC-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/78-EUC-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/78-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/78-RKSJ-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/78-RKSJ-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/78-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/78ms-RKSJ-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/78ms-RKSJ-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/83pv-RKSJ-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/90ms-RKSJ-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/90ms-RKSJ-UCS2
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/90ms-RKSJ-V
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/90msp-RKSJ-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/90msp-RKSJ-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/90pv-RKSJ-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/90pv-RKSJ-UCS2
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/90pv-RKSJ-UCS2C
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/90pv-RKSJ-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Add-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Add-RKSJ-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Add-RKSJ-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Add-V
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-CNS1-0
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-CNS1-1
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-CNS1-2
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-CNS1-3
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-CNS1-4
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-CNS1-5
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-CNS1-B5pc
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-CNS1-ETenms-B5
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-CNS1-H-CID
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-CNS1-H-Host
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-CNS1-H-Mac
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-CNS1-UCS2
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-GB1-0
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-GB1-1
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-GB1-2
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-GB1-3
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-GB1-4
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-GB1-5
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-GB1-GBK-EUC
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-GB1-GBpc-EUC
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-GB1-H-CID
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-GB1-H-Host
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-GB1-H-Mac
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-GB1-UCS2
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Japan1-0
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Japan1-1
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Japan1-2
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Japan1-3
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Japan1-4
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Japan1-5
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Japan1-6
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Japan1-90ms-RKSJ
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Japan1-90pv-RKSJ
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Japan1-H-CID
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Japan1-H-Host
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Japan1-H-Mac
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Japan1-PS-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Japan1-PS-V
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Japan1-UCS2
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Japan2-0
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Korea1-0
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Korea1-1
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Korea1-2
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Korea1-H-CID
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Korea1-H-Host
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Korea1-H-Mac
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Korea1-KSCms-UHC
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Korea1-KSCpc-EUC
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Korea1-UCS2
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/B5-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/B5-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/B5pc-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/B5pc-UCS2
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/B5pc-UCS2C
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/B5pc-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/CNS-EUC-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/CNS-EUC-V
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/CNS01-RKSJ-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/CNS02-RKSJ-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/CNS03-RKSJ-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/CNS04-RKSJ-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/CNS05-RKSJ-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/CNS06-RKSJ-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/CNS07-RKSJ-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/CNS1-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/CNS1-V
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/CNS15-RKSJ-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/CNS2-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/CNS2-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/ETHK-B5-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/ETHK-B5-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/ETen-B5-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/ETen-B5-UCS2
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/ETen-B5-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/ETenms-B5-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/ETenms-B5-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/EUC-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/EUC-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Ext-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Ext-RKSJ-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Ext-RKSJ-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Ext-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GB-EUC-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GB-EUC-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GB-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GB-RKSJ-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GB-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBK-EUC-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBK-EUC-UCS2
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBK-EUC-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBK2K-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBK2K-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBKp-EUC-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBKp-EUC-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBT-EUC-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBT-EUC-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBT-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBT-RKSJ-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBT-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBTpc-EUC-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBTpc-EUC-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBpc-EUC-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBpc-EUC-UCS2
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBpc-EUC-UCS2C
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBpc-EUC-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/HK-RKSJ-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/HKdla-B5-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/HKdla-B5-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/HKdlb-B5-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/HKdlb-B5-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/HKgccs-B5-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/HKgccs-B5-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/HKm314-B5-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/HKm314-B5-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/HKm471-B5-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/HKm471-B5-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/HKscs-B5-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/HKscs-B5-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Hankaku
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Hiragana
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Hojo-EUC-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Hojo-EUC-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Hojo-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Hojo-RKSJ-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Hojo-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Identity-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Identity-UTF16-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Identity-UTF16-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Identity-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSC-EUC-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSC-EUC-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSC-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSC-Johab-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSC-Johab-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSC-RKSJ-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSC-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSC2-RKSJ-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSCms-UHC-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSCms-UHC-HW-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSCms-UHC-HW-V
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSCms-UHC-UCS2
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSCms-UHC-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSCpc-EUC-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSCpc-EUC-UCS2
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSCpc-EUC-UCS2C
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSCpc-EUC-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Katakana
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/NWP-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/NWP-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/RKSJ-H
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/RKSJ-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Roman
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/TCVN-RKSJ-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UCS2-90ms-RKSJ
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UCS2-90pv-RKSJ
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UCS2-B5pc
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UCS2-ETen-B5
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UCS2-GBK-EUC
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UCS2-GBpc-EUC
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UCS2-KSCms-UHC
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UCS2-KSCpc-EUC
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniCNS-UCS2-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniCNS-UCS2-V
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniCNS-UTF16-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniCNS-UTF16-V
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniCNS-UTF32-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniCNS-UTF32-V
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniCNS-UTF8-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniCNS-UTF8-V
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniGB-UCS2-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniGB-UCS2-V
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniGB-UTF16-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniGB-UTF16-V
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniGB-UTF32-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniGB-UTF32-V
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniGB-UTF8-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniGB-UTF8-V
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniHojo-UCS2-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniHojo-UCS2-V
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniHojo-UTF16-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniHojo-UTF16-V
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniHojo-UTF32-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniHojo-UTF32-V
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniHojo-UTF8-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniHojo-UTF8-V
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS-UCS2-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS-UCS2-HW-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS-UCS2-HW-V
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS-UCS2-V
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS-UTF16-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS-UTF16-V
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS-UTF32-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS-UTF32-V
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS-UTF8-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS-UTF8-V
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS2004-UTF16-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS2004-UTF16-V
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS2004-UTF32-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS2004-UTF32-V
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS2004-UTF8-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS2004-UTF8-V
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJISPro-UCS2-HW-V
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJISPro-UCS2-V
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJISPro-UTF8-V
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJISX0213-UTF32-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJISX0213-UTF32-V
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJISX02132004-UTF32-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJISX02132004-UTF32-V
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniKS-UCS2-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniKS-UCS2-V
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniKS-UTF16-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniKS-UTF16-V
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniKS-UTF32-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniKS-UTF32-V
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniKS-UTF8-H
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniKS-UTF8-V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/V
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/WP-Symbol
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/ColorSpace/DefaultCMYK
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/ColorSpace/DefaultGray
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/ColorSpace/DefaultRGB
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/ColorSpace/TrivialCMYK
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Decoding/FCO_Dingbats
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Decoding/FCO_Symbol
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Decoding/FCO_Unicode
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Decoding/FCO_Wingdings
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Decoding/Latin1
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Decoding/StandardEncoding
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Decoding/Unicode
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Encoding/Wingdings
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/CenturySchL-Bold
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/CenturySchL-BoldItal
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/CenturySchL-Ital
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/CenturySchL-Roma
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/Dingbats
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusMonL-Bold
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusMonL-BoldObli
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusMonL-Regu
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusMonL-ReguObli
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusRomNo9L-Medi
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusRomNo9L-MediItal
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusRomNo9L-Regu
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusRomNo9L-ReguItal
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusSanL-Bold
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusSanL-BoldCond
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusSanL-BoldCondItal
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusSanL-BoldItal
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusSanL-Regu
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusSanL-ReguCond
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusSanL-ReguCondItal
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusSanL-ReguItal
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/StandardSymL
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/URWBookmanL-DemiBold
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/URWBookmanL-DemiBoldItal
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/URWBookmanL-Ligh
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/URWBookmanL-LighItal
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/URWChanceryL-MediItal
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/URWGothicL-Book
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/URWGothicL-BookObli
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/URWGothicL-Demi
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/URWGothicL-DemiObli
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/URWPalladioL-Bold
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/URWPalladioL-BoldItal
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/URWPalladioL-Ital
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/URWPalladioL-Roma
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/FCOfontmap-PCLPS2
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/Fontmap
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/Fontmap.GS
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/cidfmap
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_agl.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_btokn.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_cet.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_cff.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_cidcm.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_ciddc.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_cidfm.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_cidfn.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_cidtt.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_cmap.ps
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_cspace.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_css_e.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_dbt_e.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_diskf.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_diskn.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_dpnxt.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_dps.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_dps1.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_dps2.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_dscp.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_epsf.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_fapi.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_fntem.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_fonts.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_frsd.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_icc.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_il1_e.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_img.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_init.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_l2img.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_lev2.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_ll3.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_mex_e.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_mgl_e.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_mro_e.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_pdf_e.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_pdfwr.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_res.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_resmp.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_setpd.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_statd.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_std_e.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_sym_e.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_trap.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_ttf.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_typ32.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_typ42.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_type1.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_wan_e.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/opdfread.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/pdf_base.ps
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/pdf_cslayer.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/pdf_draw.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/pdf_font.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/pdf_main.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/pdf_ops.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/pdf_rbld.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/pdf_sec.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/xlatmap
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/SubstCID/CNS1-WMode mode=0644 preserve=true
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/SubstCID/GB1-WMode mode=0644 preserve=true
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/SubstCID/Japan1-WMode mode=0644 preserve=true
+file \
+    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/SubstCID/Korea1-WMode mode=0644 preserve=true
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/API.htm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/C-style.htm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/COPYING mode=0644 preserve=true
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Changes.htm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Commprod.htm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/DLL.htm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Deprecated.htm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Details.htm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Details8.htm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Develop.htm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Devices.htm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Drivers.htm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Fonts.htm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Helpers.htm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Hershey.htm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/History1.htm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/History2.htm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/History3.htm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/History4.htm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/History5.htm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/History6.htm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/History7.htm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/History8.htm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Install.htm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Issues.htm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Language.htm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Lib.htm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Make.htm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/News.htm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Projects.htm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Ps-style.htm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Ps2epsi.htm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Ps2pdf.htm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Psfiles.htm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/README
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Readme.htm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Release.htm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Source.htm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Unix-lpr.htm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Use.htm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Xfonts.htm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/gs-vms.hlp mode=0644 preserve=true
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/gs.css
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/gsdoc.el mode=0644 preserve=true
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/index.html
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/examples/alphabet.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/examples/annots.pdf
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/examples/chess.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/examples/colorcir.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/examples/doretree.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/examples/escher.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/examples/golfer.eps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/examples/grayalph.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/examples/ridt91.eps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/examples/snowflak.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/examples/tiger.eps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/examples/vasarely.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/examples/waterfal.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/PDFA_def.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/PDFX_def.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/PM760p.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/PM760pl.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/PM820p.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/PM820pl.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stc670p.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stc670pl.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stc680p.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stc680pl.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stc740p.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stc740pl.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stc760p.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stc760pl.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stc777p.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stc777pl.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stp720p.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stp720pl.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stp870p.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stp870pl.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/acctest.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/addxchar.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/align.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bdftops.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bj8.rpd
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bj8gc12f.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bj8hg12f.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bj8oh06n.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bj8pa06n.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bj8pp12f.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bj8ts06n.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc6000a1.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc6000b1.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610a0.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610a1.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610a2.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610a3.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610a4.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610a5.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610a6.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610a7.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610a8.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610b1.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610b2.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610b3.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610b4.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610b6.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610b7.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610b8.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/caption.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/cbjc600.ppd
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/cbjc800.ppd
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/cdj550.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/cdj690.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/cdj690ec.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/cid2code.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/decrypt.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/dmp_init.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/dmp_site.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/dnj750c.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/dnj750m.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/docie.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/dumphint.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/escp_24.src
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/font2c.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/font2pcl.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/ghostpdf.ppd
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_ce_e.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_cmdl.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_fform.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_il2_e.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_kanji.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_ksb_e.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_l.xbm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_l.xpm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_l_m.xbm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_lgo_e.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_lgx_e.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_m.xbm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_m.xpm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_m_m.xbm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_pfile.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_rdlin.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_s.xbm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_s.xpm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_s_m.xbm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_t.xbm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_t.xpm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_t_m.xbm
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_wl1_e.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_wl2_e.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_wl5_e.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gslp.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gsnup.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/ht_ccsto.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/image-qa.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/impath.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/jispaper.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/landscap.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/level1.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/lines.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/markhint.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/markpath.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/mkcidfm.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/necp2x.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/necp2x6.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/packfile.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/pcharstr.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/pdf2dsc.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/pdfopt.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/pdfwrite.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/pf2afm.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/pfbtopfa.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/ppath.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/pphs
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/pphs.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/prfont.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/printafm.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/ps2ai.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/ps2ascii.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/ps2epsi.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/quit.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/ras1.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/ras24.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/ras3.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/ras32.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/ras4.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/ras8m.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/rollconv.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/s400a1.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/s400b1.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/sharp.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/showchar.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/showpage.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/sipixa6.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/st640ih.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/st640ihg.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/st640p.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/st640pg.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/st640pl.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/st640plg.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc1520h.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc2.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc200_h.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc2_h.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc2s_h.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc300.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc300bl.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc300bm.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc500p.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc500ph.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc600ih.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc600p.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc600pl.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc640p.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc740ih.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc800ih.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc800p.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc800pl.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc_h.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc_l.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stcany.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stcany_h.upp
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stcinfo.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stcolor.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stocht.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/traceimg.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/traceop.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/type1enc.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/type1ops.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/uninfo.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/unprot.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/viewcmyk.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/viewgif.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/viewjpeg.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/viewmiff.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/viewpbm.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/viewpcx.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/viewps2a.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/wftopfa.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/winmaps.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/wrfont.ps
+file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/zeroline.ps
+file Solaris/GSinterface path=usr/share/ghostscript/interfaces/GSinterface
+file Solaris/GSinterface.1 path=usr/share/man/man1/GSinterface.1
+file Solaris/bdftops.1 path=usr/share/man/man1/bdftops.1
+file path=usr/share/man/man1/dvipdf.1
+file Solaris/fixmswrd.pl.1 path=usr/share/man/man1/fixmswrd.pl.1
+file path=usr/share/man/man1/font2c.1
+file path=usr/share/man/man1/gs.1
+file path=usr/share/man/man1/gslp.1
+file path=usr/share/man/man1/gsnd.1
+file path=usr/share/man/man1/ijs-config.1
+file path=usr/share/man/man1/pdf2dsc.1
+file path=usr/share/man/man1/pdf2ps.1
+file path=usr/share/man/man1/pdfopt.1
+file path=usr/share/man/man1/pf2afm.1
+file path=usr/share/man/man1/pfbtopfa.1
+file path=usr/share/man/man1/printafm.1
+file path=usr/share/man/man1/ps2ascii.1
+file path=usr/share/man/man1/ps2epsi.1
+file path=usr/share/man/man1/ps2pdf.1
+file path=usr/share/man/man1/ps2pdfwr.1
+file path=usr/share/man/man1/ps2ps.1
+file Solaris/ps2ps2.1 path=usr/share/man/man1/ps2ps2.1
+file Solaris/pv.sh.1 path=usr/share/man/man1/pv.sh.1
+file path=usr/share/man/man1/wftopfa.1
+link path=usr/lib/libgs.so target=libgs.so.$(COMPONENT_VERSION)
+link path=usr/lib/libgs.so.8 target=libgs.so.$(COMPONENT_VERSION)
+link path=usr/sfw/bin/bdftops target=../../bin/bdftops
+link path=usr/sfw/bin/dumphint target=../../bin/dumphint
+link path=usr/sfw/bin/dvipdf target=../../bin/dvipdf
+link path=usr/sfw/bin/eps2eps target=../../bin/eps2eps
+link path=usr/sfw/bin/fixmswrd.pl target=../../bin/fixmswrd.pl
+link path=usr/sfw/bin/font2c target=../../bin/font2c
+link path=usr/sfw/bin/gs target=../../bin/gs
+link path=usr/sfw/bin/gsbj target=../../bin/gsbj
+link path=usr/sfw/bin/gsdj target=../../bin/gsdj
+link path=usr/sfw/bin/gsdj500 target=../../bin/gsdj500
+link path=usr/sfw/bin/gslj target=../../bin/gslj
+link path=usr/sfw/bin/gslp target=../../bin/gslp
+link path=usr/sfw/bin/gsnd target=../../bin/gsnd
+link path=usr/sfw/bin/lprsetup.sh target=../../bin/lprsetup.sh
+link path=usr/sfw/bin/pdf2dsc target=../../bin/pdf2dsc
+link path=usr/sfw/bin/pdf2ps target=../../bin/pdf2ps
+link path=usr/sfw/bin/pdfopt target=../../bin/pdfopt
+link path=usr/sfw/bin/pf2afm target=../../bin/pf2afm
+link path=usr/sfw/bin/pfbtopfa target=../../bin/pfbtopfa
+link path=usr/sfw/bin/printafm target=../../bin/printafm
+link path=usr/sfw/bin/ps2ascii target=../../bin/ps2ascii
+link path=usr/sfw/bin/ps2epsi target=../../bin/ps2epsi
+link path=usr/sfw/bin/ps2pdf target=../../bin/ps2pdf
+link path=usr/sfw/bin/ps2pdf12 target=../../bin/ps2pdf12
+link path=usr/sfw/bin/ps2pdf13 target=../../bin/ps2pdf13
+link path=usr/sfw/bin/ps2pdf14 target=../../bin/ps2pdf14
+link path=usr/sfw/bin/ps2pdfwr target=../../bin/ps2pdfwr
+link path=usr/sfw/bin/ps2ps target=../../bin/ps2ps
+link path=usr/sfw/bin/pv.sh target=../../bin/pv.sh
+link path=usr/sfw/bin/unix-lpr.sh target=../../bin/unix-lpr.sh
+link path=usr/sfw/bin/wftopfa target=../../bin/wftopfa
+link path=usr/share/man/man1/eps2eps.1 target=ps2ps.1
+link path=usr/share/man/man1/ps2pdf12.1 target=ps2pdf.1
+link path=usr/share/man/man1/ps2pdf13.1 target=ps2pdf.1
+
+legacy pkg=SUNWghostscript \
+	name="GPL Ghostscript" \
+	desc="GPL Ghostscript 8.64"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ghostscript/patches/02-4776996.patch	Mon Apr 11 23:52:19 2011 -0700
@@ -0,0 +1,29 @@
+*** ghostscript-8.64/Resource/Init/pdf_sec.ps.orig	Thu Nov 20 11:31:36 2008
+--- ghostscript-8.64/Resource/Init/pdf_sec.ps	Tue Sep  1 15:20:59 2009
+***************
+*** 302,313 ****
+      } ifelse
+    } ifelse
+  
+! %   Trailer /Encrypt oget /P oget 4 and 0 eq #? and
+! %    { (   ****This owner of this file has requested you do not print it.\n)
+! %      pdfformaterror printProducer
+! %      /pdf_process_Encrypt cvx /invalidfileaccess signalerror
+! %    }
+! %   if
+  } bind def
+  
+  % Calculate the key used to decrypt an object (to pass to .decpdfrun or
+--- 302,313 ----
+      } ifelse
+    } ifelse
+  
+!   Trailer /Encrypt oget /P oget 4 and 0 eq #? and
+!    { (   ****This owner of this file has requested you do not print it.\n)
+!      pdfformaterror printProducer
+!      /pdf_process_Encrypt cvx /invalidfileaccess signalerror
+!    }
+!   if
+  } bind def
+  
+  % Calculate the key used to decrypt an object (to pass to .decpdfrun or
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ghostscript/patches/03-4795491.patch	Mon Apr 11 23:52:19 2011 -0700
@@ -0,0 +1,25 @@
+*** ghostscript-8.64/base/configure.ac.orig	Tue Aug 12 14:31:40 2008
+--- ghostscript-8.64/base/configure.ac	Mon Sep  8 17:20:11 2008
+***************
+*** 960,966 ****
+  		DYNAMIC_FLAGS="-DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\\\"\$(gssharedir)\\\""
+  		DYNAMIC_LDFLAGS="-G"
+  		DYNAMIC_LIBS=""
+- 		X_DEVS=""
+  		;;
+  		*)
+  		AC_MSG_ERROR([Sorry, dynamic driver support not available on this platform!])
+--- 960,965 ----
+***************
+*** 1001,1006 ****
+--- 1000,1009 ----
+  	# These font directories are used by Solaris...
+  	fontpath="${fontpath}:/usr/openwin/lib/X11/fonts/Type1"
+  	fontpath="${fontpath}:/usr/openwin/lib/X11/fonts/TrueType"
++ 	fontpath="${fontpath}:/usr/openwin/lib/X11/fonts/Type3"
++ 	fontpath="${fontpath}:/usr/X11/lib/X11/fonts/Type1"
++ 	fontpath="${fontpath}:/usr/X11/lib/X11/fonts/Type3"
++ 	fontpath="${fontpath}:/usr/X11/lib/X11/fonts/TrueType"
+  
+  	# This font directory is used by CUPS...
+  	if test "x$CUPSCONFIG" != x; then
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ghostscript/patches/05-5045800.patch	Mon Apr 11 23:52:19 2011 -0700
@@ -0,0 +1,19 @@
+*** ghostscript-8.64/Resource/Init/gs_init.ps.orig	Thu Jan  8 01:17:18 2009
+--- ghostscript-8.64/Resource/Init/gs_init.ps	Tue Sep  1 15:20:59 2009
+***************
+*** 2031,2037 ****
+  {
+    SAFETY /safe get not {
+      <<
+!       /PermitFileReading [ ]
+        /PermitFileWriting [ ]
+        /PermitFileControl [ ]
+      >> setuserparams
+--- 2031,2037 ----
+  {
+    SAFETY /safe get not {
+      <<
+!       /PermitFileReading [ (/usr/openwin/lib/*) (/usr/X11/lib/*) (/usr/share/ghostscript/*) ]
+        /PermitFileWriting [ ]
+        /PermitFileControl [ ]
+      >> setuserparams
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ghostscript/patches/07-unixinst.mak.patch	Mon Apr 11 23:52:19 2011 -0700
@@ -0,0 +1,38 @@
+*** ghostscript-8.64/base/unixinst.mak.orig	Tue Aug 12 14:58:30 2008
+--- ghostscript-8.64/base/unixinst.mak	Wed Aug 13 11:47:54 2008
+***************
+*** 108,114 ****
+  # install html documentation
+  DOC_PAGES=PUBLIC README index.html gs.css \
+  	   API.htm Bug-form.htm Bug-info.htm \
+! 	   C-style.htm Changes.htm Commprod.htm Copying.htm \
+  	   Current.htm Deprecated.htm \
+  	   DLL.htm Deprecated.htm Develop.htm Devices.htm Drivers.htm \
+  	   Fonts.htm Helpers.htm Hershey.htm \
+--- 108,114 ----
+  # install html documentation
+  DOC_PAGES=PUBLIC README index.html gs.css \
+  	   API.htm Bug-form.htm Bug-info.htm \
+! 	   C-style.htm Changes.htm Commprod.htm Copying.htm COPYING README.sharedlibs \
+  	   Current.htm Deprecated.htm \
+  	   DLL.htm Deprecated.htm Develop.htm Devices.htm Drivers.htm \
+  	   Fonts.htm Helpers.htm Hershey.htm \
+***************
+*** 119,126 ****
+  	   Lib.htm Maintain.htm Make.htm New-user.htm \
+  	   News.htm Projects.htm Ps-style.htm Ps2epsi.htm Ps2pdf.htm \
+  	   Psfiles.htm Public.htm Readme.htm Release.htm \
+! 	   Source.htm Testing.htm Unix-lpr.htm \
+! 	   Use.htm Xfonts.htm
+  install-doc: $(PSDOCDIR)/News.htm
+  	-mkdir -p $(DESTDIR)$(docdir)
+  	$(SH) -c 'for f in $(DOC_PAGES) ;\
+--- 119,126 ----
+  	   Lib.htm Maintain.htm Make.htm New-user.htm \
+  	   News.htm Projects.htm Ps-style.htm Ps2epsi.htm Ps2pdf.htm \
+  	   Psfiles.htm Public.htm Readme.htm Release.htm \
+! 	   Deprecated.htm Details.htm Details8.htm gs-vms.hlp gsdoc.el \
+! 	   Source.htm Tester.htm Testing.htm Unix-lpr.htm Use.htm Xfonts.htm
+  install-doc: $(PSDOCDIR)/News.htm
+  	-mkdir -p $(DESTDIR)$(docdir)
+  	$(SH) -c 'for f in $(DOC_PAGES) ;\
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ghostscript/patches/09-ijs.automake.patch	Mon Apr 11 23:52:19 2011 -0700
@@ -0,0 +1,22 @@
+--- ghostscript-8.64/ijs/Makefile.am.orig	Tue Mar 29 04:38:15 2011
++++ ghostscript-8.64/ijs/Makefile.am	Tue Mar 29 04:38:26 2011
+@@ -24,7 +24,7 @@
+ 
+ ## Process this file with automake to produce Makefile.in.
+ 
+-AUTOMAKE_OPTIONS = 1.6 foreign dist-bzip2 no-dependencies 
++AUTOMAKE_OPTIONS = 1.10 foreign dist-bzip2 no-dependencies 
+ 
+ @SET_MAKE@
+ 
+--- ghostscript-8.64/ijs/autogen.sh.orig	Tue Mar 29 04:39:57 2011
++++ ghostscript-8.64/ijs/autogen.sh	Tue Mar 29 04:39:17 2011
+@@ -33,7 +33,7 @@
+ 
+ # do we need automake?
+ (grep "^AM_INIT_AUTOMAKE" "$CONFIG_AC" >/dev/null) && {
+-  AM_NEEDED=`fgrep AUTOMAKE_OPTIONS Makefile.am | $VERSIONGREP`
++  AM_NEEDED=`fgrep AUTOMAKE_OPTIONS Makefile.am | nawk '{print $3}'`
+   AM_NMAJOR=`echo $AM_NEEDED |cut -d. -f1`
+   AM_NMINOR=`echo $AM_NEEDED |cut -d. -f2`
+   AM_NPATCHLEVEL=`echo $AM_NEEDED |cut -d. -f3`
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ghostscript/patches/10-fixmswrd.pl.patch	Mon Apr 11 23:52:19 2011 -0700
@@ -0,0 +1,13 @@
+*** ghostscript-8.64/lib/fixmswrd.pl.orig	Mon Sep 29 16:54:53 2008
+--- ghostscript-8.64/lib/fixmswrd.pl	Mon Sep 29 16:56:37 2008
+***************
+*** 1,4 ****
+! #!/usr/bin/perl
+  # $Id: fixmswrd.pl 6300 2005-12-28 19:56:24Z giles $
+  
+  #   (C) 1997 Anthony Shipman
+--- 1,4 ----
+! #!/usr/perl5/bin/perl
+  # $Id: fixmswrd.pl 6300 2005-12-28 19:56:24Z giles $
+  
+  #   (C) 1997 Anthony Shipman
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ghostscript/patches/11-CVE-2009-0583,0584.patch	Mon Apr 11 23:52:19 2011 -0700
@@ -0,0 +1,988 @@
+--- ghostscript-8.64/icclib/icc.c.CVE-2009-0583,0584	2008-05-09 05:12:01.000000000 +0100
++++ ghostscript-8.64/icclib/icc.c	2009-03-06 15:24:33.000000000 +0000
+@@ -152,6 +152,8 @@
+  *      Various bug fixes and enhancements.
+  */
+ 
++#include <limits.h>
++#include <stdint.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <stdarg.h>
+@@ -313,8 +315,11 @@ size_t count
+ 	icmFileMem *p = (icmFileMem *)pp;
+ 	size_t len;
+ 
++	if (count > 0 && size > SIZE_MAX / count)
++		return 0;
++
+ 	len = size * count;
+-	if ((p->cur + len) >= p->end) {		/* Too much */
++	if (len > (p->end - p->cur)) { /* Too much */
+ 		if (size > 0)
+ 			count = (p->end - p->cur)/size;
+ 		else
+@@ -1634,6 +1639,8 @@ static int icmUInt8Array_write(
+ 
+ 	/* Allocate a file write buffer */
+ 	len = p->get_size((icmBase *)p);
++	if (icp->errc)
++		return icp->errc;
+ 	if ((buf = (char *) icp->al->malloc(icp->al, len)) == NULL) {
+ 		sprintf(icp->err,"icmUInt8Array_write malloc() failed");
+ 		return icp->errc = 2;
+@@ -1698,7 +1705,7 @@ static int icmUInt8Array_allocate(
+ 	if (p->size != p->_size) {
+ 		if (p->data != NULL)
+ 			icp->al->free(icp->al, p->data);
+-		if ((p->data = (unsigned int *) icp->al->malloc(icp->al, p->size * sizeof(unsigned int))) == NULL) {
++		if ((p->data = (unsigned int *) icp->al->calloc(icp->al, p->size, sizeof(unsigned int))) == NULL) {
+ 			sprintf(icp->err,"icmUInt8Array_alloc: malloc() of icmUInt8Array data failed");
+ 			return icp->errc = 2;
+ 		}
+@@ -1749,6 +1756,10 @@ static unsigned int icmUInt16Array_get_s
+ 	icmUInt16Array *p = (icmUInt16Array *)pp;
+ 	unsigned int len = 0;
+ 	len += 8;			/* 8 bytes for tag and padding */
++	if (p->size > (UINT_MAX - len) / 2) {
++		p->icp->errc = 1;
++		return (unsigned int) -1;
++	}
+ 	len += p->size * 2;	/* 2 bytes for each UInt16 */
+ 	return len;
+ }
+@@ -1821,6 +1832,8 @@ static int icmUInt16Array_write(
+ 
+ 	/* Allocate a file write buffer */
+ 	len = p->get_size((icmBase *)p);
++	if (icp->errc)
++		return icp->errc;
+ 	if ((buf = (char *) icp->al->malloc(icp->al, len)) == NULL) {
+ 		sprintf(icp->err,"icmUInt16Array_write malloc() failed");
+ 		return icp->errc = 2;
+@@ -1885,7 +1898,7 @@ static int icmUInt16Array_allocate(
+ 	if (p->size != p->_size) {
+ 		if (p->data != NULL)
+ 			icp->al->free(icp->al, p->data);
+-		if ((p->data = (unsigned int *) icp->al->malloc(icp->al, p->size * sizeof(unsigned int))) == NULL) {
++		if ((p->data = (unsigned int *) icp->al->calloc(icp->al, p->size, sizeof(unsigned int))) == NULL) {
+ 			sprintf(icp->err,"icmUInt16Array_alloc: malloc() of icmUInt16Array data failed");
+ 			return icp->errc = 2;
+ 		}
+@@ -1936,6 +1949,10 @@ static unsigned int icmUInt32Array_get_s
+ 	icmUInt32Array *p = (icmUInt32Array *)pp;
+ 	unsigned int len = 0;
+ 	len += 8;			/* 8 bytes for tag and padding */
++	if (p->size > (UINT_MAX - len) / 4) {
++		p->icp->errc = 1;
++		return (unsigned int) -1;
++	}
+ 	len += p->size * 4;	/* 4 bytes for each UInt32 */
+ 	return len;
+ }
+@@ -2008,6 +2025,8 @@ static int icmUInt32Array_write(
+ 
+ 	/* Allocate a file write buffer */
+ 	len = p->get_size((icmBase *)p);
++	if (icp->errc)
++		return icp->errc;
+ 	if ((buf = (char *) icp->al->malloc(icp->al, len)) == NULL) {
+ 		sprintf(icp->err,"icmUInt32Array_write malloc() failed");
+ 		return icp->errc = 2;
+@@ -2072,7 +2091,7 @@ static int icmUInt32Array_allocate(
+ 	if (p->size != p->_size) {
+ 		if (p->data != NULL)
+ 			icp->al->free(icp->al, p->data);
+-		if ((p->data = (unsigned int *) icp->al->malloc(icp->al, p->size * sizeof(unsigned int))) == NULL) {
++		if ((p->data = (unsigned int *) icp->al->calloc(icp->al, p->size, sizeof(unsigned int))) == NULL) {
+ 			sprintf(icp->err,"icmUInt32Array_alloc: malloc() of icmUInt32Array data failed");
+ 			return icp->errc = 2;
+ 		}
+@@ -2123,6 +2142,10 @@ static unsigned int icmUInt64Array_get_s
+ 	icmUInt64Array *p = (icmUInt64Array *)pp;
+ 	unsigned int len = 0;
+ 	len += 8;			/* 8 bytes for tag and padding */
++	if (p->size > (UINT_MAX - len) / 8) {
++		p->icp->errc = 1;
++		return (unsigned int) -1;
++	}
+ 	len += p->size * 8;	/* 8 bytes for each UInt64 */
+ 	return len;
+ }
+@@ -2195,6 +2218,8 @@ static int icmUInt64Array_write(
+ 
+ 	/* Allocate a file write buffer */
+ 	len = p->get_size((icmBase *)p);
++	if (icp->errc)
++		return icp->errc;
+ 	if ((buf = (char *) icp->al->malloc(icp->al, len)) == NULL) {
+ 		sprintf(icp->err,"icmUInt64Array_write malloc() failed");
+ 		return icp->errc = 2;
+@@ -2259,7 +2284,7 @@ static int icmUInt64Array_allocate(
+ 	if (p->size != p->_size) {
+ 		if (p->data != NULL)
+ 			icp->al->free(icp->al, p->data);
+-		if ((p->data = (icmUint64 *) icp->al->malloc(icp->al, p->size * sizeof(icmUint64))) == NULL) {
++		if ((p->data = (icmUint64 *) icp->al->calloc(icp->al, p->size, sizeof(icmUint64))) == NULL) {
+ 			sprintf(icp->err,"icmUInt64Array_alloc: malloc() of icmUInt64Array data failed");
+ 			return icp->errc = 2;
+ 		}
+@@ -2310,6 +2335,10 @@ static unsigned int icmU16Fixed16Array_g
+ 	icmU16Fixed16Array *p = (icmU16Fixed16Array *)pp;
+ 	unsigned int len = 0;
+ 	len += 8;			/* 8 bytes for tag and padding */
++	if (p->size > (UINT_MAX - len) / 4) {
++		p->icp->errc = 1;
++		return (unsigned int) -1;
++	}
+ 	len += p->size * 4;	/* 4 byte for each U16Fixed16 */
+ 	return len;
+ }
+@@ -2382,6 +2411,8 @@ static int icmU16Fixed16Array_write(
+ 
+ 	/* Allocate a file write buffer */
+ 	len = p->get_size((icmBase *)p);
++	if (icp->errc)
++		return icp->errc;
+ 	if ((buf = (char *) icp->al->malloc(icp->al, len)) == NULL) {
+ 		sprintf(icp->err,"icmU16Fixed16Array_write malloc() failed");
+ 		return icp->errc = 2;
+@@ -2446,7 +2477,7 @@ static int icmU16Fixed16Array_allocate(
+ 	if (p->size != p->_size) {
+ 		if (p->data != NULL)
+ 			icp->al->free(icp->al, p->data);
+-		if ((p->data = (double *) icp->al->malloc(icp->al, p->size * sizeof(double))) == NULL) {
++		if ((p->data = (double *) icp->al->calloc(icp->al, p->size, sizeof(double))) == NULL) {
+ 			sprintf(icp->err,"icmU16Fixed16Array_alloc: malloc() of icmU16Fixed16Array data failed");
+ 			return icp->errc = 2;
+ 		}
+@@ -2497,6 +2528,10 @@ static unsigned int icmS15Fixed16Array_g
+ 	icmS15Fixed16Array *p = (icmS15Fixed16Array *)pp;
+ 	unsigned int len = 0;
+ 	len += 8;			/* 8 bytes for tag and padding */
++	if (p->size > (UINT_MAX - len) / 4) {
++		p->icp->errc = 1;
++		return (unsigned int) - 1;
++	}
+ 	len += p->size * 4;	/* 4 byte for each S15Fixed16 */
+ 	return len;
+ }
+@@ -2569,6 +2604,8 @@ static int icmS15Fixed16Array_write(
+ 
+ 	/* Allocate a file write buffer */
+ 	len = p->get_size((icmBase *)p);
++	if (icp->errc)
++		return icp->errc;
+ 	if ((buf = (char *) icp->al->malloc(icp->al, len)) == NULL) {
+ 		sprintf(icp->err,"icmS15Fixed16Array_write malloc() failed");
+ 		return icp->errc = 2;
+@@ -2633,7 +2670,7 @@ static int icmS15Fixed16Array_allocate(
+ 	if (p->size != p->_size) {
+ 		if (p->data != NULL)
+ 			icp->al->free(icp->al, p->data);
+-		if ((p->data = (double *) icp->al->malloc(icp->al, p->size * sizeof(double))) == NULL) {
++		if ((p->data = (double *) icp->al->calloc(icp->al, p->size, sizeof(double))) == NULL) {
+ 			sprintf(icp->err,"icmS15Fixed16Array_alloc: malloc() of icmS15Fixed16Array data failed");
+ 			return icp->errc = 2;
+ 		}
+@@ -2726,6 +2763,10 @@ static unsigned int icmXYZArray_get_size
+ 	icmXYZArray *p = (icmXYZArray *)pp;
+ 	unsigned int len = 0;
+ 	len += 8;				/* 8 bytes for tag and padding */
++	if (p->size > (UINT_MAX - len) / 12) {
++		p->icp->errc = 1;
++		return (unsigned int) - 1;
++	}
+ 	len += p->size * 12;	/* 12 bytes for each XYZ */
+ 	return len;
+ }
+@@ -2798,6 +2839,8 @@ static int icmXYZArray_write(
+ 
+ 	/* Allocate a file write buffer */
+ 	len = p->get_size((icmBase *)p);
++	if (icp->errc)
++		return icp->errc;
+ 	if ((buf = (char *) icp->al->malloc(icp->al, len)) == NULL) {
+ 		sprintf(icp->err,"icmXYZArray_write malloc() failed");
+ 		return icp->errc = 2;
+@@ -2865,7 +2908,7 @@ static int icmXYZArray_allocate(
+ 	if (p->size != p->_size) {
+ 		if (p->data != NULL)
+ 			icp->al->free(icp->al, p->data);
+-		if ((p->data = (icmXYZNumber *) icp->al->malloc(icp->al, p->size * sizeof(icmXYZNumber))) == NULL) {
++		if ((p->data = (icmXYZNumber *) icp->al->calloc(icp->al, p->size, sizeof(icmXYZNumber))) == NULL) {
+ 			sprintf(icp->err,"icmXYZArray_alloc: malloc() of icmXYZArray data failed");
+ 			return icp->errc = 2;
+ 		}
+@@ -3001,7 +3044,7 @@ static int icmTable_setup_bwd(
+ 			int nf;			/* Next free slot */
+ 			if (rt->rlists[j] == NULL) {	/* No allocation */
+ 				as = 5;						/* Start with space for 5 */
+-				if ((rt->rlists[j] = (int *) icp->al->malloc(icp->al, sizeof(int) * as)) == NULL) {
++				if ((rt->rlists[j] = (int *) icp->al->calloc(icp->al, sizeof(int), as)) == NULL) {
+ 					return 2;
+ 				}
+ 				rt->rlists[j][0] = as;
+@@ -3141,6 +3184,10 @@ static unsigned int icmCurve_get_size(
+ 	icmCurve *p = (icmCurve *)pp;
+ 	unsigned int len = 0;
+ 	len += 12;			/* 12 bytes for tag, padding and count */
++	if (p->size > (UINT_MAX - len) / 2) {
++		p->icp->errc = 1;
++		return (unsigned int) - 1;
++	}
+ 	len += p->size * 2;	/* 2 bytes for each UInt16 */
+ 	return len;
+ }
+@@ -3238,6 +3285,8 @@ static int icmCurve_write(
+ 
+ 	/* Allocate a file write buffer */
+ 	len = p->get_size((icmBase *)p);
++	if (icp->errc)
++		return icp->errc;
+ 	if ((buf = (char *) icp->al->malloc(icp->al, len)) == NULL) {
+ 		sprintf(icp->err,"icmCurve_write malloc() failed");
+ 		return icp->errc = 2;
+@@ -3347,7 +3396,7 @@ static int icmCurve_allocate(
+ 	if (p->size != p->_size) {
+ 		if (p->data != NULL)
+ 			icp->al->free(icp->al, p->data);
+-		if ((p->data = (double *) icp->al->malloc(icp->al, p->size * sizeof(double))) == NULL) {
++		if ((p->data = (double *) icp->al->calloc(icp->al, p->size, sizeof(double))) == NULL) {
+ 			sprintf(icp->err,"icmCurve_alloc: malloc() of icmCurve data failed");
+ 			return icp->errc = 2;
+ 		}
+@@ -3493,6 +3542,8 @@ static int icmData_write(
+ 
+ 	/* Allocate a file write buffer */
+ 	len = p->get_size((icmBase *)p);
++	if (icp->errc)
++		return icp->errc;
+ 	if ((buf = (char *) icp->al->malloc(icp->al, len)) == NULL) {
+ 		sprintf(icp->err,"icmData_write malloc() failed");
+ 		return icp->errc = 2;
+@@ -3745,6 +3796,8 @@ static int icmText_write(
+ 
+ 	/* Allocate a file write buffer */
+ 	len = p->get_size((icmBase *)p);
++	if (icp->errc)
++		return icp->errc;
+ 	if ((buf = (char *) icp->al->malloc(icp->al, len)) == NULL) {
+ 		sprintf(icp->err,"icmText_write malloc() failed");
+ 		return icp->errc = 2;
+@@ -4038,6 +4091,8 @@ static int icmDateTimeNumber_write(
+ 
+ 	/* Allocate a file write buffer */
+ 	len = p->get_size((icmBase *)p);
++	if (icp->errc)
++		return icp->errc;
+ 	if ((buf = (char *) icp->al->malloc(icp->al, len)) == NULL) {
+ 		sprintf(icp->err,"icmDateTimeNumber_write malloc() failed");
+ 		return icp->errc = 2;
+@@ -4128,11 +4183,15 @@ static icmBase *new_icmDateTimeNumber(
+ /* icmLut object */
+ 
+ /* Utility function - raise one integer to an integer power */
+-static unsigned int uipow(unsigned int a, unsigned int b) {
++static int uipow(unsigned int a, unsigned int b, unsigned int *ret) {
+ 	unsigned int rv = 1;
+-	for (; b > 0; b--)
++	for (; b > 0; b--) {
++		if (a > 0 && rv > UINT_MAX / a)
++			return 1;
+ 		rv *= a;
+-	return rv;
++	}
++	*ret = rv;
++	return 0;
+ }
+ 
+ /* - - - - - - - - - - - - - - - - */
+@@ -4268,7 +4327,7 @@ double *in		/* Input array[outputChan] *
+ 	if (p->inputChan <= 8) {
+ 		gw = GW;				/* Use stack allocation */
+ 	} else {
+-		if ((gw = (double *) icp->al->malloc(icp->al, (1 << p->inputChan) * sizeof(double))) == NULL) {
++		if ((gw = (double *) icp->al->calloc(icp->al, (1 << p->inputChan), sizeof(double))) == NULL) {
+ 			sprintf(icp->err,"icmLut_lookup_clut: malloc() failed");
+ 			return icp->errc = 2;
+ 		}
+@@ -4819,19 +4878,50 @@ static unsigned int icmLut_get_size(
+ ) {
+ 	icmLut *p = (icmLut *)pp;
+ 	unsigned int len = 0;
++	unsigned int pw;
+ 
+ 	if (p->ttype == icSigLut8Type) {
+ 		len += 48;			/* tag and header */
++		if (p->inputChan > 0 &&
++		    p->inputEnt > (UINT_MAX - len) / p->inputChan / 1)
++			goto overflow;
++
+ 		len += 1 * (p->inputChan * p->inputEnt);
+-		len += 1 * (p->outputChan * uipow(p->clutPoints,p->inputChan));
++		if (uipow(p->clutPoints,p->inputChan, &pw) ||
++		    (p->outputChan > 0 &&
++		     pw > (UINT_MAX - len) / p->outputChan / 1))
++			goto overflow;
++
++		len += 1 * (p->outputChan * pw);
++		if (p->outputChan > 0 &&
++		    p->outputEnt > (UINT_MAX - len) / p->outputChan / 1)
++			goto overflow;
++
+ 		len += 1 * (p->outputChan * p->outputEnt);
+ 	} else {
+ 		len += 52;			/* tag and header */
++		if (p->inputChan > 0 &&
++		    p->inputEnt > (UINT_MAX - len) / p->inputChan / 2)
++			goto overflow;
++
+ 		len += 2 * (p->inputChan * p->inputEnt);
+-		len += 2 * (p->outputChan * uipow(p->clutPoints,p->inputChan));
++		if (uipow(p->clutPoints,p->inputChan, &pw) ||
++		    (p->outputChan > 0 &&
++		     pw > (UINT_MAX - len) / p->outputChan / 2))
++			goto overflow;
++
++		len += 2 * (p->outputChan * pw);
++		if (p->outputChan > 0 &&
++		    p->outputEnt > (UINT_MAX - len) / p->outputChan / 2)
++			goto overflow;
++
+ 		len += 2 * (p->outputChan * p->outputEnt);
+ 	}
+ 	return len;
++
++  overflow:
++	p->icp->errc = 1;
++	return (unsigned int) -1;
+ }
+ 
+ /* read the object, return 0 on success, error code on fail */
+@@ -4844,6 +4934,7 @@ static int icmLut_read(
+ 	icc *icp = p->icp;
+ 	int rv = 0;
+ 	unsigned long i, j, g, size;
++	unsigned int pw;
+ 	char *bp, *buf;
+ 
+ 	if (len < 4) {
+@@ -4904,6 +4995,11 @@ static int icmLut_read(
+ 		return icp->errc = 1;
+ 	}
+ 
++	if (p->clutPoints > 100) {
++		sprintf(icp->err,"icmLut_read: too many clutPoints");
++		return icp->errc = 1;
++	}
++
+ 	/* Read 3x3 transform matrix */
+ 	for (j = 0; j < 3; j++) {		/* Rows */
+ 		for (i = 0; i < 3; i++) {	/* Columns */
+@@ -4921,13 +5017,18 @@ static int icmLut_read(
+ 		bp = buf+52;
+ 	}
+ 
+-	if (len < icmLut_get_size((icmBase *)p)) {
++	if (len < icmLut_get_size((icmBase *)p) || icp->errc) {
+ 		sprintf(icp->err,"icmLut_read: Tag too small for contents");
+ 		icp->al->free(icp->al, buf);
+ 		return icp->errc = 1;
+ 	}
+ 
+ 	/* Read the input tables */
++	if (p->inputEnt > 0 && p->inputChan > UINT_MAX / p->inputEnt) {
++		sprintf(icp->err,"icmLut_read: overflow");
++		icp->al->free(icp->al, buf);
++		return icp->errc = 1;
++	}
+ 	size = (p->inputChan * p->inputEnt);
+ 	if ((rv = p->allocate((icmBase *)p)) != 0) {
+ 		icp->al->free(icp->al, buf);
+@@ -4942,7 +5043,14 @@ static int icmLut_read(
+ 	}
+ 
+ 	/* Read the clut table */
+-	size = (p->outputChan * uipow(p->clutPoints,p->inputChan));
++	if (uipow(p->clutPoints,p->inputChan,&pw) ||
++	    (p->outputChan > 0 &&
++	     pw > UINT_MAX / p->outputChan)) {
++		sprintf(icp->err,"icmLut_read: overflow");
++		icp->al->free(icp->al, buf);
++		return icp->errc = 1;
++	}
++	size = (p->outputChan * pw);
+ 	if ((rv = p->allocate((icmBase *)p)) != 0) {
+ 		icp->al->free(icp->al, buf);
+ 		return rv;
+@@ -4956,6 +5064,11 @@ static int icmLut_read(
+ 	}
+ 
+ 	/* Read the output tables */
++	if (p->outputChan > 0 && p->outputEnt > UINT_MAX / p->outputChan) {
++		sprintf(icp->err,"icmLut_read: overflow");
++		icp->al->free(icp->al, buf);
++		return icp->errc = 1;
++	}
+ 	size = (p->outputChan * p->outputEnt);
+ 	if ((rv = p->allocate((icmBase *)p)) != 0) {
+ 		icp->al->free(icp->al, buf);
+@@ -4995,12 +5108,14 @@ static int icmLut_write(
+ 	icmLut *p = (icmLut *)pp;
+ 	icc *icp = p->icp;
+ 	unsigned long i,j;
+-	unsigned int len, size;
++	unsigned int len, size, pw;
+ 	char *bp, *buf;		/* Buffer to write from */
+ 	int rv = 0;
+ 
+ 	/* Allocate a file write buffer */
+ 	len = p->get_size((icmBase *)p);
++	if (icp->errc)
++		return icp->errc;
+ 	if ((buf = (char *) icp->al->malloc(icp->al, len)) == NULL) {
+ 		sprintf(icp->err,"icmLut_write malloc() failed");
+ 		return icp->errc = 2;
+@@ -5066,6 +5181,11 @@ static int icmLut_write(
+ 	}
+ 
+ 	/* Write the input tables */
++	if (p->inputEnt > 0 && p->inputChan > UINT_MAX / p->inputEnt) {
++		sprintf(icp->err,"icmLut_write: overflow");
++		icp->al->free(icp->al, buf);
++		return icp->errc = 1;
++	}
+ 	size = (p->inputChan * p->inputEnt);
+ 	if (p->ttype == icSigLut8Type) {
+ 		for (i = 0; i < size; i++, bp += 1) {
+@@ -5086,7 +5206,14 @@ static int icmLut_write(
+ 	}
+ 
+ 	/* Write the clut table */
+-	size = (p->outputChan * uipow(p->clutPoints,p->inputChan));
++	if (uipow(p->clutPoints,p->inputChan,&pw) ||
++	    (p->outputChan > 0 &&
++	     pw > UINT_MAX / p->outputChan)) {
++		sprintf(icp->err,"icmLut_write: overflow");
++		icp->al->free(icp->al, buf);
++		return icp->errc = 1;
++	}
++	size = (p->outputChan * pw);
+ 	if (p->ttype == icSigLut8Type) {
+ 		for (i = 0; i < size; i++, bp += 1) {
+ 			if ((rv = write_DCS8Number(p->clutTable[i], bp)) != 0) {
+@@ -5106,6 +5233,11 @@ static int icmLut_write(
+ 	}
+ 
+ 	/* Write the output tables */
++	if (p->outputChan > 0 && p->outputEnt > UINT_MAX / p->outputChan) {
++		sprintf(icp->err,"icmLut_write: overflow");
++		icp->al->free(icp->al, buf);
++		return icp->errc = 1;
++	}
+ 	size = (p->outputChan * p->outputEnt);
+ 	if (p->ttype == icSigLut8Type) {
+ 		for (i = 0; i < size; i++, bp += 1) {
+@@ -5177,7 +5309,14 @@ static void icmLut_dump(
+ 		if (p->inputChan > MAX_CHAN) {
+ 			fprintf(op,"  !!Can't dump > %d input channel CLUT table!!\n",MAX_CHAN);
+ 		} else {
+-			size = (p->outputChan * uipow(p->clutPoints,p->inputChan));
++			unsigned int pw;
++			if (uipow(p->clutPoints,p->inputChan,&pw) ||
++			    (p->outputChan > 0 &&
++			     pw > UINT_MAX / p->outputChan)) {
++				fprintf(op,"Would overflow.\n");
++				return;
++			}
++			size = (p->outputChan * pw);
+ 			for (j = 0; j < p->inputChan; j++)
+ 				ii[j] = 0;
+ 			for (i = 0; i < size;) {
+@@ -5216,7 +5355,7 @@ static void icmLut_dump(
+ static int icmLut_allocate(
+ 	icmBase *pp
+ ) {
+-	unsigned int i, j, g, size;
++	unsigned int i, j, g, size, pw;
+ 	icmLut *p = (icmLut *)pp;
+ 	icc *icp = p->icp;
+ 
+@@ -5231,6 +5370,10 @@ static int icmLut_allocate(
+ 		return icp->errc = 1;
+ 	}
+ 
++	if (p->inputEnt > 0 && p->inputChan > UINT_MAX / p->inputEnt) {
++		sprintf(icp->err,"icmLut_alloc: too many entries");
++		return icp->errc = 1;
++	}
+ 	size = (p->inputChan * p->inputEnt);
+ 	if (size != p->inputTable_size) {
+ 		if (p->inputTable != NULL)
+@@ -5241,7 +5384,13 @@ static int icmLut_allocate(
+ 		}
+ 		p->inputTable_size = size;
+ 	}
+-	size = (p->outputChan * uipow(p->clutPoints,p->inputChan));
++	if (uipow(p->clutPoints,p->inputChan,&pw) ||
++	    (p->outputChan > 0 &&
++	     pw > UINT_MAX / p->outputChan)) {
++		sprintf(icp->err,"icmLut_alloc: overflow");
++		return icp->errc = 1;
++	}
++	size = (p->outputChan * pw);
+ 	if (size != p->clutTable_size) {
+ 		if (p->clutTable != NULL)
+ 			icp->al->free(icp->al, p->clutTable);
+@@ -5251,6 +5400,10 @@ static int icmLut_allocate(
+ 		}
+ 		p->clutTable_size = size;
+ 	}
++	if (p->outputChan > 0 && p->outputEnt > UINT_MAX / p->outputChan) {
++		sprintf(icp->err,"icmLut_alloc: overflow");
++		return icp->errc = 1;
++	}
+ 	size = (p->outputChan * p->outputEnt);
+ 	if (size != p->outputTable_size) {
+ 		if (p->outputTable != NULL)
+@@ -5441,6 +5594,8 @@ static int icmMeasurement_write(
+ 
+ 	/* Allocate a file write buffer */
+ 	len = p->get_size((icmBase *)p);
++	if (icp->errc)
++		return icp->errc;
+ 	if ((buf = (char *) icp->al->malloc(icp->al, len)) == NULL) {
+ 		sprintf(icp->err,"icmMeasurement_write malloc() failed");
+ 		return icp->errc = 2;
+@@ -5712,13 +5867,20 @@ static unsigned int icmNamedColor_get_si
+ 			len += p->nDeviceCoords * 1;	/* bytes for each named color */
+ 		}
+ 	} else {	/* Named Color 2 */
++		unsigned int col;
+ 		len += 8;			/* 8 bytes for tag and padding */
+ 		len += 4;			/* 4 for vendor specific flags */
+ 		len += 4;			/* 4 for count of named colors */
+ 		len += 4;			/* 4 for number of device coords */
+ 		len += 32;			/* 32 for prefix of color names */
+ 		len += 32;			/* 32 for suffix of color names */
+-		len += p->count * (32 + 6 + p->nDeviceCoords * 2);	/* bytes for each named color */
++		col = 32 + 6 + p->nDeviceCoords * 2;
++		if (p->nDeviceCoords > (UINT_MAX - (32 + 6)) / 2 ||
++		    (p->count > 0 && col > (UINT_MAX - len) / p->count)) {
++			p->icp->errc = 1;
++			return (unsigned int) -1;
++		}
++		len += p->count * col;	/* bytes for each named color */
+ 	}
+ 	return len;
+ }
+@@ -5882,6 +6044,8 @@ static int icmNamedColor_write(
+ 
+ 	/* Allocate a file write buffer */
+ 	len = p->get_size((icmBase *)p);
++	if (icp->errc)
++		return icp->errc;
+ 	if ((buf = (char *) icp->al->malloc(icp->al, len)) == NULL) {
+ 		sprintf(icp->err,"icmNamedColor_write malloc() failed");
+ 		return icp->errc = 2;
+@@ -6109,9 +6273,22 @@ static unsigned int icmTextDescription_g
+ ) {
+ 	icmTextDescription *p = (icmTextDescription *)pp;
+ 	unsigned int len = 0;
++	if (p->size > UINT_MAX - (8 + 4 + 8)) {
++		p->icp->errc = 1;
++		return (unsigned int) -1;
++	}
+ 	len += 8;			/* 8 bytes for tag and padding */
+ 	len += 4 + p->size;	/* Ascii string length + ascii string */
+-	len += 8 + 2 * p->ucSize;	/* Unicode language code + length + string */
++	len += 8;               /* Unicode language code + length */
++	if (p->ucSize > (UINT_MAX - len) / 2) {
++		p->icp->errc = 1;
++		return (unsigned int) -1;
++	}
++	len += 2 * p->ucSize;    /* Unicode string */
++	if (len > (UINT_MAX - (3 + 67))) {
++		p->icp->errc = 1;
++		return (unsigned int) -1;
++	}
+ 	len += 3 + 67;		/* ScriptCode code, length string */
+ 	return len;
+ }
+@@ -6294,6 +6471,8 @@ static int icmTextDescription_write(
+ 
+ 	/* Allocate a file write buffer */
+ 	len = p->get_size((icmBase *)p);
++	if (icp->errc)
++		return icp->errc;
+ 	if ((buf = (char *) icp->al->malloc(icp->al, len)) == NULL) {
+ 		sprintf(icp->err,"icmTextDescription_write malloc() failed");
+ 		return icp->errc = 2;
+@@ -6544,7 +6723,7 @@ static int icmTextDescription_allocate(
+ 	if (p->ucSize != p->uc_size) {
+ 		if (p->ucDesc != NULL)
+ 			icp->al->free(icp->al, p->ucDesc);
+-		if ((p->ucDesc = (ORD16 *) icp->al->malloc(icp->al, p->ucSize * sizeof(ORD16))) == NULL) {
++		if ((p->ucDesc = (ORD16 *) icp->al->calloc(icp->al, p->ucSize, sizeof(ORD16))) == NULL) {
+ 			sprintf(icp->err,"icmTextDescription_alloc: malloc() of Unicode description failed");
+ 			return icp->errc = 2;
+ 		}
+@@ -6820,6 +6999,12 @@ static int icmProfileSequenceDesc_read(
+ 	bp += 8;	/* Skip padding */
+ 
+ 	p->count = read_UInt32Number(bp);	/* Number of sequence descriptions */
++	if (p->count > 1000) {
++		sprintf(icp->err,"icmProfileSequenceDesc_read: too many sequence descriptions");
++		icp->al->free(icp->al, buf);
++		return icp->errc = 1;
++	}
++
+ 	bp += 4;
+ 
+ 	/* Read all the sequence descriptions */
+@@ -6852,6 +7037,8 @@ static int icmProfileSequenceDesc_write(
+ 
+ 	/* Allocate a file write buffer */
+ 	len = p->get_size((icmBase *)p);
++	if (icp->errc)
++		return icp->errc;
+ 	if ((buf = (char *) icp->al->malloc(icp->al, len)) == NULL) {
+ 		sprintf(icp->err,"icmProfileSequenceDesc_write malloc() failed");
+ 		return icp->errc = 2;
+@@ -6922,7 +7109,7 @@ static int icmProfileSequenceDesc_alloca
+ 	if (p->count != p->_count) {
+ 		if (p->data != NULL)
+ 			icp->al->free(icp->al, p->data);
+-		if ((p->data = (icmDescStruct *) icp->al->malloc(icp->al, p->count * sizeof(icmDescStruct))) == NULL) {
++		if ((p->data = (icmDescStruct *) icp->al->calloc(icp->al, p->count, sizeof(icmDescStruct))) == NULL) {
+ 			sprintf(icp->err,"icmProfileSequenceDesc_allocate Allocation of DescStruct array failed");
+ 			return icp->errc = 2;
+ 		}
+@@ -7041,6 +7228,8 @@ static int icmSignature_write(
+ 
+ 	/* Allocate a file write buffer */
+ 	len = p->get_size((icmBase *)p);
++	if (icp->errc)
++		return icp->errc;
+ 	if ((buf = (char *) icp->al->malloc(icp->al, len)) == NULL) {
+ 		sprintf(icp->err,"icmSignature_write malloc() failed");
+ 		return icp->errc = 2;
+@@ -7156,6 +7345,10 @@ static unsigned int icmScreening_get_siz
+ 	icmScreening *p = (icmScreening *)pp;
+ 	unsigned int len = 0;
+ 	len += 16;				/* 16 bytes for tag, padding, flag & channeles */
++	if (p->channels > (UINT_MAX - len) / 12) {
++		p->icp->errc = 1;
++		return (unsigned int) -1;
++	}
+ 	len += p->channels * 12;	/* 12 bytes for each channel */
+ 	return len;
+ }
+@@ -7235,6 +7428,8 @@ static int icmScreening_write(
+ 
+ 	/* Allocate a file write buffer */
+ 	len = p->get_size((icmBase *)p);
++	if (icp->errc)
++		return icp->errc;
+ 	if ((buf = (char *) icp->al->malloc(icp->al, len)) == NULL) {
+ 		sprintf(icp->err,"icmScreening_write malloc() failed");
+ 		return icp->errc = 2;
+@@ -7315,7 +7510,7 @@ static int icmScreening_allocate(
+ 	if (p->channels != p->_channels) {
+ 		if (p->data != NULL)
+ 			icp->al->free(icp->al, p->data);
+-		if ((p->data = (icmScreeningData *) icp->al->malloc(icp->al, p->channels * sizeof(icmScreeningData))) == NULL) {
++		if ((p->data = (icmScreeningData *) icp->al->calloc(icp->al, p->channels, sizeof(icmScreeningData))) == NULL) {
+ 			sprintf(icp->err,"icmScreening_alloc: malloc() of icmScreening data failed");
+ 			return icp->errc = 2;
+ 		}
+@@ -7366,10 +7561,20 @@ static unsigned int icmUcrBg_get_size(
+ 	icmUcrBg *p = (icmUcrBg *)pp;
+ 	unsigned int len = 0;
+ 	len += 8;			/* 8 bytes for tag and padding */
++	if (p->UCRcount > (UINT_MAX - len - 4) / 2)
++		goto overflow;
++
+ 	len += 4 + p->UCRcount * 2;	/* Undercolor Removal */
++	if (p->BGcount > (UINT_MAX - len - 4 - p->size) / 2)
++		goto overflow;
++
+ 	len += 4 + p->BGcount * 2;	/* Black Generation */
+ 	len += p->size;				/* Description string */
+ 	return len;
++
++ overflow:
++	p->icp->errc = 1;
++	return (unsigned int) -1;
+ }
+ 
+ /* read the object, return 0 on success, error code on fail */
+@@ -7498,6 +7703,8 @@ static int icmUcrBg_write(
+ 
+ 	/* Allocate a file write buffer */
+ 	len = p->get_size((icmBase *)p);
++	if (icp->errc)
++		return icp->errc;
+ 	if ((buf = (char *) icp->al->malloc(icp->al, len)) == NULL) {
+ 		sprintf(icp->err,"icmUcrBg_write malloc() failed");
+ 		return icp->errc = 2;
+@@ -7663,7 +7870,7 @@ static int icmUcrBg_allocate(
+ 	if (p->UCRcount != p->UCR_count) {
+ 		if (p->UCRcurve != NULL)
+ 			icp->al->free(icp->al, p->UCRcurve);
+-		if ((p->UCRcurve = (double *) icp->al->malloc(icp->al, p->UCRcount * sizeof(double))) == NULL) {
++		if ((p->UCRcurve = (double *) icp->al->calloc(icp->al, p->UCRcount, sizeof(double))) == NULL) {
+ 			sprintf(icp->err,"icmUcrBg_allocate: malloc() of UCR curve data failed");
+ 			return icp->errc = 2;
+ 		}
+@@ -7672,7 +7879,7 @@ static int icmUcrBg_allocate(
+ 	if (p->BGcount != p->BG_count) {
+ 		if (p->BGcurve != NULL)
+ 			icp->al->free(icp->al, p->BGcurve);
+-		if ((p->BGcurve = (double *) icp->al->malloc(icp->al, p->BGcount * sizeof(double))) == NULL) {
++		if ((p->BGcurve = (double *) icp->al->calloc(icp->al, p->BGcount, sizeof(double))) == NULL) {
+ 			sprintf(icp->err,"icmUcrBg_allocate: malloc() of BG curve data failed");
+ 			return icp->errc = 2;
+ 		}
+@@ -7743,6 +7950,15 @@ static unsigned int icmVideoCardGamma_ge
+ 		len += 2;       /* 2 bytes for channels */
+ 		len += 2;       /* 2 for entry count */
+ 		len += 2;       /* 2 for entry size */
++		if (p->u.table.entryCount > 0 &&
++		    p->u.table.entrySize > 0 &&
++		    p->u.table.channels >
++		    (UINT_MAX - len) /
++		    p->u.table.entryCount /
++		    p->u.table.entrySize) {
++			p->icp->errc = 1;
++			return (unsigned int) -1;
++		}
+ 		len += ( p->u.table.channels *     /* compute table size */
+ 				 p->u.table.entryCount *
+ 				 p->u.table.entrySize );
+@@ -7762,10 +7978,11 @@ static int icmVideoCardGamma_read(
+ ) {
+ 	icmVideoCardGamma *p = (icmVideoCardGamma *)pp;
+ 	icc *icp = p->icp;
+-	int rv, c;
++	int rv;
+ 	char *bp, *buf;
+ 	unsigned char *pchar;
+ 	unsigned short *pshort;
++	unsigned long c;
+ 
+ 	if (len < 18) {
+ 		sprintf(icp->err,"icmVideoCardGamma_read: Tag too small to be legal");
+@@ -7803,6 +8020,16 @@ static int icmVideoCardGamma_read(
+ 		p->u.table.channels   = read_UInt16Number(bp+12);
+ 		p->u.table.entryCount = read_UInt16Number(bp+14);
+ 		p->u.table.entrySize  = read_UInt16Number(bp+16);
++		if (p->u.table.entrySize > 65530 || p->u.table.entrySize == 0) {
++			sprintf(icp->err,"icmVideoCardGamma_read: Too many entries (or none)");
++			return icp->errc = 1;
++		}
++		if (p->u.table.entryCount > 0 && p->u.table.entrySize > 0 &&
++		    p->u.table.channels >
++		    UINT_MAX / p->u.table.entryCount / p->u.table.entrySize) {
++			sprintf(icp->err,"icmVideoCardGamma_read: Overflow reading tag");
++			return icp->errc = 1;
++		}
+ 		if (len-18 < p->u.table.channels*p->u.table.entryCount*p->u.table.entrySize) {
+ 			sprintf(icp->err,"icmVideoCardGamma_read: Tag too small to be legal");
+ 			return icp->errc = 1;
+@@ -7871,6 +8098,8 @@ static int icmVideoCardGamma_write(
+ 
+ 	/* Allocate a file write buffer */
+ 	len = p->get_size((icmBase *)p);
++	if (icp->errc)
++		return icp->errc;
+ 	if ((buf = (char *) icp->al->malloc(icp->al, len)) == NULL) {
+ 		sprintf(icp->err,"icmViewingConditions_write malloc() failed");
+ 		return icp->errc = 2;
+@@ -8049,7 +8278,7 @@ static int icmVideoCardGamma_allocate(
+ ) {
+ 	icmVideoCardGamma *p = (icmVideoCardGamma *)pp;
+ 	icc *icp = p->icp;
+-	int size;
++	unsigned int size;
+ 
+ 	/* note: allocation is only relevant for table type
+ 	 * and in that case the channels, entryCount, and entrySize
+@@ -8059,6 +8288,11 @@ static int icmVideoCardGamma_allocate(
+ 	if (p->tagType == icmVideoCardGammaTableType) {
+ 		if (p->u.table.data != NULL)
+ 			icp->al->free(icp->al, p->u.table.data);
++		if (p->u.table.entryCount > 0 &&
++		    p->u.table.channels > UINT_MAX / p->u.table.entryCount) {
++			sprintf(icp->err,"icmVideoCardGamma_alloc: table too large");
++			return icp->errc = 1;
++		}
+ 		size = (p->u.table.channels *
+ 				p->u.table.entryCount);
+ 		switch (p->u.table.entrySize) {
+@@ -8066,6 +8300,10 @@ static int icmVideoCardGamma_allocate(
+ 			size *= sizeof(unsigned char);
+ 			break;
+ 		case 2:
++			if (size > UINT_MAX / sizeof(unsigned short)) {
++				sprintf(icp->err,"icmVideoCardGamma_alloc: table too large");
++				return icp->errc = 1;
++			}
+ 			size *= sizeof(unsigned short);
+ 			break;
+ 		default:
+@@ -8201,6 +8439,8 @@ static int icmViewingConditions_write(
+ 
+ 	/* Allocate a file write buffer */
+ 	len = p->get_size((icmBase *)p);
++	if (icp->errc)
++		return icp->errc;
+ 	if ((buf = (char *) icp->al->malloc(icp->al, len)) == NULL) {
+ 		sprintf(icp->err,"icmViewingConditions_write malloc() failed");
+ 		return icp->errc = 2;
+@@ -8433,6 +8673,8 @@ static int icmCrdInfo_write(
+ 
+ 	/* Allocate a file write buffer */
+ 	len = p->get_size((icmBase *)p);
++	if (icp->errc)
++		return icp->errc;
+ 	if ((buf = (char *) icp->al->malloc(icp->al, len)) == NULL) {
+ 		sprintf(icp->err,"icmCrdInfo_write malloc() failed");
+ 		return icp->errc = 2;
+@@ -8736,6 +8978,8 @@ static int icmHeader_write(
+ 	int rv = 0;
+ 
+ 	len = p->get_size(p);
++	if (icp->errc)
++		return icp->errc;
+ 	if ((buf = (char *) icp->al->calloc(icp->al,1,len)) == NULL) {			/* Zero it - some CMS are fussy */
+ 		sprintf(icp->err,"icmHeader_write calloc() failed");
+ 		return icp->errc = 2;
+@@ -9245,13 +9489,23 @@ static int icc_read(
+ 	}
+ 
+ 	p->count = read_UInt32Number(tcbuf);		/* Tag count */
++	if (p->count > 100) {
++		sprintf(p->err,"icc_read: too many table tags");
++		return p->errc = 1;
++	}
+ 	if (p->count > 0) {
+ 		char *bp, *buf;
+-		if ((p->data = (icmTag *) p->al->malloc(p->al, p->count * sizeof(icmTag))) == NULL) {
++		if ((p->data = (icmTag *) p->al->calloc(p->al, p->count, sizeof(icmTag))) == NULL) {
+ 			sprintf(p->err,"icc_read: Tag table malloc() failed");
+ 			return p->errc = 2;
+ 		}
+ 	
++		if (p->count > (UINT_MAX - 4) / 12) {
++			sprintf(p->err,"icc_read: overflow");
++			p->al->free(p->al, p->data);
++			p->data = NULL;
++			return p->errc = 1;
++		}
+ 		len = 4 + p->count * 12;
+ 		if ((buf = (char *) p->al->malloc(p->al, len)) == NULL) {
+ 			sprintf(p->err,"icc_read: Tag table read buffer malloc() failed");
+@@ -9281,6 +9535,14 @@ static int icc_read(
+ 	    	    return p->errc = 1;
+ 	    	}
+ 	    	p->data[i].size = read_UInt32Number(bp + 8);	
++			if (p->data[i].offset + p->data[i].size >
++			    p->header->size) {
++				sprintf(p->err,"icc_read: tag out of bounds");
++				p->al->free(p->al, p->data);
++				p->data = NULL;
++				p->al->free(p->al, buf);
++				return p->errc = 1;
++			}
+ 			if (   p->fp->seek(p->fp, of + p->data[i].offset) != 0
+ 			    || p->fp->read(p->fp, tcbuf, 1, 4) != 4) {
+ 				sprintf(p->err,"icc_read: fseek() or fread() failed on tag headers");
+@@ -9321,8 +9583,14 @@ static unsigned int icc_get_size(
+ 	}
+ 
+ 	size += p->header->get_size(p->header);
++	if (p->errc)
++		return (unsigned int) -1;
+ 
+ 	size = DO_ALIGN(size);
++	if (size == 0 || p->count > (UINT_MAX - 4 - size) / 12) {
++		p->errc = 1;
++		return (unsigned int) -1;
++	}
+ 	size += 4 + p->count * 12;	/* Tag table length */
+ 	
+ 	/* Reset touched flag for each tag type */
+@@ -9337,8 +9605,13 @@ static unsigned int icc_get_size(
+ 	/* Get size for each tag type, skipping links */
+ 	for (i = 0; i < p->count; i++) {
+ 		if (p->data[i].objp->touched == 0) { /* Not alllowed for previously */
++			unsigned int obj_size;
+ 			size = DO_ALIGN(size);
+-			size += p->data[i].objp->get_size(p->data[i].objp);
++			obj_size = p->data[i].objp->get_size(p->data[i].objp);
++			if (size == 0 || p->errc ||
++			    obj_size > UINT_MAX - size)
++				return (unsigned int) -1;
++			size += obj_size;
+ 			p->data[i].objp->touched = 1;	/* Don't account for this again */
+ 		}
+ 	}
+@@ -9373,9 +9646,19 @@ static int icc_write(
+ 	}
+ 
+ 	size += p->header->get_size(p->header);
++	if (p->errc)
++		return p->errc;
+ 
++	if (p->count > (UINT_MAX - 4 - len) / 12) {
++		sprintf(p->err,"icc_write: too many tags");
++		return p->errc = 1;
++	}
+ 	len = 4 + p->count * 12;	/* Tag table length */
+ 	size = DO_ALIGN(size);
++	if (size == 0 || size > UINT_MAX - len) {
++		sprintf(p->err,"icc_write: overflow writing tag table");
++		return p->errc = 1;
++	}
+ 	size += len;
+ 	
+ 	/* Allocate memory buffer for tag table */
+@@ -9406,6 +9689,12 @@ static int icc_write(
+ 			size = DO_ALIGN(size);
+ 			p->data[i].offset = size;			/* Profile relative target */
+ 			p->data[i].size = p->data[i].objp->get_size(p->data[i].objp);
++			if (size == 0 ||
++			    p->errc || p->data[i].size > UINT_MAX - size) {
++				sprintf(p->err,"icc_write: internal error - overflow?");
++				p->al->free(p->al, buf);
++				return p->errc;
++			}
+ 			size += p->data[i].size;
+ 			p->data[i].objp->touched = 1;	/* Allocated space for it */
+ 		} else { /* must be linked - copy allocation */
+@@ -9529,6 +9818,11 @@ static icmBase *icc_add_tag(
+ 	}
+ 
+ 	/* Make space in tag table for new tag item */
++	if (p->count > (UINT_MAX / sizeof(icmTag)) - 1) {
++		sprintf(p->err,"icc_add_tag: overflow");
++		p->errc = 1;
++		return NULL;
++	}
+ 	if (p->data == NULL)
+ 		tp = p->al->malloc(p->al, (p->count+1) * sizeof(icmTag));
+ 	else
+@@ -9612,6 +9906,11 @@ static icmBase *icc_link_tag(
+ 	}
+ 
+ 	/* Make space in tag table for new tag item */
++	if (p->count > (UINT_MAX / sizeof(icmTag)) - 1) {
++		sprintf(p->err,"icc_link_tag: overflow");
++		p->errc = 1;
++		return NULL;
++	}
+ 	if (p->data == NULL)
+ 		tp = p->al->malloc(p->al, (p->count+1) * sizeof(icmTag));
+ 	else
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ghostscript/patches/12-CVE-2009-0792.patch	Mon Apr 11 23:52:19 2011 -0700
@@ -0,0 +1,167 @@
+--- ghostscript-8.64/icclib/icc.c.CVE-2009-0792	2009-04-03 16:24:27.000000000 +0100
++++ ghostscript-8.64/icclib/icc.c	2009-04-03 16:24:45.000000000 +0100
+@@ -3004,6 +3004,11 @@ static int icmTable_setup_bwd(
+ ) {
+ 	int i;
+ 
++	if (size > INT_MAX - 2)
++		/* Although rt->size is unsigned long, the rt data
++		 * structure uses int data types to store indices. */
++		return 2;
++
+ 	rt->size = size;		/* Stash pointers to these away */
+ 	rt->data = data;
+ 	
+@@ -3022,7 +3027,7 @@ static int icmTable_setup_bwd(
+ 	rt->qscale = (double)rt->rsize/(rt->rmax - rt->rmin);	/* Scale factor to quantize to */
+ 	
+ 	/* Initialize the reverse lookup structures, and get overall min/max */
+-	if ((rt->rlists = (int **) icp->al->calloc(icp->al, 1, rt->rsize * sizeof(int *))) == NULL) {
++	if ((rt->rlists = (int **) icp->al->calloc(icp->al, rt->rsize, sizeof(int *))) == NULL) {
+ 		return 2;
+ 	}
+ 
+@@ -3035,6 +3040,15 @@ static int icmTable_setup_bwd(
+ 			int t;
+ 			t = s; s = e; e = t;
+ 		}
++		/* s and e should both be in the range [0,rt->rsize]
++		 * now, but let's not rely on floating point
++		 * calculations -- double-check. */
++		if (s < 0)
++			s = 0;
++		if (e < 0)
++			e = 0;
++		if (s >= rt->rsize)
++			s = rt->rsize-1;
+ 		if (e >= rt->rsize)
+ 			e = rt->rsize-1;
+ 
+@@ -3053,6 +3067,9 @@ static int icmTable_setup_bwd(
+ 				as = rt->rlists[j][0];	/* Allocate space for this list */
+ 				nf = rt->rlists[j][1];	/* Next free location in list */
+ 				if (nf >= as) {			/* need to expand space */
++					if (as > INT_MAX / 2 / sizeof (int))
++						return 2;
++
+ 					as *= 2;
+ 					rt->rlists[j] = (int *) icp->al->realloc(icp->al,rt->rlists[j], sizeof(int) * as);
+ 					if (rt->rlists[j] == NULL) {
+@@ -3104,7 +3121,7 @@ static int icmTable_lookup_bwd(
+ 		val = rsize_1;
+ 	ix = (int)floor(val);		/* Coordinate */
+ 
+-	if (ix > (rt->size-2))
++	if (ix < 0 || ix > (rt->size-2))
+ 		ix = (rt->size-2);
+ 	if (rt->rlists[ix] != NULL)  {		/* There is a list of fwd candidates */
+ 		/* For each candidate forward range */
+@@ -3131,6 +3148,7 @@ static int icmTable_lookup_bwd(
+ 	/* We have failed to find an exact value, so return the nearest value */
+ 	/* (This is slow !) */
+ 	val = fabs(ival - rt->data[0]);
++	/* rt->size is known to be < INT_MAX */
+ 	for (k = 0, i = 1; i < rt->size; i++) {
+ 		double er;
+ 		er = fabs(ival - rt->data[i]);
+@@ -3671,7 +3689,7 @@ static int icmData_allocate(
+ 	if (p->size != p->_size) {
+ 		if (p->data != NULL)
+ 			icp->al->free(icp->al, p->data);
+-		if ((p->data = (unsigned char *) icp->al->malloc(icp->al, p->size * sizeof(unsigned char))) == NULL) {
++		if ((p->data = (unsigned char *) icp->al->calloc(icp->al, p->size, sizeof(unsigned char))) == NULL) {
+ 			sprintf(icp->err,"icmData_alloc: malloc() of icmData data failed");
+ 			return icp->errc = 2;
+ 		}
+@@ -3887,7 +3905,7 @@ static int icmText_allocate(
+ 	if (p->size != p->_size) {
+ 		if (p->data != NULL)
+ 			icp->al->free(icp->al, p->data);
+-		if ((p->data = (char *) icp->al->malloc(icp->al, p->size * sizeof(char))) == NULL) {
++		if ((p->data = (char *) icp->al->calloc(icp->al, p->size, sizeof(char))) == NULL) {
+ 			sprintf(icp->err,"icmText_alloc: malloc() of icmText data failed");
+ 			return icp->errc = 2;
+ 		}
+@@ -6714,7 +6732,7 @@ static int icmTextDescription_allocate(
+ 	if (p->size != p->_size) {
+ 		if (p->desc != NULL)
+ 			icp->al->free(icp->al, p->desc);
+-		if ((p->desc = (char *) icp->al->malloc(icp->al, p->size * sizeof(char))) == NULL) {
++		if ((p->desc = (char *) icp->al->calloc(icp->al, p->size, sizeof(char))) == NULL) {
+ 			sprintf(icp->err,"icmTextDescription_alloc: malloc() of Ascii description failed");
+ 			return icp->errc = 2;
+ 		}
+@@ -7888,7 +7906,7 @@ static int icmUcrBg_allocate(
+ 	if (p->size != p->_size) {
+ 		if (p->string != NULL)
+ 			icp->al->free(icp->al, p->string);
+-		if ((p->string = (char *) icp->al->malloc(icp->al, p->size * sizeof(char))) == NULL) {
++		if ((p->string = (char *) icp->al->calloc(icp->al, p->size, sizeof(char))) == NULL) {
+ 			sprintf(icp->err,"icmUcrBg_allocate: malloc() of string data failed");
+ 			return icp->errc = 2;
+ 		}
+@@ -8827,7 +8845,7 @@ static int icmCrdInfo_allocate(
+ 	if (p->ppsize != p->_ppsize) {
+ 		if (p->ppname != NULL)
+ 			icp->al->free(icp->al, p->ppname);
+-		if ((p->ppname = (char *) icp->al->malloc(icp->al, p->ppsize * sizeof(char))) == NULL) {
++		if ((p->ppname = (char *) icp->al->calloc(icp->al, p->ppsize, sizeof(char))) == NULL) {
+ 			sprintf(icp->err,"icmCrdInfo_alloc: malloc() of string data failed");
+ 			return icp->errc = 2;
+ 		}
+@@ -8837,7 +8855,7 @@ static int icmCrdInfo_allocate(
+ 		if (p->crdsize[t] != p->_crdsize[t]) {
+ 			if (p->crdname[t] != NULL)
+ 				icp->al->free(icp->al, p->crdname[t]);
+-			if ((p->crdname[t] = (char *) icp->al->malloc(icp->al, p->crdsize[t] * sizeof(char))) == NULL) {
++			if ((p->crdname[t] = (char *) icp->al->calloc(icp->al, p->crdsize[t], sizeof(char))) == NULL) {
+ 				sprintf(icp->err,"icmCrdInfo_alloc: malloc() of CRD%d name string failed",t);
+ 				return icp->errc = 2;
+ 			}
+--- ghostscript-8.64/icclib/icc.c.orig	2009-04-08 07:40:43.000000000 -0400
++++ ghostscript-8.64/icclib/icc.c	2009-04-08 07:42:29.000000000 -0400
+@@ -2982,7 +2982,7 @@ static int icmCurve_lookup_fwd(
+ 			rv |= 1;
+ 		}
+ 		ix = (int)floor(val);		/* Coordinate */
+-		if (ix > (p->size-2))
++		if (ix < 0 || ix > (p->size-2))
+ 			ix = (p->size-2);
+ 		w = val - (double)ix;		/* weight */
+ 		val = p->data[ix];
+@@ -4319,7 +4319,7 @@ double *in		/* Input array[inputChan] */
+ 			rv |= 1;
+ 		}
+ 		ix = (int)floor(val);		/* Grid coordinate */
+-		if (ix > (p->inputEnt-2))
++		if (ix < 0 || ix > (p->inputEnt-2))
+ 			ix = (p->inputEnt-2);
+ 		w = val - (double)ix;		/* weight */
+ 		val = table[ix];
+@@ -4378,7 +4378,7 @@ double *in		/* Input array[outputChan] *
+ 				rv |= 1;
+ 			}
+ 			x = (int)floor(val);		/* Grid coordinate */
+-			if (x > clutPoints_2)
++			if (x < 0 || x > clutPoints_2)
+ 				x = clutPoints_2;
+ 			co[e] = val - (double)x;	/* 1.0 - weight */
+ 			gp += x * p->dinc[e];		/* Add index offset for base of cube */
+@@ -4451,7 +4451,7 @@ double *in		/* Input array[outputChan] *
+ 				rv |= 1;
+ 			}
+ 			x = (int)floor(val);		/* Grid coordinate */
+-			if (x > clutPoints_2)
++			if (x < 0 || x > clutPoints_2)
+ 				x = clutPoints_2;
+ 			co[e] = val - (double)x;	/* 1.0 - weight */
+ 			gp += x * p->dinc[e];		/* Add index offset for base of cube */
+@@ -4524,7 +4524,7 @@ double *in		/* Input array[outputChan] *
+ 			rv |= 1;
+ 		}
+ 		ix = (int)floor(val);		/* Grid coordinate */
+-		if (ix > (p->outputEnt-2))
++		if (ix < 0 || ix > (p->outputEnt-2))
+ 			ix = (p->outputEnt-2);
+ 		w = val - (double)ix;		/* weight */
+ 		val = table[ix];
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ghostscript/patches/13-CVE-2009-0196.patch	Mon Apr 11 23:52:19 2011 -0700
@@ -0,0 +1,18 @@
+--- ghostscript-8.64/jbig2dec/jbig2_symbol_dict.c.CVE-2009-0196
++++ ghostscript-8.64/jbig2dec/jbig2_symbol_dict.c
+@@ -696,6 +696,15 @@ jbig2_decode_symbol_dict(Jbig2Ctx *ctx,
+         exrunlength = params->SDNUMEXSYMS;
+       else
+         code = jbig2_arith_int_decode(IAEX, as, &exrunlength);
++      if (exrunlength > params->SDNUMEXSYMS - j) {
++        jbig2_error(ctx, JBIG2_SEVERITY_FATAL, segment->number,
++          "runlength too large in export symbol table (%d > %d - %d)\n",
++          exrunlength, params->SDNUMEXSYMS, j);
++        jbig2_sd_release(ctx, SDEXSYMS);
++        /* skip to the cleanup code and return SDEXSYMS = NULL */
++        SDEXSYMS = NULL;
++        break;
++      }
+       for(k = 0; k < exrunlength; k++)
+         if (exflag) {
+           SDEXSYMS->glyphs[j++] = (i < m) ?
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ghostscript/patches/4732635,5033581.patch	Mon Apr 11 23:52:19 2011 -0700
@@ -0,0 +1,137 @@
+--- ghostscript-8.64/Resource/Init/cidfmap.orig	Wed Oct 12 23:11:52 2005
++++ ghostscript-8.64/Resource/Init/cidfmap	Wed Oct 12 23:12:01 2005
+@@ -26,3 +26,134 @@
+ %   /ShinGo-Bold   /HeiseiKakuGo-W5 ;
+ %   /Ryumin-Medium << /FileType /TrueType /Path (H:/AuxFiles/Fonts/BATANG.TTC) /SubfontID 3 /CSI [(Japan1) 2] >> ;
+ %
++
++%
++% Mapping for Asian Language Fonts delivered with Openwin.
++%
++
++%	Japanese Fonts
++%
++/HG-MinchoL <<
++	/FileType /TrueType
++	/Path (/usr/openwin/lib/locale/ja/X11/fonts/TT/hgmlsun.ttf)
++	/SubfontID 0
++	/CSI [(Japan1) 1] >> ;
++/Ryumin-Light		/HG-MinchoL	;
++/Adobe-Japan1		/HG-MinchoL	;
++/Adobe-Japan2		/HG-MinchoL	;
++
++/HG-GothicB <<
++	/FileType /TrueType
++	/Path (/usr/openwin/lib/locale/ja/X11/fonts/TT/hggbsun.ttf)
++	/SubfontID 0
++	/CSI [(Japan1) 1] >> ;
++/GothicBBB-Medium       /HG-GothicB	;
++
++%	CNS Fonts
++%
++/hei <<
++	/FileType /TrueType
++	/Path (/usr/openwin/lib/locale/zh_TW.BIG5/X11/fonts/TT/hei.ttf)
++	/SubfontID 0
++	/CSI [(CNS1) 1] >> ;
++/MHei-Medium            /hei 	;
++
++/kei <<
++	/FileType /TrueType
++	/Path (/usr/openwin/lib/locale/zh_TW.BIG5/X11/fonts/TT/kei.ttf)
++	/SubfontID 0
++	/CSI [(CNS1) 1] >> ;
++/MKei-Medium            /kei 	;
++
++/ming <<
++	/FileType /TrueType
++	/Path (/usr/openwin/lib/locale/zh_TW.BIG5/X11/fonts/TT/ming.ttf)
++	/SubfontID 0
++	/CSI [(CNS1) 1] >> ;
++/MMing-Medium		/ming	;
++/Adobe-CNS1		/ming	;
++
++%	GB Fonts
++%
++/zycjkfangs <<
++	/FileType /TrueType
++	/Path (/usr/openwin/lib/locale/zh_TW.BIG5/X11/fonts/TT/fangsongti.ttf)
++	/SubfontID 0
++	/CSI [(GB1) 1] >> ;
++/STFangsong-Light	/zycjkfangs	;
++
++/zycjkhei <<
++	/FileType /TrueType
++	/Path (/usr/openwin/lib/locale/zh_TW.BIG5/X11/fonts/TT/heiti.ttf)
++	/SubfontID 0
++	/CSI [(GB1) 1] >> ;
++/STHeiti-Regular	/zycjkhei	;
++
++/zycjkkai <<
++	/FileType /TrueType
++	/Path (/usr/openwin/lib/locale/zh_TW.BIG5/X11/fonts/TT/kaiti.ttf)
++	/SubfontID 0
++	/CSI [(GB1) 1] >> ;
++/STKaiti-Regular	/zycjkkai	;
++
++/zycjksun <<
++	/FileType /TrueType
++	/Path (/usr/openwin/lib/locale/zh_TW.BIG5/X11/fonts/TT/songti.ttf)
++	/SubfontID 0
++	/CSI [(GB1) 1] >> ;
++/STSong-Light           /zycjksun	;
++/Adobe-GB1		/zycjksun	;
++
++/CFangSongGB-Light <<
++	/FileType /TrueType
++	/Path (/usr/openwin/lib/locale/zh_TW.BIG5/X11/fonts/TT/cfsgbl.ttf)
++	/SubfontID 0
++	/CSI [(GB1) 1] >> ;
++
++/MHeiGB-Bold <<
++	/FileType /TrueType
++	/Path (/usr/openwin/lib/locale/zh_TW.BIG5/X11/fonts/TT/mhgbb.ttf)
++	/SubfontID 0
++	/CSI [(GB1) 1] >> ;
++
++/MSungGB-Medium <<
++	/FileType /TrueType
++	/Path (/usr/openwin/lib/locale/zh_TW.BIG5/X11/fonts/TT/mhgbm.ttf)
++	/SubfontID 0
++	/CSI [(GB1) 1] >> ;
++
++/MSungGB-Light <<
++	/FileType /TrueType
++	/Path (/usr/openwin/lib/locale/zh_TW.BIG5/X11/fonts/TT/mhgbl.ttf)
++	/SubfontID 0
++	/CSI [(GB1) 1] >> ;
++
++%	Korean Fonts
++%
++/Gothic <<
++	/FileType /TrueType
++	/Path (/usr/openwin/lib/locale/zh_TW.BIG5/X11/fonts/TT/h2gtrm.ttf)
++	/SubfontID 0
++	/CSI [(Korea1) 1] >> ;
++/HYGoThic-Medium	/Gothic        	;
++
++/RoundedGothic <<
++	/FileType /TrueType
++	/Path (/usr/openwin/lib/locale/zh_TW.BIG5/X11/fonts/TT/h2drrm.ttf)
++	/SubfontID 0
++	/CSI [(Korea1) 1] >> ;
++/HYRGoThic-Medium	/RoundedGothic	;
++
++/Haeseo <<
++	/FileType /TrueType
++	/Path (/usr/openwin/lib/locale/zh_TW.BIG5/X11/fonts/TT/h2hsrm.ttf)
++	/SubfontID 0
++	/CSI [(Korea1) 1] >> ;
++
++/Myengjo <<
++	/FileType /TrueType
++	/Path (/usr/openwin/lib/locale/zh_TW.BIG5/X11/fonts/TT/h2mjsm.ttf)
++	/SubfontID 0
++	/CSI [(Korea1) 1] >> ;
++/Adobe-Korea1		/Myeongjo	;
++/HYSMyeongJo-Medium	/Myeongjo	;
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ghostscript/patches/7003267.patch	Mon Apr 11 23:52:19 2011 -0700
@@ -0,0 +1,19 @@
+*** ghostscript-8.64/base/Makefile.in.orig	Mon Nov 29 15:18:29 2010
+--- ghostscript-8.64/base/Makefile.in	Mon Nov 29 15:20:15 2010
+***************
+*** 241,247 ****
+  # Define the added flags for standard, debugging, profiling 
+  # and shared object builds.
+  
+! CFLAGS_STANDARD=@OPT_CFLAGS@
+  CFLAGS_DEBUG=-g -O0
+  CFLAGS_PROFILE=-pg @OPT_CFLAGS@
+  CFLAGS_SO=@DYNAMIC_CFLAGS@
+--- 241,247 ----
+  # Define the added flags for standard, debugging, profiling 
+  # and shared object builds.
+  
+! CFLAGS_STANDARD=-xO2
+  CFLAGS_DEBUG=-g -O0
+  CFLAGS_PROFILE=-pg @OPT_CFLAGS@
+  CFLAGS_SO=@DYNAMIC_CFLAGS@
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/meta-packages/history/SUNWghostscript.p5m	Mon Apr 11 23:52:19 2011 -0700
@@ -0,0 +1,33 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+#
+# Legacy package information for renamed SUNWghostscript package
+#
+
+set name=pkg.fmri value=pkg:/[email protected],5.11-0.133
+set name=pkg.renamed value=true
+
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+
+depend fmri=print/filter/[email protected],5.11-0.133 type=require
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/meta-packages/history/SUNWgscr.p5m	Mon Apr 11 23:52:19 2011 -0700
@@ -0,0 +1,33 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+#
+# Legacy package information for renamed SUNWgscr package
+#
+
+set name=pkg.fmri value=pkg:/[email protected],5.11-0.130
+set name=pkg.renamed value=true
+
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+
+depend [email protected] type=require