author | Norm Jacobs <Norm.Jacobs@Oracle.COM> |
Wed, 28 Mar 2012 10:58:59 -0700 | |
changeset 751 | 32bfb3fa9b60 |
parent 706 | 6e61f0012046 |
child 1205 | 6c6c27bcf9ac |
permissions | -rw-r--r-- |
394
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
1 |
# |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
2 |
# CDDL HEADER START |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
3 |
# |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
4 |
# The contents of this file are subject to the terms of the |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
5 |
# Common Development and Distribution License (the "License"). |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
6 |
# You may not use this file except in compliance with the License. |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
7 |
# |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
8 |
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
9 |
# or http://www.opensolaris.org/os/licensing. |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
10 |
# See the License for the specific language governing permissions |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
11 |
# and limitations under the License. |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
12 |
# |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
13 |
# When distributing Covered Code, include this CDDL HEADER in each |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
14 |
# file and include the License file at usr/src/OPENSOLARIS.LICENSE. |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
15 |
# If applicable, add the following below this CDDL HEADER, with the |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
16 |
# fields enclosed by brackets "[]" replaced with your own identifying |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
17 |
# information: Portions Copyright [yyyy] [name of copyright owner] |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
18 |
# |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
19 |
# CDDL HEADER END |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
20 |
# |
706
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
609
diff
changeset
|
21 |
# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved. |
394
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
22 |
# |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
23 |
|
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
24 |
set name=pkg.fmri value=pkg:/library/python-2/cherrypy-26@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
25 |
set name=pkg.summary value="Pythonic, object-oriented HTTP framework" |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
26 |
set name=pkg.description value="CherryPy is a Pythonic, object-oriented HTTP framework" |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
27 |
set name=info.classification value="org.opensolaris.category.2008:Development/Python" |
609
775168282b2f
7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents:
484
diff
changeset
|
28 |
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL) |
394
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
29 |
set name=info.upstream value="CherryPy Team <[email protected]>" |
464
08f94c414553
7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
394
diff
changeset
|
30 |
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL) |
394
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
31 |
set name=org.opensolaris.consolidation value=$(CONSOLIDATION) |
464
08f94c414553
7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
394
diff
changeset
|
32 |
set name=org.opensolaris.arc-caseid \ |
08f94c414553
7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
394
diff
changeset
|
33 |
value=PSARC/2011/259 |
394
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
34 |
|
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
35 |
license cherrypy.copyright license=BSD |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
36 |
|
706
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
609
diff
changeset
|
37 |
# force a dependency on the Python 2.6 runtime |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
609
diff
changeset
|
38 |
depend fmri=__TBD pkg.debug.depend.file=python2.6 \ |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
609
diff
changeset
|
39 |
pkg.debug.depend.path=usr/bin type=require |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
609
diff
changeset
|
40 |
|
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
609
diff
changeset
|
41 |
# force a dependency on the cherrypy package |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
609
diff
changeset
|
42 |
depend fmri=library/python-2/cherrypy@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \ |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
609
diff
changeset
|
43 |
type=require |
484
63ed89d661a3
7079249 unable to upgrade snv_170 textinstall to snv_171:conflicting python packages
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
464
diff
changeset
|
44 |
|
394
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
45 |
dir path=usr |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
46 |
dir path=usr/bin |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
47 |
dir path=usr/lib |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
48 |
dir path=usr/lib/python2.6 |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
49 |
dir path=usr/lib/python2.6/vendor-packages |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
50 |
dir path=usr/lib/python2.6/vendor-packages/cherrypy |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
51 |
dir path=usr/lib/python2.6/vendor-packages/cherrypy/lib |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
52 |
dir path=usr/lib/python2.6/vendor-packages/cherrypy/process |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
53 |
dir path=usr/lib/python2.6/vendor-packages/cherrypy/wsgiserver |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
54 |
file path=usr/lib/python2.6/vendor-packages/cherrypy/LICENSE.txt |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
55 |
file path=usr/lib/python2.6/vendor-packages/cherrypy/cherryd mode=555 |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
56 |
file path=usr/lib/python2.6/vendor-packages/cherrypy/favicon.ico |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
57 |
file \ |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
58 |
path=usr/lib/python2.6/vendor-packages/CherryPy-$(COMPONENT_VERSION)-py2.6.egg-info |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
59 |
file path=usr/lib/python2.6/vendor-packages/cherrypy/__init__.py |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
60 |
file path=usr/lib/python2.6/vendor-packages/cherrypy/_cpcgifs.py |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
61 |
file path=usr/lib/python2.6/vendor-packages/cherrypy/_cpchecker.py |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
62 |
file path=usr/lib/python2.6/vendor-packages/cherrypy/_cpconfig.py |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
63 |
file path=usr/lib/python2.6/vendor-packages/cherrypy/_cpdispatch.py |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
64 |
file path=usr/lib/python2.6/vendor-packages/cherrypy/_cperror.py |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
65 |
file path=usr/lib/python2.6/vendor-packages/cherrypy/_cplogging.py |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
66 |
file path=usr/lib/python2.6/vendor-packages/cherrypy/_cpmodpy.py |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
67 |
file path=usr/lib/python2.6/vendor-packages/cherrypy/_cprequest.py |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
68 |
file path=usr/lib/python2.6/vendor-packages/cherrypy/_cpserver.py |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
69 |
file path=usr/lib/python2.6/vendor-packages/cherrypy/_cpthreadinglocal.py |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
70 |
file path=usr/lib/python2.6/vendor-packages/cherrypy/_cptools.py |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
71 |
file path=usr/lib/python2.6/vendor-packages/cherrypy/_cptree.py |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
72 |
file path=usr/lib/python2.6/vendor-packages/cherrypy/_cpwsgi.py |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
73 |
file path=usr/lib/python2.6/vendor-packages/cherrypy/_cpwsgi_server.py |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
74 |
file path=usr/lib/python2.6/vendor-packages/cherrypy/lib/__init__.py |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
75 |
file path=usr/lib/python2.6/vendor-packages/cherrypy/lib/auth.py |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
76 |
file path=usr/lib/python2.6/vendor-packages/cherrypy/lib/caching.py |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
77 |
file path=usr/lib/python2.6/vendor-packages/cherrypy/lib/covercp.py |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
78 |
file path=usr/lib/python2.6/vendor-packages/cherrypy/lib/cptools.py |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
79 |
file path=usr/lib/python2.6/vendor-packages/cherrypy/lib/encoding.py |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
80 |
file path=usr/lib/python2.6/vendor-packages/cherrypy/lib/http.py |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
81 |
file path=usr/lib/python2.6/vendor-packages/cherrypy/lib/httpauth.py |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
82 |
file path=usr/lib/python2.6/vendor-packages/cherrypy/lib/profiler.py |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
83 |
file path=usr/lib/python2.6/vendor-packages/cherrypy/lib/safemime.py |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
84 |
file path=usr/lib/python2.6/vendor-packages/cherrypy/lib/sessions.py |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
85 |
file path=usr/lib/python2.6/vendor-packages/cherrypy/lib/static.py |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
86 |
file path=usr/lib/python2.6/vendor-packages/cherrypy/lib/tidy.py |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
87 |
file path=usr/lib/python2.6/vendor-packages/cherrypy/lib/wsgiapp.py |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
88 |
file path=usr/lib/python2.6/vendor-packages/cherrypy/lib/xmlrpc.py |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
89 |
file path=usr/lib/python2.6/vendor-packages/cherrypy/process/__init__.py |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
90 |
file path=usr/lib/python2.6/vendor-packages/cherrypy/process/plugins.py |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
91 |
file path=usr/lib/python2.6/vendor-packages/cherrypy/process/servers.py |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
92 |
file path=usr/lib/python2.6/vendor-packages/cherrypy/process/win32.py |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
93 |
file path=usr/lib/python2.6/vendor-packages/cherrypy/process/wspbus.py |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
94 |
file path=usr/lib/python2.6/vendor-packages/cherrypy/wsgiserver/__init__.py |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
95 |
link path=usr/bin/cherryd \ |
751
32bfb3fa9b60
7155746 Userland python bits should use mediated links
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
706
diff
changeset
|
96 |
target=../lib/python2.6/vendor-packages/cherrypy/cherryd \ |
32bfb3fa9b60
7155746 Userland python bits should use mediated links
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
706
diff
changeset
|
97 |
mediator=python mediator-version=2.6 |