1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Update to 3.04

- Change master site
- Simplify the feature list in DESCR
- Fix Makefile (suggested by Tsuguru-san)

PR:		ports/17318
Reviewed by:	KATO Tsuguru <tkato@prontomail.ne.jp>
This commit is contained in:
Akinori MUSHA 2000-03-24 21:54:31 +00:00
parent ee60f9db19
commit 9147588ce6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27022
5 changed files with 31 additions and 32 deletions

View File

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

View File

@ -1 +1 @@
MD5 (ne-3.00pre17.tar.gz) = fd44c8829fd269bec81d5fc1b372226f
MD5 (ne-3.04.tar.gz) = 2eb6de06310b99db360e188416d00e88

View File

@ -1 +1 @@
This is Vz like text editor for japanese
A VZ like full-screen text editor with Japanese support

View File

@ -1,22 +1,21 @@
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.
NxEdit(ne) is a modeless full-screen text editor expected to be
compatible with 'VZ Editor', which has been a popular editor among
MS-DOS users in Japan.
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 NxEdit provides most features of 'VZ Editor', such as:
o Stackable delete buffer
o Stackable cut buffer
o Less cursor movement
o Static line buffer
o Keyboard macro
o Built-in two-window file manager
o Profile management
o On emergency like getting a signal, NxEdit saves a profile as
possible and exit.
o Auto detect japanese code set (EUC/SJIS/JIS)
o Auto profile saving on emergency like signals
o Auto detection of Japanese code sets (EUC/SJIS/JIS)
WWW: http://www3.justnet.ne.jp/~ele/
WWW: http://hp.vector.co.jp/authors/VA018758/

View File

@ -1,15 +1,18 @@
bin/ne
share/doc/ne/BUGS.jp
share/doc/ne/CHANGES.jp
share/doc/ne/HISTORY.jp
share/doc/ne/INSTALL.jp
share/doc/ne/README.jp
etc/ne/.nerc
etc/ne/.nerc.ele
share/doc/ne/TODO.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.kterm
etc/ne/term.rxvt
@dirrm etc/ne
@dirrm share/doc/ne