summaryrefslogtreecommitdiff
path: root/editors/nedit
diff options
context:
space:
mode:
authorJohn Fieber <jfieber@FreeBSD.org>1998-01-16 21:09:29 +0000
committerJohn Fieber <jfieber@FreeBSD.org>1998-01-16 21:09:29 +0000
commit0fced76bff2c7491ef018f5a63d16137ae0355d6 (patch)
treebe3368c6d8411ed44439f5efc624f3b4a55ab796 /editors/nedit
parentUpdate to camediaplay-971231-beta (diff)
Upgrade to 5.0.1
PR: 5511 Reviewed by: jfieber Submitted by: deischen@iworks.InterWorks.org
Notes
Notes: svn path=/head/; revision=9351
Diffstat (limited to 'editors/nedit')
-rw-r--r--editors/nedit/Makefile10
-rw-r--r--editors/nedit/distinfo2
-rw-r--r--editors/nedit/files/patch-aa39
-rw-r--r--editors/nedit/pkg-plist2
4 files changed, 8 insertions, 45 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile
index 1b860a3b7597..bafc526352cf 100644
--- a/editors/nedit/Makefile
+++ b/editors/nedit/Makefile
@@ -1,16 +1,16 @@
# New ports collection makefile for: nedit
-# Version required: 5.0
+# Version required: 5.0.1
# Date created: 7 April 1996
#
# Whom: Daniel Eischen <deischen@iworks.InterWorks.org>
#
-# $Id: Makefile,v 1.7 1997/03/12 08:13:34 obrien Exp $
+# $Id: Makefile,v 1.8 1997/11/10 18:59:49 dima Exp $
#
-DISTNAME= nedit-5.0
+DISTNAME= nedit-5.0.1
CATEGORIES= editors x11
-MASTER_SITES= ftp://ftp.fnal.gov/KITS/pub/nedit/v5_0/ \
- ftp://ftp.fnal.gov/KITS/pub/nedit/v5_0/contrib/
+MASTER_SITES= ftp://ftp.fnal.gov/KITS/pub/nedit/v5_0_1/ \
+ ftp://ftp.fnal.gov/KITS/pub/nedit/v5_0_1/contrib/
DISTFILES= nedit_source.tar.gz nedit.app-defaults
MAINTAINER= deischen@iworks.InterWorks.org
diff --git a/editors/nedit/distinfo b/editors/nedit/distinfo
index 00e22c8fdee0..36badddbf3d6 100644
--- a/editors/nedit/distinfo
+++ b/editors/nedit/distinfo
@@ -1,2 +1,2 @@
-MD5 (nedit_source.tar.gz) = 6448792b7a6ad3e458e00ed9562072a1
+MD5 (nedit_source.tar.gz) = 4cdffbd37021867ef030946a533898fe
MD5 (nedit.app-defaults) = 498caafc2c001e9bfed42b0b1811862c
diff --git a/editors/nedit/files/patch-aa b/editors/nedit/files/patch-aa
index 72459ac9f77b..48d87cc9e663 100644
--- a/editors/nedit/files/patch-aa
+++ b/editors/nedit/files/patch-aa
@@ -46,7 +46,7 @@
+ (cd source; make -f Makefile.freebsd install)
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 nedit.man ${PREFIX}/man/man1/nedit.1
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 nc.man ${PREFIX}/man/man1/nc.1
-+ ${INSTALL} ${COPY} -m 644 NEdit.ad ${X11BASE}/lib/X11/app-defaults/NEdit.ad
++ ${INSTALL} ${COPY} -m 644 NEdit.ad ${X11BASE}/lib/X11/app-defaults/NEdit
linux_nedit:
(cd util; $(MAKE) -f Makefile.linux libNUtil.a)
(cd source; $(MAKE) -f Makefile.linux nedit nc)
@@ -63,25 +63,6 @@
+ LIBS= ${MOTIFLIB} -L${PREFIX}/lib -lm -lXpm -lXext -lXt -lSM -lICE -lX11
+
+ include Makefile.common
-*** util/Makefile.common.orig Sun Apr 7 17:33:24 1996
---- util/Makefile.common Sun Apr 7 17:33:42 1996
-***************
-*** 10,16 ****
- all: libNUtil.a
-
- libNUtil.a: $(OBJS)
-! $(AR) -urs libNUtil.a $(OBJS)
-
- printUtils.o: printUtils.c
- $(CC) -c $(CFLAGS) $(PRINTFLAGS) printUtils.c
---- 10,16 ----
- all: libNUtil.a
-
- libNUtil.a: $(OBJS)
-! $(AR) -ur libNUtil.a $(OBJS)
-
- printUtils.o: printUtils.c
- $(CC) -c $(CFLAGS) $(PRINTFLAGS) printUtils.c
*** source/Makefile.freebsd.orig Sun Apr 7 18:10:29 1996
--- source/Makefile.freebsd Sun Apr 7 17:38:04 1996
***************
@@ -110,21 +91,3 @@
help.o: help.c
$(CC) $(CFLAGS) $(BIGGER_STRINGS) -c help.c -o $@
-*** source/preferences.c.orig Wed Oct 22 15:42:14 1997
---- source/preferences.c Thu Oct 30 17:22:14 1997
-***************
-*** 206,211 ****
---- 206,218 ----
- sort::o:EX:\nsort\nnumber lines::n:AW:\nnl -ba\nmake:Alt+Z:m:W:\nmake\n\
- expand::p:EX:\nexpand\nunexpand::u:EX:\nunexpand\n",
- &TempStringPrefs.shellCmds, NULL, True},
-+ #elif __FreeBSD__
-+ {"shellCommands", "ShellCommands", PREF_ALLOC_STRING, "spell:Alt+B:s:EX:\n\
-+ cat>spellTmp; xterm -e ispell -x spellTmp; cat spellTmp; rm spellTmp\n\
-+ wc::w:ED:\nset wc=`wc`; echo $wc[1] \"words,\" $wc[2] \"lines,\" $wc[3] \"characters\"\n\
-+ sort::o:EX:\nsort\nnumber lines::n:AW:\npr -tn\nmake:Alt+Z:m:W:\nmake\n\
-+ expand::p:EX:\nexpand\nunexpand::u:EX:\nunexpand\n",
-+ &TempStringPrefs.shellCmds, NULL, True},
- #else
- {"shellCommands", "ShellCommands", PREF_ALLOC_STRING, "spell:Alt+B:s:ED:\n\
- (cat;echo \"\") | spell\nwc::w:ED:\nset wc=`wc`; echo $wc[1] \"lines,\" $wc[2] \"words,\" $wc[3] \"characters\"\n\
diff --git a/editors/nedit/pkg-plist b/editors/nedit/pkg-plist
index 4f9be50c205e..6b5c36d123fa 100644
--- a/editors/nedit/pkg-plist
+++ b/editors/nedit/pkg-plist
@@ -2,4 +2,4 @@ bin/nedit
bin/nc
man/man1/nedit.1.gz
man/man1/nc.1.gz
-lib/X11/app-defaults/NEdit.ad
+lib/X11/app-defaults/NEdit