From 14199ef245b8dc01466c5633e84495b22266b9f2 Mon Sep 17 00:00:00 2001 From: hubertf Date: Thu, 19 Oct 2000 23:54:37 +0000 Subject: Ng is a very light weight Emacs clone editor, written in C. It doesn't have Lisp(that means very limited customization is available). Since you can invoke it very quickly (compared with real GNU Emacs), it is useful in dealing with changing small file a bit. Ng(Nihongo Micro Gnu Emacs) is a Mg(Micro Gnu Emacs)'s japanese port. Ng supports EUC, JIS and SJIS code. Ng also have (rather simple) C-mode. It is also very useful even if you don't need Japanese support. Submitted in PR 11240 by Jun Ebihara --- editors/ng/pkg/COMMENT | 1 + editors/ng/pkg/DESCR | 11 +++++++++++ editors/ng/pkg/PLIST | 11 +++++++++++ 3 files changed, 23 insertions(+) create mode 100644 editors/ng/pkg/COMMENT create mode 100644 editors/ng/pkg/DESCR create mode 100644 editors/ng/pkg/PLIST (limited to 'editors/ng/pkg') diff --git a/editors/ng/pkg/COMMENT b/editors/ng/pkg/COMMENT new file mode 100644 index 00000000000..2d4e67d23e1 --- /dev/null +++ b/editors/ng/pkg/COMMENT @@ -0,0 +1 @@ +Very light Emacs-clone with japanese support diff --git a/editors/ng/pkg/DESCR b/editors/ng/pkg/DESCR new file mode 100644 index 00000000000..c148f693a26 --- /dev/null +++ b/editors/ng/pkg/DESCR @@ -0,0 +1,11 @@ +Ng is a very light weight Emacs clone editor, written in C. +It doesn't have Lisp(that means very limited customization +is available). Since you can invoke it very quickly +(compared with real GNU Emacs), it is useful in dealing with +changing small file a bit. + +Ng(Nihongo Micro Gnu Emacs) is a Mg(Micro Gnu Emacs)'s +japanese port. Ng supports EUC, JIS and SJIS code. +Ng also have (rather simple) C-mode. + +It is also very useful even if you don't need Japanese support. diff --git a/editors/ng/pkg/PLIST b/editors/ng/pkg/PLIST new file mode 100644 index 00000000000..7d6cde3db52 --- /dev/null +++ b/editors/ng/pkg/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/19 23:54:37 hubertf Exp $ +bin/ng +share/doc/ng/CHANGES.doc.euc-jp +share/doc/ng/CHANGES.new.euc-jp +share/doc/ng/Ng.FAQ.euc-jp +share/doc/ng/Ng.doc.euc-jp +share/doc/ng/Ng.ref.euc-jp +share/doc/ng/Ng.tut.euc-jp +share/doc/ng/README.Ng.euc-jp +share/doc/ng/README.SKG.euc-jp +@dirrm share/doc/ng -- cgit v1.2.3