diff options
author | wiz <wiz@pkgsrc.org> | 2008-08-12 22:34:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-08-12 22:34:24 +0000 |
commit | c56c5d230ac53964056832f31062ca5b766b706e (patch) | |
tree | 5e00bf5315a60819e915309a5a49a0ae90d40b12 /misc/dialog/Makefile | |
parent | c9e0096fb2fa344b8ced48e041905d1ec24ff0ff (diff) | |
download | pkgsrc-c56c5d230ac53964056832f31062ca5b766b706e.tar.gz |
Update to 1.1.20080727:
2008/07/27
+ add pointer-check when closing piped input (cf: 2007/03/25)
+ use here-documents rather than echo, when passing backslashes in
strings, to accommodate the Debian shell "dash" (Debian #489563).
+ recode several ".po" files to UTF-8 for consistency.
+ change --separator to be an alias for --output-separator, for
compatibility with Xdialog.
+ add --output-separator option to allow scripts to change the output
separator from a newline (for --separate-output) or a space. This
applies to other widgets such as forms and editboxes which normally
use a newline.
+ add --column-separator option, to tell where column-aligned data for
radio/checkboxes or menus should be split into columns (request by
Ben Dibbens).
+ add id.po, ku.po, lt.po, nb.po and update ca.po, fr.po, gl.po, ja.po,
th.po from
http://translationproject.org/latest/dialog/
+ add "--quoted" option, to quote values returned by formbox, etc.
+ change names of EX/ES macros in dialog.1 to work around name-
pollution caused by changes in Debian #470729.
Diffstat (limited to 'misc/dialog/Makefile')
-rw-r--r-- | misc/dialog/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/dialog/Makefile b/misc/dialog/Makefile index 7eca9b81b2e..c46df0732f7 100644 --- a/misc/dialog/Makefile +++ b/misc/dialog/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.48 2008/04/13 20:28:02 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2008/08/12 22:34:24 wiz Exp $ -DISTNAME= dialog-1.1-20080316 +DISTNAME= dialog-1.1-20080727 PKGNAME= ${DISTNAME:C/-2/.2/} CATEGORIES= misc MASTER_SITES= ftp://invisible-island.net/dialog/ |