components/libnet/libnet.p5m
author Rich Burridge <rich.burridge@oracle.com>
Tue, 02 May 2017 17:33:26 -0700
changeset 7964 d9801318ed3d
parent 4295 8e6a71e8754b
permissions -rw-r--r--
25981468 Build ilmbase and openexr with the GNU compilers
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
423
416940827b10 7067759 I cast Ressurect Libnet
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     1
#
416940827b10 7067759 I cast Ressurect Libnet
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
416940827b10 7067759 I cast Ressurect Libnet
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     3
#
416940827b10 7067759 I cast Ressurect Libnet
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
416940827b10 7067759 I cast Ressurect Libnet
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
416940827b10 7067759 I cast Ressurect Libnet
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
416940827b10 7067759 I cast Ressurect Libnet
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     7
#
416940827b10 7067759 I cast Ressurect Libnet
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
416940827b10 7067759 I cast Ressurect Libnet
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
416940827b10 7067759 I cast Ressurect Libnet
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
416940827b10 7067759 I cast Ressurect Libnet
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
416940827b10 7067759 I cast Ressurect Libnet
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    12
#
416940827b10 7067759 I cast Ressurect Libnet
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
416940827b10 7067759 I cast Ressurect Libnet
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
416940827b10 7067759 I cast Ressurect Libnet
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
416940827b10 7067759 I cast Ressurect Libnet
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
416940827b10 7067759 I cast Ressurect Libnet
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
416940827b10 7067759 I cast Ressurect Libnet
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    18
#
416940827b10 7067759 I cast Ressurect Libnet
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
416940827b10 7067759 I cast Ressurect Libnet
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    20
#
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    21
# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
423
416940827b10 7067759 I cast Ressurect Libnet
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    22
#
416940827b10 7067759 I cast Ressurect Libnet
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    23
416940827b10 7067759 I cast Ressurect Libnet
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    24
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
4295
8e6a71e8754b 19810791 Numerous Userland components have an unwanted back slash
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    25
<transform file path=usr/demo/libnet/(.+[.-].+)$ -> set action.hash $(MACH32)/sample/%<1> >
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    26
<transform dir file link hardlink path=usr/demo -> default facet.devel true>
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    27
#
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    28
set name=pkg.fmri \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    29
    value=pkg:/system/library/libnet@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    30
set name=pkg.summary \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    31
    value="libnet - a library for portable network packet construction"
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    32
set name=com.oracle.info.description \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    33
    value="the libnet network packet construction library"
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1891
diff changeset
    34
set name=com.oracle.info.tpno value=$(TPNO)
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    35
set name=info.classification \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    36
    value=org.opensolaris.category.2008:System/Libraries
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 423
diff changeset
    37
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    38
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    39
set name=org.opensolaris.arc-caseid value=PSARC/2011/399
423
416940827b10 7067759 I cast Ressurect Libnet
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    40
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    41
file $(MACH64)/libnet-config path=usr/bin/$(MACH64)/libnet-config
621
af87e89b2283 6883325 libnet is missing libnet-config
Rich Burridge <rich.burridge@oracle.com>
parents: 587
diff changeset
    42
file $(MACH32)/libnet-config path=usr/bin/libnet-config
627
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    43
file path=usr/demo/libnet/arp.c
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    44
file path=usr/demo/libnet/bgp4_hdr.c
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    45
file path=usr/demo/libnet/bgp4_notification.c
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    46
file path=usr/demo/libnet/bgp4_open.c
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    47
file path=usr/demo/libnet/bgp4_update.c
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    48
file path=usr/demo/libnet/cdp.c
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    49
file path=usr/demo/libnet/dhcp_discover.c
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    50
file path=usr/demo/libnet/dns.c
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    51
file path=usr/demo/libnet/dot1x.c
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    52
file path=usr/demo/libnet/fddi_tcp1.c
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    53
file path=usr/demo/libnet/fddi_tcp2.c
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    54
file path=usr/demo/libnet/get_addr.c
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    55
file path=usr/demo/libnet/gre.c
650
e2fc423a4fd5 PSARC 2011/399 Update libnet to 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    56
file path=usr/demo/libnet/hsrp.c
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    57
file path=usr/demo/libnet/icmp6_echoreq.c
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    58
file path=usr/demo/libnet/icmp6_unreach.c
627
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    59
file path=usr/demo/libnet/icmp_echo_cq.c
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    60
file path=usr/demo/libnet/icmp_redirect.c
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    61
file path=usr/demo/libnet/icmp_timeexceed.c
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    62
file path=usr/demo/libnet/icmp_timestamp.c
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    63
file path=usr/demo/libnet/icmp_unreach.c
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    64
file path=usr/demo/libnet/ieee.c
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    65
file path=usr/demo/libnet/ip_link.c
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    66
file path=usr/demo/libnet/ip_raw.c
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    67
file path=usr/demo/libnet/isl.c
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    68
file path=usr/demo/libnet/mpls.c
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    69
file path=usr/demo/libnet/ntp.c
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    70
file path=usr/demo/libnet/ospf_hello.c
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    71
file path=usr/demo/libnet/ospf_lsa.c
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    72
file path=usr/demo/libnet/ping_of_death.c
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    73
file path=usr/demo/libnet/rpc_tcp.c
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    74
file path=usr/demo/libnet/rpc_udp.c
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    75
file path=usr/demo/libnet/sebek.c
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    76
file path=usr/demo/libnet/smurf.c
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    77
file path=usr/demo/libnet/stp.c
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    78
file path=usr/demo/libnet/synflood.c
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    79
file path=usr/demo/libnet/synflood6.c
627
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    80
file path=usr/demo/libnet/synflood6_frag.c
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    81
file path=usr/demo/libnet/tcp1.c
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    82
file path=usr/demo/libnet/tcp2.c
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    83
file path=usr/demo/libnet/test_ipv4.c
650
e2fc423a4fd5 PSARC 2011/399 Update libnet to 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    84
file path=usr/demo/libnet/test_ipv4_options.c
e2fc423a4fd5 PSARC 2011/399 Update libnet to 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    85
file path=usr/demo/libnet/test_ipv6_icmpv4.c
627
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    86
file path=usr/demo/libnet/tftp.c
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    87
file path=usr/demo/libnet/tring_tcp1.c
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    88
file path=usr/demo/libnet/tring_tcp2.c
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    89
file path=usr/demo/libnet/udp1.c
5b7574ad99b9 6776206 libnet should install the samples
Rich Burridge <rich.burridge@oracle.com>
parents: 621
diff changeset
    90
file path=usr/demo/libnet/udp2.c
423
416940827b10 7067759 I cast Ressurect Libnet
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    91
file path=usr/include/libnet.h
416940827b10 7067759 I cast Ressurect Libnet
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    92
file path=usr/include/libnet/libnet-asn1.h
416940827b10 7067759 I cast Ressurect Libnet
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    93
file path=usr/include/libnet/libnet-functions.h
416940827b10 7067759 I cast Ressurect Libnet
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    94
file path=usr/include/libnet/libnet-headers.h
416940827b10 7067759 I cast Ressurect Libnet
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    95
file path=usr/include/libnet/libnet-macros.h
416940827b10 7067759 I cast Ressurect Libnet
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    96
file path=usr/include/libnet/libnet-structures.h
416940827b10 7067759 I cast Ressurect Libnet
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    97
file path=usr/include/libnet/libnet-types.h
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    98
link path=usr/lib/$(MACH64)/libnet.so target=libnet.so.1.6.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    99
link path=usr/lib/$(MACH64)/libnet.so.1 target=libnet.so.1.6.0
650
e2fc423a4fd5 PSARC 2011/399 Update libnet to 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
   100
file usr/lib/$(MACH64)/libnet.so path=usr/lib/$(MACH64)/libnet.so.1.6.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   101
link path=usr/lib/libnet.so target=libnet.so.1.6.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   102
link path=usr/lib/libnet.so.1 target=libnet.so.1.6.0
650
e2fc423a4fd5 PSARC 2011/399 Update libnet to 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
   103
file usr/lib/libnet.so path=usr/lib/libnet.so.1.6.0
423
416940827b10 7067759 I cast Ressurect Libnet
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   104
file libnet-functions.h.3 path=usr/share/man/man3/libnet-functions.h.3
416940827b10 7067759 I cast Ressurect Libnet
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   105
file libnet-macros.h.3 path=usr/share/man/man3/libnet-macros.h.3
416940827b10 7067759 I cast Ressurect Libnet
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   106
file libnet.h.3 path=usr/share/man/man3/libnet.h.3
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   107
license libnet.license license=BSD