diff options
author | wiz <wiz@pkgsrc.org> | 2010-02-03 19:05:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-02-03 19:05:24 +0000 |
commit | 51d4629c488b2becd44f0be4ef1de76ef7890305 (patch) | |
tree | e403865a87502956b34e5b6320299857ca219ab5 /misc/dialog | |
parent | f06e32b7873443ed4bd9217ffe34d765b90d7a38 (diff) | |
download | pkgsrc-51d4629c488b2becd44f0be4ef1de76ef7890305.tar.gz |
Update to 1.1.20100119. Set LICENSE.
2010/01/19
+ split up binding tables in inputbox and similar widgets to avoid
conflict between cursor-key use for input-string versus navigation
(report by slakmagik).
+ if strftime() is available, support --time-format option for timebox
widget.
+ if strftime() is available, support --date-format option for calendar
widget (request by Walter Harms).
+ build-fixes for linking to intl library in /usr/local
+ add --scrollbar option, use in most widgets to show a scrollbar on
the right margin of the data. That is cosmetic, does not respond to
the mouse.
+ reuse functions from msgbox to allow prompt for yesno box to be
scrolled in a too-small window.
+ correct mapping of button-codes with --nook option (report by Lebedev
Vadim).
+ cleanup sample scripts using new utility scripts setup-* and report-*,
and allow command-line parameters to be added, for ad hoc testing.
+ correct change to tailbox widget from 2009/02/22 using
dlg_button_layout(), which broke that widget.
+ document some of the portability caveats.
+ modify gauge widget to service callbacks (prompted by patch and
comments by Frank Sorenson).
+ modify editbox to allow its input buffer to be larger than MAX_LEN
unless bounded by the --max-input option, and add limit-checks for
the buffer (report by slakmagik).
+ improve manpage description of --checklist (report by Isaac Good).
+ several improvements to configure script macros: CF_ADD_CFLAGS
CF_CURSES_FUNCS CF_DISABLE_ECHO CF_GCC_ATTRIBUTES CF_MATH_LIB
CF_POSIX_C_SOURCE CF_REMOVE_DEFINE CF_WITH_LIBTOOL CF_XOPEN_SOURCE
+ add is.po, lv.po, sw.po from
http://translationproject.org/latest/dialog/
+ update de.po, id.po, pl.po, pt_BR.po, vi.po from
http://translationproject.org/latest/dialog/
2009/02/22
+ do not display top-arrows for scrolling if they would overwrite the
title (report by slakmagik)
+ consistently use dlg_button_layout() when autosizing widgets (report
by slakmagik).
+ add "-" and "+" bindings to timebox widget.
+ add "-" and "+" bindings to calendar widget (OpenSolaris #6739031).
+ review/fix other widgets to ensure that they exit on error, e.g.,
editbox.c
+ modify check in dlg_getc() to treat closure of either stdin or stdout
as an error, rather than both. This is more stringent than the check
added in 2007/07/04.
+ modify dlg_result_key() to map curses ERR to dialog's error exit
(adapted from patch by Domagoj Pensa).
+ updated several configure script macros:
+ consistently append, rather then prepend, to $CFLAGS
+ add cases for AIX 6, mint, and dragonfly to CF_XOPEN_SOURCE
+ use $PATH_SEPARATOR rather than $PATHSEP
+ improve CF_FIND_LINKAGE, use in checks for more libraries, e.g.,
libutf8 and libiconv.
+ update da.po, ru.po from
http://translationproject.org/latest/dialog/
+ updated config.guess, config.sub
Diffstat (limited to 'misc/dialog')
-rw-r--r-- | misc/dialog/Makefile | 6 | ||||
-rw-r--r-- | misc/dialog/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/misc/dialog/Makefile b/misc/dialog/Makefile index 75015009290..025285f480a 100644 --- a/misc/dialog/Makefile +++ b/misc/dialog/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.51 2008/10/08 09:34:00 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2010/02/03 19:05:24 wiz Exp $ -DISTNAME= dialog-1.1-20080819 +DISTNAME= dialog-1.1-20100119 PKGNAME= ${DISTNAME:C/-2/.2/} -PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= ftp://invisible-island.net/dialog/ EXTRACT_SUFX= .tgz @@ -10,6 +9,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://invisible-island.net/dialog/dialog.html COMMENT= Display dialog boxes from shell scripts +LICENSE= gnu-lgpl-v2.1 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/misc/dialog/distinfo b/misc/dialog/distinfo index 7b9cc48e3f5..8393d07aebb 100644 --- a/misc/dialog/distinfo +++ b/misc/dialog/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.24 2008/09/06 14:38:34 wiz Exp $ +$NetBSD: distinfo,v 1.25 2010/02/03 19:05:24 wiz Exp $ -SHA1 (dialog-1.1-20080819.tgz) = 068a46aa1ffbfe96fdbf5cedd480b795a4f6321a -RMD160 (dialog-1.1-20080819.tgz) = c7e2ad63ccffb4a042a61e59dcc44e5c1e9a94b0 -Size (dialog-1.1-20080819.tgz) = 378814 bytes +SHA1 (dialog-1.1-20100119.tgz) = 07f4081edd93b9cac5c1e59f747d0d785511457c +RMD160 (dialog-1.1-20100119.tgz) = 77bfc4c5d37a4beb9ff475a50f247373a900dd8e +Size (dialog-1.1-20100119.tgz) = 395011 bytes |