From d4987950a44adf4702b317485162165c7537faa6 Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 2 Jun 1998 22:33:16 +0000 Subject: New "nedit-5.0.2" package: Motif based standard GUI style text editor --- editors/nedit/Makefile | 27 +++++++++++++++++++++++++++ editors/nedit/files/md5 | 1 + editors/nedit/patches/patch-aa | 11 +++++++++++ editors/nedit/patches/patch-ab | 11 +++++++++++ editors/nedit/pkg/COMMENT | 1 + editors/nedit/pkg/DESCR | 7 +++++++ editors/nedit/pkg/PLIST | 7 +++++++ 7 files changed, 65 insertions(+) create mode 100644 editors/nedit/Makefile create mode 100644 editors/nedit/files/md5 create mode 100644 editors/nedit/patches/patch-aa create mode 100644 editors/nedit/patches/patch-ab create mode 100644 editors/nedit/pkg/COMMENT create mode 100644 editors/nedit/pkg/DESCR create mode 100644 editors/nedit/pkg/PLIST (limited to 'editors') diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile new file mode 100644 index 00000000000..07c27a4843f --- /dev/null +++ b/editors/nedit/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1 1998/06/02 22:33:16 tron Exp $ + +DISTNAME= nedit_source +PKGNAME= nedit-5.0.2 +CATEGORIES= editors +MASTER_SITES= ftp://ftp.fnal.gov/pub/nedit/v5_0_2/ + +MAINTAINER= tron@netbsd.org + +REQUIRES_MOTIF= yes +USE_X11= yes + +NO_WRKSUBDIR= yes +NO_CONFIGURE= yes +ALL_TARGET= linux_nedit + +MAN1= nc.1 nedit.1 + +do-install: +.for PROGRAM in nc nedit + ${INSTALL_PROGRAM} ${WRKSRC}/source/${PROGRAM} ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${PROGRAM}.man ${PREFIX}/man/man1/${PROGRAM}.1 +.endfor + ${MKDIR} ${PREFIX}/share/doc/nedit + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/nedit + +.include "../../mk/bsd.pkg.mk" diff --git a/editors/nedit/files/md5 b/editors/nedit/files/md5 new file mode 100644 index 00000000000..af788ba656e --- /dev/null +++ b/editors/nedit/files/md5 @@ -0,0 +1 @@ +MD5 (nedit_source.tar.gz) = f4eb558c83ecb542e07766e2775c1874 diff --git a/editors/nedit/patches/patch-aa b/editors/nedit/patches/patch-aa new file mode 100644 index 00000000000..570c66a123f --- /dev/null +++ b/editors/nedit/patches/patch-aa @@ -0,0 +1,11 @@ +--- source/server.c.orig Thu Mar 19 22:20:24 1998 ++++ source/server.c Wed Jun 3 00:06:18 1998 +@@ -54,7 +54,7 @@ + independent way), please change this (L_cuserid is apparently not ANSI) */ + #define MAXUSERNAMELEN 32 + +-#if defined(VMS) || defined(linux) ++#if defined(VMS) || defined(linux) || defined(__NetBSD__) + #define MAXNODENAMELEN (MAXPATHLEN+2) + #elif defined(SUNOS) + #define MAXNODENAMELEN 9 diff --git a/editors/nedit/patches/patch-ab b/editors/nedit/patches/patch-ab new file mode 100644 index 00000000000..463c332ef43 --- /dev/null +++ b/editors/nedit/patches/patch-ab @@ -0,0 +1,11 @@ +--- source/nc.c.orig Thu Mar 19 22:20:23 1998 ++++ source/nc.c Wed Jun 3 00:06:25 1998 +@@ -51,7 +51,7 @@ + #define APP_NAME "nc" + #define APP_CLASS "NEditClient" + +-#if defined(VMS) || defined(linux) ++#if defined(VMS) || defined(linux) || defined(__NetBSD__) + #define MAXNODENAMELEN (MAXPATHLEN+2) + #elif defined(SUNOS) + #define MAXNODENAMELEN 9 diff --git a/editors/nedit/pkg/COMMENT b/editors/nedit/pkg/COMMENT new file mode 100644 index 00000000000..ea3bdcfb367 --- /dev/null +++ b/editors/nedit/pkg/COMMENT @@ -0,0 +1 @@ +Motif based standard GUI style text editor diff --git a/editors/nedit/pkg/DESCR b/editors/nedit/pkg/DESCR new file mode 100644 index 00000000000..99db4afe425 --- /dev/null +++ b/editors/nedit/pkg/DESCR @@ -0,0 +1,7 @@ +NEdit is a standard GUI (Graphical User Interface) style text editor for +programs and plain-text files. Users of Macintosh and MS Windows based text +editors should find NEdit a familiar and comfortable environment. NEdit +provides all of the standard menu, dialog, editing, and mouse support, as +well as all of the standard shortcuts to which the users of modern GUI based +environments are accustomed. For users of older style Unix editors, welcome +to the world of mouse-based editing! diff --git a/editors/nedit/pkg/PLIST b/editors/nedit/pkg/PLIST new file mode 100644 index 00000000000..42ac4c5fefe --- /dev/null +++ b/editors/nedit/pkg/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1 1998/06/02 22:33:16 tron Exp $ +bin/nc +bin/nedit +man/man1/nc.1 +man/man1/nedit.1 +share/doc/nedit/README +@dirrm share/doc/nedit -- cgit v1.2.3