components/python/imaging/imaging-PYVER.p5m
branchs11-update
changeset 2697 ba566c81fae8
child 2847 5c4c531dd359
equal deleted inserted replaced
2696:6809170bfb95 2697:ba566c81fae8
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 
       
    22 #
       
    23 # Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
       
    27 set name=pkg.fmri \
       
    28     value=pkg:/library/python-2/python-imaging-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    29 set name=pkg.summary value="Python's own image processing library"
       
    30 set name=pkg.description \
       
    31     value="The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. This library provides extensive file format support, an efficient internal representation, and powerful image processing capabilities."
       
    32 set name=com.oracle.info.description value="the Python imaging library"
       
    33 set name=info.classification \
       
    34     value=org.opensolaris.category.2008:Development/Python
       
    35 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    36 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    37 set name=org.opensolaris.arc-caseid value=PSARC/2008/102
       
    38 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    39 file build/$(MACH32)-$(PYVER)/scripts-$(PYVER)/pilconvert.py \
       
    40     path=usr/bin/pilconvert-$(PYVER).py pkg.tmp.autopyc=false
       
    41 link path=usr/bin/pilconvert.py target=pilconvert-$(PYVER).py mediator=python \
       
    42     mediator-version=$(PYVER)
       
    43 file build/$(MACH32)-$(PYVER)/scripts-$(PYVER)/pildriver.py \
       
    44     path=usr/bin/pildriver-$(PYVER).py pkg.depend.bypass-generate=.* \
       
    45     pkg.tmp.autopyc=false
       
    46 link path=usr/bin/pildriver.py target=pildriver-$(PYVER).py mediator=python \
       
    47     mediator-version=$(PYVER)
       
    48 file build/$(MACH32)-$(PYVER)/scripts-$(PYVER)/pilfile.py \
       
    49     path=usr/bin/pilfile-$(PYVER).py pkg.tmp.autopyc=false
       
    50 link path=usr/bin/pilfile.py target=pilfile-$(PYVER).py mediator=python \
       
    51     mediator-version=$(PYVER)
       
    52 file build/$(MACH32)-$(PYVER)/scripts-$(PYVER)/pilfont.py \
       
    53     path=usr/bin/pilfont-$(PYVER).py pkg.tmp.autopyc=false
       
    54 link path=usr/bin/pilfont.py target=pilfont-$(PYVER).py mediator=python \
       
    55     mediator-version=$(PYVER)
       
    56 file build/$(MACH32)-$(PYVER)/scripts-$(PYVER)/pilprint.py \
       
    57     path=usr/bin/pilprint-$(PYVER).py pkg.tmp.autopyc=false
       
    58 link path=usr/bin/pilprint.py target=pilprint-$(PYVER).py mediator=python \
       
    59     mediator-version=$(PYVER)
       
    60 file path=usr/lib/python$(PYVER)/vendor-packages/PIL.pth
       
    61 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/64/_imaging.so
       
    62 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/64/_imagingft.so
       
    63 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/64/_imagingmath.so
       
    64 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/64/_imagingtk.so
       
    65 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ArgImagePlugin.py
       
    66 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/BdfFontFile.py
       
    67 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/BmpImagePlugin.py
       
    68 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/BufrStubImagePlugin.py
       
    69 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ContainerIO.py
       
    70 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/CurImagePlugin.py
       
    71 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/DcxImagePlugin.py
       
    72 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/EpsImagePlugin.py
       
    73 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ExifTags.py
       
    74 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/FitsStubImagePlugin.py
       
    75 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/FliImagePlugin.py
       
    76 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/FontFile.py
       
    77 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/FpxImagePlugin.py
       
    78 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/GbrImagePlugin.py
       
    79 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/GdImageFile.py
       
    80 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/GifImagePlugin.py
       
    81 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/GimpGradientFile.py
       
    82 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/GimpPaletteFile.py
       
    83 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/GribStubImagePlugin.py
       
    84 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/Hdf5StubImagePlugin.py
       
    85 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/IcnsImagePlugin.py
       
    86 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/IcoImagePlugin.py
       
    87 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImImagePlugin.py
       
    88 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/Image.py
       
    89 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageChops.py
       
    90 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageCms.py
       
    91 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageColor.py
       
    92 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageDraw.py
       
    93 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageDraw2.py
       
    94 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageEnhance.py
       
    95 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageFile.py
       
    96 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageFileIO.py
       
    97 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageFilter.py
       
    98 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageFont.py
       
    99 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageGL.py
       
   100 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageGrab.py
       
   101 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageMath.py
       
   102 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageMode.py
       
   103 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageOps.py
       
   104 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImagePalette.py
       
   105 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImagePath.py
       
   106 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageQt.py
       
   107 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageSequence.py
       
   108 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageShow.py
       
   109 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageStat.py
       
   110 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageTk.py
       
   111 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageTransform.py
       
   112 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageWin.py
       
   113 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImtImagePlugin.py
       
   114 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/IptcImagePlugin.py
       
   115 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/JpegImagePlugin.py
       
   116 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/McIdasImagePlugin.py
       
   117 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/MicImagePlugin.py
       
   118 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/MpegImagePlugin.py
       
   119 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/MspImagePlugin.py
       
   120 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/OleFileIO.py
       
   121 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PIL-1.1.7-py$(PYVER).egg-info
       
   122 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PSDraw.py
       
   123 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PaletteFile.py
       
   124 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PalmImagePlugin.py
       
   125 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PcdImagePlugin.py
       
   126 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PcfFontFile.py
       
   127 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PcxImagePlugin.py
       
   128 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PdfImagePlugin.py
       
   129 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PixarImagePlugin.py
       
   130 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PngImagePlugin.py
       
   131 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PpmImagePlugin.py
       
   132 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PsdImagePlugin.py
       
   133 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/SgiImagePlugin.py
       
   134 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/SpiderImagePlugin.py
       
   135 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/SunImagePlugin.py
       
   136 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/TarIO.py
       
   137 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/TgaImagePlugin.py
       
   138 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/TiffImagePlugin.py
       
   139 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/TiffTags.py
       
   140 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/WalImageFile.py
       
   141 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/WmfImagePlugin.py
       
   142 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/XVThumbImagePlugin.py
       
   143 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/XbmImagePlugin.py
       
   144 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/XpmImagePlugin.py
       
   145 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/__init__.py
       
   146 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imaging.so
       
   147 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingft.so
       
   148 file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingmath.so
       
   149 license imaging.license license="Historical Permission Notice and Disclaimer"
       
   150 
       
   151 # python-imaging was previously in the 'desktop' consolidation. This optional
       
   152 # dependency is here to facilitate the safe transfer of the package
       
   153 # to the 'userland' consolidation.
       
   154 depend type=optional \
       
   155     fmri=consolidation/desktop/[email protected],5.11-0.175.2.0.0.20.0
       
   156 
       
   157 # force a dependency on the Python runtime
       
   158 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
       
   159     pkg.debug.depend.path=usr/bin
       
   160 
       
   161 # force a dependency on the python-imaging package
       
   162 depend type=require \
       
   163     fmri=library/python-2/python-imaging@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)