components/iperf3/iperf3.p5m
author Niveditha Rau <Niveditha.Rau@Oracle.COM>
Fri, 28 Oct 2016 17:56:16 -0700
changeset 7206 23066e5fef27
parent 6960 f00b140e6277
permissions -rw-r--r--
23245637 Deliver gnome-shell 3.18.3 in Solaris PSARC/2016/396 GNOME 3 Window Manager Bundle
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6960
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    23
# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
#
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
set name=pkg.fmri \
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
    value=pkg:/benchmark/iperf3@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
set name=pkg.summary \
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
    value="iperf3 - tool for measuring maximum TCP and UDP bandwidth performance"
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
set name=com.oracle.info.description value="the iperf3 utility"
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
set name=com.oracle.info.tpno value=$(TPNO)
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
set name=info.classification \
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
    value="org.opensolaris.category.2008:Applications/System Utilities"
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
set name=org.opensolaris.arc-caseid value=PSARC/2016/518
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
file path=usr/bin/iperf3
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
file path=usr/include/iperf_api.h
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
link path=usr/lib/$(MACH64)/libiperf.so target=libiperf.so.0.0.0
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
link path=usr/lib/$(MACH64)/libiperf.so.0 target=libiperf.so.0.0.0
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
file path=usr/lib/$(MACH64)/libiperf.so.0.0.0
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
file path=usr/share/man/man1/iperf3.1
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
file path=usr/share/man/man3/libiperf.3
f00b140e6277 PSARC 2016/518 Add iperf3 and EOF iperf 2.0.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
license LICENSE license=BSD-like