summaryrefslogtreecommitdiff
path: root/editors/ve/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2014-02-24Depend on termcap and don't link compat on SunOSwiedi1-1/+8
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2008-03-03Mechanical changes to add DESTDIR support to packages that installjlam1-4/+6
their files via a custom do-install target.
2005-06-16Create directories before installing files into them.jlam1-1/+3
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2002-04-19Initial import of ve-1.0zuntum1-0/+21
NTHU-CS Maple BBS 2.36 BBS-like editor ve is a tiny editor. Besides normal functions, it has some great features for programmers -- goto line (ESC-G) cut & paste cross files (Ctrl-G to see ve.hlp) block shift left/right (ESC-J/K, Ctrl-G to see ve.hlp) parenthesis matching (ESC-[) seaching (Ctrl-S, ESC-n, ESC-p) (matching start of line, case sensitive/in-sensitive, forward/backward) undo line (ESC - '-', or ESC-_ ) undelete lines (ESC-u) ... emacs-like hot-key Provided by Rui-Xiang Guo <rxg@netbsd.org> in pkg/16268