2013-01-11 00:53:15 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Apply some void. |
2012-10-03 13:43:48 by Aleksej Saushev | Files touched by this commit (150) |
Log message: Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. |
2009-06-14 19:50:28 by Joerg Sonnenberger | Files touched by this commit (75) |
Log message: Remove @dirrm entries from PLISTs |
2008-03-03 19:25:53 by Johnny C. Lam | Files touched by this commit (33) |
Log message: Mechanical changes to add DESTDIR support to packages that install their files via a custom do-install target. |
2005-12-09 17:22:29 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Fix errno. |
2005-06-16 08:58:08 by Johnny C. Lam | Files touched by this commit (465) |
Log message: Create directories before installing files into them. |
2005-02-23 18:15:14 by Alistair G. Crooks | Files touched by this commit (83) |
Log message: Add RMD160 digests in addition to the SHA1 ones. |
2004-01-23 00:19:02 by Alistair G. Crooks | Files touched by this commit (2) |
Log message: Make this compile with gcc3: varargs -> stdarg |
2003-07-17 23:50:07 by grant beattie | Files touched by this commit (1504) |
Log message: s/netbsd.org/NetBSD.org/ |
2002-04-19 16:05:19 by Tomasz Luchowski | Files touched by this commit (7) | ![]() |
Log message: Initial import of ve-1.0 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 |