components/python/cherrypy/cherrypy-26.p5m
changeset 1419 a13e688bbe2d
parent 1418 d562fd15d944
child 1420 597ecfc1f6c0
equal deleted inserted replaced
1418:d562fd15d944 1419:a13e688bbe2d
     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 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 
       
    24 set name=pkg.fmri value=pkg:/library/python-2/cherrypy-26@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    25 set name=pkg.summary value="Pythonic, object-oriented HTTP framework"
       
    26 set name=pkg.description value="CherryPy is a Pythonic, object-oriented HTTP framework"
       
    27 set name=com.oracle.info.description value="the CherryPy object-oriented HTTP framework for Python 2.6"
       
    28 set name=info.classification value="org.opensolaris.category.2008:Development/Python"
       
    29 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    30 set name=info.upstream value="CherryPy Team <[email protected]>"
       
    31 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    32 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    33 set name=org.opensolaris.arc-caseid \
       
    34     value=PSARC/2011/259
       
    35 
       
    36 license cherrypy.copyright license=BSD
       
    37 
       
    38 # force a dependency on the Python 2.6 runtime
       
    39 depend fmri=__TBD pkg.debug.depend.file=python2.6 \
       
    40        pkg.debug.depend.path=usr/bin type=require
       
    41 
       
    42 # force a dependency on the cherrypy package
       
    43 depend fmri=library/python-2/cherrypy@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
       
    44        type=require
       
    45 
       
    46 file path=usr/lib/python2.6/vendor-packages/cherrypy/LICENSE.txt
       
    47 file path=usr/lib/python2.6/vendor-packages/cherrypy/cherryd mode=555
       
    48 file path=usr/lib/python2.6/vendor-packages/cherrypy/favicon.ico
       
    49 file \
       
    50     path=usr/lib/python2.6/vendor-packages/CherryPy-$(COMPONENT_VERSION)-py2.6.egg-info
       
    51 file path=usr/lib/python2.6/vendor-packages/cherrypy/__init__.py
       
    52 file path=usr/lib/python2.6/vendor-packages/cherrypy/_cpcgifs.py
       
    53 file path=usr/lib/python2.6/vendor-packages/cherrypy/_cpchecker.py
       
    54 file path=usr/lib/python2.6/vendor-packages/cherrypy/_cpconfig.py
       
    55 file path=usr/lib/python2.6/vendor-packages/cherrypy/_cpdispatch.py
       
    56 file path=usr/lib/python2.6/vendor-packages/cherrypy/_cperror.py
       
    57 file path=usr/lib/python2.6/vendor-packages/cherrypy/_cplogging.py
       
    58 file path=usr/lib/python2.6/vendor-packages/cherrypy/_cpmodpy.py
       
    59 file path=usr/lib/python2.6/vendor-packages/cherrypy/_cprequest.py
       
    60 file path=usr/lib/python2.6/vendor-packages/cherrypy/_cpserver.py
       
    61 file path=usr/lib/python2.6/vendor-packages/cherrypy/_cpthreadinglocal.py
       
    62 file path=usr/lib/python2.6/vendor-packages/cherrypy/_cptools.py
       
    63 file path=usr/lib/python2.6/vendor-packages/cherrypy/_cptree.py
       
    64 file path=usr/lib/python2.6/vendor-packages/cherrypy/_cpwsgi.py
       
    65 file path=usr/lib/python2.6/vendor-packages/cherrypy/_cpwsgi_server.py
       
    66 file path=usr/lib/python2.6/vendor-packages/cherrypy/lib/__init__.py
       
    67 file path=usr/lib/python2.6/vendor-packages/cherrypy/lib/auth.py
       
    68 file path=usr/lib/python2.6/vendor-packages/cherrypy/lib/caching.py
       
    69 file path=usr/lib/python2.6/vendor-packages/cherrypy/lib/covercp.py
       
    70 file path=usr/lib/python2.6/vendor-packages/cherrypy/lib/cptools.py
       
    71 file path=usr/lib/python2.6/vendor-packages/cherrypy/lib/encoding.py
       
    72 file path=usr/lib/python2.6/vendor-packages/cherrypy/lib/http.py
       
    73 file path=usr/lib/python2.6/vendor-packages/cherrypy/lib/httpauth.py
       
    74 file path=usr/lib/python2.6/vendor-packages/cherrypy/lib/profiler.py
       
    75 file path=usr/lib/python2.6/vendor-packages/cherrypy/lib/safemime.py
       
    76 file path=usr/lib/python2.6/vendor-packages/cherrypy/lib/sessions.py
       
    77 file path=usr/lib/python2.6/vendor-packages/cherrypy/lib/static.py
       
    78 file path=usr/lib/python2.6/vendor-packages/cherrypy/lib/tidy.py
       
    79 file path=usr/lib/python2.6/vendor-packages/cherrypy/lib/wsgiapp.py
       
    80 file path=usr/lib/python2.6/vendor-packages/cherrypy/lib/xmlrpc.py
       
    81 file path=usr/lib/python2.6/vendor-packages/cherrypy/process/__init__.py
       
    82 file path=usr/lib/python2.6/vendor-packages/cherrypy/process/plugins.py
       
    83 file path=usr/lib/python2.6/vendor-packages/cherrypy/process/servers.py
       
    84 file path=usr/lib/python2.6/vendor-packages/cherrypy/process/win32.py
       
    85 file path=usr/lib/python2.6/vendor-packages/cherrypy/process/wspbus.py
       
    86 file path=usr/lib/python2.6/vendor-packages/cherrypy/wsgiserver/__init__.py
       
    87 link path=usr/bin/cherryd \
       
    88     target=../lib/python2.6/vendor-packages/cherrypy/cherryd \
       
    89     mediator=python mediator-version=2.6