components/pv/pv.p5m
author Rich Burridge <rich.burridge@oracle.com>
Sat, 06 Apr 2013 08:18:24 -0700
branchs11-update
changeset 2551 0391c5c3b137
parent 629 daaab66f7276
child 1232 e550ed2e3065
child 3376 8e9db14cbe2d
permissions -rw-r--r--
16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
306
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     1
#
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     3
#
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     7
#
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    12
#
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    18
#
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    20
#
2551
0391c5c3b137 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    21
# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
306
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    22
#
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    23
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    24
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    25
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    26
set name=pkg.fmri value=pkg:/shell/pipe-viewer@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    27
set name=pkg.summary value="Pipe Viewer"
2551
0391c5c3b137 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    28
set name=com.oracle.info.description value="the pv utility"
306
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    29
set name=info.classification value="org.opensolaris.category.2008:Applications/System Utilities"
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 306
diff changeset
    30
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 306
diff changeset
    31
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 306
diff changeset
    32
set name=org.opensolaris.arc-caseid \
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 306
diff changeset
    33
    value=PSARC/2009/350
306
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    34
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    35
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    36
license pv.license license='Artistic'
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    37
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    38
dir path=usr
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    39
dir path=usr/bin
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    40
dir path=usr/share
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    41
dir path=usr/share/locale
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    42
dir path=usr/share/locale/de
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    43
dir path=usr/share/locale/de/LC_MESSAGES
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    44
dir path=usr/share/locale/fr
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    45
dir path=usr/share/locale/fr/LC_MESSAGES
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    46
dir path=usr/share/locale/pl
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    47
dir path=usr/share/locale/pl/LC_MESSAGES
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    48
dir path=usr/share/locale/pt
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    49
dir path=usr/share/locale/pt/LC_MESSAGES
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    50
dir path=usr/share/man
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    51
dir path=usr/share/man/man1
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    52
file path=usr/bin/pv
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    53
file path=usr/share/locale/de/LC_MESSAGES/pv.mo
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    54
file path=usr/share/locale/fr/LC_MESSAGES/pv.mo
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    55
file path=usr/share/locale/pl/LC_MESSAGES/pv.mo
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    56
file path=usr/share/locale/pt/LC_MESSAGES/pv.mo
9da68c8821e3 7055089 move iftop/pv to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    57
file doc/quickref.1 path=usr/share/man/man1/pv.1