aboutsummaryrefslogtreecommitdiff
path: root/japanese/ne
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>1999-11-17 22:05:17 +0000
committerSADA Kenji <sada@FreeBSD.org>1999-11-17 22:05:17 +0000
commit4a6e74312eb9bfccb5f7e71a03332cd402bc8cad (patch)
tree2d6fdadb570da5292572593efa7d9976064375e4 /japanese/ne
parent214d3923215b7c77129183f58383473eb5545c3e (diff)
downloadports-4a6e74312eb9bfccb5f7e71a03332cd402bc8cad.tar.gz
ports-4a6e74312eb9bfccb5f7e71a03332cd402bc8cad.zip
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>
Notes
Notes: svn path=/head/; revision=23169
Diffstat (limited to 'japanese/ne')
-rw-r--r--japanese/ne/Makefile33
-rw-r--r--japanese/ne/distinfo1
-rw-r--r--japanese/ne/pkg-comment1
-rw-r--r--japanese/ne/pkg-descr22
-rw-r--r--japanese/ne/pkg-plist15
5 files changed, 72 insertions, 0 deletions
diff --git a/japanese/ne/Makefile b/japanese/ne/Makefile
new file mode 100644
index 000000000000..a56d76f1418c
--- /dev/null
+++ b/japanese/ne/Makefile
@@ -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>
diff --git a/japanese/ne/distinfo b/japanese/ne/distinfo
new file mode 100644
index 000000000000..496dbfe02743
--- /dev/null
+++ b/japanese/ne/distinfo
@@ -0,0 +1 @@
+MD5 (ne-3.00pre17.tar.gz) = fd44c8829fd269bec81d5fc1b372226f
diff --git a/japanese/ne/pkg-comment b/japanese/ne/pkg-comment
new file mode 100644
index 000000000000..58ca3ff5f07a
--- /dev/null
+++ b/japanese/ne/pkg-comment
@@ -0,0 +1 @@
+This is Vz like text editor for japanese
diff --git a/japanese/ne/pkg-descr b/japanese/ne/pkg-descr
new file mode 100644
index 000000000000..6b9431233545
--- /dev/null
+++ b/japanese/ne/pkg-descr
@@ -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/
diff --git a/japanese/ne/pkg-plist b/japanese/ne/pkg-plist
new file mode 100644
index 000000000000..ec0ec701f6ac
--- /dev/null
+++ b/japanese/ne/pkg-plist
@@ -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