1.\"-
2.\" Copyright (c) 2013 Ilya A. Arkhipov
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright
9.\"    notice, this list of conditions and the following disclaimer.
10.\" 2. Redistributions in binary form must reproduce the above copyright
11.\"    notice, this list of conditions and the following disclaimer in the
12.\"    documentation and/or other materials provided with the distribution.
13.\"
14.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $FreeBSD$
27.\"
28.Dd March 9, 2013
29.Dt DIALOG4PORTS 1
30.Os
31.\" ---------------------------------------------------------------------------
32.Sh NAME
33.Nm dialog4ports
34.Nd a dialog for
35.Fx
36ports
37.\" ---------------------------------------------------------------------------
38.Sh SYNOPSIS
39Port environment variables
40.Nm .
41.\" ---------------------------------------------------------------------------
42.Sh DESCRIPTION
43.Nm
44is a utility for providing a dialog interface to configure ports options
45.\" ---------------------------------------------------------------------------
46.Sh ENVIRONMENT
47The list of environment variables
48.Nm :
49.Bl -tag -width 2
50.It \fBD4PHEIGHT\fR
51Dialog height. (Default value: 0)
52.It \fBD4PMINHEIGHT\fR
53Minimal dialog height, for example:
54.br
55if D4PMINHEIGHT = 5 and count of options elements(1-4) less than
56D4PMINHEIGHT, then height will extended to 5. (Default value: 0)
57.It \fBD4PWIDTH\fR
58Dialog width. (Default value: 80)
59.It \fBD4PFULLSCREEN\fR
60Dialog full screen mode. (Default: N)
61.It \fBD4PALIGNCENTER\fR
62Text in dialog becomes to center. (Default: N)
63.It \fBD4PASCIILINES\fR
64Use ASCII character for line drawing. (Default: N)
65.El
66.\" ---------------------------------------------------------------------------
67.Sh SEE ALSO
68.Xr dialog 3
69.\" ---------------------------------------------------------------------------
70.Sh AUTHORS
71The
72.Nm
73utility was written by:
74.br
75.An Ilya A. Arkhipov Aq rum1cro@yandex.ru
76.br
77with help from:
78.An Eitan Adler Aq eadler@FreeBSD.org ,
79.An Baptiste Daroussin Aq bapt@FreeBSD.org ,
80.An Alexey Dokuchaev Aq danfe@FreeBSD.org
81