svn commit: r303430 - head/Tools/scripts/dialogwrapper

Olli Hauer ohauer at FreeBSD.org
Sat Sep 1 20:39:28 UTC 2012


On 2012-08-31 18:04, Eitan Adler wrote:
> Author: eadler
> Date: Fri Aug 31 16:04:08 2012
> New Revision: 303430
> URL: http://svn.freebsd.org/changeset/ports/303430
> 
> Log:
>   By request, add dialog wrapper used to give the ports options dialog
>   additional features such as:
>   
>   - extended descriptions
>   - auto resizing
>   - compatability with older dialog implementations
>   
>   Submitted by:	wblock
>   Reviewed by:	ports@
> 
> Added:
>   head/Tools/scripts/dialogwrapper/
>   head/Tools/scripts/dialogwrapper/dialogwrapper.sh   (contents, props changed)
>   head/Tools/scripts/dialogwrapper/readme.txt   (contents, props changed)
> 

Really a nice useful script.
I was already in use temptation to use the script as follows.

.if ${OSVERSION} < 90...
.if exists(${PORTSDIR}/Tools/scripts/dialogwrapper.sh)
DIALOG=${PORTSDIR}/Tools/scripts/dialogwrapper.sh
.endif
.endif

And use additional two different files for the description :)

--
Regards,
olli



More information about the svn-ports-head mailing list