The NetBSD Project

CVS log for pkgsrc/misc/dialog/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / misc / dialog

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.94 / (download) - annotate - [select for diffs], Sat Feb 11 10:19:49 2023 UTC (13 months ago) by fcambus
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, HEAD
Changes since 1.93: +2 -2 lines
Diff to previous 1.93 (colored)

dialog: update to 1.3-20230209.

2023/02/09
	+ install ".pc" files in the test-packages.
	+ add pkg-config ".pc" file, for use with the development library.

2023/02/07
	+ change shared-library configuration in test-packages to use the
	  ABI version in the library filename to match its SONAME.
	+ add sample scripts to test-packages, using new makefile rule
	  "install-examples".
	+ corrected cdialog*.install helper scripts in test-package for Debian
	+ change ftp URLs in test-packages to https
	+ updated configure script, e.g., for compiler-warning fixes.
	+ updated fur.po, zh_TW.po from
		http://translationproject.org/latest/dialog/

Revision 1.93 / (download) - annotate - [select for diffs], Sat Dec 31 19:08:48 2022 UTC (14 months, 2 weeks ago) by fcambus
Branch: MAIN
Changes since 1.92: +2 -2 lines
Diff to previous 1.92 (colored)

dialog: update to 1.3-20221229.

2022/12/29
	+ modify slackware.rc to match dialog's output from "make check" using
	  this configuration file (FreeBSD #267777).
	+ fix shellcheck warnings in helper-scripts for building/installing.
	+ updated configure script, e.g., for compiler-warning fixes.
	+ updated hu.po from
		http://translationproject.org/latest/dialog/
	+ update config.guess, config.sub, install-sh

2022/07/28
	+ initialize color-settings before --create-rc option is processed.
	+ add "use_scrollbar" setting in rc-file to use in whiptail.rc
	+ improve manual page discussion of "--" token.
	+ updated configure macro for math-library functions.
	+ updated ca.po from
		http://translationproject.org/latest/dialog/
	+ update config.guess

2022/06/15
	+ fix links in manpages (FreeBSD #264660).

Revision 1.92 / (download) - annotate - [select for diffs], Fri May 27 10:09:13 2022 UTC (21 months, 3 weeks ago) by fcambus
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.91: +2 -2 lines
Diff to previous 1.91 (colored)

dialog: update to 1.3-20220526.

2022/05/26
	+ document the built-in key bindings which are not part of widgets.
	+ updated da.po fa.po is.po, added ka.po from
		http://translationproject.org/latest/dialog/
	+ update config.sub

Revision 1.91 / (download) - annotate - [select for diffs], Tue May 24 13:01:51 2022 UTC (21 months, 3 weeks ago) by nia
Branch: MAIN
Changes since 1.90: +2 -3 lines
Diff to previous 1.90 (colored)

dialog: Use OPSYS_VERSION

Revision 1.90 / (download) - annotate - [select for diffs], Fri Apr 15 16:36:04 2022 UTC (23 months ago) by fcambus
Branch: MAIN
Changes since 1.89: +2 -2 lines
Diff to previous 1.89 (colored)

dialog: update to 1.3.20220414.

2022/04/14
	+ adjust fallback bindings for backspace/delete to match the curses
	  library's sense of backspace (Arch #74379).
	+ amend limit-checks to make --max-input work for sizes greater than
	  2048 (Debian #1004874).

2022/04/04
	+ corrected limit-checks in checklist.c, menubox.c, and treeview.c when
	  resizing while the data is scrolled (Debian #1004868).
	+ improve logic for updating form-height after screen-resizing.
	+ move most of the non-API definitions from dialog.h to dlg_internals.h
	+ updated configure macros.
	+ update config.guess, config.sub
	+ updated es.po, tr.po from
		http://translationproject.org/latest/dialog/

Revision 1.89 / (download) - annotate - [select for diffs], Sat Jan 22 21:12:05 2022 UTC (2 years, 1 month ago) by fcambus
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.88: +2 -2 lines
Diff to previous 1.88 (colored)

dialog: update to 1.3.20220117.

2022/01/17
	+ update test-package for Debian to use debhelper.
	+ adjust character-offset in editbox.c in case it is past the end of
	  the string after trimming (Debian #1003185).
	+ updated ro.po from
		http://translationproject.org/latest/dialog/

2021/12/14
	+ fix some inconsistent #if vs #ifdef.
	+ correct off-by-one limit for month when validating parameters of the
	  calendar widget (patch by "viverna", Debian #1000720).
	+ modify dlg_yes_labels to not switch to ok/cancel labels if the
	  extra button is used
	+ move leak-checking definitions from dialog.h to dlg_internals.h

2021/11/07
	+ use mktemp utility rather than tempfile for temporary filename in
	  the sample scripts
	+ updated id.po, lt.po from
		http://translationproject.org/latest/dialog/
	+ update config.guess, config.sub

2021/06/21
	+ directly include stddef.h for systems which need it for offsetof().
	+ modify gauge's handle_input function to use the file pointer in the
	  object in preference to the global dialog_state.
	+ correct height-computation for fselect and timebox, broken by fixes
	  for auto-layout (Debian #990043, cf: 2019/11/10).
	+ improve configure --with-no-leaks option

2021/05/30
	+ amend adjustment to inputbox height so the autosized dimensions match
	  older versions (report by Werner Fink, cf: 2021/01/17).
	+ improve configure checks, to reduce warnings during those checks
	+ updated fr.po from
		http://translationproject.org/latest/dialog/
	+ update config.guess, config.sub

2021/05/09
	+ improve configure checks, e.g., for libtool version
	+ updated ms.po, sr.po, zh_TW.po from
		http://translationproject.org/latest/dialog/
	+ update config.guess, config.sub

2021/03/24
	+ add configure option --enable-stdnoreturn to build when C11 _Noreturn
	  feature is enabled in recent ncurses development.

2021/03/19
	+ updated de.po, ja.po, nl.po from
		http://translationproject.org/latest/dialog/

2021/03/06
	+ add several usage-messages to dialog.pot
	+ improve configure-check for ld searchpath on HP-UX and Solaris.
	+ fix a few cppcheck warnings
	+ updated eo.po, fi.po, pt.po, sq.po, sv.po, ru.po, uk.po, zh_CN.po
	  from
		http://translationproject.org/latest/dialog/

2021/01/17
	+ updated dialog.pot
	+ add option --no-hot-list, to allow suppressing the hotkey feature
	  from lists.
	+ increase minimum height of inputbox to avoid input field overlapping
	  with the button-box (report by Victor Ananjevsky).
	+ modify options-parsing to permit a "no" on any boolean option and
	  deprecating the "no" options without a "-" , e.g., generalizing on
	  "--nook" equivalence to "--no-ok".

2021/01/12
	+ minor spelling fixes, per codespell
	+ update configure macros, for quoting/escaping fixes per shellcheck
	+ update config.guess, config.sub

2020/11/26
	+ modify configure script's compiler check to work around Xcode's
	  useless aliases for standard C.
	+ enable keep-tite feature for NetBSD 8 and up; earlier releases would
	  dump core.
	> new features/fixes (Glenn Herteg)
	+ add option "--cursor-off-label"
	+ add option "--erase-on-exit"
	+ fix errata in manpage.
	+ fix logic: dlg_button_to_char() would return wrong value if no
	  uppercase was found

2020/11/25
	+ add DIALOG_TIMEOUT to sample scripts, and use report-button more
	  consistently to handle unexpected exit-status values.

2020/11/24
	+ add dlg_getenv_num() and dlg_getenv_str().
	+ add DLG_EXIT_TIMEOUT to allow scripts to exit on an expired timeout
	  with an exit-status different from DLG_EXIT_ERROR or DLG_EXIT_ESC
	  (patch by Norbert Koch).

2020/11/23
	+ modify dlg_ok_label() and dlg_ok_labels() to ignore --no-ok if all
	  buttons would be omitted.
	+ add/use dlg_der_window() to account for derived windows just like
	  subwindows, to fix regression in dlg_getc() in fselect/dselect
	  widget.
	+ modify several widgets to make their handling of --no-ok consistent
	  with the majority of the widgets: editbox.c, menubox.c, msgbox.c,
	  rangebox.c, textbox.c, timebox.c
	+ add ^D as binding for new virtual key DLGK_LEAVE, which will close
	  the current dialog by activating the currently-selected button.
	+ improve manual-page description of --no-ok option (reports by
	  Hans Mueller, Gil Delescluse).
	+ modify configure script to make Solaris -R rpath feature work

2020/11/21
	+ fix regression in dlg_getc() caused by not taking into account
	  subwindows used for input (report by Michael Wihl).

2020/11/20
	+ add validity-checks for window pointer (report/testcase by Michael
	  Wihl).
	+ improve configure macros:
	  CF_CLANG_COMPILER: apply compiler-flags needed for test.
	  CF_WITH_SCREEN_PDCURSES: use this to reduce X11-checks.

2020/11/17
	+ amend initialization for dlg_getc to fix regression in pause widget
	  from 2020/03/27 changes (reports by Aidan Tessier, Norbert Koch,
	  Josmar Pierri).
	+ improve configure macros:
	  CF_CLANG_COMPILER: split-out check for -Qunused-arguments to ensure
	  that clang supports it.  IBM xlclang does not.
	  CF_MIXEDCASE_FILENAMES: when cross-compiling to darwin (macOS),
	  assume the filesystem doesn't support mixed-case

2020/09/21
	+ modify init_dialog's initialization of tab_len and aspect_ratio to
	  avoid overwriting initialization done in process_common_options
	  (report/patch by Rainer Weikusat, Debian #970508).

2020/09/13
	+ fix out-of-order description for --tailbox vs --rangebox in manpage
	  (report by Glenn Herteg).
	+ updated configure-macros: compiler-warnings and shared-library
	  options.  Changed configure --with-warnings to --enable-warnings for
	  consistency.
	+ update config.guess

2020/04/01
	+ updated sq.po from
		http://translationproject.org/latest/dialog/

2020/03/27
	+ add clarification in manual page to show when the single/double
	  quotes may be needed (prompted by discussion with Danilo G Baio).
	+ fix an extra ".exe" in makefile.in which prevented Cygwin build.
	+ fix most cppcheck warnings
	+ tailbox/tailboxbg's exit-button now works with mouse-clicks
	+ fix repainting while resizing for the editbox widget.
	+ add configure-check for curses_exit() from ncurses 6.2
	+ fix a few memory leaks in fselect.c, mixedgauge.c when resizing.
	+ fix inconsistency in dlg_string_to_argv() which made the checklist9
	  example not work.
	+ add empty-string check in dlg_print_listitem() to avoid indexing past
	  the end of the array of character-offsets.
	+ improve handling of KEY_RESIZE by repainting the backtitle after
	  clearing the screen (integrated patch by Rainer Weikusat, Debian
	  #954185).
	+ improve logic for wtimeout() calls which are used to set temporary
	  non-blocking reads (prompted by patch by Rainer Weikusat, Debian
	  #954220).
	+ add "make check" rule.
	+ updated configure-macros.

Revision 1.88 / (download) - annotate - [select for diffs], Mon Mar 23 16:04:34 2020 UTC (3 years, 11 months ago) by sborrill
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.87: +3 -3 lines
Diff to previous 1.87 (colored)

dialog: update to 1.3-20200228

Changes since 1.3-20190211

2020/02/28
        + updated configure-macros, to work around ncurses vs xcode's c99 -W
        + update config.guess

2019/12/31
        + updated configure-macros.
        + update config.guess

2019/12/10
        + correct rc-file lookup of "default" color (report by Grady Martin,
          cf: 2019/09/24).
        + fix several issues in the sample scripts reported by shellcheck.
        + fix a few spelling errors reported by codespell (report by Jens
          Schleusener).
        + correct check for return-value of isblank(), which is not necessarily
          0/1 (report/patch by Paul Cercueil, Peter Korsgaard, cf: 2018/05/31).

2019/12/09
        + amend change for parsing command-options before calling init_dialog,
          to handle --no-shadow, etc., which are initialized in init_dialog
          (report by Paul Cercueil, cf: 2018/06/21).
        + add dlg_trace_va_msg to manpage, symbol files.

2019/11/10
        + improve layout of several widgets' data area when maximizing.
        + modify dselect/fselect to work with autosizing (Debian #915949).
        + add error messages from dlg_exiterr() to trace file.
        + improve manual page description of escaping in key-bindings.
        + modify inputmenu to recognize the "Cancel" button and keys bound to
          that feature while editing a renamed menu item.
        + revert one change, in form.c to the --last-key feature (Debian
          #942025).
        + correct ordering of libraries in configure-script, which appended
          in a case where it should have prepended.
        + update config.guess, config.sub

2019/09/26
        + improve dialog-config script's filtering of -L options using the
          linker default directories.
        + improve dialog-config script, adding a -L option corresponding to
          the configure --libdir option if it would be a duplicate (report by
          Andrew Kosteltsev).
        + build-fix for configure --disable-trace
        + updated pt.po from
                http://translationproject.org/latest/dialog/

2019/09/24
        + allow for underline- and reverse-video flags in the ".rc" file
          (integrated patch by Richard Robbins).

2019/08/08
        + amend change to --last-key feature to eliminate an unnecessary
          separator (report by Gabriele Balducci).

2019/08/06
        + extend --last-key feature to the remaining widgets which have
          ok/cancel buttons, and add logic to map keys which happen to be
          bound to ok/extra/cancel/help to simulate a button-press on the
          corresponding button (report by "sgewrk").

2019/08/01
        + further fixes for dialog-config.in (report by Andrew Kosteltsev).

2019/07/28
        + modify dialog-config.in so that setting prefix or exec-prefix to
          a given value with --prefix=VALUE or --exec-prefix=VALUE has the
          expected result of changing bindir, etc.
        + correct substitution for $LIBS value in dialog-config.in (report by
          Andrew Kosteltsev).

2019/07/24
        + modify dlg_will_resize() and dlg_result_key() functions to reduce
          the chance that dialog exits on a SIGWINCH (Debian #930775).
        + make test-package for the development headers/library
        + add --libs-only-L, etc., to dialog-config script (prompted by
          discussion with Andrew Kosteltsev).
        + fix a memory leak in gauge widget (Andrew Kosteltsev).
        + minor fix for CF_GCC_WARNINGS
        + update config.guess, config.sub

Revision 1.87 / (download) - annotate - [select for diffs], Sun Nov 3 17:04:21 2019 UTC (4 years, 4 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.86: +4 -4 lines
Diff to previous 1.86 (colored)

misc: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.

Revision 1.86 / (download) - annotate - [select for diffs], Sat Jun 22 11:37:13 2019 UTC (4 years, 8 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.85: +2 -2 lines
Diff to previous 1.85 (colored)

Use https for all invisible-island.net HOMEPAGEs.

Revision 1.85 / (download) - annotate - [select for diffs], Fri Feb 15 19:53:00 2019 UTC (5 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.84: +3 -3 lines
Diff to previous 1.84 (colored)

dialog: update to 1.3.20190211.

Provided by Thomas Dickey in private email.

2019/02/11
	+ modify to work with ncurses' threaded-library, which does not allow
	  assignment to LINES/COLS (report by Marcus Roeckrath).
	+ correct clearing after text in progressbox from 2018/06/21 changes
	  for resizing (reports by David Boyd, Alan Somers).
	+ improved configure macros CF_GNU_SOURCE, CF_POSIX_C_SOURCE,
	  CF_XOPEN_SOURCE
	+ update config.guess, config.sub

2018/11/07
	+ convert ja.po to UTF-8 for consistency (suggested by Stanislav
	  Brabec).
	+ repair mis-encoded hi.po (report/analysis by Stanislav Brabec).

2018/10/22
	+ improved configure macros CF_CC_ENV_FLAGS, CF_LD_RPATH_OPT,
	  CF_LIBRARY_PATH, CF_SHARED_OPTS, CF_WITH_MAN2HTML,
	  CF_WITH_VERSIONED_SYMS from ncurses
	+ add ast.po, from
		http://translationproject.org/latest/dialog/

2018/06/21
	+ improve file-offset computation in textbox.c (Werner Fink).
	+ fix an overlooked case with real_auto_size() to maximize when
	  height or width is given as -1.
	+ build-fixes for configure options "--disable-Xdialog2" and
	  "--disable-form"
	+ add traces for each widget to show its parameters.
	+ modify color scheme for mixedgauge to use the dialog window colors,
	  like the captions.
	+ fix a too-small malloc in the mixedgauge widget.
	+ fix a use-after-free in dlg_remove_callback().
	+ improve handling of SIGWINCH for several widgets (Debian #865840).
	  + menubox, the point of the Debian report was that it would be nice
	    to increase the window size if the terminal size increases.  Did
	    that as a special case less problematic than decreasing the
	    terminal size.  Added samples/menubox11 to demonstrate by
	    comparison with menubox10 a problem with debconf which puts extra
	    newlines in the caption that interfere with autowrap.
	  + progressbox and derived prgbox, programbox, now handle resizing.
	  + yesno, window was cleared
	+ add dlg_ttysize() to support new options, allowing scripts to obtain
	  some text-formatting details without initializing the terminal.
	+ add options --print-text-only, and --print-text-size for scripts that
	  adjust the widget size according to how the captions are formatted.
	+ improve dialog.pl:
	  + add demo.pl, to demonstrate the functions
	  + quote/escape string parameters passed to dialog.
	  + ensure all "integer" parameters are really integers.
	  + use actual screensize for list captions rather than assuming 24
	    lines.
	+ when trimming blanks, treat unconverted tabs the same as spaces.
	+ correct parameter to test when trimming blanks from the script,
	  e.g., with "--trim" (report by Jarno Suni).
	+ improve documentation of the various whitespace-filtering options,
	  to show which take precedence (Debian #867536, cf: Debian #102942).
	+ modify msgbox.c, yesno.c to bind SCROLLKEY_BINDINGS before
	  TRAVERSE_BINDINGS so that up/down arrow will by default scroll the
	  message up/down rather than be aliases for tab-traversal (report by
	  Fredrik Kers).
	+ modify dump_one_binding() to show when a binding is overridden.
	+ improve format of trace-file, making comment-syntax consistent,
	  as well as showing argv-splitting as a series of comments.
	+ modify dlg_string_to_argv() to change the quoting behavior to be
	  more consistent with shell behavior (patch by Denilson Sa Maia).
	+ modify dlg_getc() to return ESC when a timeout expires, notifying
	  callers that a quit occurred rather than exiting the application
	  (suggested by Rodrigo Freitas).
	+ modify handle_inputs() to ensure cursor-visibility is restored when
	  there is no input character available (report by Guillaume Vareille).
	+ improve comment in manual page regarding which widgets can use the
	  "--help-button" (prompted by discussion with Csanyi Pal).
	+ add a check for valid object pointer in tailbox's main loop since
	  the getc-callback may have been freed within ui_getc.c (report by
	  "David").
	+ improved configure macros for ncurses: CF_GNU_SOURCE, CF_SHARED_OPTS,
	  CF_CURSES_LIBS, CF_CURSES_FUNCS, CF_NCURSES_CONFIG
	+ improved configure script checks for groff vs man2html:
	  CF_PROG_GROFF and CF_WITH_MAN2HTML
	+ build-fix from lynx for AM_WITH_NLS configure macro
	+ update config.guess, config.sub

2017/12/09
	+ update ftp url in test-packages.
	+ modify test-packages to use recommended compiler/linker flags.
	+ improved configure macros AM_WITH_NLS, CF_CC_ENV_FLAGS,
	  CF_CURSES_LIBS, CF_NCURSES_CONFIG, CF_SHARED_OPTS, CF_WITH_LIBTOOL,
	  CF__INTL_BODY.
	+ update config.guess, config.sub

Revision 1.84 / (download) - annotate - [select for diffs], Wed May 17 10:39:43 2017 UTC (6 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.83: +2 -2 lines
Diff to previous 1.83 (colored)

Updated dialog to 1.3.20170509.

2017/05/09
	+ improved configure macros CF_ADD_CFLAGS, CF_CC_ENV_FLAGS, and
	  CF_SHARED_OPTS.
	+ updated hu.po and tr.po from
		http://translationproject.org/latest/dialog/
	+ update config.guess, config.sub

Revision 1.83 / (download) - annotate - [select for diffs], Tue Feb 7 13:00:49 2017 UTC (7 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.82: +2 -2 lines
Diff to previous 1.82 (colored)

Updated dialog to 1.3.20170131.

2017/01/31
	+ use DLG_TRACE macro consistently to make "--disable-trace" configure
	  option work.
	+ modify buildlist widget to support option "--reorder" for to allow
	  user to reorder the data based on the sequence of selections
	  (discussion with Paraic O'Ceallaigh).
	+ fill background color on unused parts of buildlist.
	+ fix a minor error in buildlist which let pageup switch columns.
	+ change several calls to dlg_trace_msg to prefix with "#" to make
	  the trace logs more consistent for parsing.
	+ add samples/run_test.sh
	+ further improve performance with very long command-lines by changes
	  to howmany_tags().
	+ modify dlg_string_to_argv() to convert escaped double-quotes to
	  plain double-quotes when within a double-quoted string.
	+ modify makefile to apply CFLAGS to linking
	+ modify dlg_string_to_argv() to ignore escaped newlines except when
	  quoted, fixing a problem with samples/checklist9.
	+ interpret $DIALOGOPTS before expanding "--file", etc., to allow
	  the environment variable to turn on tracing in that process.
	+ improve performance when processing very long command lines, e.g.,
	  using "--file" by changing dialog_opts[] to an array of pointers to
	  the expanded argv[] (discussion with Lars Tauber).
	+ modified autoconf macros
	  + CF_CC_ENV_FLAGS amend the last change to move only the
	    preprocessor, optimization and warning flags to CPPFLAGS and
	    CFLAGS, leaving the residue in CC.  That happens to work for gcc's
	    various "model" options, but may require tuning for other compilers
	  + CF_LARGEFILE workaround for clang exit-code vs warnings
	  + CF_MATH_LIB quiet strict gcc warning
	  + CF_WITH_LIBTOOL fix a few places in configure/build scripts where
	    DESTDIR and rpath were combined
	  + CF_XOPEN_SOURCE add "uclinux" to list of Linux's
	+ update config.guess, config.sub

Revision 1.82 / (download) - annotate - [select for diffs], Thu Sep 1 16:02:22 2016 UTC (7 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.81: +2 -2 lines
Diff to previous 1.81 (colored)

Updated dialog to 1.3.20160828.

2016/08/28
	+ improve parsing and trace for "bindkey", to convert space to/from
	  "\s", as well as handle octal escapes for single byte characters.
	+ change explicit checks for space character used for select or toggle
	  to make this rebindable to "TOGGLE" (prompted by discussion with
	  Paul van Tilburg).
	+ add default bindings for cursor left/right to formbox.  The cursor
	  left/right cases were replaced with rebindable symbols in 2005/12/07
	  without providing these keys as default values (report/patch by
	  Miroslav Lichvar).
	+ modified autoconf macros
	  + CF_PROG_LINT add cpplint to programs to use; drop ad hoc tdlint and
	    alint.
	  + CF_CC_ENV_FLAGS don't limit the check to -I, -U and -D options,
	    since the added options can include various compiler options before
	    and after preprocessor options.
	  + CF_GNU_SOURCE recent glibc (Debian 2.23-4 for example) has
	    misordered ifdef/checks for new symbol _DEFAULT_SOURCE, producing
	    warning messages when only _GNU_SOURCE is defined.  Add a followup
	    check to define _DEFAULT_SOURCE.
	  + CF_XOPEN_SOURCE use _GNU_SOURCE for cygwin headers, tested with
	    cygwin 2.3, 2.5 (patch by Corinna Vinschen).
	+ mention --no-collapse option in manual page description of
	  --tab-correct option.
	+ update config.guess, config.sub

Revision 1.81 / (download) - annotate - [select for diffs], Thu May 5 11:23:45 2016 UTC (7 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.80: +2 -2 lines
Diff to previous 1.80 (colored)

Updated dialog to 1.3.20160424.

2016/04/24
	+ fix a special case in drawing shadow on a line-drawing cell where the
	  alternate-character set flag was lost (report by Martin Kravec).
	+ fix a regression from 2015/05/13 changes for escaping; it is
	  necessary to retain backslashes within quotes to make "\Z" escapes
	  work (report by Marcin Krol).
	+ fix test package for RPMs; changes in 2015 omitted symbolic links
	  for the library.
	+ fix typo in help message for "--buildlist" (report by Rihards Olups).
	+ modified autoconf macros
	  + CF_PROG_AR, CF_AR_FLAGS added to improve check for archive tool.
	  + CF_LD_RPATH_OPT, change FreeBSD to use -Wl,-rpath rather than
	    -rpath option.  According to FreeBSD #178732, either works since
	    FreeBSD 4.x; however scons does not accept anything except the
	    -Wl,-rpath form.
	  + CF_WITH_NCURSES_ETC, change from ncurses to check for pthreads
	    dependency.

Revision 1.80 / (download) - annotate - [select for diffs], Sun Feb 14 11:03:21 2016 UTC (8 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.79: +2 -2 lines
Diff to previous 1.79 (colored)

Update dialog to 1.3.20160209.

2016/02/09
	+ modify editbox widget to add a trailing newline if the text has none
	  to ensure the last line is not ignored (report by Florent Rougon).
	+ change mouse initialization to look for button-presses rather than
	  button-clicks, for better response.
	+ modify dump_curses_key() to show mouse-coding in readable form.
	+ correct mapping of mouse-clicks on the day-grid in calendar widget
	  when "--week-start" is used to set the start of the week (report by
	  Stefan Vogtner).
	> integrated changes from Stefan Vogtner:
	+ use Gregorian algorithm for leap year
	+ use mktime if available; calendar was written just as it became
	  standard.

Revision 1.79 / (download) - annotate - [select for diffs], Mon Feb 1 12:00:09 2016 UTC (8 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.78: +2 -2 lines
Diff to previous 1.78 (colored)

Update dialog to 1.3.20160126:

2016/01/26 - release 1.3
	+ correct --infobox documentation, which said it shows an OK button.
	+ fix a couple of place in test-scripts which referred to $SIG_TRAP
	  rather than $SIG_QUIT
	+ reorganize dialog.3, to use subsections for generating navigation
	  pane, using man2html
	+ add "--week-start" option for calendar widget (prompted by discussion
	  with Stefan Vogtner).
	+ add a limit-check in editbox.c to ensure that mouse-clicks outside
	  the filled-in text area do not access past the end of the array
	  (report by Stefan Vogtner).
	+ update configure macros from ncurses changes.
	+ update config.guess, config.sub

Revision 1.78 / (download) - annotate - [select for diffs], Wed Sep 30 19:19:41 2015 UTC (8 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.77: +2 -3 lines
Diff to previous 1.77 (colored)

Update to 1.2.20150920:

2015/09/20
	+ decrease table value for minimum number of arguments for the widgets
	  which use --no-items option (report by Raven Singularity).
	+ update configure macros:
	  + use $SHELL consistently, deprecate non-POSIX shell
	  + PKG_CONFIG may simply be unset - fix
	  + add option to allow changing ABI version, from ncurses6.

Revision 1.77 / (download) - annotate - [select for diffs], Tue Sep 8 11:57:50 2015 UTC (8 years, 6 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.76: +1 -3 lines
Diff to previous 1.76 (colored)

Remove INCOMPAT_CURSES settings for NetBSD 0.x and 1.x.  Tighten up some
globs to ensure NetBSD 10 is not incorrectly matched when it is released.

Revision 1.76 / (download) - annotate - [select for diffs], Tue Aug 18 07:31:01 2015 UTC (8 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.75: +2 -2 lines
Diff to previous 1.75 (colored)

Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.

Revision 1.75 / (download) - annotate - [select for diffs], Fri Jul 3 15:08:24 2015 UTC (8 years, 8 months ago) by sborrill
Branch: MAIN
Changes since 1.74: +8 -1 lines
Diff to previous 1.74 (colored)

curses from NetBSD 5 and earlier will coredump when displaying shadows

Revision 1.74 / (download) - annotate - [select for diffs], Sun May 31 13:06:24 2015 UTC (8 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.73: +2 -2 lines
Diff to previous 1.73 (colored)

Update to 1.2.20150528:

2015/05/28
	+ fixes for two autoconf macros, CF_ADD_INCDIR and CF_NCURSES_CONFIG
	  from work on ncurses.
	+ build-fix for NetBSD curses (patch by Matthias Scheler).

Revision 1.73 / (download) - annotate - [select for diffs], Thu May 28 06:29:10 2015 UTC (8 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.72: +2 -2 lines
Diff to previous 1.72 (colored)

Update to 1.2.20150513:

2015/05/13
	+ add configure option --with-install-prefix, like ncurses.
	+ add --with-screen and related configure options from ncurses-examples
	  to allow building with ncurses6 test-packages.
	+ update configure macros for improved coding style from lynx changes.
	+ updated ro.po from
		http://translationproject.org/latest/dialog/
	+ update config.guess, config.sub
	> patches by Florent Rougon:
	+ fix two bugs in the "--file" option.
	  + When the number of arguments read from the included file is 0, the
	    code used to just skip over '--file' and its argument instead of
	    removing them from the argument list, causing "Error:  Unknown
	    option --file" later on.
	  + In the alternative case (at least one argument read from the file),
	    the previous code used to do '--j;' in order to "force rescan" of
	    the inserted arguments.  However, control then flowed to outer
	    blocks where a '++j;' counteracted this measure, causing "Error:
	    Unknown option --msgbox" (for instance) later on.
	+ modify escaping in argv.c to be more uniform, whether or not the
	  backslash is found within a parameter.

Revision 1.72 / (download) - annotate - [select for diffs], Sun Mar 1 15:14:49 2015 UTC (9 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.71: +2 -2 lines
Diff to previous 1.71 (colored)

Update to 1.2.20150225:

2015/02/25
	+ modify gauge widget to keep from erasing a second gauge widget, e.g.,
	  via the "--and-widget" option.  This is a cosmetic change to match
	  behavior of dialog 1.0 (report by Jason Orendorf).
	+ add configure option "--with-man2html"
	+ add configure options for versioned symbols, from ongoing work on
	  ncurses.
	+ update configure macros, e.g., for shared libraries

Revision 1.71 / (download) - annotate - [select for diffs], Fri Jan 30 01:28:19 2015 UTC (9 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.70: +2 -2 lines
Diff to previous 1.70 (colored)

Update to 1.2.20150125:

2015/01/25
	+ suppress highlighting of character which denotes an abbreviation or
	  shortcut for the OK/Cancel and other buttons for these widgets, which
	  use abbreviations for the list shown on the screen:  buildlist,
	  checklist/radiobox, menubox, treeview (Debian #775295).
	+ add grid up/left and down/right bindings in editbox.c as synonyms for
	  field prev and next, respectively when handling the OK/Cancel buttons
	  (Debian #775294).

Revision 1.70 / (download) - annotate - [select for diffs], Thu Oct 9 14:06:42 2014 UTC (9 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.69: +1 -3 lines
Diff to previous 1.69 (colored)

Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.

Revision 1.69 / (download) - annotate - [select for diffs], Sun Sep 14 16:44:43 2014 UTC (9 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3
Changes since 1.68: +2 -2 lines
Diff to previous 1.68 (colored)

Update to 1.2.20140911:

2014/09/11
	+ correct malloc-size for change to prgbox.

2014/09/10
	+ fixes to make "-c" option work when passing command to shell for the
	  prgbox widget, for example in samples/prgbox2 (report by Korantin
	  Auguste).

2014/09/08
	+ fix an out-of-bounds array index in buildlist widget (report by
	  Cade Foster).

Revision 1.68 / (download) - annotate - [select for diffs], Sun Sep 7 20:14:12 2014 UTC (9 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.67: +2 -3 lines
Diff to previous 1.67 (colored)

Update to 1.2.20140901:

2014/09/01
	+ add configure check for groff, needed for html/ps/pdf output.
	+ update configure-script macros:
	  + CF_ACVERSION_CHECK - work around another gratuitous incompatibility
	    introduced in 2.69
	  + CF_ADD_CFLAGS - workaround for ash-shell, e.g., with Minix
	  + CF_ADD_LIBS - filter out duplicates
	  + CF_CURSES_FUNCS - improve workaround for weak-linkage, seems to fix
	    tests with NetBSD 6.1
	  + CF_INTEL_COMPILER - clean up the -no-gcc option which was leftover
	    from testing.
	  + CF_LIB_SUFFIX - change suffix for AIX shared libraries to ".so".
	  + CF_MAKEFLAGS - workaround for GNU make 4.0 incompatibility with
	    previous releases.
	  + CF_XOPEN_SOURCE - add cases for Minix, UnixWare and improve the
	    workaround for Solaris.
	+ improve comparison in compare_cache() function, in case difference
	  between pointers does not fit in int's.
	+ updated de.po, es.po, hu.po, lv.po from
		http://translationproject.org/latest/dialog/
	+ update config.guess, config.sub

Revision 1.67 / (download) - annotate - [select for diffs], Sun Mar 9 12:11:13 2014 UTC (10 years ago) by roy
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.66: +3 -2 lines
Diff to previous 1.66 (colored)

Use mk/curses instead of devel/ncurses

Revision 1.66 / (download) - annotate - [select for diffs], Mon Feb 24 12:13:48 2014 UTC (10 years ago) by wiz
Branch: MAIN
Changes since 1.65: +2 -2 lines
Diff to previous 1.65 (colored)

Update to 20140219:

2014/02/19
	+ cleanup of manpages prompted by Gislason's comments.
	+ several changes to manpages to improve presentation (patches by
	  Bjarni I. Gislason, Debian #739180, Debian #739181)
	  + use "\/" when transitioning from italic to normal font
	  + correct an instance of "e.g,."
	  + use "\e" rather than "\\" to present a literal "\"
	  + improve formatting of table header
	  + remove some excess space-characters
	  + change a reference 0-9 to use "through" as the connector
	  + use "\&" to separate "." from a space to make the space shorter
	  + change a list's TP macro parameters to make the hanging text align
	    better with the adjacent paragraph
	  + add comma in a few places before "and" in a list
	  + separate units from numbers with a nonfillable space
	  + replace "-" with en-dash in a few places
	+ corrected argument indices after "--args" and "--file" to rescan the
	  argument list after removing/substituting those options.
	+ fix loops for "--file" option to handle cases with zero or no tokens at
	  all substituted (Redhat #1066168).
	+ add gd.po from
		http://translationproject.org/latest/dialog/

Revision 1.65 / (download) - annotate - [select for diffs], Mon Feb 3 16:42:32 2014 UTC (10 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.64: +2 -2 lines
Diff to previous 1.64 (colored)

Update to 20140112:

2014/01/12
	+ improve calculation for amount to scroll in programbox when an "Ok"
	  button might obscure part of the data (report by Florent Rougon).
	+ modify program to permit --separate-output to be used with buildlist
	  and treeview widgets (report by Florent Rougon).
	+ add list-height parameter to manpage description of --buildlist
	  (report by Florent Rougon).
	+ minor fixes to dialog.1 manpage; the reported problem was actually
	  fixed in 20120703 (Debian #726233, patch by Bjarni Ingi Gislason).
	+ add a "Hello World" example to dialog.3 manpage (prompted by
	  discussions with Dustin Oprea, Kevin Ingwersen).
	+ correct comparison in dlg_lookup_key() so that using "bindkey" with
	  a "*" wildcard parameter works as documented (report by Stewart
	  Benedict).
	+ updated configure macros, fixes for clang and mingw.
	+ update config.guess, config.sub

Revision 1.64 / (download) - annotate - [select for diffs], Sun Oct 6 16:27:28 2013 UTC (10 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4
Changes since 1.63: +2 -2 lines
Diff to previous 1.63 (colored)

Update to 1.2.20130928:

2013/09/28
	+ fix a regression in gauge widget from 2013/09/28 changes;
	  dlg_reallocate_gauge() failed when no --title option was given
	  (report by Tritonas Insomnia).

2013/09/23
	+ fix samples/inputbox6-utf8, which had depended unnecessarily on bash.
	+ improve memory caching for wide-character manipulation in gauge
	  widget (report by Devin Teske).
	+ add dlg_reallocate_gauge (discussion with Devin Teske).
	+ updated configure macros to use msys changes from ncurses.
	+ update config.guess, config.sub

Revision 1.63 / (download) - annotate - [select for diffs], Mon Sep 9 20:40:12 2013 UTC (10 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.62: +2 -2 lines
Diff to previous 1.62 (colored)

Update to 1.2.20130902:

2013/09/02
	+ modify makefile rule to make the ".png" filenames created by groff
	  predictable.
	+ add option --help-tags to allow scripts to get the item's tag field
	  consistently from help- and help-item button results rather than
	  getting the item's text for the latter (discussion with Florent
	  Rougon).
	+ correct manpage discussion of DIALOG_ITEM_HELP versus --item-help,
	  as well as --help-button return status (report by Florent Rougon).
	+ correct limit used for --hline option (report by Devin Teske,
	  cf: 2011/06/30).
	+ do not print empty "[]" if a --hline option was given with an empty
	  value (report by Devin Teske).
	+ miscellaneous configure script fixes/updates.  In particular, add
	  option --with-shared which builds shared libraries without a libtool
	  dependency.
	+ add FreeBSD port-files for test-builds.
	+ update lt.po, add fa.po from
		http://translationproject.org/latest/dialog/
	+ update config.guess, config.sub

Revision 1.62 / (download) - annotate - [select for diffs], Sun May 26 17:58:39 2013 UTC (10 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.61: +2 -2 lines
Diff to previous 1.61 (colored)

Update to 1.2.20130523:

2013/05/23
	+ modify ifdef in arrows.c to work around packages which use the
	  wide-character ncursesw headers with the ncurses library (report
	  by Aleksey Cheusov).
	+ correct workaround for xterm alternate-screen to work with/without
	  the fix made in ncurses that makes putp() always write to the
	  standard output (Debian #708829).
	+ improve limit-checks for checklist, in case the dialog is resized
	  (report by Ilya A Arkhipov).
	+ add --last-key option (adapted from patch by Jordi Pujol, Debian
	  #697607).

2013/03/15
	+ update zh_TW.po, add an.po from
		http://translationproject.org/latest/dialog/

Revision 1.61 / (download) - annotate - [select for diffs], Mon Jan 21 13:13:08 2013 UTC (11 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1
Changes since 1.60: +2 -2 lines
Diff to previous 1.60 (colored)

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

Revision 1.60 / (download) - annotate - [select for diffs], Mon Oct 8 09:57:19 2012 UTC (11 years, 5 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.59: +1 -3 lines
Diff to previous 1.59 (colored)

Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.

Revision 1.59 / (download) - annotate - [select for diffs], Thu Jul 12 21:13:16 2012 UTC (11 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.58: +2 -2 lines
Diff to previous 1.58 (colored)

Update to 1.1.20120706:

2012/07/06
	+ modify samples/setup-tempfile to work with Tru64's shell.
	+ modify inputmenu sample scripts to make them more portable:
	  + use "id" rather than "$GROUPS", use sed to work with Solaris.
	  + use sed to split-up the rename results to work with HPUX.
	+ fix regression in msgbox (ArchLinux #30574)

2012/07/03
	+ modify prgbox widget to work with --extra-button, etc.
	+ add case values to several widgets to allow for mouse-clicks with
	"--extra-button" and "--help-button" additions.
	+ correct timebox widget's exit code for "--extra-button" when handing
	  the "enter" key.
	+ modify msgbox widget to honor "--extra-button".
	+ corrected processing of "--trace" option, which did not update the
	  index into command-line to point past its value.
	+ add a check in dialog program for valid characters used in option,
	  e.g., to generate an error if a script attempts to add option value
	  using "=" rather than with whitespace.
	+ add new command-line option --default-button and library function
	  dlg_default_button() to retrieve the value set by the option
	  to provide a way to set the default button directly rather than
	  by combining --nook, etc. (patch by Zoltan Kelemen).
	+ amend include of unctrl.h to apply only to the case where curses.h
	  is included, to avoid conflict of ncurses' unctrl.h with a system
	  implementation (report by Martin Roedlach)
	+ add limit-check to dlg_toupper() in non-wide curses mode to work
	  when non-character values such as arrow-key codes are passed to
	  it (patch by Zoltan Kelemen).
	+ override timeout value, e.g., as set via --timeout command-line
	  option in pause widget because that interferes with pause's behavior
	  (report by Jan Spitalnik).
	+ modify samples/inputmenu* to allow ":" in renamed text (report by
	  Andreas Stoewing).
	+ modify double-quoting to make it more consistent, i.e., checklist
	  output is quoted only when needed.  This fixes the case where
	  single-quotes were used whether or not needed, but also modifies
	  older checklist behavior for double-quoting which always added those
	  (Debian #663664).
	+ correct exit-code used in inputmenu for "rename" button (Debian
	  #673041, forwarded from Ubuntu #333909, patch by Lebedev Vadim).
	+ update el.po and hr.po from
		http://translationproject.org/latest/dialog/
	+ use checkbashisms to clean up sample scripts.

Revision 1.58 / (download) - annotate - [select for diffs], Wed Mar 7 14:45:55 2012 UTC (12 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.57: +2 -2 lines
Diff to previous 1.57 (colored)

Update to 1.1.20120215:

2012/02/15
	+ modify menubox.c to use the same improvement as in checklist.c
	+ improve auto width computation for checklist widget by using
	  dlg_calc_list_width as in the non-auto case (Edho Arief).
	+ eliminate some bashisms in the sample scripts (Pedro Giffuni).
	+ makefile fixes from FreeBSD ports (Li-Wen Hsu):
	  + make --with-package option of configure script work.
	  + get LIBTOOL_VERSION from configure script, needed by
	    ${LIBTOOL_VERSION} in LIBTOOL_CREATE (LIB_CREATE in configure and
	    aclocal.m4)
	+ update cs.po and sr.po from
		http://translationproject.org/latest/dialog/
	+ updated configure script macros, improving CF_XOPEN_SOURCE among
	  other fixes.

Revision 1.57 / (download) - annotate - [select for diffs], Tue Nov 29 20:53:49 2011 UTC (12 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (colored)

Update to 1.1-20111020:

2011/10/20
	+ fix --analyze warnings for clang versions 2.8, 2.9.
	+ add configure check for lint program.
	+ add check in dlg_getc() in case its window is freed as a side effect
	  of removing callbacks.
	+ fix logic in freeing subwindows (report by xDog Walker).
	+ fix a regression in logic distinguishing between inputmenu and menu
	  widgets (report by xDog Walker).
	+ minor fixes to library manpage.

2011/10/18
	+ modify header-sh.in to work around limit on sed script length on
	  HPUX.
	+ add a special case of parameter parsing for "--trace" to the
	  initialization done before calling init_dialog(), to allow users to
	  capture the initial state of the parameter list before any options
	  are processed and removed.  This is only done if "--trace" is the
	  first option, otherwise it is handled in the common options as before
	  (report by xDog Walker).
	+ modify samples/testdata-8bit, discarding $1 from the parameter list
	  if it was used, so that the source'ing scripts can consistently use
	  "$@" to insert parameters before the widget, e.g., as an alternative
	  to using $DIALOGOPTS (report by xDog Walker).
	+ modify treatment of function pointers in menubox.c, make
	  dlg_renamed_menutext() and dlg_dummy_menutext() visible to library
	  users (request by xDog Walker).
	+ add dlg_count_real_columns(), use to modify centering for "--hline"
	  text to account for "\Z"s (report by xDog Walker).
	+ improve check in dlg_draw_arrows2() for conflict between the window
	  title and up-arrow marker to take into account that the given window
	  may not be the top-level window of the widget.
	+ change width of page up/down mouse areas in fselect panes to use the
	  full width of the panes rather than only the portion from the left
	  margin to the up/down arrow.
	+ add/use dlg_draw_box2() and dlg_draw_bottom_box2() to use the
	  secondary borders.
	+ modify rc-file read/write to accept/generate color values that refer
	  to previously-processed items in the color table.  This reduces the
	  number of distinct colors that must be specified to set up a color
	  scheme.
	+ add color table entries for secondary borders, i.e., the ones that
	  are normally drawn with the dialog's text-colors (Debian #641168).
	+ modify fselect.c to scan the current directory if the input field
	  happens to be empty (Debian #640905).
	+ repeated the discussion of environment variables that can override
	  the exit-status values in the manpage's return-codes section
	  (Debian #642105).
	+ add an example to the manpage showing how to override the form
	  widget's keys used for field/button traversal (Debian #642108).
	+ modify call to dlg_register_window() in formbox.c so that the editing
	  bindings are attached to the form sub-window rather than the
	  top-level dialog window.  Also change the name by which the editing
	  bindings are bound for editbox.c, fselect.c and inputbox.c, so that
	  the editing and navigation bindings can be different.
	+ correct logic in dlg_lookup_key() so that it matches the widget name
	  before using a binding from .dialogrc, allowing the inner/outer
	  windows of form and other editing widgets to have different bindings.
	+ modify dlg_register_window() to call dlg_dump_window_keys() after
	  its updates, via the --trace output, to supplement the manpage
	  description of key bindings (Debian #642108).
	+ add DLGK_FORM_PREV and DLGK_FORM_NEXT key-bindings to form.c, to
	  allow binding a single key to traverse both form-fields and buttons
	  (Debian #642108).
	+ modify dlg_parse_rc() to check for error return from
	  dlg_parse_bindkey().
	+ add function dlg_dump_window_keys(), to help with debugging widgets.
	+ add CR, LF, TAB, FF and ESC to table of curses names to help make
	  key bindings more readable.
	+ update table of dialog key-names so that helpfile and trace are
	  dumped properly.
	+ correct dlg_dump_keys(), which was showing only the first item in
	  the matched binding table.
	+ save/restore window current position in dlg_update_mixedgauge().
	+ pass return-code from pause_for_ok() from dlg_progressbox() when
	  pauseopt is set, rather than only DLG_OK.
	+ call setlocale() in init_dialog() rather than relying on on-demand
	  use within inputstr.c, since there are paths in textbox widget which
	  do not exercise the latter (report by xDog Walker).
	+ fix some places where checks for "\Z" were done without also checking
	  dialog_vars.colors (report by Moray Henderson).
	+ correct logic for DIALOGOPTS parsing so that the parse happens only
	  once unless memory leak checking is enabled (report by xDog Walker).
	+ remove an incorrect free() call in dlg_free_gauge() (report by xDog
	  Walker).
	+ modify dlg_trace_win() to log wide-characters (report by xDog Walker).
	+ make traces shorter by skipping repeated ERR's, but showing the
	  number skipped (report by xDog Walker).
	+ improve description in manpage to distinguish program box and
	  progress box from tailboxes (adapted from email by xDog Walker).
	+ modify dlg_trace_win() so that it looks for the topmost window in a
	  dialog.  Because subwindows share space with the top window, tracing
	  the latter shows the whole widget (report by xDog Walker).
	+ expand tracing so that each window is traced before soliciting input,
	  making the ^T feature to print a window on demand partly redundant
	  (suggested by xDog Walker).
	+ cosmetic change in dialog.h to avoid "*/*" strings from comments next
	  to "*" (report by xDog Walker).
	+ ensure result from dlg_align_columns() has trailing null on each
	  string.  Analysis was hindered by libc6's continuance of libc5's
	  early-1990s misfeature of clearing the result from malloc, noting
	  that libc6's documentation incorrectly claims that it does not do
	  this (report by xDog Walker).

Revision 1.56 / (download) - annotate - [select for diffs], Tue Jul 12 13:50:07 2011 UTC (12 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (colored)

Update to 1.1.20110707:

2011/07/07
	+ modify util.c to work better with old versions of ncurses:
	  + suppress use of wchgat() before fix in 20060715 which is needed
	    for simple shadow manipulation used here in 2011/06/30 (report
	    by xDog Walker).
	  + add a null-pointer check in dlg_print_scrolled()
	+ fix a regression in dlg_getc() introduced by changes to intercept
	  F1 for help-popup (report by xDog Walker).

2011/06/30
	+ correct license statement for prgbox.c (Debian #632198).
	+ correct layout when "--colors" is used, by discounting characters in
	  the escape sequences from the column counts (report by xDog Walker).
	+ modify dlg_checklist() so that only one item in the list can
	  initially be selected (report by xDog Walker).
	+ add/use macro dlg_enter_buttoncode() to improve implementation of
	  "--nook" option (report by xDog Walker).
	+ add option "--no-nl-expand" to suppress the conversion of "\n"
	  strings into newlines (request by xDog Walker).
	+ modify LIB_CREATE symbol in makefile.in to include the library
	  dependencies such as ncurses.  This is needed when dynamically
	  loading the library (report/analysis by xDog Walker).
	+ modify dlg_exit_label() to suppress the Cancel button, for
	  consistency.
	+ modify dlg_exit_label() to honor the --nook option, except when there
	  is no other button, e.g., the help-button.
	+ modify dlg_exit_buttoncode() so that it returns the proper code for
	  help-button (report by xDog Walker).
	+ correct loop limit when processing "--column-separator" (report by
	  xDog Walker).
	+ modify handling of "--version" and "--help" to ensure that they are
	  processed, and exit before widgets.  Separate "--print-version"
	  from "--version", allowing its output to be interspersed with
	  widget output (report by xDog Walker).
	+ correct a few places where "--version" or "--help" options went
	  always to stdout rather than allowing redirection with the "--stderr"
	  option (report by xDog Walker).
	+ improve repainting after erasing a widget and its shadow.
	+ add "--hline" and "--hfile" options for compatibility with FreeBSD
	  dialog (request by Devin Teske).
	+ add dialog version message when opening a trace file (request by
	  xDog Walker).
	+ show filename of rc-file in traces.
	+ add piped-in data for gauge widget to traces.
	+ add entrypoints to gauge widget, for allocating, updating and freeing
	  the widget (adapted from patch by Stephen Hurd).
	+ fix a reference to freed memory in the gauge widget.
	+ fix --no-mouse option by actually closing the mouse (report by
	  xDog Walker).
	+ add sk.po from
		http://translationproject.org/latest/dialog/
	+ limit Solaris xpg4 portability fix for redefinition of ERR to cover
	  the specific value found in <sys/regset.h>, in case an application
	  includes dialog.h after curses.h (FreeBSD #156601, report by Jaakko
	  Heinonen, Stephen Hurd).
	+ updated configure macros:
	  + CF_CURSES_CPPFLAGS,
	  + CF_CURSES_LIBS, make checks for special libraries on hpux10 and
	    sunos4 optional
	  + CF_CURSES_FUNCS, workaround for bug in gcc 4.2.1 (FreeBSD 8.1)
	    which caused part of test program to be omitted, i.e., when it saw
	    two return-statements in a row it omitted the _first_ one.  Also
	    add expression to pointer check to help FreeBSD's linker decide it
	    should be validated.  Just an assignment was not enough.  Also, add
	    check for unctrl.h
	  + CF_CURSES_HEADER, change order for curses.h / ncurses.h pairs to
	    put ncurses.h first, which will tend to provide the same #define's
	    as in CF_NCURSES_HEADER (report by Dennis Preiser).
	  + CF_CURSES_TERM_H, modify to avoid spurious check for
	    <curses.hterm.h> if there is no ncurses version.  Look for
	    ncurses's term.h anyway, to work around breakage by packagers who
	    separate ncurses' header files.
	  + CF_DISABLE_RPATH_HACK, fix garbled message
	  + CF_LD_RPATH_OPT, add mirbsd
	  + CF_MAKEFLAGS, filter out GNU make's entering/leaving messages.
	    This only appeared when using the macro in a dpkg script, though it
	    should have in other cases.
	  + CF_RPATH_HACK, add a check for libraries not found, e.g., from
	    suppressed functionality of gcc in linking from /usr/local/lib, and
	    add a -L option to help work around this.
	  + CF_XOPEN_SOURCE, workaround for cygwin to get ncurses' configure
	    script to define _XOPEN_SOURCE_EXTENDED (cygwin's features.h
	    doesn't do anything, so it needs a crutch).
	+ updated config.guess, config.sub

Revision 1.55 / (download) - annotate - [select for diffs], Fri Mar 11 10:59:35 2011 UTC (13 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (colored)

Update to 1.1.20110302:

2011/03/02
	+ add --prgbox and --programbox (adapted from patch by David Boyd).
	+ add sl.po from
		http://translationproject.org/latest/dialog/
	+ fix timeouts from 2011/01/18, which were being interpreted as
	  milliseconds rather than seconds (report by Luis Moreira).

Revision 1.54 / (download) - annotate - [select for diffs], Thu Feb 3 13:03:13 2011 UTC (13 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.53: +2 -2 lines
Diff to previous 1.53 (colored)

Update to 1.1.20110118:

2011/01/18
	+ fix inconsistency in return-codes for textbox when help-button is
	  used by making dlg_exit_buttoncode() a wrapper for
	  dlg_ok_buttoncode().
	+ modify pause widget to use dlg_ok_buttoncode(), so help-button works.
	+ correct two infobox sample scripts, which did not pass extra
	  command-line parameters due to quoting problems.
	+ add a limit-check to the timebox widget (patch by Garrett Cooper).
	+ modify --trace option to also trace the command-line parameters.
	+ account for combining characters when wrapping text (Debian #570634).
	+ correct handling of SIGWINCH in gauge widget (Debian #305705).
	+ add gauge_color, to make guage's progress-bar distinct from
	  title_color (request by Dominic Derdau).
	+ update fi.po from
		http://translationproject.org/latest/dialog/
	  as well as resync line-numbers in the other po-files.
	+ modify configure script and dialog program to build with NetBSD's
	  wide-character curses functions, including workarounds for its
	  incorrect WACS_xxx definitions.  Some of the UTF-8 examples work.
	+ add back-tab for traversal of tailboxbg widgets, for symmetry with
	  tab-traversal.
	+ reduce flicker in tailboxbg by checking if the input file size has
	  changed.
	+ modify internals of callbacks to avoid blocking reads of their
	  associated files by keyboard input.
	+ add command-line option --no-mouse, to suppress use of mouse.
	+ add configure option --enable-header-subdir to allow the header files
	  to be installed into a subdirectory named for the package.
	+ modify dlg_restore_vars() to retain the updated values of
	  input_result and input_length, eliminating the need for a caller to
	  provide their own user buffer (prompted by report by Thiago Bimbatti
	  Felicio).
	+ add a null-pointer check in show_result() for
	  dialog_vars.input_result, and ensure it is set to null after freeing
	  (prompted by report by Thiago Bimbatti Felicio).
	+ change order of -I options in CPPFLAGS (report by Michel Feldheim)
	+ modify pause-widget so that it no longer exits when an unrecognized
	  key is pressed (patch by Creidieki M Crouch).
	+ add --with-package option to configure script to allow renaming
	  of the dialog program and library, to support the package scripts.
	+ add Debian and RPM package scripts for test-builds.
	+ several improvements to configure script:
	  + quote params of ifelse()
	  + change obsolete ${name-value} to standard ${name:-value}
	  + use new macros CF_ADD_LIB/CF_ADD_LIBS to enforce consistency.
	  + AM_GNU_GETTEXT, drop $MKINSTALLDIRS, use "mkdir -p" consistently.
	  + CF_ADD_SUBDIR_PATH, workaround - if $prefix was not mkdir'd yet, no
	    directories were added.
	  + CF_BUNDLED_INTL, add --with-textdomain option, to use with lynx-dev
	    package
	  + CF_FIND_LINKAGE, simplify save/restore of $LIBS
	  + CF_GCC_WARNINGS, fix for Mac OS X (compiler makes conftest.dSYM
	    directory)
	  + CF_HEADER_PATH, don't search for variations of everything in the
	    current include-path
	  + CF_WITH_CURSES_DIR, move the calls to CF_ADD_INCDIR and
	    CF_ADD_LIBDIR for the curses-directory here, from
	    CF_NCURSES_CPPFLAGS and CF_NCURSES_LDFLAGS, so it will work even
	    with the default checking, e.g., no --with-ncurses, etc.
	+ updated config.guess, config.sub

Revision 1.53 / (download) - annotate - [select for diffs], Sun May 2 13:40:22 2010 UTC (13 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2
Changes since 1.52: +2 -2 lines
Diff to previous 1.52 (colored)

Update to 1.1.20100428:

2010/04/28
	+ several improvements to configure script:
	  + modify CF_CURSES_TERM_H to handle cases such as cygwin where
	    packager has installed curses.h and term.h in different
	    directories, e.g., to wedge in a termcap library.
	  + modify CF_XOPEN_SOURCE, adding special case for OpenSolaris
	  + modify CF_MAKE_TAGS to add check for exctags and exetags, prefer to
	    ctags and etags to work around pkgsrc (NetBSD) renaming.
	  + correct CF_FIND_LINKAGE, setting cache variable for library_file in
	    the special case where no directory search is made.
	  + improve CF_GCC_VERSION, suppress stderr for c89 alias of gcc.
	  + improve CF_GCC_WARNINGS, moving -W and -Wall into the list to
	    check, since c89 alias for gcc complains about these options.
	  + modify CF_HEADER_PATH, to not search for variations of everything
	    in the current include-path
	  + use "mkdir -p", remove mkdirs.sh
	  + use CF_CURSES_HEADER to fill in possible subdirectory used for
	    ncurses header filename.
	  + modify CF_XOPEN_CURSES to work around current ncurse header loss of
	    predefinition of _XOPEN_SOURCE_EXTENDED
	  + add "--disable-rpath-hack" option, along with scripting to add
	    rpath option to libraries found in unusual places.
	+ modify pause widget to autosize like gauge, and to omit the area for
	  buttons when none are displayed.
	+ fix an infinite loop in dlg_button_layout() if there are no buttons
	  to display (Debian #579390).
	+ add makefile rules for generating html, etc., documentation from
	  nroff.
	> patches by Samuel Mart
	+ reset errors in tailbox before reading new character.
	+ modify dlg_draw_scrollbar(), omitting hiding percentages in boxes
	  when no arrows or scrollbar are needed.
	+ correct value of row for scrollbars in formbox.
	+ update es.po from
		http://translationproject.org/latest/dialog/

Revision 1.52 / (download) - annotate - [select for diffs], Wed Feb 3 19:05:24 2010 UTC (14 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.51: +3 -3 lines
Diff to previous 1.51 (colored)

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

Revision 1.51 / (download) - annotate - [select for diffs], Wed Oct 8 09:34:00 2008 UTC (15 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.50: +10 -1 lines
Diff to previous 1.50 (colored)

Install libdialog, header files, and dialog-config.
Add buildlink3.mk file.
Bump PKGREVISION.

Revision 1.50 / (download) - annotate - [select for diffs], Sat Sep 6 14:38:34 2008 UTC (15 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored)

Update to 1.1.20080819:

2008/08/19
	+ amend changes to quoting; by default, the checklist widget quotes its
	  output except when --separate-output is used (Debian #495600).
	+ add eo.po from
		http://translationproject.org/latest/dialog/

Revision 1.49 / (download) - annotate - [select for diffs], Tue Aug 12 22:34:24 2008 UTC (15 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.48: +2 -2 lines
Diff to previous 1.48 (colored)

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.

Revision 1.48 / (download) - annotate - [select for diffs], Sun Apr 13 20:28:02 2008 UTC (15 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored)

Update to 1.1.20080316:

2008/03/16
	+ modify dlg_mouse_wgetch() to loop only on errors that it detects,
	  rather than on errors forwarded from dlg_getc(), in case those are
	  due to a disconnected terminal (report by Anatoli Sakhnik).
	+ allow "default" color in dialogrc file (request by Dashing).
	+ fix an indexing error in formbox (Debian #469190, report by Dmitry
	  Gomerman, patch by Vladimir Mezentsev).
	+ add bindings for CTL/N, CTL/P to checklist, fselect and menubox
	  widgets (prompted by discussion with John Gatewood Ham).
	+ add be@latin.po, th.po and update zh_TW.po from
		http://translationproject.org/latest/dialog/
	> patches by Peter Astrand:
	  + modify dlg_auto_sizefile() to ensure the computed height and width
	    do not extend beyond the screen size.
	  + use unctrl() to make inputstr.c work with Solaris curses.
	> patches by Yura Kalinichenko:
	  + extend pause widget to use ok/cancel buttons (the former giving the
	    same result as a timeout), rather than an exit-button.
	  + fix initialization parameter of inputbox for multibyte characters.

Revision 1.47 / (download) - annotate - [select for diffs], Sun Dec 2 13:04:11 2007 UTC (16 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored)

Update HOMEPAGES and MASTER_SITES; from Sergey Svishchev.

Revision 1.46 / (download) - annotate - [select for diffs], Thu Nov 8 19:37:49 2007 UTC (16 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (colored)

Update to 1.1.20071028:

2007/10/28
	+ improve layout of checklist.c, menubox.c, ensuring that the list fits
	  within the available space (report by Gordon Schumacher).
	+ undo removal of redundant chunk from checklist.c in 2007/02/27,
	  since some scripts depend on this (Debian #443077).
	+ update nl.po from
		http://translationproject.org/latest/dialog/

Revision 1.45 / (download) - annotate - [select for diffs], Wed Oct 17 20:46:22 2007 UTC (16 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored)

Update to 1.1.20070930:

2007/09/30
	+ correct cursor position in editbox after deleting past left margin
	  (report by Joe McDonagh).
	+ add "--no-ok" option (patch by Klaus Knopper).
	+ modify "--file" option to allow it to read from sources other than
	  a regular file (patch by Pieter van Beek).
	+ improved hi.po (Hindi) (from Klaus Knopper).
	+ fix masking of attributes in dlg_draw_shadow() which lost
	  line-drawing bit (report by David Everly).
	+ fix editbox widget to handle zero-length files (report by Joe
	  McDonagh).
	+ update "po" files eu.po ga.po it.po ms.po sv.po vi.po wa.po zh_CN.po
	  from
		http://translationproject.org/latest/dialog/

Revision 1.44 / (download) - annotate - [select for diffs], Thu Jul 19 21:53:11 2007 UTC (16 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored)

Update to 1.1.20070704:

2007/07/04
	+ revise the resizable shadows so textbox's search dialog has text
	  visible in the shadow again.
	+ improve the prefixing of autoconf-related symbols in the installed
	  header files, taking into account symbols which are not mentioned in
	  dlg_config.h
	+ add a check when ERR returned from wgetch() to ensure that the
	  input/output streams are still valid.  If that happens, force
	  ESC to be returned, quitting dialog (report by Reiner Huober).
	+ add extern "C" declarations to dlg_keys.h so the corresponding
	  function declarations are exported to C++ as C symbols.
	+ updated config.guess, config.sub

Revision 1.43 / (download) - annotate - [select for diffs], Tue Jun 12 22:25:39 2007 UTC (16 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored)

Update to 20070604:

2007/06/04
	+ fix a memory leak in editbox.c
	+ revise change from 2007/02/27 which moved the logic for trimming
	  option text out of the loop because that moved it before
	  initialization of the "--trim" option.  Put it back in the loop, but
	  limit the tokens which are trimmed to cover only those for the
	  current widget.  Also ensure that all tokens for a widget are
	  trimmed, rather than only the first, which is usually text (report by
	  Lai Zit Seng).
	+ add _FILE_OFFSET_BITS definition in CF_LARGEFILE configure macro.

Revision 1.42 / (download) - annotate - [select for diffs], Thu Jun 7 19:53:24 2007 UTC (16 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored)

Update to 1.1.20070528:

2007/05/28
	+ revise changes needed to make textbox's searchbox handle ncurses
	  resizing events, e.g., by handling the ERR in that code rather than
	  in dlg_getc() (Debian #423732).

2007/05/14
	+ supply a repaint_text() call in tailbox.c which was bypassed because
	  dlg_getc() now retries on ERR (Debian #423732, cf: 2007/02/27).
	+ modify dlg_getc() to fix regression for use of timeouts, broken by
	  fixes to allow resizing of textbox (patch by Arnaud Fontaine, Debian
	  #418905, cf:  2007/02/27).
	+ modify dlg_getc() to fix regression in use of TAB for traversal of
	  tailboxbg widgets due to changes for user-definable key bindings
	  (Debian #418917, cf:  2005/12/07).

2007/04/09
	+ add case in dlg_getc() to handle tab for traversing between widgets
	  as in the samples/tailboxbg1 script.  Normally the key binding
	  overrides, except for the special case where multiple widgets are
	  available.
	+ add configure --with-libtool-opts, which passes its value to the
	  library creation and linkage passes, e.g.,
	  	--with-libtool-opts=-static
	  to force the result to be static libraries (prompted by a related
	  request by Santiago Vila).
	> several fixes based on Coverity scan:
	+ fix memory leak in timebox, calendar widgets if the widget cannot
	  be created.
	+ fix memory leak in dlg_key.c if a user binding's storage cannot
	  be allocated.
	+ fix improperly delinked entry in dlg_del_window().

2007/03/25
	+ improve mkdirs.sh to ignore error from mkdir if the target directory
	  happens to already exist (suggested by Harald van Dijk).
	+ amend documentation for --gauge to reflect longstanding quirk which
	  allows it to read percentage from the first line after an "XXX"
	  (Debian #415596).
	+ fix makefile dependency so "configure && make install-lib" works.
	+ fix resizing of msgbox; the message was not repainted (Debian
	  #415022, patch by Brian Rolfe).
	+ fix typo in makefile LIB_OBJECT symbol from 2007/02/27 changes.
	+ improve CF_MBSTATE_T by including stdio.h, needed on Tru64 to make
	  the test-compile work.
	+ change makefile to install dialog.3 as part of install-lib rather
	  than install-man (report by Thomas Klausner).
	+ use $(INSTALL_SCRIPT) for installing dialog-config (report by
	  Santiago Vila).

Revision 1.41 / (download) - annotate - [select for diffs], Thu Mar 8 18:21:13 2007 UTC (17 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored)

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.

Revision 1.40 / (download) - annotate - [select for diffs], Wed Dec 20 02:04:52 2006 UTC (17 years, 3 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored)

Fixed PKGMANDIR.

Revision 1.39 / (download) - annotate - [select for diffs], Sun Nov 5 17:24:31 2006 UTC (17 years, 4 months ago) by joerg
Branch: MAIN
Changes since 1.38: +3 -1 lines
Diff to previous 1.38 (colored)

DESTDIR support.

Revision 1.38 / (download) - annotate - [select for diffs], Sat Sep 9 02:43:11 2006 UTC (17 years, 6 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

Rename variable MAKEFILE to MAKE_FILE.

Revision 1.37 / (download) - annotate - [select for diffs], Sat Mar 4 21:30:10 2006 UTC (18 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.

Revision 1.36 / (download) - annotate - [select for diffs], Fri Mar 3 22:29:58 2006 UTC (18 years ago) by wiz
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

Update to 1.0.20060221:

2006/02/21
	+ fix logic in split-out dlg_menu() to separate inputmenu and menu
	  handling (report by Auke Kok).

Revision 1.35 / (download) - annotate - [select for diffs], Sun Jan 29 17:56:48 2006 UTC (18 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

Update to 1.0.20060126:

2006/01/26
	+ fix fselect.c to compile properly with Intel compiler and largefile
	  option.
	+ improve configure script checks for curses headers to work around
	  breakage in some packages, e.g., cygwin.
	+ amend correction to menubox, fixes normal menus (Debian #349969).

Revision 1.34 / (download) - annotate - [select for diffs], Mon Jan 23 21:49:05 2006 UTC (18 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored)

Update to 1.0.20060119
2006/01/19
	+ completed dialog.3 manpage
	+ modify configure script option --with-gauge to cover all flavors of
	  the gauge (gauge, pause, progressbox).
	+ add progressbox widget, a hybrid of gauge and tailbox (Reznic Valery).
	+ fix a comparison in checklist.c to avoid unneeded arrows when the
	  list happens to fit in the window (patch by Peter Postma).
	+ correct wrapping computation in print_line() from 2005/11/07 changes
	  (report by Barry Kauler).
	+ update sv.po (comments only).
		http://www.iro.umontreal.ca/translation/maint/dialog/
	+ correct logic that passes the callback for menubox to do inputmenu
	  operations from 2005/12/7 changes (report by Reznic Valery).

Revision 1.33 / (download) - annotate - [select for diffs], Sun Jan 15 00:46:45 2006 UTC (18 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

Update to 1.0.20060101:

2006/01/01
	+ add a null-pointer check in dlg_register_buttons(), needed for the
	  tailboxbg (Debian #345524).
	+ fix a few memory leaks reported by valgrind.

Revision 1.32 / (download) - annotate - [select for diffs], Sat Dec 31 00:07:03 2005 UTC (18 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.31: +2 -3 lines
Diff to previous 1.31 (colored)

Update to 1.0.20051219:

2005/12/19
	+ correct return-values of new functions dlg_default_listitem() and
	  dlg_default_formitem() (Debian #344002).
	+ add Swedish translation (Debian #343303, by Daniel Nylander)
	+ begin function-summaries in dialog.3
	+ update config.guess, config.sub

2005/12/07
	+ change license to LGPL.
	+ change naming convention in dlg_colors.h to make it easier to read,
	  and incidentally remove the last chunk of code preventing relicense.
	+ add --passwordform (request by Reznic Valery).
	+ modify pause.c, msgbox.c to work with --help-button.
	+ modify formbox.c, inputbox.c, textbox.c, yesno.c to work with extra
	  button (adapted from Reznic Valery patch).
	+ modify dlg_exit_label(), dlg_yes_labels() and dlg_ok_label() to allow
	  help-button (prompted by Reznic Valery patch).
	+ add zh_CN.po file from
		http://www.iro.umontreal.ca/translation/maint/dialog/
	+ provide alternate interfaces for dialog_checklist(), dialog_menu()
	  and dialog_form():  dlg_checklist(), dlg_menu() and dlg_form()
	  (discussion with Michael Gebetsroither).
	+ add/use dlg_result_key() to allow binding function keys to the
	  buttons.
	+ implement user-definable key bindings in the rc-file.
	+ modify inline cases for KEY_xxx values to use binding tables in new
	  module dlg_keys.c
	+ add several DIALOG_STATE items to the rc file:  aspect,
	  separate_widget, tab_len and visit_links
	+ add a tab-adjustment to dlg_print_text() to improve solution from
	  2005/10/30, e.g., in the samples/form* scripts.
	+ fix an off-by-one which made mouse-selection not work for menu items
	  past the first page (GenToo #112024, patch by Harald van Dijk).

2005/11/07
	+ extend dlg_add_result() to allow caller to pass a null pointer
	  for dialog_vars.input_result (Debian #336986).
	+ correct length used for text portion of radio/checkboxes (report by
	  Valentin Stoykov).
	+ modify msgbox, textbox and center_label() to work properly for
	  LANG=bg_BG.utf8 examples by Valentin Stoykov.
	+ modify use of freopen() to work with opaque FILE type on DragonFly
	  (report by Jeremy C Reed).
	+ modify print_line() to compute columns, use that for the call to
	  dlg_print_line().  Fix a few places where strlen() was used instead
	  of dlg_count_columns() (reports by Valentin Stoykov).

2005/10/30
	+ reviewed changes since beginning development in 1999, decided that
	  there are no appreciable portions of original code remaining.
	  Marked sources to correspond.
	+ improve cache performance for inputstr.c using tsearch() rather than
	  a linked-list search (Debian #294853).
	+ remove a special case for darwin in CF_XOPEN_SOURCE configure macro.
	+ add ms.po file from
		http://www.iro.umontreal.ca/translation/maint/dialog/
	+ remove an assignment that caused the cursor to appear initially on a
	  form field rather than button (Debian #333506).
	+ modify buttons.c to count columns rather than bytes, fixing case
	  where buttons were laid out incorrectly (report by Valentin Stoykov).
	+ change dlg_print_text() to count columns rather than bytes, fixing
	  case where fewer columns were displayed in menu than expected
	  (report by Valentin Stoykov).

2005/10/05
	+ improve fix for dlg_does_output(), eliminating redundant leading
	  separator.
	+ fill background color for item-help text (report by Peter Postma).
	+ correct interaction between --separate-output and --output-separator
	  broken in 2005/09/11 fix for Debian #326918 (Debian #331440).
	+ update config.guess, config.sub

Revision 1.31 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:38 2005 UTC (18 years, 3 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.30 / (download) - annotate - [select for diffs], Tue Nov 8 13:25:12 2005 UTC (18 years, 4 months ago) by joerg
Branch: MAIN
Changes since 1.29: +2 -1 lines
Diff to previous 1.29 (colored)

The stdio abuse is bad enough to warrant a PKGREVISION bump.

Revision 1.29 / (download) - annotate - [select for diffs], Fri Sep 30 22:02:56 2005 UTC (18 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.28: +8 -19 lines
Diff to previous 1.28 (colored)

Update to 1.0.20050911. Changes since 1997 (or 1995?) are too many
to mention here, see
	http://dickey.his.com/dialog/CHANGES
for details.

Closes PR pkg/30856.

Revision 1.28 / (download) - annotate - [select for diffs], Sun May 22 20:08:14 2005 UTC (18 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison

Revision 1.27 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:34 2005 UTC (18 years, 11 months ago) by tv
Branch: MAIN
Changes since 1.26: +1 -2 lines
Diff to previous 1.26 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.26 / (download) - annotate - [select for diffs], Sun Oct 3 00:12:58 2004 UTC (19 years, 5 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Revision 1.25 / (download) - annotate - [select for diffs], Mon May 31 16:47:48 2004 UTC (19 years, 9 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.24: +5 -1 lines
Diff to previous 1.24 (colored)

Enable pkgviews installation.  Patches provided by Joachim Kuebart on
tech-pkg@.

Revision 1.24 / (download) - annotate - [select for diffs], Sat Apr 24 22:46:11 2004 UTC (19 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

Relinquish maintainership of packages to tech-pkg@NetBSD.org.

Revision 1.23 / (download) - annotate - [select for diffs], Tue Mar 23 04:41:01 2004 UTC (20 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.

Revision 1.22 / (download) - annotate - [select for diffs], Thu Feb 12 15:58:04 2004 UTC (20 years, 1 month ago) by minskim
Branch: MAIN
Changes since 1.21: +3 -3 lines
Diff to previous 1.21 (colored)

bl3ify

Revision 1.21 / (download) - annotate - [select for diffs], Sat Jan 24 14:11:09 2004 UTC (20 years, 1 month ago) by grant
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.

Revision 1.20 / (download) - annotate - [select for diffs], Sun Sep 28 09:13:58 2003 UTC (20 years, 5 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Back out last change related to moving ncurses/buildlink2.mk to
curses.buildlink2.mk.  This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.

We should have a better way to say that the NetBSD curses doesn't
quite work well enough.  In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages.  We will look into this again in the future.

Revision 1.19 / (download) - annotate - [select for diffs], Sat Sep 27 17:07:37 2003 UTC (20 years, 5 months ago) by grant
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides
support for base system curses/ncurses as well as ncurses itself.

suggested by wiz.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Jul 17 21:48:52 2003 UTC (20 years, 8 months ago) by grant
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.17 / (download) - annotate - [select for diffs], Sun Jul 13 13:52:35 2003 UTC (20 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

PKGREVISION bump for libiconv update.

Revision 1.16 / (download) - annotate - [select for diffs], Tue Jun 10 12:18:28 2003 UTC (20 years, 9 months ago) by salo
Branch: MAIN
Changes since 1.15: +2 -3 lines
Diff to previous 1.15 (colored)

Fix INCOMPAT_CURSES patterns to include all netbsd-1-[56] versions.

Revision 1.13.2.1 / (download) - annotate - [select for diffs], Sun Apr 20 12:07:16 2003 UTC (20 years, 11 months ago) by grant
Branch: netbsd-1-6-1
Changes since 1.13: +3 -1 lines
Diff to previous 1.13 (colored) next main 1.14 (colored)

Pull up revisions 1.14-1.15 (requested by jdc in ticket #1246):

- Mark NetBSD 1.6 version as imcompatible.
- bump PKGREVISION.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Apr 7 17:21:09 2003 UTC (20 years, 11 months ago) by jdc
Branch: MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

Bump the package revision.  Pointed out by Matthias Scheler.

Revision 1.14 / (download) - annotate - [select for diffs], Sat Apr 5 10:14:57 2003 UTC (20 years, 11 months ago) by jdc
Branch: MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

Mark NetBSD 1.6 version as imcompatible.
From PR 20834 by Stephen Borrill.

Revision 1.13 / (download) - annotate - [select for diffs], Sat Sep 21 01:00:58 2002 UTC (21 years, 6 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-6-1-base
Branch point for: netbsd-1-6-1
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored)

buildlink1 -> buildlink2

Revision 1.12 / (download) - annotate - [select for diffs], Wed Aug 7 06:10:35 2002 UTC (21 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-6-RELEASE-base, netbsd-1-6
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Create new variables INCOMPAT_ZLIB, INCOMPAT_BZIP2, INCOMPAT_READLINE,
INCOMPAT_GETTEXT that are analogous to INCOMPAT_ICONV and contain lists of
shell wildcards intended to match against ${MACHINE_PLATFORM}.  These
variables are used to note those platforms that have the named packages in
the base system but are incompatible in some way from the pkgsrc version
of the same package.  Change INCOMPAT_CURSES to have the same sematics as
above.  These variables allow much greater precision in specifying which
platforms have broken (for the purposes of pkgsrc) versions of software in
the base system that must be ignored.

The buildlink.mk files for these packages define private _INCOMPAT_*
versions of these variables, and they contain the default lists of
platforms that are known to have incompatible software bits.

This addresses pkg/17775 submitted by Julien T. Letessier
<julien.letessier at sun dot com>.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Apr 22 13:07:51 2002 UTC (21 years, 11 months ago) by tron
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, buildlink2-base, buildlink2
Changes since 1.10: +3 -2 lines
Diff to previous 1.10 (colored)

This package doesn't work with NetBSD 1.5 and 1.5.x's curses library.
Problem noted by Stephen Borrill in PR pkg/16286.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Nov 30 03:20:16 2001 UTC (22 years, 3 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH003
Changes since 1.9: +1 -2 lines
Diff to previous 1.9 (colored)

Remove commented-out USE_CURSES definition.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jun 19 15:53:11 2001 UTC (22 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.8: +17 -18 lines
Diff to previous 1.8 (colored)

Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.  By using
ncurses/buildlink.mk, we can refer to the ncurses header as ncurses.h and
the ncurses lib as libncurses.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Feb 17 18:08:58 2001 UTC (23 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.7 / (download) - annotate - [select for diffs], Thu Nov 2 03:25:33 2000 UTC (23 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.6: +4 -2 lines
Diff to previous 1.6 (colored)

NEED_NCURSES check doesn't have to be after bsd.pkg.mk inclusion anymore
(only after bsd.prefs.mk inclusion)

Revision 1.6 / (download) - annotate - [select for diffs], Fri Jul 28 20:30:08 2000 UTC (23 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Changes since 1.5: +8 -5 lines
Diff to previous 1.5 (colored)

Make use of new USE_CURSES functionality.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Jan 15 18:46:30 2000 UTC (24 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Update dependency on ncurses to >=4.2

Revision 1.4 / (download) - annotate - [select for diffs], Tue Jul 6 08:04:14 1999 UTC (24 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH001, comdex-fall-1999
Changes since 1.3: +9 -9 lines
Diff to previous 1.3 (colored)

    * Update ncurses dependency.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Apr 15 20:39:44 1999 UTC (24 years, 11 months ago) by tron
Branch: MAIN
CVS Tags: netbsd-1-4-RELEASE
Changes since 1.2: +2 -3 lines
Diff to previous 1.2 (colored)

Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" with
variable substituition of "MASTER_SITES" and "PATCH_SITES".

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jun 22 12:52:31 1998 UTC (25 years, 9 months ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH003
Changes since 1.1: +1 -2 lines
Diff to previous 1.1 (colored)

Update package Makefiles for automatic manual page handling.

Revision 1.1 / (download) - annotate - [select for diffs], Tue May 26 22:07:19 1998 UTC (25 years, 9 months ago) by tron
Branch: MAIN

New "dialog" package supplied by Johnny C. Lam in PR pkg/4993.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>