components/libdnet/libdnet.p5m
author Rich Burridge <rich.burridge@oracle.com>
Tue, 06 Nov 2012 16:27:21 -0800
changeset 1043 585b09419d1c
child 1205 6c6c27bcf9ac
permissions -rw-r--r--
PSARC 2012/202 libdnet 1.12 15793281 SUNBT7170755 Include latest libdnet in Userland
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1043
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    23
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
set name=pkg.fmri \
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
    value=pkg:/system/library/libdnet@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
set name=pkg.summary value="a simplified, portable interface to several low-level networking routines"
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
set name=info.classification \
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
    value="org.opensolaris.category.2008:System/Libraries"
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
set name=org.opensolaris.arc-caseid value=PSARC/2012/202
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
dir  path=usr
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
dir  path=usr/bin
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
dir  path=usr/bin/$(MACH64)
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
file path=usr/bin/$(MACH64)/dnet-config
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
file path=usr/bin/dnet-config
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
dir  path=usr/include
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
dir  path=usr/include/dnet
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
file path=usr/include/dnet.h
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
file path=usr/include/dnet/addr.h
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
file path=usr/include/dnet/arp.h
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
file path=usr/include/dnet/blob.h
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
file path=usr/include/dnet/eth.h
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
file path=usr/include/dnet/fw.h
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    47
file path=usr/include/dnet/icmp.h
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    48
file path=usr/include/dnet/intf.h
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    49
file path=usr/include/dnet/ip.h
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
file path=usr/include/dnet/ip6.h
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    51
file path=usr/include/dnet/os.h
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    52
file path=usr/include/dnet/rand.h
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    53
file path=usr/include/dnet/route.h
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    54
file path=usr/include/dnet/tcp.h
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    55
file path=usr/include/dnet/tun.h
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    56
file path=usr/include/dnet/udp.h
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    57
dir  path=usr/lib
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    58
dir  path=usr/lib/$(MACH64)
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    59
link path=usr/lib/$(MACH64)/libdnet.so target=libdnet.so.1.0.1
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    60
link path=usr/lib/$(MACH64)/libdnet.so.1 target=libdnet.so.1.0.1
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    61
file path=usr/lib/$(MACH64)/libdnet.so.1.0.1
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    62
link path=usr/lib/libdnet.so target=libdnet.so.1.0.1
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    63
link path=usr/lib/libdnet.so.1 target=libdnet.so.1.0.1
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    64
file path=usr/lib/libdnet.so.1.0.1
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    65
dir  path=usr/sbin
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    66
file usr/sbin/$(MACH64)/dnet path=usr/sbin/dnet
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    67
dir  path=usr/share
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    68
dir  path=usr/share/man
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    69
dir  path=usr/share/man/man1m
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    70
file usr/share/man/man8/dnet.8 path=usr/share/man/man8/dnet.1m
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    71
dir  path=usr/share/man/man3
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    72
file path=usr/share/man/man3/dnet.3
585b09419d1c PSARC 2012/202 libdnet 1.12
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    73
license libdnet.license license="libdnet license"