Norm Jacobs
2013-04-09 4e1ae03f28818c0d6451f7054354f7b5a46c9116
commit | author | age
81d028 1 #
ET 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 #
8c2f8f 21 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
81d028 22 #
ET 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"
8c2f8f 27 set name=com.oracle.info.description value="the CherryPy object-oriented HTTP framework for Python 2.6"
81d028 28 set name=info.classification value="org.opensolaris.category.2008:Development/Python"
60e6e0 29 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
81d028 30 set name=info.upstream value="CherryPy Team <team@cherrypy.org>"
1de4f0 31 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
81d028 32 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
1de4f0 33 set name=org.opensolaris.arc-caseid \
MS 34     value=PSARC/2011/259
81d028 35
ET 36 license cherrypy.copyright license=BSD
37
fa74c0 38 # force a dependency on the Python 2.6 runtime
NJ 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
f7df39 45
81d028 46 file path=usr/lib/python2.6/vendor-packages/cherrypy/LICENSE.txt
ET 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 \
7d22b7 88     target=../lib/python2.6/vendor-packages/cherrypy/cherryd \
NJ 89     mediator=python mediator-version=2.6