diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 1999-08-31 18:12:42 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 1999-08-31 18:12:42 +0000 |
commit | c4585d8d0ef0a5f04a8700b9fc985016c0c22179 (patch) | |
tree | 33757718c2ee2d8acbf1ccf323d25c41f6012cf9 /chinese | |
parent | Update to 0.9.9-3. (diff) |
PR: 13372
Submitted by: woju@freebsd.ntu.edu.tw
New port : ve, a Chinese command line editor, obtained from
NTHU-CS Maple BBS 2.36 src code.
From the submitter:
ve is a tiny editor, about 60K. It's woju's favorite UNIX editor.
The most obvious weakness of ve is changing TABs into Spaces. So
please don't use ve to edit TAB-important files, such as Makefile,
sendmail.cf, syslog.conf... etc.
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/ve/Makefile | 18 | ||||
-rw-r--r-- | chinese/ve/distinfo | 2 | ||||
-rw-r--r-- | chinese/ve/pkg-comment | 1 | ||||
-rw-r--r-- | chinese/ve/pkg-descr | 32 | ||||
-rw-r--r-- | chinese/ve/pkg-plist | 4 |
5 files changed, 57 insertions, 0 deletions
diff --git a/chinese/ve/Makefile b/chinese/ve/Makefile new file mode 100644 index 000000000000..fc022970207f --- /dev/null +++ b/chinese/ve/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: ve +# Version required: 1.0 +# Date created: 25 Aug 1999 +# Whom: Ching-Hong Wu <woju@freebsd.ntu.edu.tw> +# +# $FreeBSD$ +# + +DISTNAME= ve-1.0 +PKGNAME= zh-ve-1.0 +CATEGORIES= chinese +MASTER_SITES= ftp://freebsd.ntu.edu.tw/freebsd/woju/source/ \ + ftp://bsd.sinica.edu.tw/pub/FreeBSD/taiwan/users/woju/source/ +EXTRACT_SUFX= .tgz + +MAINTAINER= woju@freebsd.ntu.edu.tw + +.include <bsd.port.mk> diff --git a/chinese/ve/distinfo b/chinese/ve/distinfo new file mode 100644 index 000000000000..f2b9705ef119 --- /dev/null +++ b/chinese/ve/distinfo @@ -0,0 +1,2 @@ +MD5 (ve-1.0.tgz) = 63acfa76e2128249b3a71fbbc5594acc +MD5 (ve-1.0.tgz) = 8ac6f78f46dd95f2e8ad08e3d8052751 diff --git a/chinese/ve/pkg-comment b/chinese/ve/pkg-comment new file mode 100644 index 000000000000..9b7a6a3600f8 --- /dev/null +++ b/chinese/ve/pkg-comment @@ -0,0 +1 @@ +NTHU-CS Maple BBS 2.36 BBS-like editor diff --git a/chinese/ve/pkg-descr b/chinese/ve/pkg-descr new file mode 100644 index 000000000000..c70284dd8ddf --- /dev/null +++ b/chinese/ve/pkg-descr @@ -0,0 +1,32 @@ +NTHU-CS Maple BBS 2.36 BBS-like editor + +ftp://wj.o3.net/freebsd/woju/source/ve.txt + +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 + +ve is a tiny editor, about 60K. It's woju's favorite UNIX editor. +The most obvious weakness of ve is changing TABs into Spaces. So +please don't use ve to edit TAB-important files, such as Makefile, +sendmail.cf, syslog.conf... etc. + +Manual -- +ve.hlp: less -r ve.hlp + +About TAB/SPACE +diff -b f.orig f.new +or "-durb" + +man expand/unexpand + +See Also -- +ports/chinese/big5con diff --git a/chinese/ve/pkg-plist b/chinese/ve/pkg-plist new file mode 100644 index 000000000000..62448e929d0a --- /dev/null +++ b/chinese/ve/pkg-plist @@ -0,0 +1,4 @@ +bin/ve +share/ve/00readme.txt +share/ve/ve.hlp +@dirrm share/ve |