Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
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.
|
|
2006/02/21
+ fix logic in split-out dlg_menu() to separate inputmenu and menu
handling (report by Auke Kok).
|
|
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).
|
|
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).
|
|
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.
|
|
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
|
|
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
|
|
(Not bumping PKGREVISION, since it was bumped today for similar patch.)
|
|
Infact, the LHS is not needed at all.
|
|
|
|
is ever likely to work.
|
|
to mention here, see
http://dickey.his.com/dialog/CHANGES
for details.
Closes PR pkg/30856.
|
|
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
|
|
|
|
|
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.
|
|
tech-pkg@.
|
|
|
|
|
|
|
|
|
|
it further to not even build it, and just link the objects in directly,
to save us from having to drag in libtool so the library gets ranlibbed
properly on darwin. PR 20487
|
|
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.
|
|
support for base system curses/ncurses as well as ncurses itself.
suggested by wiz.
|
|
compile with non-gcc compilers. Ok jlam@.
|
|
|
|
|
|
|
|
|
|
From PR 20834 by Stephen Borrill.
|
|
|
|
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>.
|
|
Problem noted by Stephen Borrill in PR pkg/16286.
|
|
|
|
|
|
ncurses/buildlink.mk, we can refer to the ncurses header as ncurses.h and
the ncurses lib as libncurses.
|
|
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
|
|
|
|
|
|
(only after bsd.prefs.mk inclusion)
|
|
|
|
|
|
|
|
|
|
|
|
|