Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Aug 1999 15:14:25 +0800 (CST)
From:      Wu Ching-hong <woju@freebsd.ntu.edu.tw>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/13372: New port: ve - NTHU-CS Maple 2.36 BBS-like editor (re-send)
Message-ID:  <199908250714.PAA09082@freebsd.ntu.edu.tw>

next in thread | raw e-mail | index | archive | help

>Number:         13372
>Category:       ports
>Synopsis:       New port: ve - NTHU-CS Maple 2.36 BBS-like editor (re-send)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 25 00:20:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     woju
>Release:        FreeBSD 3.2-STABLE i386
>Organization:
National Taiwan University
>Environment:

>Description:
Please close the previous pr -- ports/13371, use this pr instead. There
are some unrecognized problems causing empty message contents.

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

>How-To-Repeat:
fetch -o- ftp://wj.o3.net/freebsd/woju/ports/ve.tgz | \
   tar xvfz - -C /usr/ports/chinese
cd /usr/ports/chinese/ve
make package

For binary package --
ntubsd[root]:~# pkg_add ftp://wj.o3.net/freebsd/pkg/zh-ve-1.0.tgz

>Fix:
Please commit it, thanks.

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908250714.PAA09082>