components/imagemagick/imagemagick.p5m
author Shawn Walker-Salas <shawn.walker@oracle.com>
Wed, 30 Mar 2016 13:33:31 -0700
changeset 5682 94c0ca64c022
parent 5638 b88b6c00208e
child 6020 83b3789e8d88
permissions -rw-r--r--
15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh 22228656 remove redundant declarations and additions from makefiles 22252545 simplify build rules for components from common upstream 22378457 tclConfig.sh compiler settings are too specific 22727315 httping curses gui missing 22750630 procmail ignores userland cflags and may use private strstr function 22758725 wdiff uses diff from PATH instead of /usr/gnu/bin/diff 22926847 cloog Makefile typo when setting ASLR_MODE 22935090 tk config script has wrong linker flags
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
     1
#
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
     3
#
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
     7
#
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
    12
#
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
    18
#
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
    20
#
5638
b88b6c00208e 22970244 userland should build with perl 5.22 as the default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 3798
diff changeset
    21
# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
    22
#
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
    23
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 168
diff changeset
    24
<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
    25
set name=pkg.fmri \
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
    26
    value=pkg:/image/imagemagick@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    27
set name=pkg.summary \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    28
    value="ImageMagick - Image Manipulation Utilities and Libraries"
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
    29
set name=pkg.description \
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
    30
    value="ImageMagick is a software suite to create, edit, compose, or convert images"
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    31
set name=pkg.human-version value=$(HUMAN_VERSION)
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    32
set name=com.oracle.info.description \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    33
    value="the ImageMagick Image Manipulation Utilities and Libraries"
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1889
diff changeset
    34
set name=com.oracle.info.tpno value=$(TPNO)
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
    35
set name=info.classification \
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
    36
    value="org.opensolaris.category.2008:System/Multimedia Libraries"
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 383
diff changeset
    37
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
609
775168282b2f 7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents: 587
diff changeset
    38
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    39
set name=org.opensolaris.arc-caseid value=LSARC/2007/316
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
    40
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
    41
file path=usr/bin/Magick++-config
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
    42
file path=usr/bin/Magick-config
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
    43
file path=usr/bin/MagickCore-config
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
    44
file path=usr/bin/MagickWand-config
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
    45
file path=usr/bin/Wand-config
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5638
diff changeset
    46
file path=usr/bin/animate
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5638
diff changeset
    47
file path=usr/bin/compare
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5638
diff changeset
    48
file path=usr/bin/composite
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5638
diff changeset
    49
file path=usr/bin/conjure
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5638
diff changeset
    50
file path=usr/bin/convert
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5638
diff changeset
    51
file path=usr/bin/display
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5638
diff changeset
    52
file path=usr/bin/identify
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5638
diff changeset
    53
file path=usr/bin/import
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5638
diff changeset
    54
file path=usr/bin/mogrify
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5638
diff changeset
    55
file path=usr/bin/montage
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5638
diff changeset
    56
file path=usr/bin/stream
1255
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
    57
file path=usr/include/ImageMagick-6/Magick++.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
    58
file path=usr/include/ImageMagick-6/Magick++/Blob.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
    59
file path=usr/include/ImageMagick-6/Magick++/CoderInfo.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
    60
file path=usr/include/ImageMagick-6/Magick++/Color.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
    61
file path=usr/include/ImageMagick-6/Magick++/Drawable.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
    62
file path=usr/include/ImageMagick-6/Magick++/Exception.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
    63
file path=usr/include/ImageMagick-6/Magick++/Geometry.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
    64
file path=usr/include/ImageMagick-6/Magick++/Image.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
    65
file path=usr/include/ImageMagick-6/Magick++/Include.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
    66
file path=usr/include/ImageMagick-6/Magick++/Montage.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
    67
file path=usr/include/ImageMagick-6/Magick++/Pixels.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
    68
file path=usr/include/ImageMagick-6/Magick++/STL.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
    69
file path=usr/include/ImageMagick-6/Magick++/TypeMetric.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
    70
file path=usr/include/ImageMagick-6/magick/ImageMagick.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
    71
file path=usr/include/ImageMagick-6/magick/MagickCore.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
    72
file path=usr/include/ImageMagick-6/magick/PreRvIcccm.h
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    73
file path=usr/include/ImageMagick-6/magick/accelerate.h
1255
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
    74
file path=usr/include/ImageMagick-6/magick/animate.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
    75
file path=usr/include/ImageMagick-6/magick/annotate.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
    76
file path=usr/include/ImageMagick-6/magick/api.h
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    77
file path=usr/include/ImageMagick-6/magick/artifact.h
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    78
file path=usr/include/ImageMagick-6/magick/attribute.h
1255
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
    79
file path=usr/include/ImageMagick-6/magick/blob.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
    80
file path=usr/include/ImageMagick-6/magick/cache-view.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
    81
file path=usr/include/ImageMagick-6/magick/cache.h
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    82
file path=usr/include/ImageMagick-6/magick/channel.h
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    83
file path=usr/include/ImageMagick-6/magick/cipher.h
1255
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
    84
file path=usr/include/ImageMagick-6/magick/client.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
    85
file path=usr/include/ImageMagick-6/magick/coder.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
    86
file path=usr/include/ImageMagick-6/magick/color.h
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    87
file path=usr/include/ImageMagick-6/magick/colormap.h
1255
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
    88
file path=usr/include/ImageMagick-6/magick/colorspace.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
    89
file path=usr/include/ImageMagick-6/magick/compare.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
    90
file path=usr/include/ImageMagick-6/magick/composite.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
    91
file path=usr/include/ImageMagick-6/magick/compress.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
    92
file path=usr/include/ImageMagick-6/magick/configure.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
    93
file path=usr/include/ImageMagick-6/magick/constitute.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
    94
file path=usr/include/ImageMagick-6/magick/decorate.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
    95
file path=usr/include/ImageMagick-6/magick/delegate.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
    96
file path=usr/include/ImageMagick-6/magick/deprecate.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
    97
file path=usr/include/ImageMagick-6/magick/display.h
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    98
file path=usr/include/ImageMagick-6/magick/distort.h
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    99
file path=usr/include/ImageMagick-6/magick/distribute-cache.h
1255
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   100
file path=usr/include/ImageMagick-6/magick/draw.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   101
file path=usr/include/ImageMagick-6/magick/effect.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   102
file path=usr/include/ImageMagick-6/magick/enhance.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   103
file path=usr/include/ImageMagick-6/magick/exception.h
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   104
file path=usr/include/ImageMagick-6/magick/feature.h
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   105
file path=usr/include/ImageMagick-6/magick/fourier.h
1255
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   106
file path=usr/include/ImageMagick-6/magick/fx.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   107
file path=usr/include/ImageMagick-6/magick/gem.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   108
file path=usr/include/ImageMagick-6/magick/geometry.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   109
file path=usr/include/ImageMagick-6/magick/hashmap.h
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   110
file path=usr/include/ImageMagick-6/magick/histogram.h
1255
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   111
file path=usr/include/ImageMagick-6/magick/identify.h
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   112
file path=usr/include/ImageMagick-6/magick/image-view.h
1255
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   113
file path=usr/include/ImageMagick-6/magick/image.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   114
file path=usr/include/ImageMagick-6/magick/layer.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   115
file path=usr/include/ImageMagick-6/magick/list.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   116
file path=usr/include/ImageMagick-6/magick/locale_.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   117
file path=usr/include/ImageMagick-6/magick/log.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   118
file path=usr/include/ImageMagick-6/magick/magic.h
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   119
file path=usr/include/ImageMagick-6/magick/magick-baseconfig.h
1255
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   120
file path=usr/include/ImageMagick-6/magick/magick-config.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   121
file path=usr/include/ImageMagick-6/magick/magick-type.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   122
file path=usr/include/ImageMagick-6/magick/magick.h
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   123
file path=usr/include/ImageMagick-6/magick/matrix.h
1255
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   124
file path=usr/include/ImageMagick-6/magick/memory_.h
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   125
file path=usr/include/ImageMagick-6/magick/method-attribute.h
1255
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   126
file path=usr/include/ImageMagick-6/magick/methods.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   127
file path=usr/include/ImageMagick-6/magick/mime.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   128
file path=usr/include/ImageMagick-6/magick/module.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   129
file path=usr/include/ImageMagick-6/magick/monitor.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   130
file path=usr/include/ImageMagick-6/magick/montage.h
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   131
file path=usr/include/ImageMagick-6/magick/morphology.h
1255
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   132
file path=usr/include/ImageMagick-6/magick/option.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   133
file path=usr/include/ImageMagick-6/magick/paint.h
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   134
file path=usr/include/ImageMagick-6/magick/pixel-accessor.h
1255
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   135
file path=usr/include/ImageMagick-6/magick/pixel.h
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   136
file path=usr/include/ImageMagick-6/magick/policy.h
1255
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   137
file path=usr/include/ImageMagick-6/magick/prepress.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   138
file path=usr/include/ImageMagick-6/magick/profile.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   139
file path=usr/include/ImageMagick-6/magick/property.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   140
file path=usr/include/ImageMagick-6/magick/quantize.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   141
file path=usr/include/ImageMagick-6/magick/quantum.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   142
file path=usr/include/ImageMagick-6/magick/random_.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   143
file path=usr/include/ImageMagick-6/magick/registry.h
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   144
file path=usr/include/ImageMagick-6/magick/resample.h
1255
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   145
file path=usr/include/ImageMagick-6/magick/resize.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   146
file path=usr/include/ImageMagick-6/magick/resource_.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   147
file path=usr/include/ImageMagick-6/magick/segment.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   148
file path=usr/include/ImageMagick-6/magick/semaphore.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   149
file path=usr/include/ImageMagick-6/magick/shear.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   150
file path=usr/include/ImageMagick-6/magick/signature.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   151
file path=usr/include/ImageMagick-6/magick/splay-tree.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   152
file path=usr/include/ImageMagick-6/magick/statistic.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   153
file path=usr/include/ImageMagick-6/magick/stream.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   154
file path=usr/include/ImageMagick-6/magick/string_.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   155
file path=usr/include/ImageMagick-6/magick/threshold.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   156
file path=usr/include/ImageMagick-6/magick/timer.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   157
file path=usr/include/ImageMagick-6/magick/token.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   158
file path=usr/include/ImageMagick-6/magick/transform.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   159
file path=usr/include/ImageMagick-6/magick/type.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   160
file path=usr/include/ImageMagick-6/magick/utility.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   161
file path=usr/include/ImageMagick-6/magick/version.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   162
file path=usr/include/ImageMagick-6/magick/widget.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   163
file path=usr/include/ImageMagick-6/magick/xml-tree.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   164
file path=usr/include/ImageMagick-6/magick/xwindow.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   165
file path=usr/include/ImageMagick-6/wand/MagickWand.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   166
file path=usr/include/ImageMagick-6/wand/animate.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   167
file path=usr/include/ImageMagick-6/wand/compare.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   168
file path=usr/include/ImageMagick-6/wand/composite.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   169
file path=usr/include/ImageMagick-6/wand/conjure.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   170
file path=usr/include/ImageMagick-6/wand/convert.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   171
file path=usr/include/ImageMagick-6/wand/deprecate.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   172
file path=usr/include/ImageMagick-6/wand/display.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   173
file path=usr/include/ImageMagick-6/wand/drawing-wand.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   174
file path=usr/include/ImageMagick-6/wand/identify.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   175
file path=usr/include/ImageMagick-6/wand/import.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   176
file path=usr/include/ImageMagick-6/wand/magick-image.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   177
file path=usr/include/ImageMagick-6/wand/magick-property.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   178
file path=usr/include/ImageMagick-6/wand/magick-wand.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   179
file path=usr/include/ImageMagick-6/wand/magick_wand.h
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   180
file path=usr/include/ImageMagick-6/wand/method-attribute.h
1255
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   181
file path=usr/include/ImageMagick-6/wand/mogrify.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   182
file path=usr/include/ImageMagick-6/wand/montage.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   183
file path=usr/include/ImageMagick-6/wand/pixel-iterator.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   184
file path=usr/include/ImageMagick-6/wand/pixel-wand.h
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   185
file path=usr/include/ImageMagick-6/wand/stream.h
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   186
file path=usr/include/ImageMagick-6/wand/wand-view.h
1255
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   187
file ImageMagick-$(COMPONENT_VERSION)/config/colors.xml \
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   188
    path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/config-Q16/colors.xml
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   189
file build/$(MACH64)/config/configure.xml \
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   190
    path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/config-Q16/configure.xml
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   191
file build/$(MACH64)/config/delegates.xml \
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   192
    path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/config-Q16/delegates.xml
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   193
file ImageMagick-$(COMPONENT_VERSION)/config/english.xml \
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   194
    path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/config-Q16/english.xml
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   195
file ImageMagick-$(COMPONENT_VERSION)/config/locale.xml \
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   196
    path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/config-Q16/locale.xml
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   197
file build/$(MACH64)/config/type-dejavu.xml \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   198
    path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/config-Q16/type-dejavu.xml
1255
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   199
file build/$(MACH64)/config/type-ghostscript.xml \
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   200
    path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/config-Q16/type-ghostscript.xml
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   201
file build/$(MACH64)/config/type-windows.xml \
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   202
    path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/config-Q16/type-windows.xml
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   203
file build/$(MACH64)/config/type.xml \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   204
    path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/config-Q16/type.xml
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   205
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/aai.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   206
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/art.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   207
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/avs.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   208
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/bgr.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   209
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/bmp.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   210
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/braille.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   211
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/cals.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   212
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/caption.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   213
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/cin.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   214
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/cip.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   215
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/clip.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   216
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/cmyk.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   217
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/cut.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   218
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/dcm.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   219
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/dds.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   220
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/debug.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   221
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/dib.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   222
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/dng.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   223
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/dot.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   224
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/dpx.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   225
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/ept.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   226
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/fax.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   227
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/fd.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   228
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/fits.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   229
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/gif.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   230
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/gradient.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   231
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/gray.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   232
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/hald.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   233
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/hdr.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   234
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/histogram.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   235
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/hrz.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   236
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/html.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   237
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/icon.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   238
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/info.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   239
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/inline.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   240
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/ipl.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   241
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/jnx.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   242
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/jpeg.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   243
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/label.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   244
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/mac.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   245
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/magick.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   246
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/map.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   247
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/mat.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   248
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/matte.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   249
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/meta.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   250
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/miff.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   251
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/mono.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   252
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/mpc.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   253
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/mpeg.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   254
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/mpr.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   255
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/msl.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   256
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/mtv.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   257
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/mvg.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   258
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/null.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   259
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/otb.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   260
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/palm.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   261
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/pango.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   262
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/pattern.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   263
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/pcd.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   264
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/pcl.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   265
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/pcx.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   266
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/pdb.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   267
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/pdf.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   268
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/pes.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   269
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/pict.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   270
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/pix.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   271
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/plasma.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   272
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/png.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   273
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/pnm.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   274
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/preview.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   275
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/ps.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   276
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/ps2.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   277
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/ps3.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   278
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/psd.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   279
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/pwp.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   280
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/raw.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   281
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/rgb.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   282
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/rla.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   283
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/rle.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   284
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/scr.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   285
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/sct.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   286
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/sfw.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   287
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/sgi.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   288
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/stegano.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   289
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/sun.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   290
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/svg.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   291
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/tga.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   292
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/thumbnail.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   293
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/tiff.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   294
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/tile.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   295
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/tim.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   296
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/ttf.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   297
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/txt.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   298
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/uil.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   299
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/url.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   300
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/uyvy.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   301
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/vicar.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   302
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/vid.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   303
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/viff.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   304
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/wbmp.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   305
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/wpg.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   306
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/x.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   307
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/xbm.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   308
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/xc.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   309
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/xcf.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   310
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/xpm.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   311
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/xps.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   312
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/xwd.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   313
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/ycbcr.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   314
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/yuv.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   315
file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/filters/analyze.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   316
link path=usr/lib/$(MACH64)/libMagick++-6.Q16.so \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   317
    target=libMagick++-6.Q16.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   318
link path=usr/lib/$(MACH64)/libMagick++-6.Q16.so.1 \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   319
    target=libMagick++-6.Q16.so.1.0.0
1255
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   320
file path=usr/lib/$(MACH64)/libMagick++-6.Q16.so.1.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   321
link path=usr/lib/$(MACH64)/libMagickCore-6.Q16.so \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   322
    target=libMagickCore-6.Q16.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   323
link path=usr/lib/$(MACH64)/libMagickCore-6.Q16.so.1 \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   324
    target=libMagickCore-6.Q16.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   325
file path=usr/lib/$(MACH64)/libMagickCore-6.Q16.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   326
link path=usr/lib/$(MACH64)/libMagickWand-6.Q16.so \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   327
    target=libMagickWand-6.Q16.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   328
link path=usr/lib/$(MACH64)/libMagickWand-6.Q16.so.1 \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   329
    target=libMagickWand-6.Q16.so.1.0.0
1255
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   330
file path=usr/lib/$(MACH64)/libMagickWand-6.Q16.so.1.0.0
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   331
file path=usr/lib/$(MACH64)/pkgconfig/ImageMagick++-6.Q16.pc
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   332
file path=usr/lib/$(MACH64)/pkgconfig/ImageMagick++.pc
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   333
file path=usr/lib/$(MACH64)/pkgconfig/ImageMagick-6.Q16.pc
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   334
file path=usr/lib/$(MACH64)/pkgconfig/ImageMagick.pc
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   335
file path=usr/lib/$(MACH64)/pkgconfig/Magick++-6.Q16.pc
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   336
file path=usr/lib/$(MACH64)/pkgconfig/Magick++.pc
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   337
file path=usr/lib/$(MACH64)/pkgconfig/MagickCore-6.Q16.pc
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   338
file path=usr/lib/$(MACH64)/pkgconfig/MagickCore.pc
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   339
file path=usr/lib/$(MACH64)/pkgconfig/MagickWand-6.Q16.pc
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   340
file path=usr/lib/$(MACH64)/pkgconfig/MagickWand.pc
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   341
file path=usr/lib/$(MACH64)/pkgconfig/Wand-6.Q16.pc
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   342
file path=usr/lib/$(MACH64)/pkgconfig/Wand.pc
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   343
file usr/etc/ImageMagick/coder.xml \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   344
    path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/config-Q16/coder.xml
1255
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   345
file ImageMagick-$(COMPONENT_VERSION)/config/colors.xml \
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   346
    path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/config-Q16/colors.xml
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   347
file build/$(MACH32)/config/configure.xml \
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   348
    path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/config-Q16/configure.xml
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   349
file build/$(MACH32)/config/delegates.xml \
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   350
    path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/config-Q16/delegates.xml
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   351
file ImageMagick-$(COMPONENT_VERSION)/config/english.xml \
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   352
    path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/config-Q16/english.xml
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   353
file ImageMagick-$(COMPONENT_VERSION)/config/locale.xml \
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   354
    path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/config-Q16/locale.xml
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   355
file usr/etc/ImageMagick/log.xml \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   356
    path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/config-Q16/log.xml
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   357
file usr/etc/ImageMagick/magic.xml \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   358
    path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/config-Q16/magic.xml
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   359
file usr/etc/ImageMagick/mime.xml \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   360
    path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/config-Q16/mime.xml
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   361
file usr/etc/ImageMagick/policy.xml \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   362
    path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/config-Q16/pilocy.xml
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   363
file usr/etc/ImageMagick/quantization-table.xml \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   364
    path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/config-Q16/quantization-table.xml
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   365
file usr/etc/ImageMagick/thresholds.xml \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   366
    path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/config-Q16/thresholds.xml
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   367
file build/$(MACH32)/config/type-dejavu.xml \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   368
    path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/config-Q16/type-dejavu.xml
1255
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   369
file build/$(MACH32)/config/type-ghostscript.xml \
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   370
    path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/config-Q16/type-ghostscript.xml
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   371
file build/$(MACH32)/config/type-windows.xml \
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   372
    path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/config-Q16/type-windows.xml
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   373
file build/$(MACH32)/config/type.xml \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   374
    path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/config-Q16/type.xml
1255
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   375
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/aai.so
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   376
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/art.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   377
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/avs.so
1255
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   378
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/bgr.so
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   379
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/bmp.so
1255
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   380
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/braille.so
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   381
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/cals.so
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   382
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/caption.so
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   383
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/cin.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   384
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/cip.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   385
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/clip.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   386
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/cmyk.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   387
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/cut.so
1255
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   388
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/dcm.so
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   389
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/dds.so
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   390
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/debug.so
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   391
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/dib.so
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   392
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/dng.so
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   393
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/dot.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   394
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/dpx.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   395
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/ept.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   396
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/fax.so
1255
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   397
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/fd.so
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   398
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/fits.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   399
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/gif.so
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   400
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/gradient.so
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   401
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/gray.so
1255
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   402
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/hald.so
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   403
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/hdr.so
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   404
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/histogram.so
1255
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   405
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/hrz.so
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   406
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/html.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   407
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/icon.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   408
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/info.so
1255
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   409
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/inline.so
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   410
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/ipl.so
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   411
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/jnx.so
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   412
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/jpeg.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   413
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/label.so
1255
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   414
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/mac.so
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   415
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/magick.so
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   416
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/map.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   417
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/mat.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   418
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/matte.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   419
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/meta.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   420
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/miff.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   421
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/mono.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   422
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/mpc.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   423
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/mpeg.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   424
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/mpr.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   425
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/msl.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   426
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/mtv.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   427
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/mvg.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   428
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/null.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   429
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/otb.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   430
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/palm.so
1255
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   431
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/pango.so
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   432
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/pattern.so
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   433
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/pcd.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   434
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/pcl.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   435
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/pcx.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   436
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/pdb.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   437
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/pdf.so
1255
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   438
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/pes.so
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   439
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/pict.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   440
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/pix.so
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   441
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/plasma.so
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   442
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/png.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   443
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/pnm.so
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   444
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/preview.so
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   445
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/ps.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   446
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/ps2.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   447
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/ps3.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   448
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/psd.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   449
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/pwp.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   450
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/raw.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   451
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/rgb.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   452
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/rla.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   453
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/rle.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   454
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/scr.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   455
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/sct.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   456
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/sfw.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   457
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/sgi.so
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   458
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/stegano.so
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   459
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/sun.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   460
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/svg.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   461
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/tga.so
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   462
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/thumbnail.so
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   463
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/tiff.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   464
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/tile.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   465
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/tim.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   466
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/ttf.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   467
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/txt.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   468
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/uil.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   469
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/url.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   470
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/uyvy.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   471
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/vicar.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   472
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/vid.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   473
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/viff.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   474
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/wbmp.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   475
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/wpg.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   476
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/x.so
1255
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   477
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/xbm.so
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   478
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/xc.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   479
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/xpm.so
1255
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   480
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/xps.so
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   481
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/xwd.so
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   482
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/ycbcr.so
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   483
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/yuv.so
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   484
file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/filters/analyze.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   485
link path=usr/lib/libMagick++-6.Q16.so target=libMagick++-6.Q16.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   486
link path=usr/lib/libMagick++-6.Q16.so.1 target=libMagick++-6.Q16.so.1.0.0
1255
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   487
file path=usr/lib/libMagick++-6.Q16.so.1.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   488
link path=usr/lib/libMagickCore-6.Q16.so target=libMagickCore-6.Q16.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   489
link path=usr/lib/libMagickCore-6.Q16.so.1 target=libMagickCore-6.Q16.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   490
file path=usr/lib/libMagickCore-6.Q16.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   491
link path=usr/lib/libMagickWand-6.Q16.so target=libMagickWand-6.Q16.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   492
link path=usr/lib/libMagickWand-6.Q16.so.1 target=libMagickWand-6.Q16.so.1.0.0
1255
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   493
file path=usr/lib/libMagickWand-6.Q16.so.1.0.0
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   494
file path=usr/lib/pkgconfig/ImageMagick++-6.Q16.pc
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   495
file path=usr/lib/pkgconfig/ImageMagick++.pc
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   496
file path=usr/lib/pkgconfig/ImageMagick-6.Q16.pc
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   497
file path=usr/lib/pkgconfig/ImageMagick.pc
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   498
file path=usr/lib/pkgconfig/Magick++-6.Q16.pc
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   499
file path=usr/lib/pkgconfig/Magick++.pc
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   500
file path=usr/lib/pkgconfig/MagickCore-6.Q16.pc
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   501
file path=usr/lib/pkgconfig/MagickCore.pc
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   502
file path=usr/lib/pkgconfig/MagickWand-6.Q16.pc
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   503
file path=usr/lib/pkgconfig/MagickWand.pc
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   504
file path=usr/lib/pkgconfig/Wand-6.Q16.pc
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   505
file path=usr/lib/pkgconfig/Wand.pc
277
12ebd29ad46c 7050602 userland consolidation should build with perl 5.12 by default
craig mohrman <craig.mohrman@oracle.com>
parents: 181
diff changeset
   506
file path=usr/perl5/$(PERL_VERSION)/man/man3/Image::Magick.3
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   507
file path=usr/perl5/$(PERL_VERSION)/man/man3/Image::Magick::Q16.3
383
e37246d1c149 6780150 ImageMagick should not deliver perl modules in site_perl.
Danek Duvall <danek.duvall@oracle.com>
parents: 277
diff changeset
   508
file path=usr/perl5/vendor_perl/$(PERL_VERSION)/$(PERL_ARCH)/Image/Magick.pm
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   509
file path=usr/perl5/vendor_perl/$(PERL_VERSION)/$(PERL_ARCH)/Image/Magick/Q16.pm
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   510
file path=usr/perl5/vendor_perl/$(PERL_VERSION)/$(PERL_ARCH)/auto/Image/Magick/Magick.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   511
file path=usr/perl5/vendor_perl/$(PERL_VERSION)/$(PERL_ARCH)/auto/Image/Magick/Q16/Q16.so
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   512
file path=usr/perl5/vendor_perl/$(PERL_VERSION)/$(PERL_ARCH)/auto/Image/Magick/Q16/autosplit.ix
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   513
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   514
# Compatibility links
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   515
#
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   516
link path=usr/sfw/bin/Magick++-config target=../../bin/Magick++-config
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   517
link path=usr/sfw/bin/Magick-config target=../../bin/Magick-config
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   518
link path=usr/sfw/bin/animate target=../../bin/animate
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   519
link path=usr/sfw/bin/composite target=../../bin/composite
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   520
link path=usr/sfw/bin/conjure target=../../bin/conjure
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   521
link path=usr/sfw/bin/convert target=../../bin/convert
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   522
link path=usr/sfw/bin/display target=../../bin/display
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   523
link path=usr/sfw/bin/identify target=../../bin/identify
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   524
link path=usr/sfw/bin/import target=../../bin/import
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   525
link path=usr/sfw/bin/mogrify target=../../bin/mogrify
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   526
link path=usr/sfw/bin/montage target=../../bin/montage
1255
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   527
file ImageMagick-$(COMPONENT_VERSION)/ChangeLog \
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   528
    path=usr/share/ImageMagick-$(COMPONENT_VERSION)/ChangeLog
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   529
file ImageMagick-$(COMPONENT_VERSION)/ChangeLog \
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   530
    path=usr/share/ImageMagick-$(COMPONENT_VERSION)/LICENSE
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   531
file ImageMagick-$(COMPONENT_VERSION)/Magick++/NEWS \
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   532
    path=usr/share/ImageMagick-$(COMPONENT_VERSION)/NEWS
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   533
file ImageMagick-$(COMPONENT_VERSION)/config/coder.xml \
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   534
    path=usr/share/ImageMagick-$(COMPONENT_VERSION)/config/coder.xml
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   535
file ImageMagick-$(COMPONENT_VERSION)/config/log.xml \
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   536
    path=usr/share/ImageMagick-$(COMPONENT_VERSION)/config/log.xml
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   537
file ImageMagick-$(COMPONENT_VERSION)/config/magic.xml \
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   538
    path=usr/share/ImageMagick-$(COMPONENT_VERSION)/config/magic.xml
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   539
file ImageMagick-$(COMPONENT_VERSION)/config/mime.xml \
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   540
    path=usr/share/ImageMagick-$(COMPONENT_VERSION)/config/mime.xml
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   541
file ImageMagick-$(COMPONENT_VERSION)/config/thresholds.xml \
b7b09f9348b7 15800374 SUNBT7179521 ImageMagick 6.3.4 convert no longer supports conversions from xwd
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1251
diff changeset
   542
    path=usr/share/ImageMagick-$(COMPONENT_VERSION)/config/thresholds.xml
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   543
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/ImageMagick.ico
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   544
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/affine.png
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   545
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/arc.png
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   546
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/background.jpg
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   547
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/black.png
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   548
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/bluebells_clipped.jpg
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   549
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/bluebells_darker.jpg
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   550
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/bluebells_lin.jpg
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   551
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/bluebells_log.jpg
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   552
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/button.gif
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   553
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/configure.jpg
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   554
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/cylinder_shaded.png
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   555
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/definitive-guide.png
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   556
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/difference.png
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   557
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/donate.png
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   558
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/examples.jpg
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   559
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/frame.jpg
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   560
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/fuzzy-magick.png
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   561
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/gaussian-blur.png
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   562
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/granite.png
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   563
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/imade_art2.jpg
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   564
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/label.gif
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   565
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/logo-sm-flop.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   566
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/logo-sm-fx.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   567
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/logo-sm.png
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   568
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/logo.jpg
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   569
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/logo.png
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   570
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/montage.jpg
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   571
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/navy.png
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   572
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/networkredux.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   573
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/bricks.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   574
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/checkerboard.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   575
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/circles.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   576
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/crosshatch.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   577
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/crosshatch30.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   578
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/crosshatch45.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   579
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/fishscales.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   580
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray0.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   581
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray10.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   582
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray100.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   583
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray15.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   584
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray20.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   585
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray25.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   586
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray30.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   587
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray35.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   588
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray40.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   589
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray45.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   590
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray5.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   591
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray50.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   592
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray55.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   593
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray60.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   594
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray65.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   595
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray70.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   596
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray75.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   597
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray80.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   598
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray85.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   599
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray90.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   600
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray95.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   601
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/hexagons.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   602
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/horizontal.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   603
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/horizontal2.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   604
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/horizontal3.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   605
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/horizontalsaw.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   606
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/hs_bdiagonal.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   607
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/hs_cross.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   608
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/hs_diagcross.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   609
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/hs_fdiagonal.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   610
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/hs_horizontal.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   611
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/hs_vertical.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   612
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/left30.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   613
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/left45.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   614
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/leftshingle.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   615
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/octagons.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   616
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/right30.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   617
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/right45.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   618
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/rightshingle.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   619
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/smallfishscales.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   620
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/vertical.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   621
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/vertical2.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   622
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/vertical3.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   623
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/verticalbricks.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   624
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/verticalleftshingle.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   625
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/verticalrightshingle.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   626
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/verticalsaw.png
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   627
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/piechart.png
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   628
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/project-support.jpg
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   629
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/radial-gradient.png
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   630
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/reconstruct.jpg
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   631
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/red-ball.png
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   632
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/red-circle.png
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   633
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/right.gif
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   634
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/rose-over.png
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   635
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/rose-sigmoidal.png
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   636
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/rose.jpg
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   637
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/rose.png
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   638
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/rose.pnm
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   639
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/script.png
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   640
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/smile.gif
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   641
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/sponsor.jpg
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   642
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/sprite.jpg
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   643
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/t-shirt.png
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   644
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/tricks.png
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   645
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/wand.ico
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   646
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/wand.png
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   647
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/white-highlight.png
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   648
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/wizard.jpg
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   649
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/wizard.png
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   650
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/index.html
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   651
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/ImageMagickObject.html
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   652
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/Blob.html
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   653
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/Cache.fig
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   654
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/Cache.png
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   655
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/Cache.svg
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   656
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/ChangeLog.html
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   657
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/CoderInfo.html
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   658
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/Color.html
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   659
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/Documentation.html
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   660
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/Drawable.html
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   661
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/Drawable_example_1.png
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   662
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/Enumerations.html
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   663
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/Exception.html
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   664
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/FormatCharacters.html
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   665
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/Future.html
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   666
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/Geometry.html
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   667
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/Image.fig
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   668
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/Image.html
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   669
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/Image.png
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   670
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/ImageDesign.html
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   671
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/ImageMagick.png
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   672
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/Install.html
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   673
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/Magick++.png
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   674
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/Montage.html
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   675
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/NEWS.html
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   676
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/PixelPacket.html
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   677
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/Pixels.html
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   678
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/README.txt
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   679
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/STL.html
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   680
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/TypeMetric.html
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   681
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/index.html
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   682
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/magick.css
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   683
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/montage-sample-framed.jpg
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   684
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/right_triangle.png
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   685
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/thumbnail-anatomy-framed.fig
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   686
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/thumbnail-anatomy-framed.jpg
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   687
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/thumbnail-anatomy-plain.fig
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   688
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/thumbnail-anatomy-plain.jpg
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   689
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/thumbnail-sample-framed.jpg
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   690
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/thumbnail-sample-plain.jpg
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   691
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/advanced-unix-installation.html
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   692
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/advanced-windows-installation.html
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   693
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/animate.html
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
   694
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api.html
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   695
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/ImageMagick_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   696
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/ImageMagick_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   697
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/MagickCore_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   698
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/MagickCore_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   699
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/PreRvIcccm_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   700
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/PreRvIcccm_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   701
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/PreRvIcccm_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   702
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/animate-private_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   703
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/animate-private_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   704
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/animate_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   705
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/animate_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   706
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/animate_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   707
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/annotate_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   708
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/annotate_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   709
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/annotate_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   710
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/annotated.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   711
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/api_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   712
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/api_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   713
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/artifact_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   714
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/artifact_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   715
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/artifact_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   716
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/blob-private_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   717
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/blob-private_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   718
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/blob_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   719
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/blob_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   720
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/blob_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   721
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/cache-private_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   722
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/cache-private_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   723
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/cache-view_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   724
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/cache-view_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   725
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/cache-view_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   726
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/cache_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   727
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/cache_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   728
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/cache_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   729
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/classes.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   730
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/client_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   731
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/client_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   732
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/client_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   733
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/coder_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   734
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/coder_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   735
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/coder_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   736
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/color-private_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   737
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/color-private_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   738
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/color_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   739
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/color_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   740
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/color_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   741
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/colorspace-private_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   742
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/colorspace-private_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   743
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/colorspace_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   744
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/colorspace_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   745
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/colorspace_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   746
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/compare_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   747
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/compare_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   748
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/compare_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   749
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/composite-private_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   750
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/composite-private_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   751
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/composite_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   752
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/composite_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   753
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/composite_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   754
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/compress_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   755
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/compress_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   756
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/compress_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   757
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/configure_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   758
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/configure_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   759
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/configure_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   760
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/constitute_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   761
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/constitute_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   762
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/constitute_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   763
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/decorate_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   764
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/decorate_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   765
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/decorate_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   766
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/delegate_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   767
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/delegate_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   768
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/delegate_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   769
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/deprecate_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   770
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/deprecate_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   771
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/deprecate_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   772
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/dir_b44b349db36f8365f5234e57d3038770.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   773
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/dirs.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   774
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/display-private_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   775
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/display-private_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   776
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/display_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   777
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/display_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   778
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/display_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   779
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/distort_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   780
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/distort_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   781
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/distort_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   782
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/doxygen.css
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   783
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/doxygen.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   784
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/draw-private_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   785
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/draw-private_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   786
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/draw_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   787
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/draw_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   788
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/draw_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   789
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/effect_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   790
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/effect_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   791
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/effect_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   792
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/enhance_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   793
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/enhance_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   794
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/enhance_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   795
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/exception-private_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   796
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/exception-private_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   797
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/exception_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   798
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/exception_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   799
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/exception_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   800
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/files.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   801
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/ftv2blank.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   802
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/ftv2doc.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   803
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/ftv2folderclosed.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   804
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/ftv2folderopen.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   805
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/ftv2lastnode.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   806
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/ftv2link.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   807
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/ftv2mlastnode.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   808
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/ftv2mnode.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   809
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/ftv2node.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   810
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/ftv2plastnode.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   811
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/ftv2pnode.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   812
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/ftv2vertline.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   813
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   814
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x61.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   815
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x62.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   816
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x63.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   817
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x64.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   818
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x65.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   819
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x66.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   820
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x67.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   821
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x68.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   822
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x69.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   823
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x6b.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   824
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x6c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   825
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x6d.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   826
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x6e.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   827
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x6f.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   828
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x70.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   829
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x71.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   830
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x72.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   831
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x73.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   832
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x74.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   833
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x75.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   834
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x76.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   835
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x77.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   836
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x78.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   837
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x79.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   838
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x7a.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   839
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_func.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   840
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   841
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x61.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   842
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x62.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   843
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x63.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   844
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x64.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   845
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x65.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   846
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x66.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   847
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x67.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   848
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x68.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   849
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x69.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   850
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x6b.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   851
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x6c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   852
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x6d.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   853
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x6e.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   854
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x6f.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   855
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x70.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   856
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x71.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   857
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x72.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   858
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x73.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   859
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x74.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   860
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x75.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   861
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x76.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   862
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x77.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   863
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x78.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   864
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x79.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   865
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x7a.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   866
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/fx-private_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   867
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/fx-private_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   868
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/fx_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   869
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/fx_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   870
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/fx_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   871
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/gem_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   872
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/gem_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   873
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/gem_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   874
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/geometry_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   875
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/geometry_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   876
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/geometry_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   877
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   878
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x61.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   879
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x62.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   880
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x63.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   881
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x64.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   882
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x65.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   883
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x66.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   884
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x67.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   885
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x68.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   886
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x69.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   887
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x6a.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   888
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x6b.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   889
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x6c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   890
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x6d.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   891
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x6e.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   892
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x6f.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   893
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x70.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   894
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x71.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   895
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x72.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   896
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x73.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   897
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x74.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   898
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x75.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   899
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x76.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   900
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x77.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   901
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x78.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   902
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x79.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   903
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x7a.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   904
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   905
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x61.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   906
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x62.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   907
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x63.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   908
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x64.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   909
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x65.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   910
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x66.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   911
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x67.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   912
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x68.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   913
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x69.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   914
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x6b.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   915
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x6c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   916
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x6d.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   917
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x6e.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   918
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x6f.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   919
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x70.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   920
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x71.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   921
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x72.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   922
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x73.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   923
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x74.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   924
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x75.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   925
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x76.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   926
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x77.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   927
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x78.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   928
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x79.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   929
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_enum.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   930
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   931
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x62.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   932
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x63.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   933
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x64.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   934
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x65.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   935
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x66.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   936
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x67.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   937
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x68.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   938
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x69.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   939
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x6a.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   940
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x6b.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   941
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x6c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   942
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x6d.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   943
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x6e.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   944
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x6f.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   945
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x70.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   946
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x71.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   947
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x72.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   948
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x73.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   949
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x74.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   950
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x75.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   951
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x76.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   952
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x77.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   953
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x78.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   954
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x79.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   955
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x7a.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   956
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   957
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x62.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   958
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x63.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   959
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x64.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   960
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x65.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   961
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x66.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   962
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x67.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   963
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x68.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   964
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x69.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   965
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x6a.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   966
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x6b.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   967
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x6c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   968
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x6d.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   969
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x6e.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   970
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x6f.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   971
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x70.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   972
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x71.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   973
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x72.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   974
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x73.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   975
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x74.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   976
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x75.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   977
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x76.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   978
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x77.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   979
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x78.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   980
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x79.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   981
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x7a.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   982
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_type.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   983
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_vars.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   984
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/hashmap_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   985
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/hashmap_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   986
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/hashmap_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   987
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/identify_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   988
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/identify_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   989
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/identify_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   990
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/image-private_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   991
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/image-private_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   992
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/image_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   993
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/image_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   994
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/image_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   995
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/index.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   996
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/layer_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   997
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/layer_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   998
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/layer_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
   999
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/list_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1000
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/list_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1001
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/list_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1002
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/locale_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1003
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/locale___8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1004
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/locale___8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1005
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/log_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1006
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/log_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1007
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/log_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1008
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/mac_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1009
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/mac_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1010
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/mac_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1011
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/magic_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1012
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/magic_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1013
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/magic_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1014
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/magick-config_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1015
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/magick-config_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1016
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/magick-type_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1017
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/magick-type_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1018
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/magick_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1019
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/magick_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1020
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/magick_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1021
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/main.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1022
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/matrix_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1023
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/matrix_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1024
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/matrix_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1025
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/memory_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1026
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/memory___8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1027
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/memory___8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1028
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/methods_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1029
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/methods_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1030
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/mime-private_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1031
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/mime-private_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1032
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/mime_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1033
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/mime_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1034
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/mime_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1035
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/module_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1036
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/module_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1037
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/module_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1038
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/monitor_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1039
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/monitor_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1040
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/monitor_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1041
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/montage_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1042
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/montage_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1043
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/montage_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1044
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/nt-base_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1045
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/nt-base_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1046
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/nt-base_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1047
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/nt-feature_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1048
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/nt-feature_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1049
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/nt-feature_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1050
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/option_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1051
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/option_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1052
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/option_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1053
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/paint_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1054
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/paint_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1055
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/paint_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1056
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/pixel-private_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1057
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/pixel-private_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1058
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/pixel_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1059
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/pixel_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1060
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/pixel_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1061
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/prepress_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1062
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/prepress_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1063
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/prepress_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1064
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/profile_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1065
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/profile_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1066
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/profile_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1067
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/property_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1068
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/property_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1069
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/property_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1070
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/quantize_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1071
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/quantize_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1072
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/quantize_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1073
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/quantum-private_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1074
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/quantum-private_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1075
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/quantum_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1076
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/quantum_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1077
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/quantum_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1078
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/random_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1079
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/random___8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1080
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/random___8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1081
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/registry_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1082
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/registry_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1083
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/registry_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1084
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/resample_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1085
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/resample_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1086
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/resample_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1087
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/resize-private_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1088
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/resize-private_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1089
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/resize_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1090
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/resize_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1091
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/resize_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1092
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/resource_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1093
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/resource___8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1094
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/resource___8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1095
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/segment_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1096
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/segment_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1097
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/segment_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1098
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/semaphore_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1099
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/semaphore_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1100
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/semaphore_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1101
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/shear_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1102
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/shear_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1103
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/shear_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1104
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/signature_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1105
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/signature_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1106
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/signature_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1107
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/splay-tree_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1108
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/splay-tree_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1109
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/splay-tree_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1110
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/static_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1111
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/static_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1112
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/static_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1113
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/statistic_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1114
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/statistic_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1115
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/statistic_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1116
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/stream-private_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1117
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/stream-private_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1118
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/stream_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1119
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/stream_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1120
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/stream_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1121
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/string_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1122
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/string___8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1123
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/string___8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1124
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/structHuffmanTable.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1125
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/structSemaphoreInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1126
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__AffineMatrix.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1127
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__Ascii85Info.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1128
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__BlobInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1129
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__CacheInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1130
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__CacheMethods.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1131
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__CacheView.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1132
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ChannelStatistics.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1133
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ChromaticityInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1134
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__Cluster.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1135
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__CoderInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1136
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ColorInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1137
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ColorPacket.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1138
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ConfigureInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1139
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ContributionInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1140
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__CubeInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1141
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__DIR.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1142
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__DataSegmentInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1143
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__DelegateInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1144
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__DiversityPacket.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1145
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__DoublePixelPacket.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1146
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__DrawInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1147
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__EdgeInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1148
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ElementInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1149
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ElementReference.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1150
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__EntryInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1151
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ErrorInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1152
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__EventInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1153
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ExceptionInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1154
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ExtentPacket.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1155
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__FrameInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1156
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__FxInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1157
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__GeometryInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1158
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__GhostscriptVectors.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1159
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__GradientInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1160
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__HandlerInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1161
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__HashmapInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1162
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__Image.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1163
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ImageAttribute.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1164
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ImageInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1165
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__IntervalTree.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1166
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__LinkedListInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1167
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__LocaleInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1168
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__LogInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1169
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__LongPixelPacket.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1170
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__MagicInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1171
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__MagickInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1172
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__MagickPixelPacket.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1173
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__MedianListNode.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1174
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__MedianPixelList.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1175
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__MedianSkipList.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1176
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__MemoryInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1177
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__MimeInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1178
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ModuleInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1179
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__MontageInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1180
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__NTMEMORYSTATUSEX.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1181
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__NexusInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1182
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__NodeInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1183
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__Nodes.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1184
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__OptionInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1185
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__PathInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1186
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__PixelPacket.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1187
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__PointInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1188
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__PolygonInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1189
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__PrimaryInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1190
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__PrimitiveInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1191
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ProfileInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1192
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__QuantizeInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1193
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__QuantumInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1194
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__QuantumState.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1195
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__RandomInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1196
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__RealPixelPacket.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1197
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__RectangleInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1198
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__RegistryInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1199
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ResampleFilter.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1200
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ResizeFilter.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1201
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ResourceInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1202
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__SegmentInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1203
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__SignatureInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1204
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__SplayTreeInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1205
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__StopInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1206
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__StreamInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1207
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__StringInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1208
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ThresholdMap.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1209
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__Timer.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1210
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__TimerInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1211
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__TokenInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1212
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__TypeInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1213
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__TypeMetric.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1214
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ViewInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1215
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__XImportInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1216
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__XMLTreeInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1217
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__XMLTreeRoot.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1218
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__XWidgetInfo.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1219
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ZeroCrossing.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1220
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__dirdesc.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1221
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ile3.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1222
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/structdirent.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1223
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/studio_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1224
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/studio_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1225
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/tab_b.gif
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1226
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/tab_l.gif
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1227
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/tab_r.gif
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1228
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/tabs.css
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1229
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/threshold_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1230
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/threshold_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1231
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/threshold_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1232
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/timer_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1233
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/timer_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1234
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/timer_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1235
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/token_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1236
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/token_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1237
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/token_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1238
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/transform_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1239
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/transform_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1240
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/transform_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1241
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/tree.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1242
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/type_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1243
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/type_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1244
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/type_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1245
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/utility_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1246
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/utility_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1247
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/utility_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1248
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/version_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1249
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/version_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1250
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/version_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1251
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/vms_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1252
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/vms_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1253
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/vms_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1254
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/widget_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1255
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/widget_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1256
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/widget_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1257
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/xml-tree_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1258
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/xml-tree_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1259
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/xml-tree_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1260
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/xwindow-private_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1261
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/xwindow-private_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1262
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/xwindow_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1263
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/xwindow_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1264
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/xwindow_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1265
dir  path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1266
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/MagickWand_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1267
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/MagickWand_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1268
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/animate_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1269
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/animate_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1270
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/animate_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1271
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/annotated.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1272
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/classes.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1273
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/compare_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1274
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/compare_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1275
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/compare_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1276
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/composite_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1277
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/composite_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1278
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/composite_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1279
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/conjure_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1280
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/conjure_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1281
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/conjure_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1282
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/convert_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1283
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/convert_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1284
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/convert_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1285
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/deprecate_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1286
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/deprecate_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1287
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/deprecate_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1288
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/dir_101f7ac0a894e32543a314e85b2e1524.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1289
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/dirs.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1290
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/display_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1291
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/display_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1292
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/display_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1293
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/doxygen.css
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1294
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/doxygen.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1295
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/drawing-wand_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1296
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/drawing-wand_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1297
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/drawing-wand_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1298
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/drawtest_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1299
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/files.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1300
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/ftv2blank.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1301
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/ftv2doc.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1302
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/ftv2folderclosed.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1303
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/ftv2folderopen.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1304
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/ftv2lastnode.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1305
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/ftv2link.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1306
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/ftv2mlastnode.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1307
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/ftv2mnode.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1308
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/ftv2node.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1309
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/ftv2plastnode.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1310
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/ftv2pnode.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1311
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/ftv2vertline.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1312
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/functions.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1313
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/functions_vars.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1314
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1315
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_0x61.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1316
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_0x62.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1317
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_0x63.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1318
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_0x64.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1319
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_0x65.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1320
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_0x67.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1321
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_0x69.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1322
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_0x6d.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1323
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_0x6e.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1324
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_0x6f.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1325
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_0x70.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1326
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_0x71.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1327
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_0x72.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1328
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_0x73.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1329
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_0x74.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1330
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_0x75.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1331
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_0x77.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1332
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_0x78.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1333
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_defs.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1334
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_enum.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1335
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_eval.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1336
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_func.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1337
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_func_0x63.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1338
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_func_0x64.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1339
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_func_0x67.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1340
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_func_0x69.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1341
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_func_0x6d.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1342
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_func_0x6e.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1343
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_func_0x70.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1344
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_func_0x72.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1345
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_func_0x73.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1346
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_type.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1347
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_vars.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1348
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/identify_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1349
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/identify_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1350
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/identify_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1351
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/import_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1352
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/import_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1353
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/import_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1354
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/index.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1355
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/magick-image_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1356
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/magick-image_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1357
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/magick-image_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1358
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/magick-property_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1359
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/magick-property_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1360
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/magick-property_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1361
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/magick-wand-private_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1362
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/magick-wand-private_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1363
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/magick-wand_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1364
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/magick-wand_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1365
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/magick-wand_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1366
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/magick__wand_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1367
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/magick__wand_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1368
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/main.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1369
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/mogrify-private_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1370
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/mogrify-private_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1371
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/mogrify_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1372
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/mogrify_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1373
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/mogrify_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1374
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/montage_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1375
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/montage_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1376
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/montage_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1377
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/pixel-iterator_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1378
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/pixel-iterator_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1379
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/pixel-iterator_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1380
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/pixel-wand-private_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1381
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/pixel-wand-private_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1382
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/pixel-wand_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1383
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/pixel-wand_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1384
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/pixel-wand_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1385
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/stream_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1386
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/stream_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1387
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/stream_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1388
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/struct__CompositeOptions.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1389
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/struct__DrawVTable.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1390
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/struct__DrawingWand.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1391
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/struct__MagickWand.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1392
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/struct__PixelIterator.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1393
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/struct__PixelWand.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1394
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/studio_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1395
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/studio_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1396
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/tab_b.gif
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1397
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/tab_l.gif
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1398
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/tab_r.gif
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1399
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/tabs.css
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1400
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/tree.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1401
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/wand_8c.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1402
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/wand_8h-source.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1403
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/wand_8h.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1404
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/wandtest_8c.html
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1405
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/animate.html
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1406
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/annotate.html
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1407
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/attribute.html
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1408
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/blob.html
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1409
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/cache-view.html
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1410
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/cache.html
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1411
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/channel.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1412
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/cipher.html
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1413
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/color.html
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1414
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/colormap.html
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1415
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/colorspace.html
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1416
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/compare.html
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1417
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/composite.html
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1418
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/constitute.html
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1419
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/decorate.html
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1420
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/deprecate.html
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1421
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/display.html
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1422
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/distort.html
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1423
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/draw.html
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1424
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/drawing-wand.html
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1425
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/effect.html
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1426
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/enhance.html
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1427
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/exception.html
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1428
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/feature.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1429
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/fourier.html
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1430
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/fx.html
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1431
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/histogram.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1432
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/image-view.html
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1433
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/image.html
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1434
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/layer.html
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1435
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/list.html
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1436
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/magick++-classes.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1437
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/magick-deprecate.html
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1438
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/magick-image.html
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1439
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/magick-property.html
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1440
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/magick-wand.html
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1441
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/magick.html
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1442
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/memory.html
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1443
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/module.html
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1444
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/mogrify.html
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1445
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/monitor.html
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1446
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/montage.html
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1447
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/morphology.html
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1448
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/paint.html
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1449
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/pixel-iterator.html
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1450
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/pixel-view.html
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1451
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/pixel-wand.html
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1452
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/profile.html
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1453
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/property.html
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1454
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/quantize.html
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1455
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/registry.html
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1456
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/resize.html
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1457
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/resource.html
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1458
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/segment.html
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1459
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/shear.html
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1460
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/signature.html
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1461
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/statistic.html
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1462
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/stream.html
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1463
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/transform.html
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1464
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/version.html
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1465
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/wand-view.html
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1466
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/architecture.html
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1467
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/binary-releases.html
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1468
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/changelog.html
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1469
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/channel.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1470
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/cipher.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1471
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/color-management.html
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1472
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/color.html
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1473
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/command-line-options.html
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1474
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/command-line-processing.html
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1475
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/command-line-tools.html
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1476
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/compare.html
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1477
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/compose.html
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1478
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/composite.html
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1479
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/conjure.html
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1480
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/contact.html
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1481
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/convert.html
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1482
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/display.html
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1483
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/distribute-pixel-cache.html
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1484
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/download.html
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1485
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/escape.html
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1486
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/examples.html
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1487
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/exception.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1488
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/export.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1489
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/favicon.ico
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1490
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/formats.html
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1491
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/fx.html
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1492
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/high-dynamic-range.html
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1493
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/history.html
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1494
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/identify.html
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1495
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/import.html
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1496
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/index.html
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1497
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/install-source.html
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1498
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/jp2.html
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1499
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/license.html
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1500
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/links.html
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1501
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/magick++.html
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1502
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/magick-core.html
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1503
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/magick-vector-graphics.html
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1504
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/magick-wand.html
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1505
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/magick.css
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1506
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/miff.html
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1507
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/mirrors.html
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1508
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/mogrify.html
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1509
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/montage.html
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1510
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/motion-picture.html
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1511
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/openmp.html
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1512
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/perl-magick.html
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1513
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/porting.html
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1514
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/quantize.html
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1515
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/resources.html
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1516
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/search.html
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1517
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/sitemap.html
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1518
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/analyze.c
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1519
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/coder.xml
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1520
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/colors.xml
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1521
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/configure.xml
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1522
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/contrast.c
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1523
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/core.c
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1524
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/delegates.xml
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1525
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/english.xml
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1526
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/examples.pl
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1527
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/francais.xml
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1528
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/incantation.msl
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1529
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/locale.xml
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1530
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/log.xml
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1531
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/magic.xml
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1532
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/mgk.c
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1533
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/mime.xml
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1534
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/piechart.mvg
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1535
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/piechart.svg
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1536
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/policy.xml
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1537
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/thresholds.xml
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1538
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/type-ghostscript.xml
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1539
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/type-windows.xml
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1540
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/type.xml
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1541
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/wand.c
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1542
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/sponsors.html
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1543
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/stream.html
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1544
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/subversion.html
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1545
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/t-shirt.html
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1546
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/wand.png
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1547
file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/webp.html
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1548
file path=usr/share/man/man1/ImageMagick.1
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1549
file path=usr/share/man/man1/Magick++-config.1
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1550
file path=usr/share/man/man1/Magick-config.1
1385
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1551
file path=usr/share/man/man1/MagickCore-config.1
089964dc63d0 16843035 I think we forgot to ship some imagemagick headers
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1255
diff changeset
  1552
file path=usr/share/man/man1/MagickWand-config.1
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1553
file path=usr/share/man/man1/Wand-config.1
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1554
file path=usr/share/man/man1/animate.1
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1555
file path=usr/share/man/man1/compare.1
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1556
file path=usr/share/man/man1/composite.1
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1557
file path=usr/share/man/man1/conjure.1
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1558
file path=usr/share/man/man1/convert.1
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1559
file path=usr/share/man/man1/display.1
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1560
file path=usr/share/man/man1/identify.1
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1561
file path=usr/share/man/man1/import.1
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1562
file path=usr/share/man/man1/mogrify.1
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1563
file path=usr/share/man/man1/montage.1
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1564
file path=usr/share/man/man1/stream.1
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1565
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1566
# Legacy
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1567
#
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1568
legacy pkg=SUNWimagick \
587
9cc973a7ad62 7060335 several components contain version in their legacy actions' descriptions
Rich Burridge <rich.burridge@oracle.com>
parents: 582
diff changeset
  1569
    desc="ImageMagick - Image Manipulation Utilities and Libraries" \
168
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1570
    name="ImageMagick - Image Manipulation Utilities and Libraries"
5884bc1edfdf 7026850 move ImageMagick to userland
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents:
diff changeset
  1571
license imagemagick.license license="Apache 2.0 license"