Date: Tue, 16 Nov 1999 13:59:03 -0800 (PST) From: ele@pop17.odn.ne.jp To: freebsd-gnats-submit@freebsd.org Subject: ports/14928: New port: japanese editors/ja-ne-3.00p17 Message-ID: <19991116215903.25FB614C1D@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 14928 >Category: ports >Synopsis: New port: japanese editors/ja-ne-3.00p17 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Nov 16 14:00:03 PST 1999 >Closed-Date: >Last-Modified: >Originator: SASAKI Shunsuke >Release: FreeBSD 3.2R >Organization: >Environment: >Description: NxEdit(ne) is a modeless full-screen text editor. This is expected to be compatible with 'VZ Editor', which is a japanese famous editor for MS-DOS users. Features: o NxEdit provides most features of 'VZ Editor', such as o Stackable undo on deleting characters. o Stackable block buffer. o Cursor position keeping to avoid moving your eyes. o Line editing for not updating the buffer until you move the cursor to another line. o Keyboard macro for replaying the combination of keys you entered. o Twin window style file manager. o Profiling for saving the state of the editor as is. o On emergency like getting a signal, NxEdit saves a profile as possible and exit. o Auto detect japanese code set (EUC/SJIS/JIS) WWW: http://www3.justnet.ne.jp/~ele/ >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ne # ne/pkg # ne/pkg/COMMENT # ne/pkg/DESCR # ne/pkg/PLIST # ne/files # ne/files/md5 # ne/Makefile # echo c - ne mkdir -p ne > /dev/null 2>&1 echo c - ne/pkg mkdir -p ne/pkg > /dev/null 2>&1 echo x - ne/pkg/COMMENT sed 's/^X//' >ne/pkg/COMMENT << 'END-of-ne/pkg/COMMENT' XThis is Vz like text editor for japanese END-of-ne/pkg/COMMENT echo x - ne/pkg/DESCR sed 's/^X//' >ne/pkg/DESCR << 'END-of-ne/pkg/DESCR' XNxEdit(ne) is a modeless full-screen text editor. This is expected to be Xcompatible with 'VZ Editor', which is a japanese famous editor for XMS-DOS users. X XFeatures: X Xo NxEdit provides most features of 'VZ Editor', such as X o Stackable undo on deleting characters. X o Stackable block buffer. X o Cursor position keeping to avoid moving your eyes. X o Line editing for not updating the buffer until you move the cursor X to another line. X o Keyboard macro for replaying the combination of keys you entered. X o Twin window style file manager. X o Profiling for saving the state of the editor as is. X Xo On emergency like getting a signal, NxEdit saves a profile as X possible and exit. Xo Auto detect japanese code set (EUC/SJIS/JIS) X X XWWW: http://www3.justnet.ne.jp/~ele/ END-of-ne/pkg/DESCR echo x - ne/pkg/PLIST sed 's/^X//' >ne/pkg/PLIST << 'END-of-ne/pkg/PLIST' Xbin/ne Xshare/doc/ne/BUGS.jp Xshare/doc/ne/HISTORY.jp Xshare/doc/ne/INSTALL.jp Xshare/doc/ne/README.jp Xetc/ne/.nerc Xetc/ne/.nerc.ele Xetc/ne/key.eff Xetc/ne/key.ele Xetc/ne/key.system Xetc/ne/key.vz Xetc/ne/term Xetc/ne/term.rxvt X@dirrm etc/ne X@dirrm share/doc/ne END-of-ne/pkg/PLIST echo c - ne/files mkdir -p ne/files > /dev/null 2>&1 echo x - ne/files/md5 sed 's/^X//' >ne/files/md5 << 'END-of-ne/files/md5' XMD5 (ne-3.00pre17.tar.gz) = fd44c8829fd269bec81d5fc1b372226f END-of-ne/files/md5 echo x - ne/Makefile sed 's/^X//' >ne/Makefile << 'END-of-ne/Makefile' X# New ports collection makefile for: nxedit X# Version required: 3.00p17 X# Date created: 15 Nov 1999 X# Whom: SASAKI Shunsuke <ele@pop17.odn.ne.jp> X# X# $FreeBSD$ X# X XDISTNAME= ne-3.00pre17 XPKGNAME= ja-ne-3.00p17 XCATEGORIES= editors japanese XMASTER_SITES= http://www3.justnet.ne.jp/~ele/ X XMAINTAINER= ele@pop17.odn.ne.jp X XWRKSRC= ${WRKDIR}/ne XGNU_CONFIGURE= yes XMAN1= ne.1 XMANLANG= ja XMANCOMPRESSED= no XDOCS= BUGS.jp HISTORY.jp INSTALL.jp README.jp X Xpost-install: X strip ${PREFIX}/bin/ne X X.if !defined(NOPORTDOC) X @${MKDIR} ${PREFIX}/share/doc/ne X @for i in $(DOCS); do \ X ${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/doc/ne; \ X done X.endif X X.include <bsd.port.mk> END-of-ne/Makefile exit >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?19991116215903.25FB614C1D>