components/net-snmp/net-snmp-27.p5m
author John Beck <John.Beck@Oracle.COM>
Fri, 13 Jun 2014 12:36:52 -0700
changeset 1948 2d1537e7942d
parent 1771 69e31ffe55e7
child 3732 0f62cc221c7e
permissions -rw-r--r--
18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
757
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
1771
69e31ffe55e7 18164794 net-snmp needs TPNO and license file modification
Lijo George - Oracle Corporation - Bangalore India <lijo.x.george@oracle.com>
parents: 1679
diff changeset
    21
# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
757
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    23
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
set name=pkg.fmri \
1666
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1650
diff changeset
    25
    value=pkg:/library/python/net-snmp-27@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
757
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
set name=pkg.summary value="The Net-SNMP - Python 2.7 bindings"
1225
2e558aea9a28 16472248 More minor changes to license file text and .p5m action for Userland S12
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    27
set name=com.oracle.info.description value="Python 2.7 bindings for Net-SNMP"
757
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
set name=info.classification \
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
    value=org.opensolaris.category.2008:Development/Python
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
set name=org.opensolaris.arc-caseid value=LSARC/2008/355
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1771
diff changeset
    34
set name=com.oracle.info.tpno value=$(TPNO)
757
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
file path=usr/lib/python2.7/vendor-packages/netsnmp/__init__.py
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
file path=usr/lib/python2.7/vendor-packages/netsnmp/client.py
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
file path=usr/lib/python2.7/vendor-packages/netsnmp/client_intf.so
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
file path=usr/lib/python2.7/vendor-packages/netsnmp/tests/__init__.py
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
file path=usr/lib/python2.7/vendor-packages/netsnmp/tests/test.py
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
file \
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
    path=usr/lib/python2.7/vendor-packages/netsnmp_python-1.0a1-py2.7.egg-info/PKG-INFO
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
file \
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
    path=usr/lib/python2.7/vendor-packages/netsnmp_python-1.0a1-py2.7.egg-info/SOURCES.txt
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
file \
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
    path=usr/lib/python2.7/vendor-packages/netsnmp_python-1.0a1-py2.7.egg-info/dependency_links.txt
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
file \
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    47
    path=usr/lib/python2.7/vendor-packages/netsnmp_python-1.0a1-py2.7.egg-info/top_level.txt
a37ee009302a 6438650 USLD - Python should have SNMP support
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    48
license COPYING license="BSD, BSD-like"
1666
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1650
diff changeset
    49
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1650
diff changeset
    50
# force the rename with an optional dependency on the old name
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1650
diff changeset
    51
depend type=optional \
1679
51291a5fd692 backout 17949399/16488880/15685782/15997718/15705167/15754602/16066103/16242256 - needs more work
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 1666
diff changeset
    52
    fmri=library/python-2/[email protected],5.12-5.12.0.0.0.41.0