summaryrefslogtreecommitdiff
path: root/misc/iselect
AgeCommit message (Collapse)AuthorFilesLines
2001-06-20Convert to use buildlink.mk file to get ncurses dependency and mark asjlam1-3/+4
USE_BUILDLINK_ONLY.
2001-06-20Don't rely on redrawwin() in ncurses...use touchwin(),wrefresh() instead.jlam4-6/+37
Add patches to remove clearing of CFLAGS and LDFLAGS during configure process to preserve passed-in values.
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-14Change MAINTAINER section to packages@netbsd.orgjtb1-2/+2
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-14Typo : an user -> a user.jtb1-1/+1
2001-02-14Initial import of iselect:jtb7-0/+40
Iselect is a curses based interactive selection tool. It can be used either as an user interface frontend controlled by a Bourne-Shell/Perl/Tcl backend as its wrapper or in batch mode as a pipeline filter (usually between grep and the final executing command).