summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2013-01-21 13:13:08 +0000
committerwiz <wiz>2013-01-21 13:13:08 +0000
commit2d795e5267c3bdb75f1f33539ecea549c7df0bdc (patch)
treea3b35992b758649472f57beaf806f39a27943671
parent36e56a5101ee6af9e29147f73ac898297ad04857 (diff)
downloadpkgsrc-2d795e5267c3bdb75f1f33539ecea549c7df0bdc.tar.gz
Update to 1.2.20121230:
2012/12/30 - release 1.2 + improve some older changelog entries to help with HTML'izing content. + various fixes/improvments for scrollbar appearance. + add mappings for some equivalent options provided by whiptail; add configure option --disable-whiptail to allow suppressing these. + add configure option --disable-Xdialog2 to allow suppressing the newer features, i.e., for cdialog 1.2 + add --no-items option, for consistency. + add --no-tags option, like Xdialog. + add buildlist, rangebox and treeview dialogs, like Xdialog. + remove obsolete workaround for ncurses 4.2 scrolling in checklist and menubox. + improve dialog_helpfile() by preventing it from showing extra buttons (suggested by xDog Walker). + correct logic in formbox's scroll_next() function (report by xDog Walker). + fix a case with inputbox widget where preset input text is not shown until moving the cursor within the text (report by xDog Walker). + handle SIGCHLD in dialog_prgbox() to eliminate defunct processes (report by xDog Walker). + improve the way "hotkeys" are assigned to widget buttons by checking if a given key has already been used in the row of buttons (Debian #684933). + amend fix for --trace parsing from 2012/07/03, which sometimes skipped a parameter (report by xDog Walker). + drop copismall and install files from samples, which were essentially nonfunctional. + correct secondary border colors in samples/slackware.rc and samples/whiptail.rc + update gl.po, add ia.po from http://translationproject.org/latest/dialog/ + fix various issues reported by coverity scan. + miscellaneous configure script fixes/updates: + require autoconf 2.52+patches + support --datarootdir option + check for clang compiler + check for tinfo library when looking for ncurses + add 3rd parameter to AC_DEFINE for autoheader + remove unused macros from aclocal.m4 + update config.guess, config.sub
-rw-r--r--misc/dialog/Makefile4
-rw-r--r--misc/dialog/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/dialog/Makefile b/misc/dialog/Makefile
index 247d5c61dd1..168d861bb90 100644
--- a/misc/dialog/Makefile
+++ b/misc/dialog/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.60 2012/10/08 09:57:19 asau Exp $
+# $NetBSD: Makefile,v 1.61 2013/01/21 13:13:08 wiz Exp $
-DISTNAME= dialog-1.1-20120706
+DISTNAME= dialog-1.2-20121230
PKGNAME= ${DISTNAME:C/-2/.2/}
CATEGORIES= misc
MASTER_SITES= ftp://invisible-island.net/dialog/
diff --git a/misc/dialog/distinfo b/misc/dialog/distinfo
index 7be1d23b267..f6733297587 100644
--- a/misc/dialog/distinfo
+++ b/misc/dialog/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2012/07/12 21:13:16 wiz Exp $
+$NetBSD: distinfo,v 1.33 2013/01/21 13:13:08 wiz Exp $
-SHA1 (dialog-1.1-20120706.tgz) = fa033f0fb166da86e29d70e68159a92a9b9cdb84
-RMD160 (dialog-1.1-20120706.tgz) = 19f783ac2ac7550a10c91b88e599bca6b2a80656
-Size (dialog-1.1-20120706.tgz) = 444554 bytes
+SHA1 (dialog-1.2-20121230.tgz) = f6ba16481e04c707c7cbfc3c3c1340040bdb0aa3
+RMD160 (dialog-1.2-20121230.tgz) = ad62bd917ca1c110abef35f60d44bf9195ea9691
+Size (dialog-1.2-20121230.tgz) = 431584 bytes