New "ne" package created by Ben Harris:
A re-write of Phoenix E. A sensible light-weight editor.
This commit is contained in:
parent
3f75da1abf
commit
42d4020a54
5 changed files with 38 additions and 0 deletions
6
editors/ne/files/md5
Normal file
6
editors/ne/files/md5
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: md5,v 1.1 1998/08/14 22:14:41 tron Exp $
|
||||
|
||||
MD5 (ne/ne.tar.gz) = ef462cf589ccd7a27e9dadddf3a043da
|
||||
MD5 (ne/ne.manpage.1) = 4fd6ff55a895e7540a0d7dd4356651d3
|
||||
MD5 (ne/NE.spec.ascii) = 2ec03742d9bd23b82f443b465d7b0aa4
|
||||
MD5 (ne/NE.changes.spec) = 6ec3e02c8fbf3d9c1829363cc51c099b
|
12
editors/ne/patches/patch-aa
Normal file
12
editors/ne/patches/patch-aa
Normal file
|
@ -0,0 +1,12 @@
|
|||
$NetBSD: patch-aa,v 1.1 1998/08/14 22:14:41 tron Exp $
|
||||
|
||||
--- netbsdlocal.h.orig Tue Dec 16 14:25:02 1997
|
||||
+++ netbsdlocal.h Tue Aug 4 16:25:16 1998
|
||||
@@ -9,6 +9,7 @@
|
||||
|
||||
#include "sys/fcntl.h"
|
||||
#include "sys/ioctl.h"
|
||||
+#include "termcap.h"
|
||||
#include "termios.h"
|
||||
|
||||
/* End of netbsdlocal.h */
|
1
editors/ne/pkg/COMMENT
Normal file
1
editors/ne/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
A re-write of Phoenix E. A sensible light-weight editor.
|
12
editors/ne/pkg/DESCR
Normal file
12
editors/ne/pkg/DESCR
Normal file
|
@ -0,0 +1,12 @@
|
|||
NE is a text editor that is designed to run on a wide variety
|
||||
of machines, from large servers to personal workstations. Its
|
||||
main use is expected to be as an interactive screen editor.
|
||||
However, it can also function as a line-by-line editor, and it
|
||||
is programmable, so it can be run non-interactively as a text
|
||||
manipulation tool.
|
||||
|
||||
NE is a re-implementation of a previous editor that was called
|
||||
E. It is to a large extent upwards compatible, though there
|
||||
are some features of E that are not provided in NE. On the
|
||||
other hand, there are some additional features of NE that are
|
||||
not part of E.
|
7
editors/ne/pkg/PLIST
Normal file
7
editors/ne/pkg/PLIST
Normal file
|
@ -0,0 +1,7 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 1998/08/14 22:14:41 tron Exp $
|
||||
bin/ne
|
||||
man/man1/ne.1
|
||||
share/doc/ne/NE.spec.ascii
|
||||
share/doc/ne/NE.changes.spec
|
||||
share/doc/ne/LICENCE
|
||||
@dirrm share/doc/ne
|
Loading…
Reference in a new issue