aboutsummaryrefslogtreecommitdiff
path: root/lib/ncurses
Commit message (Collapse)AuthorAgeFilesLines
* Add new man pagesPeter Wemm2000-07-031-1/+3
| | | | Notes: svn path=/head/; revision=62457
* Get this to compile in the 5.1-20000701-prerelease environment.Peter Wemm2000-07-033-5/+17
| | | | Notes: svn path=/head/; revision=62456
* Add missing source files. Sort SRCS.Thomas Gellekum2000-05-243-8/+14
| | | | | | | PR: 18631 Notes: svn path=/head/; revision=60861
* Make a link from curses.3 -> ncurses.3 so that 'man 3 curses' doesPeter Wemm2000-03-021-0/+1
| | | | | | | something remotely useful. Notes: svn path=/head/; revision=57685
* Add the new version.c file for curses_version(3)Peter Wemm2000-01-261-0/+1
| | | | Notes: svn path=/head/; revision=56642
* Replace beforeinstall target with new variables used by .mk system.Rodney W. Grimes2000-01-143-14/+3
| | | | | | | Reviewed by: marcel, and make world Notes: svn path=/head/; revision=55955
* This is the second half of unbreaking the world build. Add a -DNOHTMLBrian Feldman2000-01-111-0/+2
| | | | | | | | | corollary for -DNOINFO and -DNOMAN. I'll fix this properly (add specific HTML doc magic) in the .mk files later; right now, just unbreak the world. Notes: svn path=/head/; revision=55816
* *draws his sword*Brian Feldman2000-01-111-0/+1
| | | | | | | | | | | | I smite thee, vile buildworld breakage! The story is that these were added to beforeinstall improperly. In our beforeinstall, a full mtree has not been populated. Since the tree is not populated, we explode from missing directories on doc install. It should not be done in beforeinstall (includes) anyway. Notes: svn path=/head/; revision=55813
* Install html files to /usr/share/doc/ncurses/Alexey Zelkin2000-01-101-0/+9
| | | | Notes: svn path=/head/; revision=55759
* Make sure curses.h is generated when making build-tools make_keysMarcel Moolenaar1999-12-201-2/+2
| | | | | | | and make_hash depend on it. Notes: svn path=/head/; revision=54876
* Add a `build-tools' target for make_hash and make_keys.Marcel Moolenaar1999-12-131-0/+2
| | | | Notes: svn path=/head/; revision=54576
* Install include files with mode 444.Marcel Moolenaar1999-12-111-1/+1
| | | | Notes: svn path=/head/; revision=54435
* EEK! termios mode wasn't activated..Peter Wemm1999-11-301-1/+1
| | | | | | | Noticed by: Christian Weisgerber <naddy@mips.rhein-neckar.de> Notes: svn path=/head/; revision=53926
* Don't complain loudly about unknown termcap capabilities, eg:Peter Wemm1999-11-171-1/+1
| | | | | | | | | | | {vladivostok:/usr/home/ken:1:0} echo |more "TERMCAP", line 0, col 60, terminal 'screen': unknown capability 'G0' "TERMCAP", line 0, col 806, terminal 'screen': unknown capability 'AX' Submitted by: Kenneth D. Merry <ken@kdm.org> Notes: svn path=/head/; revision=53252
* Try and catch a make -j problem in 'make depend'.Peter Wemm1999-09-261-0/+2
| | | | | | | Tested by: Dirk-Willem van Gulik <dirkx@va-179.skylink.it> Notes: svn path=/head/; revision=51687
* Add bmake glue for libform (the SVSV-style ETI curses form driver fromPeter Wemm1999-09-051-0/+23
| | | | | | | ncurses) Notes: svn path=/head/; revision=50937
* Add bmake glue for libpanel (the SVSV-style ETI curses panel (overlappingPeter Wemm1999-09-051-0/+19
| | | | | | | layers) driver from ncurses) Notes: svn path=/head/; revision=50936
* Add bmake glue for libmenu (the SVSV-style ETI curses menu driver fromPeter Wemm1999-09-051-0/+24
| | | | | | | ncurses) Notes: svn path=/head/; revision=50935
* Add a missing dependency for make_hash which could make various forms ofPeter Wemm1999-09-011-1/+1
| | | | | | | | | | make -jN fail. This fixes the present problem only, not the larger one of when those internal tools are built and the cross-compiling etc. Submitted by: luoqi Notes: svn path=/head/; revision=50726
* Make SYMLINKS relative. SYMLINKS are supposed to be relative, and for thisDmitrij Tejblum1999-08-301-25/+25
| | | | | | | reason ${DESTDIR} isn't added to the symlink source. Notes: svn path=/head/; revision=50676
* Use src/contrib/ncurses, v5.0.990821 prerelease.Peter Wemm1999-08-304-198/+941
| | | | | | | | | | | | | | | This isn't quite finished yet, there are still some unresolved problems with ospeed and the sgtty.h (non-posix) terminal interface. Mostly this only causes problems with src/games. The other tools and libraries (libform,libpanel,libmenu) will come shortly but are seperate. Beware, there be dragons here! (The build will be broken for a short while) Notes: svn path=/head/; revision=50624
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Renamed the generated include file keys.tries to keys.tries.h soBruce Evans1998-03-201-10/+6
| | | | | | | | that it can be put in SRCS for dependency generation to work properly. Don't use beforedepend, as usual. Notes: svn path=/head/; revision=34710
* Remove terminfo manpage we don't have itAndrey A. Chernov1997-10-201-2/+2
| | | | Notes: svn path=/head/; revision=30605
* Fix saving/restoring tty modes, allow initscr be called twice,Andrey A. Chernov1997-08-251-2/+2
| | | | | | | from ncurses 4.1 Notes: svn path=/head/; revision=28698
* Add winnstr family and fake resizeterm from ncurses 4.1 for compatibilityAndrey A. Chernov1997-08-241-3/+3
| | | | | | | | with recent applications. Bump minor number. Notes: svn path=/head/; revision=28665
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22993
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Fixed DPADD.Bruce Evans1996-09-051-2/+3
| | | | Notes: svn path=/head/; revision=18050
* cmp -s || install -c ==> install -CPeter Wemm1996-08-301-8/+5
| | | | Notes: svn path=/head/; revision=17935
* Delete -DGOOD_SELECT from CFLAGS, we don't have it. This is used toPeter Wemm1996-08-261-2/+2
| | | | | | | | indicate that select() returns the leftover time remaining in the timeval arg of select, we don't do that (yet :-). Notes: svn path=/head/; revision=17830
* remove MLINKS tparm.3 due name clash with libtermcapWolfram Schneider1996-05-271-2/+5
| | | | Notes: svn path=/head/; revision=15947
* Added some missing MLINKS for section 3 man pages.Mike Pritchard1996-02-091-1/+125
| | | | | | | | | | Also corrected a few minor formatting errors, file location and cross references in some of the section 3 man pages. This shuts up a lot of the output from "manck" for section 3. Notes: svn path=/head/; revision=13987
* Install source files with the -c flag, not with the optional flag ${COPY}.Bruce Evans1995-08-061-3/+3
| | | | Notes: svn path=/head/; revision=9971
* Bump major number instead of minorAndrey A. Chernov1995-05-081-3/+3
| | | | Notes: svn path=/head/; revision=8353
* Bump minor numberAndrey A. Chernov1995-05-031-1/+3
| | | | Notes: svn path=/head/; revision=8247
* Add a bit more docsAndrey A. Chernov1995-04-201-1/+2
| | | | Notes: svn path=/head/; revision=7962
* Add missing lib_window.c to SRCSAndrey A. Chernov1995-02-131-2/+2
| | | | Notes: svn path=/head/; revision=6344
* termcap.h now belongs to systemAndrey A. Chernov1994-12-041-2/+2
| | | | Notes: svn path=/head/; revision=4941
* Upgrade to version 1.8.6Andrey A. Chernov1994-12-021-4/+7
| | | | Notes: svn path=/head/; revision=4898
* wscrl: implement partial scrolling via al/dlAndrey A. Chernov1994-11-291-3/+3
| | | | | | | | winsdel: implemented via wscrl winsertln/deleteln: implemented as macros via winsdel Notes: svn path=/head/; revision=4860
* Add -I${.CURDIR}Andrey A. Chernov1994-10-281-2/+2
| | | | Notes: svn path=/head/; revision=3960
* LDADD: = -> +=Andrey A. Chernov1994-10-121-2/+2
| | | | Notes: svn path=/head/; revision=3526
* Fix two problems pointed by Bruce:Andrey A. Chernov1994-10-121-12/+14
| | | | | | | | | keys.tries generated in ${.CURDIR} which may be readonly lib_options.{po,so} not properly rebuilded if keys.tries deleted and no .depend Notes: svn path=/head/; revision=3523
* Merge term.h & nterm.hAndrey A. Chernov1994-10-101-2/+2
| | | | Notes: svn path=/head/; revision=3482
* Add copyright.c to be always linked inAndrey A. Chernov1994-10-091-1/+4
| | | | Notes: svn path=/head/; revision=3455
* Moved from ports with several enhancementsAndrey A. Chernov1994-10-071-0/+73
Notes: svn path=/cvs2svn/branches/zmbenhal/; revision=3410