From 42d4020a540e7dac2420848baa9782a96301a12d Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 14 Aug 1998 22:14:41 +0000 Subject: New "ne" package created by Ben Harris: A re-write of Phoenix E. A sensible light-weight editor. --- editors/ne/files/md5 | 6 ++++++ editors/ne/patches/patch-aa | 12 ++++++++++++ editors/ne/pkg/COMMENT | 1 + editors/ne/pkg/DESCR | 12 ++++++++++++ editors/ne/pkg/PLIST | 7 +++++++ 5 files changed, 38 insertions(+) create mode 100644 editors/ne/files/md5 create mode 100644 editors/ne/patches/patch-aa create mode 100644 editors/ne/pkg/COMMENT create mode 100644 editors/ne/pkg/DESCR create mode 100644 editors/ne/pkg/PLIST (limited to 'editors/ne') 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 -- cgit v1.2.3