pkg/manifests/terminal-resize.p5m
changeset 1172 4597acbe535f
parent 1144 61b19ca308de
child 1207 996eb6e88a18
equal deleted inserted replaced
1171:d941ec5f3d1f 1172:4597acbe535f
    22 set name=pkg.fmri value=pkg:/terminal/resize@0.__version:xterm__
    22 set name=pkg.fmri value=pkg:/terminal/resize@0.__version:xterm__
    23 set name=pkg.description \
    23 set name=pkg.description \
    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."
    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."
    25 set name=pkg.summary \
    25 set name=pkg.summary \
    26     value="resize - adjust terminal settings to current window size"
    26     value="resize - adjust terminal settings to current window size"
    27 dir path=usr
       
    28 dir path=usr/X11
       
    29 dir path=usr/X11/bin
       
    30 dir path=usr/bin
       
    31 dir path=usr/share
       
    32 dir path=usr/share/man
       
    33 dir path=usr/share/man/man1
       
    34 file path=usr/bin/resize
    27 file path=usr/bin/resize
    35 file path=usr/share/man/man1/resize.1
    28 file path=usr/share/man/man1/resize.1
    36 link path=usr/X11/bin/resize target=../../bin/resize
    29 link path=usr/X11/bin/resize target=../../bin/resize