pkg/manifests/terminal-resize.p5m
author Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
Mon, 06 Jun 2011 07:15:29 -0700
changeset 1144 61b19ca308de
parent 1143 f9aac8f4b258
child 1172 4597acbe535f
permissions -rw-r--r--
7023890 resize(1) needs to move out of pkg:/terminal/xterm (fix pkg description)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1143
f9aac8f4b258 7023890 resize(1) needs to move out of pkg:/terminal/xterm
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     1
# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
f9aac8f4b258 7023890 resize(1) needs to move out of pkg:/terminal/xterm
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     2
#
f9aac8f4b258 7023890 resize(1) needs to move out of pkg:/terminal/xterm
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     3
# Permission is hereby granted, free of charge, to any person obtaining a
f9aac8f4b258 7023890 resize(1) needs to move out of pkg:/terminal/xterm
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     4
# copy of this software and associated documentation files (the "Software"),
f9aac8f4b258 7023890 resize(1) needs to move out of pkg:/terminal/xterm
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     5
# to deal in the Software without restriction, including without limitation
f9aac8f4b258 7023890 resize(1) needs to move out of pkg:/terminal/xterm
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     6
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
f9aac8f4b258 7023890 resize(1) needs to move out of pkg:/terminal/xterm
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     7
# and/or sell copies of the Software, and to permit persons to whom the
f9aac8f4b258 7023890 resize(1) needs to move out of pkg:/terminal/xterm
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     8
# Software is furnished to do so, subject to the following conditions:
f9aac8f4b258 7023890 resize(1) needs to move out of pkg:/terminal/xterm
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     9
#
f9aac8f4b258 7023890 resize(1) needs to move out of pkg:/terminal/xterm
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    10
# The above copyright notice and this permission notice (including the next
f9aac8f4b258 7023890 resize(1) needs to move out of pkg:/terminal/xterm
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    11
# paragraph) shall be included in all copies or substantial portions of the
f9aac8f4b258 7023890 resize(1) needs to move out of pkg:/terminal/xterm
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    12
# Software.
f9aac8f4b258 7023890 resize(1) needs to move out of pkg:/terminal/xterm
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    13
#
f9aac8f4b258 7023890 resize(1) needs to move out of pkg:/terminal/xterm
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    14
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
f9aac8f4b258 7023890 resize(1) needs to move out of pkg:/terminal/xterm
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    15
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
f9aac8f4b258 7023890 resize(1) needs to move out of pkg:/terminal/xterm
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    16
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
f9aac8f4b258 7023890 resize(1) needs to move out of pkg:/terminal/xterm
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    17
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
f9aac8f4b258 7023890 resize(1) needs to move out of pkg:/terminal/xterm
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    18
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
f9aac8f4b258 7023890 resize(1) needs to move out of pkg:/terminal/xterm
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    19
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
f9aac8f4b258 7023890 resize(1) needs to move out of pkg:/terminal/xterm
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    20
# DEALINGS IN THE SOFTWARE.
f9aac8f4b258 7023890 resize(1) needs to move out of pkg:/terminal/xterm
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    21
#
f9aac8f4b258 7023890 resize(1) needs to move out of pkg:/terminal/xterm
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    22
set name=pkg.fmri value=pkg:/terminal/resize@0.__version:xterm__
f9aac8f4b258 7023890 resize(1) needs to move out of pkg:/terminal/xterm
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    23
set name=pkg.description \
1144
61b19ca308de 7023890 resize(1) needs to move out of pkg:/terminal/xterm (fix pkg description)
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1143
diff changeset
    24
    value="Resize prints a shell command for setting the COLUMNS and LINES environment variables to indicate the current size of the terminal window from which the command is run."
1143
f9aac8f4b258 7023890 resize(1) needs to move out of pkg:/terminal/xterm
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    25
set name=pkg.summary \
f9aac8f4b258 7023890 resize(1) needs to move out of pkg:/terminal/xterm
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    26
    value="resize - adjust terminal settings to current window size"
f9aac8f4b258 7023890 resize(1) needs to move out of pkg:/terminal/xterm
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    27
dir path=usr
f9aac8f4b258 7023890 resize(1) needs to move out of pkg:/terminal/xterm
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    28
dir path=usr/X11
f9aac8f4b258 7023890 resize(1) needs to move out of pkg:/terminal/xterm
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    29
dir path=usr/X11/bin
f9aac8f4b258 7023890 resize(1) needs to move out of pkg:/terminal/xterm
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    30
dir path=usr/bin
f9aac8f4b258 7023890 resize(1) needs to move out of pkg:/terminal/xterm
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    31
dir path=usr/share
f9aac8f4b258 7023890 resize(1) needs to move out of pkg:/terminal/xterm
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    32
dir path=usr/share/man
f9aac8f4b258 7023890 resize(1) needs to move out of pkg:/terminal/xterm
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    33
dir path=usr/share/man/man1
f9aac8f4b258 7023890 resize(1) needs to move out of pkg:/terminal/xterm
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    34
file path=usr/bin/resize
f9aac8f4b258 7023890 resize(1) needs to move out of pkg:/terminal/xterm
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    35
file path=usr/share/man/man1/resize.1
f9aac8f4b258 7023890 resize(1) needs to move out of pkg:/terminal/xterm
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    36
link path=usr/X11/bin/resize target=../../bin/resize