diff options
author | tron <tron> | 1998-08-14 22:14:41 +0000 |
---|---|---|
committer | tron <tron> | 1998-08-14 22:14:41 +0000 |
commit | 684f6ecd4d6c0a1e7ce9e6344c24d7c619c81db3 (patch) | |
tree | fb005bef2c66beddb47be55de0a9784797e04db7 /editors | |
parent | 01603be294c33711db5d561c1bb01fc13075cbb3 (diff) | |
download | pkgsrc-684f6ecd4d6c0a1e7ce9e6344c24d7c619c81db3.tar.gz |
New "ne" package created by Ben Harris:
A re-write of Phoenix E. A sensible light-weight editor.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ne/files/md5 | 6 | ||||
-rw-r--r-- | editors/ne/patches/patch-aa | 12 | ||||
-rw-r--r-- | editors/ne/pkg/COMMENT | 1 | ||||
-rw-r--r-- | editors/ne/pkg/DESCR | 12 | ||||
-rw-r--r-- | editors/ne/pkg/PLIST | 7 |
5 files changed, 38 insertions, 0 deletions
diff --git a/editors/ne/files/md5 b/editors/ne/files/md5 new file mode 100644 index 00000000000..524f29191aa --- /dev/null +++ b/editors/ne/files/md5 @@ -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 diff --git a/editors/ne/patches/patch-aa b/editors/ne/patches/patch-aa new file mode 100644 index 00000000000..19c3972df36 --- /dev/null +++ b/editors/ne/patches/patch-aa @@ -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 */ diff --git a/editors/ne/pkg/COMMENT b/editors/ne/pkg/COMMENT new file mode 100644 index 00000000000..70761469bcc --- /dev/null +++ b/editors/ne/pkg/COMMENT @@ -0,0 +1 @@ +A re-write of Phoenix E. A sensible light-weight editor. diff --git a/editors/ne/pkg/DESCR b/editors/ne/pkg/DESCR new file mode 100644 index 00000000000..7ad04bf8a30 --- /dev/null +++ b/editors/ne/pkg/DESCR @@ -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. diff --git a/editors/ne/pkg/PLIST b/editors/ne/pkg/PLIST new file mode 100644 index 00000000000..e5b6421bf47 --- /dev/null +++ b/editors/ne/pkg/PLIST @@ -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 |