components/watch/watch.p5m
author David Hollister <david.hollister@oracle.com>
Wed, 12 Oct 2016 14:01:13 -0600
changeset 7094 61352b4e5af5
parent 4118 14c44fb1869d
permissions -rw-r--r--
24797203 OpenStack RBAC profiles allow reading too many files 24797238 keystone RBAC and SMF should point at Apache log files 24797256 cinder RBAC and SMF should point at Apache log files 24830959 horizon RBAC and SMF should point at Apache log files
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4118
14c44fb1869d PSARC 2014/394 watch version 3.3.10
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
14c44fb1869d PSARC 2014/394 watch version 3.3.10
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
14c44fb1869d PSARC 2014/394 watch version 3.3.10
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
14c44fb1869d PSARC 2014/394 watch version 3.3.10
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
14c44fb1869d PSARC 2014/394 watch version 3.3.10
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
14c44fb1869d PSARC 2014/394 watch version 3.3.10
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
14c44fb1869d PSARC 2014/394 watch version 3.3.10
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
14c44fb1869d PSARC 2014/394 watch version 3.3.10
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14c44fb1869d PSARC 2014/394 watch version 3.3.10
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
14c44fb1869d PSARC 2014/394 watch version 3.3.10
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
14c44fb1869d PSARC 2014/394 watch version 3.3.10
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
14c44fb1869d PSARC 2014/394 watch version 3.3.10
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
14c44fb1869d PSARC 2014/394 watch version 3.3.10
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
14c44fb1869d PSARC 2014/394 watch version 3.3.10
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
14c44fb1869d PSARC 2014/394 watch version 3.3.10
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
14c44fb1869d PSARC 2014/394 watch version 3.3.10
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
14c44fb1869d PSARC 2014/394 watch version 3.3.10
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
14c44fb1869d PSARC 2014/394 watch version 3.3.10
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
14c44fb1869d PSARC 2014/394 watch version 3.3.10
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
14c44fb1869d PSARC 2014/394 watch version 3.3.10
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
14c44fb1869d PSARC 2014/394 watch version 3.3.10
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
14c44fb1869d PSARC 2014/394 watch version 3.3.10
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
14c44fb1869d PSARC 2014/394 watch version 3.3.10
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    23
14c44fb1869d PSARC 2014/394 watch version 3.3.10
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
14c44fb1869d PSARC 2014/394 watch version 3.3.10
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
set name=pkg.fmri \
14c44fb1869d PSARC 2014/394 watch version 3.3.10
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
    value=pkg:/shell/watch@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
14c44fb1869d PSARC 2014/394 watch version 3.3.10
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
set name=pkg.summary \
14c44fb1869d PSARC 2014/394 watch version 3.3.10
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
    value="watch - execute a program periodically, showing output fullscreen"
14c44fb1869d PSARC 2014/394 watch version 3.3.10
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
set name=pkg.description \
14c44fb1869d PSARC 2014/394 watch version 3.3.10
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
    value="watch runs a command repeatedly, displaying its output (the first screenfull).  This allows you to watch the program output change over time."
14c44fb1869d PSARC 2014/394 watch version 3.3.10
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
set name=com.oracle.info.description value="the watch utility"
14c44fb1869d PSARC 2014/394 watch version 3.3.10
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
set name=com.oracle.info.tpno value=$(TPNO)
14c44fb1869d PSARC 2014/394 watch version 3.3.10
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
set name=info.classification value=org.opensolaris.category.2008:Development/GNU
14c44fb1869d PSARC 2014/394 watch version 3.3.10
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
14c44fb1869d PSARC 2014/394 watch version 3.3.10
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
14c44fb1869d PSARC 2014/394 watch version 3.3.10
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
set name=org.opensolaris.arc-caseid value=PSARC/2014/394
14c44fb1869d PSARC 2014/394 watch version 3.3.10
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
14c44fb1869d PSARC 2014/394 watch version 3.3.10
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
file watch path=usr/bin/watch
14c44fb1869d PSARC 2014/394 watch version 3.3.10
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
file watch.1 path=usr/share/man/man1/watch.1
14c44fb1869d PSARC 2014/394 watch version 3.3.10
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
license watch.license license=LGPLv2.1