components/libexpat/expat.p5m
author Matt Keenan <matt.keenan@oracle.com>
Fri, 19 Jun 2015 09:35:02 +0100
branchs11-update
changeset 4508 d8924d870370
parent 3734 24181f5eb463
child 6461 8afd558769c1
permissions -rw-r--r--
PSARC 2015/172 OpenStack Ironic (OpenStack Bare Metal Provisioning Service) PSARC 2015/070 pecan - Lightweight Python web-framework PSARC 2015/071 PyCA Python Cryptography PSARC 2015/170 OpenStack client for Ironic (Bare Metal Provisioning) PSARC 2015/171 scp - python secure copy PSARC 2015/196 singledispatch - Single-dispatch generic functions for Python PSARC 2015/197 logutils - Set of handlers for standard Python logging library PSARC 2015/198 Support for enumerations in Python 2.6 and 2.7 PSARC 2015/250 paramiko - SSHv2 protocol implementation in Python 20547142 Request to integrate Ironic into userland 17502639 The Python paramiko module should be added to Userland 20172780 The Python module scp should be added to Userland 20180376 The Python module ironicclient should be added to Userland 20182588 The Python module pecan should be added to Userland 20465525 The PyCA cryptography module should be added to Userland 20904396 The Python module singledispatch should be added to Userland 20904413 The Python module logutils should be added to Userland 20917993 The Python enum34 module should be added to Userland
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
274
816a4eb924b1 7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
     1
#
816a4eb924b1 7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
816a4eb924b1 7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
     3
#
816a4eb924b1 7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
816a4eb924b1 7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
816a4eb924b1 7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
816a4eb924b1 7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
     7
#
816a4eb924b1 7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
816a4eb924b1 7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
816a4eb924b1 7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
816a4eb924b1 7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
816a4eb924b1 7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    12
#
816a4eb924b1 7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
816a4eb924b1 7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
816a4eb924b1 7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
816a4eb924b1 7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
816a4eb924b1 7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
816a4eb924b1 7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    18
#
816a4eb924b1 7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
816a4eb924b1 7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    20
#
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    21
# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
274
816a4eb924b1 7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    22
#
816a4eb924b1 7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    23
816a4eb924b1 7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    24
set name=pkg.fmri \
816a4eb924b1 7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    25
    value=pkg:/library/expat@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
816a4eb924b1 7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    26
set name=pkg.summary value="libexpat - XML parser library"
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    27
set name=pkg.description \
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    28
    value="A fast, non-validating, stream-oriented XML parsing library"
2551
0391c5c3b137 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 824
diff changeset
    29
set name=com.oracle.info.description value="the libexpat XML parser library"
3661
47545fb8aed4 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 2589
diff changeset
    30
set name=com.oracle.info.tpno value=$(TPNO)
274
816a4eb924b1 7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    31
set name=info.classification \
816a4eb924b1 7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    32
    value=org.opensolaris.category.2008:System/Libraries
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 274
diff changeset
    33
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
609
775168282b2f 7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents: 587
diff changeset
    34
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    35
set name=org.opensolaris.arc-caseid value=LSARC/2007/378
274
816a4eb924b1 7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    36
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    37
dir  path=usr
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    38
dir  path=usr/include
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    39
file path=usr/include/expat.h
274
816a4eb924b1 7049760 Move libexpat to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    40
file path=usr/include/expat_external.h
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    41
dir  path=usr/lib
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    42
dir  path=usr/lib/$(MACH64)
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    43
link path=usr/lib/$(MACH64)/libexpat.so target=libexpat.so.1.6.0
824
3c0f8247e0cd 7168923 Upgrade Expat to version 2.1.0
Petr Sumbera <petr.sumbera@oracle.com>
parents: 609
diff changeset
    44
link path=usr/lib/$(MACH64)/libexpat.so.0 target=libexpat.so.1.6.0
3c0f8247e0cd 7168923 Upgrade Expat to version 2.1.0
Petr Sumbera <petr.sumbera@oracle.com>
parents: 609
diff changeset
    45
link path=usr/lib/$(MACH64)/libexpat.so.1 target=libexpat.so.1.6.0
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    46
file path=usr/lib/$(MACH64)/libexpat.so.1.6.0
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    47
dir  path=usr/lib/$(MACH64)/pkgconfig
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    48
file path=usr/lib/$(MACH64)/pkgconfig/expat.pc
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    49
link path=usr/lib/libexpat.so target=libexpat.so.1.6.0
824
3c0f8247e0cd 7168923 Upgrade Expat to version 2.1.0
Petr Sumbera <petr.sumbera@oracle.com>
parents: 609
diff changeset
    50
link path=usr/lib/libexpat.so.0 target=libexpat.so.1.6.0
3c0f8247e0cd 7168923 Upgrade Expat to version 2.1.0
Petr Sumbera <petr.sumbera@oracle.com>
parents: 609
diff changeset
    51
link path=usr/lib/libexpat.so.1 target=libexpat.so.1.6.0
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    52
file path=usr/lib/libexpat.so.1.6.0
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    53
dir  path=usr/lib/pkgconfig
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    54
file path=usr/lib/pkgconfig/expat.pc
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    55
legacy pkg=SUNWlexpt desc="libexpat - XML parser library" \
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    56
    name="libexpat - XML parser library"
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    57
license COPYING license="expat license"