diff options
author | foxfair <foxfair@FreeBSD.org> | 1999-08-31 18:12:42 +0000 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 1999-08-31 18:12:42 +0000 |
commit | ceb999b89799ae67d9a97f5e704ba5feed3d3d2b (patch) | |
tree | d2779163ba7ddad4762659465bb2f2c92c3a6828 /chinese/ve | |
parent | 5af6fc318f037c8d943194a598f4575ff75efa2f (diff) | |
download | FreeBSD-ports-ceb999b89799ae67d9a97f5e704ba5feed3d3d2b.zip FreeBSD-ports-ceb999b89799ae67d9a97f5e704ba5feed3d3d2b.tar.gz |
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/ve')
-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 0000000..fc02297 --- /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 0000000..f2b9705 --- /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 0000000..9b7a6a3 --- /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 0000000..c70284d --- /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 0000000..62448e9 --- /dev/null +++ b/chinese/ve/pkg-plist @@ -0,0 +1,4 @@ +bin/ve +share/ve/00readme.txt +share/ve/ve.hlp +@dirrm share/ve |