pkg/manifests/terminal-resize.p5m
author Niveditha Rau <Niveditha.Rau@Oracle.COM>
Tue, 07 Jan 2014 14:29:12 -0800
changeset 1379 cb88e6b8159d
parent 1339 4f152696e5f2
permissions -rw-r--r--
16395936 x11perf exits with BadWindow error on Solaris 11 TX 17950657 vnc crashes if compression level is set to levels 1-4 17951414 update to the latest stable 1.14.5 xorg version 17295023 compiz doesn't work with s12_28 on intel graphics 17951734 increase MAX_CLIENT to 256 - the X part of the bug fix for 16794838 16398494 fail to get a session after enabling Xinerama on TX_SPARC Solaris 11.1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1339
4f152696e5f2 16167547 Update copyright & license display & metadata in X packages
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1207
diff changeset
     1
# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
1143
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
#
1339
4f152696e5f2 16167547 Update copyright & license display & metadata in X packages
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1207
diff changeset
    22
4f152696e5f2 16167547 Update copyright & license display & metadata in X packages
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1207
diff changeset
    23
# Override license info description from xterm Makefile for this subset
4f152696e5f2 16167547 Update copyright & license display & metadata in X packages
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1207
diff changeset
    24
<transform set name=com.oracle.info.description -> \
4f152696e5f2 16167547 Update copyright & license display & metadata in X packages
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1207
diff changeset
    25
    edit value (.*) "the resize utility from \1" >
4f152696e5f2 16167547 Update copyright & license display & metadata in X packages
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1207
diff changeset
    26
4f152696e5f2 16167547 Update copyright & license display & metadata in X packages
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1207
diff changeset
    27
1143
f9aac8f4b258 7023890 resize(1) needs to move out of pkg:/terminal/xterm
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    28
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
    29
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
    30
    value="resize - adjust terminal settings to current window size"
1207
996eb6e88a18 7086641 X package manifests should move to pkgfmt version 2
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1172
diff changeset
    31
set name=pkg.description \
996eb6e88a18 7086641 X package manifests should move to pkgfmt version 2
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1172
diff changeset
    32
    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."
996eb6e88a18 7086641 X package manifests should move to pkgfmt version 2
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1172
diff changeset
    33
link path=usr/X11/bin/resize target=../../bin/resize
1143
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