author | Erik Trauschke <Erik.Trauschke@oracle.com> |
Wed, 13 Jul 2011 12:43:29 -0700 | |
changeset 394 | dffc35307ef2 |
child 464 | 08f94c414553 |
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 |
# |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
21 |
# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. |
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/ply-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="Lex and yacc parsing tools for Python" |
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="PLY is an implementation of lex and yacc parsing tools for Python" |
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" |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
28 |
set name=info.upstream_url value=$(COMPONENT_PROJECT_URL) |
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="David Beazley <[email protected]>" |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
30 |
set name=info.source_url value=$(COMPONENT_ARCHIVE_URL) |
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) |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
32 |
set name=opensolaris.arc_url \ |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
33 |
value=http://arc.opensolaris.org/caselog/PSARC/2011/264 |
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 ply.copyright license=LGPLv2.1 |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
36 |
|
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
37 |
depend fmri=runtime/python-26 type=require |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
38 |
|
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
39 |
dir path=usr |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
40 |
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
|
41 |
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
|
42 |
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
|
43 |
dir path=usr/lib/python2.6/vendor-packages/ply |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
44 |
dir \ |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
45 |
path=usr/lib/python2.6/vendor-packages/ply-$(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
|
46 |
file \ |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
47 |
path=usr/lib/python2.6/vendor-packages/ply-$(COMPONENT_VERSION)-py2.6.egg-info/PKG-INFO |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
48 |
file \ |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
49 |
path=usr/lib/python2.6/vendor-packages/ply-$(COMPONENT_VERSION)-py2.6.egg-info/SOURCES.txt |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
50 |
file \ |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
51 |
path=usr/lib/python2.6/vendor-packages/ply-$(COMPONENT_VERSION)-py2.6.egg-info/dependency_links.txt |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
52 |
file \ |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
53 |
path=usr/lib/python2.6/vendor-packages/ply-$(COMPONENT_VERSION)-py2.6.egg-info/top_level.txt |
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/ply/__init__.py |
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/ply/cpp.py |
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/ply/ctokens.py |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
57 |
file path=usr/lib/python2.6/vendor-packages/ply/lex.py |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
58 |
file path=usr/lib/python2.6/vendor-packages/ply/yacc.py |
dffc35307ef2
7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff
changeset
|
59 |