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.
(from submitter's description)
PR:		ports/14928
Submitted by:	SASAKI Shunsuke <ele@pop17.odn.ne.jp>
This commit is contained in:
SADA Kenji 1999-11-17 22:05:17 +00:00
parent 214d392321
commit 4a6e74312e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23169
5 changed files with 72 additions and 0 deletions

33
japanese/ne/Makefile Normal file
View file

@ -0,0 +1,33 @@
# New ports collection makefile for: nxedit
# Version required: 3.00p17
# Date created: 15 Nov 1999
# Whom: SASAKI Shunsuke <ele@pop17.odn.ne.jp>
#
# $FreeBSD$
#
DISTNAME= ne-3.00pre17
PKGNAME= ja-ne-3.00p17
CATEGORIES= editors japanese
MASTER_SITES= http://www3.justnet.ne.jp/~ele/
MAINTAINER= ele@pop17.odn.ne.jp
WRKSRC= ${WRKDIR}/ne
GNU_CONFIGURE= yes
MAN1= ne.1
MANLANG= ja
MANCOMPRESSED= no
DOCS= BUGS.jp HISTORY.jp INSTALL.jp README.jp
post-install:
strip ${PREFIX}/bin/ne
.if !defined(NOPORTDOC)
@${MKDIR} ${PREFIX}/share/doc/ne
@for i in $(DOCS); do \
${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/doc/ne; \
done
.endif
.include <bsd.port.mk>

1
japanese/ne/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (ne-3.00pre17.tar.gz) = fd44c8829fd269bec81d5fc1b372226f

1
japanese/ne/pkg-comment Normal file
View file

@ -0,0 +1 @@
This is Vz like text editor for japanese

22
japanese/ne/pkg-descr Normal file
View file

@ -0,0 +1,22 @@
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/

15
japanese/ne/pkg-plist Normal file
View file

@ -0,0 +1,15 @@
bin/ne
share/doc/ne/BUGS.jp
share/doc/ne/HISTORY.jp
share/doc/ne/INSTALL.jp
share/doc/ne/README.jp
etc/ne/.nerc
etc/ne/.nerc.ele
etc/ne/key.eff
etc/ne/key.ele
etc/ne/key.system
etc/ne/key.vz
etc/ne/term
etc/ne/term.rxvt
@dirrm etc/ne
@dirrm share/doc/ne