summaryrefslogtreecommitdiff
path: root/misc/dialog
diff options
context:
space:
mode:
authorwiz <wiz>2007-03-08 18:21:13 +0000
committerwiz <wiz>2007-03-08 18:21:13 +0000
commit128a98f701ccb87bf10012192c4d857e8d9bbecf (patch)
tree0d83bb272c24f976c8de96d40694ab6d1a8677b6 /misc/dialog
parent88b82755c2497b026f1cb242fb7b6c33e36a2e55 (diff)
downloadpkgsrc-128a98f701ccb87bf10012192c4d857e8d9bbecf.tar.gz
Update to 1.1.20070227:
2007/02/27 + add dialog-config script, which provides applications with compile- and link-information for using the dialog library. [pkgsrc: not installed, since library is not installed] + move calls to dlg_trim_string() out of loop in dialog.c, so each string is trimmed once (report by Ivanov Makcim). + modify textbox.c to allow resizing while the search box is presented. This relies on bug-fix in ncurses 5.6 20070224. + use dgettext() rather than gettext() to allow libdialog to use the messages installed for dialog (patch by Vajna Miklos). + modify inputbox to position the cursor initially at the end of any initial-text (request by Klaus Knopper). + add configure --with-valgrind for testing. + add --trace option, for debugging. + add --ascii-lines and --no-lines options to control the way the line-drawing characters are rendered (request by Klaus Knopper). + add --keep-tite option, to override suppression of smcup/rmcup (termcap ti/te) strings which would switch to xterm's alternate screen (Debian #380665). + modify fselect/dselect to use space-character as a completion operator like tab in shells (patch by Yoram Bar Haim). + remove a redundant chunk from checklist.c which reported status a second time if the help-button was pressed but no item-help option was in effect (Andre C Barros). + fix return-status from "dialog --pause" (Debian #409254). + add --mixedform and --mixedgauge dialogs based on patch from Kiran Cherupally. + add some notes on compatibility to the manpage. + add editbox dialog (compatible with Xdialog, Debian #368478). + add dselect dialog (compatible with Xdialog). + remove an incorrect initialization of .text_flen from 2005/12/07 changes, which made all fields in a form editable (Debian #404045). + report error and exit if a filename given for the --file option cannot be opened (report by "Dog Walker"). + make --program-prefix, etc., work in configure script, e.g., to make program install as "cdialog". This does not alter the library name. + add install-bin, install-man (and uninstall) rules to makefile. + updates for configure script macros (originally vile, lynx, xterm): AM_PATH_PROG_WITH_TEST, AM_WITH_NLS, CF_CURSES_CPPFLAGS, CF_CURSES_LIBS, CF_INCLUDE_DIRS, CF_LARGEFILE, CF_MAKEFLAGS, CF_PATH_SYNTAX, CF_SUBDIR_PATH, CF_SUBST, CF_WITH_DBMALLOC, CF_WITH_DMALLOC, CF_WITH_LIBTOOL and CF_XOPEN_SOURCE. + updated config.guess, config.sub > adapted fixes from SuSE package (Werner Fink): + add some limit-checks in dlg_draw_shadow(). + make shadows resizable, using new dlg_move_window() in msgbox.c and yesno.c + add dialog_state.input, use this in end_dialog() to decide whether to close pipe inputs and call _exit(), or simply call exit(). + modify dlg_ctl_size() to check if the reason for failure is because shadows were used; retry in that case without shadows. + add signal catcher for SIGSEGV.
Diffstat (limited to 'misc/dialog')
-rw-r--r--misc/dialog/Makefile4
-rw-r--r--misc/dialog/PLIST3
-rw-r--r--misc/dialog/distinfo8
3 files changed, 8 insertions, 7 deletions
diff --git a/misc/dialog/Makefile b/misc/dialog/Makefile
index 914496291bc..121ee6932d7 100644
--- a/misc/dialog/Makefile
+++ b/misc/dialog/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2006/12/20 02:04:52 rillig Exp $
+# $NetBSD: Makefile,v 1.41 2007/03/08 18:21:13 wiz Exp $
-DISTNAME= dialog-1.0-20060221
+DISTNAME= dialog-1.1-20070227
PKGNAME= ${DISTNAME:C/-2/.2/}
CATEGORIES= misc
MASTER_SITES= ftp://invisible-island.net/dialog/
diff --git a/misc/dialog/PLIST b/misc/dialog/PLIST
index 28668834698..f6a8273c5fb 100644
--- a/misc/dialog/PLIST
+++ b/misc/dialog/PLIST
@@ -1,3 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2005/09/30 22:02:56 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2007/03/08 18:21:13 wiz Exp $
bin/dialog
man/man1/dialog.1
+man/man3/dialog.3
diff --git a/misc/dialog/distinfo b/misc/dialog/distinfo
index be3261dadf3..7ea5df399fc 100644
--- a/misc/dialog/distinfo
+++ b/misc/dialog/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2006/03/03 22:29:58 wiz Exp $
+$NetBSD: distinfo,v 1.16 2007/03/08 18:21:13 wiz Exp $
-SHA1 (dialog-1.0-20060221.tgz) = aa4fccdb574077e8ca25698a2fa94cd544cd240c
-RMD160 (dialog-1.0-20060221.tgz) = e8863cc0c82699668a013c0b1ac416a85b939086
-Size (dialog-1.0-20060221.tgz) = 337415 bytes
+SHA1 (dialog-1.1-20070227.tgz) = c70c5d2c4544f5fd7a11a514b16eb5cd58b8cbc6
+RMD160 (dialog-1.1-20070227.tgz) = 90a52a8016cf833863b9d590bb9de27b28d10a36
+Size (dialog-1.1-20070227.tgz) = 363972 bytes