summaryrefslogtreecommitdiff
path: root/editors/nedit
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-06-02 22:33:16 +0000
committertron <tron@pkgsrc.org>1998-06-02 22:33:16 +0000
commitd4987950a44adf4702b317485162165c7537faa6 (patch)
tree2ddb81c37618ccbc5d0f8b2f112915e1db82d32b /editors/nedit
parent8d1d30ea9020d94ecdc78699d6a93ae924753f51 (diff)
downloadpkgsrc-d4987950a44adf4702b317485162165c7537faa6.tar.gz
New "nedit-5.0.2" package: Motif based standard GUI style text editor
Diffstat (limited to 'editors/nedit')
-rw-r--r--editors/nedit/Makefile27
-rw-r--r--editors/nedit/files/md51
-rw-r--r--editors/nedit/patches/patch-aa11
-rw-r--r--editors/nedit/patches/patch-ab11
-rw-r--r--editors/nedit/pkg/COMMENT1
-rw-r--r--editors/nedit/pkg/DESCR7
-rw-r--r--editors/nedit/pkg/PLIST7
7 files changed, 65 insertions, 0 deletions
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