cvs commit: src Makefile.inc1 src/lib Makefile src/lib/libncurse

看板DFBSD_commit作者時間21年前 (2005/03/14 10:02), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
eirikn 2005/03/12 11:13:54 PST DragonFly src repository Modified files: . Makefile.inc1 lib Makefile lib/libncurses Makefile Added files: lib/libncurses Makefile.inc lib/libncurses/include MKterm.h.awk curses.head ncurses_cfg.h pathnames.h termcap.h unctrl.h lib/libncurses/libform Makefile lib/libncurses/libmenu Makefile lib/libncurses/libncurses Makefile termcap.c lib/libncurses/libpanel Makefile lib/libncurses/man Makefile clear.1 curs_add_wch.3 curs_add_wchstr.3 curs_addch.3 curs_addchstr.3 curs_addstr.3 curs_addwstr.3 curs_attr.3 curs_beep.3 curs_bkgd.3 curs_bkgrnd.3 curs_border.3 curs_border_set.3 curs_clear.3 curs_color.3 curs_delch.3 curs_deleteln.3 curs_extend.3 curs_get_wch.3 curs_get_wstr.3 curs_getcchar.3 curs_getch.3 curs_getstr.3 curs_getyx.3 curs_in_wch.3 curs_in_wchstr.3 curs_inch.3 curs_inchstr.3 curs_initscr.3 curs_inopts.3 curs_ins_wch.3 curs_ins_wstr.3 curs_insch.3 curs_insstr.3 curs_instr.3 curs_inwstr.3 curs_kernel.3 curs_mouse.3 curs_move.3 curs_outopts.3 curs_overlay.3 curs_pad.3 curs_print.3 curs_printw.3 curs_refresh.3 curs_scanw.3 curs_scr_dump.3 curs_scroll.3 curs_slk.3 curs_termattrs.3 curs_termcap.3 curs_terminfo.3 curs_touch.3 curs_trace.3 curs_util.3 curs_window.3 default_colors.3 define_key.3 form.3 form_cursor.3 form_data.3 form_driver.3 form_field.3 form_field_attributes.3 form_field_buffer.3 form_field_info.3 form_field_just.3 form_field_new.3 form_field_opts.3 form_field_userptr.3 form_field_validation.3 form_fieldtype.3 form_hook.3 form_new.3 form_new_page.3 form_opts.3 form_page.3 form_post.3 form_requestname.3 form_userptr.3 form_win.3 key_defined.3 keybound.3 keyok.3 menu.3 menu_attributes.3 menu_cursor.3 menu_driver.3 menu_format.3 menu_hook.3 menu_items.3 menu_mark.3 menu_new.3 menu_opts.3 menu_pattern.3 menu_post.3 menu_requestname.3 menu_spacing.3 menu_userptr.3 menu_win.3 mitem_current.3 mitem_name.3 mitem_new.3 mitem_opts.3 mitem_userptr.3 mitem_value.3 mitem_visible.3 ncurses.3 panel.3 resizeterm.3 term.5 term.7 terminfo.5 tput.1 tset.1 wresize.3 Removed files: lib/libncurses ncurses_cfg.h pathnames.h termcap.c lib/libform Makefile lib/libpanel Makefile lib/libmenu Makefile Log: Update ncurses to version 5.4. The framework has been written from scratch and I moved everything into lib/libncurses to centralize the build process for it. The man-pages is modified by the build in the ncurses paged so I have added the modified man-pages here. Revision Changes Path 1.58 +2 -2 src/Makefile.inc1 1.16 +2 -2 src/lib/Makefile 1.7 +7 -532 src/lib/libncurses/Makefile http://www.dragonflybsd.org/cvsweb/src/Makefile.inc1.diff?r1=1.57&r2=1.58&f=u http://www.dragonflybsd.org/cvsweb/src/lib/Makefile.diff?r1=1.15&r2=1.16&f=u http://www.dragonflybsd.org/cvsweb/src/lib/libncurses/Makefile.diff?r1=1.6&r2=1.7&f=u
文章代碼(AID): #12DF2S00 (DFBSD_commit)