summaryrefslogtreecommitdiff
path: root/editors/ve/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for editors categoryagc1-1/+2
Problems found with existing distfiles: distfiles/javascript-2.1b1.el distfiles/yEd-3.14.2.zip No changes made to the javascript-mode or yEd distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-09-23Don't include termcap.h on SunOS.jperkin1-2/+2
2013-07-18Add termios.h formerly included by unistd.h.joerg1-1/+2
2013-01-10Apply some void.joerg1-2/+2
2005-12-09Fix errno.joerg1-1/+2
2005-02-23Add RMD160 digests in addition to the SHA1 ones.agc1-1/+2
2004-01-22Make this compile with gcc3: varargs -> stdargagc1-1/+2
2002-04-19Initial import of ve-1.0zuntum1-0/+7
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