mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Update nedit to nedit-5.1.1. Nedit is now under the GPL, as opposed
to the former, somewhat fuzzy, license from Fermilab.
This commit is contained in:
parent
ebaa0d86ff
commit
a407586d87
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27075
@ -1,16 +1,16 @@
|
||||
# New ports collection makefile for: nedit
|
||||
# Version required: 5.0.2
|
||||
# Date created: 7 April 1996
|
||||
# Whom: Daniel Eischen <deischen@iworks.InterWorks.org>
|
||||
# Whom: Daniel Eischen <deischen@freebsd.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= nedit-5.0.2
|
||||
DISTNAME= nedit-5.1.1
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= ftp://ftp.nedit.org/pub/v5_0_2/ \
|
||||
ftp://ftp.nedit.org/pub/v5_0_2/contrib/
|
||||
DISTFILES= nedit_source.tar.gz nedit.app-defaults
|
||||
MASTER_SITES= ftp://ftp.nedit.org/pub/v5_1_1/ \
|
||||
ftp://ftp.nedit.org/pub/contrib/misc/
|
||||
DISTFILES= nedit-5.1.1-src.tar.gz nedit-5.1.app-defaults
|
||||
|
||||
MAINTAINER= deischen@freebsd.org
|
||||
|
||||
@ -18,11 +18,11 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
||||
|
||||
REQUIRES_MOTIF= yes
|
||||
USE_X_PREFIX= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
EXTRACT_ONLY= nedit_source.tar.gz
|
||||
EXTRACT_ONLY= nedit-5.1.1-src.tar.gz
|
||||
MAN1= nedit.1 nc.1
|
||||
ALL_TARGET= freebsd
|
||||
|
||||
post-extract:
|
||||
${CP} ${DISTDIR}/nedit.app-defaults ${WRKSRC}/NEdit.ad
|
||||
${CP} ${DISTDIR}/nedit-5.1.app-defaults ${WRKSRC}/NEdit.ad
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (nedit_source.tar.gz) = f4eb558c83ecb542e07766e2775c1874
|
||||
MD5 (nedit.app-defaults) = 498caafc2c001e9bfed42b0b1811862c
|
||||
MD5 (nedit-5.1.1-src.tar.gz) = dba0970c60debada237ca852b5f57ec8
|
||||
MD5 (nedit-5.1.app-defaults) = 36c5e660039e0bd4b4d05df609b505bb
|
||||
|
@ -1,93 +1,17 @@
|
||||
*** Makefile.orig Wed Oct 22 15:42:20 1997
|
||||
--- Makefile Sat Nov 8 23:39:51 1997
|
||||
*** Makefile.orig Wed Jan 5 23:04:45 2000
|
||||
--- Makefile Fri Mar 17 06:57:23 2000
|
||||
***************
|
||||
*** 2,15 ****
|
||||
# Makefile for NEdit text editor
|
||||
#
|
||||
# targets: sgi_nedit, hp_nedit, ultrix_nedit, ibm_nedit, sunos_nedit,
|
||||
! # solaris_nedit, dec_nedit, linux_nedit
|
||||
#
|
||||
# Builds an intermediate library in util directory, then builds
|
||||
# the nedit executable in the source directory
|
||||
#
|
||||
*** 22,27 ****
|
||||
--- 22,33 ----
|
||||
(cd util; $(MAKE) -f Makefile.$@ libNUtil.a)
|
||||
(cd source; $(MAKE) -f Makefile.$@ nedit nc)
|
||||
|
||||
! all:
|
||||
! @echo "Please specify target"
|
||||
|
||||
sgi_nedit:
|
||||
(cd util; $(MAKE) -f Makefile.sgi libNUtil.a)
|
||||
--- 2,15 ----
|
||||
# Makefile for NEdit text editor
|
||||
#
|
||||
# targets: sgi_nedit, hp_nedit, ultrix_nedit, ibm_nedit, sunos_nedit,
|
||||
! # solaris_nedit, dec_nedit, linux_nedit, freebsd_nedit
|
||||
#
|
||||
# Builds an intermediate library in util directory, then builds
|
||||
# the nedit executable in the source directory
|
||||
#
|
||||
|
||||
! all: freebsd_nedit
|
||||
!
|
||||
|
||||
sgi_nedit:
|
||||
(cd util; $(MAKE) -f Makefile.sgi libNUtil.a)
|
||||
***************
|
||||
*** 39,44 ****
|
||||
--- 39,54 ----
|
||||
(cd util; $(MAKE) -f Makefile.dec libNUtil.a)
|
||||
(cd source; $(MAKE) -f Makefile.dec nedit nc)
|
||||
|
||||
+
|
||||
+ freebsd_nedit:
|
||||
+ (cd util; make -f Makefile.freebsd libNUtil.a)
|
||||
+ (cd source; make -f Makefile.freebsd nedit nc)
|
||||
+
|
||||
+ install::
|
||||
+ (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
|
||||
linux_nedit:
|
||||
(cd util; $(MAKE) -f Makefile.linux libNUtil.a)
|
||||
(cd source; $(MAKE) -f Makefile.linux nedit nc)
|
||||
*** util/Makefile.freebsd.orig Sun Apr 7 18:09:19 1996
|
||||
--- util/Makefile.freebsd Sun Apr 7 17:32:32 1996
|
||||
***************
|
||||
*** 0 ****
|
||||
--- 1,8 ----
|
||||
+ CC=cc
|
||||
+ AR=ar
|
||||
+
|
||||
+ # For editres, add -DEDITRES to CFLAGS and -lXmu to LIBS
|
||||
+ CFLAGS=-O -I${PREFIX}/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -DUSE_XMIM
|
||||
+ LIBS= ${MOTIFLIB} -L${PREFIX}/lib -lm -lXpm -lXext -lXt -lSM -lICE -lX11
|
||||
+
|
||||
+ include Makefile.common
|
||||
*** source/Makefile.freebsd.orig Sun Apr 7 18:10:29 1996
|
||||
--- source/Makefile.freebsd Sun Apr 7 17:38:04 1996
|
||||
***************
|
||||
*** 0 ****
|
||||
--- 1,8 ----
|
||||
+ CC=cc
|
||||
+ AR=ar
|
||||
+
|
||||
+ # For editres, add -DEDITRES to CFLAGS and -lXmu to LIBS
|
||||
+ CFLAGS=-O -I${PREFIX}/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -DUSE_XMIM
|
||||
+ LIBS= ${MOTIFLIB} -L${PREFIX}/lib -lm -lXpm -lXext -lXt -lSM -lICE -lX11
|
||||
+
|
||||
+ include Makefile.common
|
||||
*** source/Makefile.common.orig Sun Apr 7 17:51:54 1996
|
||||
--- source/Makefile.common Sun Apr 7 20:07:48 1996
|
||||
***************
|
||||
*** 16,21 ****
|
||||
--- 16,25 ----
|
||||
nc: nc.o
|
||||
$(CC) $(CFLAGS) nc.o ../util/libNUtil.a $(LIBS) -o $@
|
||||
|
||||
+ install:: nedit nc
|
||||
+ ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} nedit ${PREFIX}/bin
|
||||
+ ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} nc ${PREFIX}/bin
|
||||
+
|
||||
help.o: help.c
|
||||
$(CC) $(CFLAGS) $(BIGGER_STRINGS) -c help.c -o $@
|
||||
|
||||
clean:
|
||||
(cd util; $(MAKE) -f Makefile.common clean)
|
||||
(cd source; $(MAKE) -f Makefile.common clean)
|
||||
|
15
editors/nedit/files/patch-ab
Normal file
15
editors/nedit/files/patch-ab
Normal file
@ -0,0 +1,15 @@
|
||||
*** source/Makefile.common.orig Tue Dec 14 22:58:24 1999
|
||||
--- source/Makefile.common Fri Mar 17 06:55:27 2000
|
||||
***************
|
||||
*** 15,20 ****
|
||||
--- 15,24 ----
|
||||
nc: nc.o
|
||||
$(CC) $(CFLAGS) nc.o ../util/libNUtil.a $(LIBS) -o $@
|
||||
|
||||
+ install: nedit nc
|
||||
+ ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} nedit ${PREFIX}/bin
|
||||
+ ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} nc ${PREFIX}/bin
|
||||
+
|
||||
help.o: help.c
|
||||
$(CC) $(CFLAGS) $(BIGGER_STRINGS) -c help.c -o $@
|
||||
|
Loading…
Reference in New Issue
Block a user