summaryrefslogtreecommitdiff
path: root/misc/reed
AgeCommit message (Collapse)AuthorFilesLines
2002-11-09Update to 5.4. Changes:wiz7-73/+35
5.4: * L and l can be used to set/go to a default bookmark. * You can scroll past the end of the file (into blank space). This is important because... * :o will look for a filename on the current top line and try to open it, going to the bookmark if you're in your bookmarks file. * :l will give you a list of buffers. * Of course, bug fixes and code cleanups. 5.3: * Filenames are reverse truncated in the status bar if they're too long. * Updated the build system. * Breed supports -w to word wrap files, if possible/desirable. * Typos fixed. 5.2: * ,, ., and r work as documented. * :r reloads a file if it was on disk (and not a stream). * Naming the buffer based on the manual page name is now more accurate. * URLs load in breed again. * Breed doesn't make a file named '-' anymore when reading postscript. 5.1: This release no longer segfaults if the configuration file is missing. 'H' brings up a short help file in the program. Bookmarks are more aesthetically displayed. Some other, minor bugs were fixed. 5.0: Reed has been completely rewritten. Searching (and highlighting) is now file-specific. Invoking an editor now goes to the current line within that editor. The bookmark file format has changed and is incompatible with previous versions. The included script fix_bookmarks.pl can update your bookmarks for you. Bookmarks can now all be viewed with the 'B' command. 'Fake' filenames can be changed using the 'R' command. Reed now automatically reads from stdin if no filename is given and data is waiting. Greater 'less' compatibility was added to the (the old j is now J). Older changes ignored since reed was completely rewritten in 5.0.
2002-10-25buildlink1 -> buildlink2.wiz1-3/+4
2002-08-07Create new variables INCOMPAT_ZLIB, INCOMPAT_BZIP2, INCOMPAT_READLINE,jlam1-2/+2
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>.
2001-12-25Add comment with reason for INCOMPAT_CURSES setting.wiz1-1/+2
2001-12-25Set INCOMPAT_CURSES for wgetnstr. Fixes pkg/15052 (and bulk build problem).wiz1-1/+3
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-12src/util.c expects wgetnstr to be in the curses library, so requirejlam1-1/+2
ncurses through ncurses/buildlink.mk. -current systems are unaffected by this change, but 1.5.x and lower should now use devel/ncurses to build reed.
2001-09-02Initial import of reed-4.6, an auto-scrolling text viewer.wiz8-0/+98