summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-01-22 17:34:48 +0000
committerrecht <recht@pkgsrc.org>2004-01-22 17:34:48 +0000
commit336ce769ff380f1d796ee37c59e762d4943f86e9 (patch)
treeaccdfa5cd2a09dd623831e16922f6dfea9b39a95 /editors
parentcfac11c7b5700b857532a44870fd99e88cd00219 (diff)
downloadpkgsrc-336ce769ff380f1d796ee37c59e762d4943f86e9.tar.gz
update to 5.4
new features in 5.4: - Calltips (SF patch #495286) - Rangesets (SF patch #529298, #628933) - Backlighting (SF patch #529298) - Highlighting information macros (SF patch #529298) - Full mouse wheel support for XFree86 (SF patch #715941) - Look-behind matching for regular expressions (SF patch #530308) - Regular expression and syntax highlighting speed-ups - Flexible resource file location (SF patch #484674) See the section "Upgrading from 5.3 to 5.4" of the README file for more information. - Color dialog (SF patch #595330) - Option to auto-hide mouse pointer while typing - Option to keep cursor away from top and bottom of the screen - Check for real changes of externally modified files (SF patch #602426) - Synchronized interaction between nc and nedit (SF patch #403647) - Several smaller improvements on usability and speed - Several smaller improvements to the macro language (SF patch #552760, ...) For a complete list of features see the release notes at: http://nedit.sourceforge.net/relnotes.shtml Also (temporarly) change the HOMEPAGE/MASTER_SITE since nedit.org's ISP has problems. See the (current) homepage at http://nedit.sourceforge.net/ for details.
Diffstat (limited to 'editors')
-rw-r--r--editors/nedit/Makefile17
-rw-r--r--editors/nedit/distinfo8
-rw-r--r--editors/nedit/patches/patch-aa13
3 files changed, 21 insertions, 17 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile
index 38f4e90b736..f61d10c7729 100644
--- a/editors/nedit/Makefile
+++ b/editors/nedit/Makefile
@@ -1,18 +1,21 @@
-# $NetBSD: Makefile,v 1.31 2004/01/20 12:14:05 agc Exp $
+# $NetBSD: Makefile,v 1.32 2004/01/22 17:34:48 recht Exp $
DISTNAME= nedit-${VERS}-source
PKGNAME= nedit-${VERS}
CATEGORIES= editors
-MASTER_SITES= http://www.nedit.org/ftp/v${VERS:S/./_/g}/ \
- http://www.au.nedit.org/ftp/v${VERS:S/./_/g}/ \
- ftp://ftp.nl.nedit.org/pub/mirror/NEdit/v${VERS:S/./_/g}/
-EXTRACT_SUFX= .tar.bz2
+#MASTER_SITES= http://www.nedit.org/ftp/v${VERS:S/./_/g}/ \
+# http://www.au.nedit.org/ftp/v${VERS:S/./_/g}/ \
+# ftp://ftp.nl.nedit.org/pub/mirror/NEdit/v${VERS:S/./_/g}/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nedit/}
+#EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.nedit.org/
+#XXX nedit.org's ISP currently has problems
+#HOMEPAGE= http://www.nedit.org/
+HOMEPAGE= http://nedit.sourceforge.net/
COMMENT= Motif based standard GUI style text editor
-VERS= 5.3
+VERS= 5.4
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_BUILDLINK2= YES
diff --git a/editors/nedit/distinfo b/editors/nedit/distinfo
index 47041f8b37a..487ce94c893 100644
--- a/editors/nedit/distinfo
+++ b/editors/nedit/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2003/12/12 10:20:53 adam Exp $
+$NetBSD: distinfo,v 1.9 2004/01/22 17:34:48 recht Exp $
-SHA1 (nedit-5.3-source.tar.bz2) = c60ec4eb96eef654480bed06fe9139288b5396a9
-Size (nedit-5.3-source.tar.bz2) = 724878 bytes
-SHA1 (patch-aa) = beef642b3790943b038fa890411d03113d43af12
+SHA1 (nedit-5.4-source.tar.gz) = ef63d6ca803cc7f68ab7d9ba9140857d9cdfa9a2
+Size (nedit-5.4-source.tar.gz) = 1226732 bytes
+SHA1 (patch-aa) = 409a79b643fbfd5e21aa88f43b861f0fe9a2eea7
diff --git a/editors/nedit/patches/patch-aa b/editors/nedit/patches/patch-aa
index a0c1cf02e5b..95461fb1e1e 100644
--- a/editors/nedit/patches/patch-aa
+++ b/editors/nedit/patches/patch-aa
@@ -1,10 +1,10 @@
-$NetBSD: patch-aa,v 1.12 2003/12/12 10:20:53 adam Exp $
+$NetBSD: patch-aa,v 1.13 2004/01/22 17:34:48 recht Exp $
---- makefiles/Makefile.netbsd.orig Sat Aug 18 01:02:55 2001
-+++ makefiles/Makefile.netbsd Wed Oct 31 00:18:05 2001
-@@ -7,8 +7,8 @@
- # To evaluate an alternative layout for the Replace/Find dialog, add
- # -DREPLACE_SCOPE to the CFLAGS. See the README file for more information.
+--- makefiles/Makefile.netbsd.orig 2003-09-28 17:03:10.000000000 +0200
++++ makefiles/Makefile.netbsd 2004-01-22 18:18:44.000000000 +0100
+@@ -10,9 +10,9 @@
+ # To test if the Motif library exports the runtime version
+ # add -DHAVE__XMVERSIONSTRING to CFLAGS
#
-CFLAGS=-O -I/usr/X11R6/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD
+CFLAGS+=-DUSE_DIRENT -DUSE_LPR_PRINT_CMD
@@ -13,3 +13,4 @@ $NetBSD: patch-aa,v 1.12 2003/12/12 10:20:53 adam Exp $
+LIBS= ${LDFLAGS} ${MOTIFLIB} -lm -lXpm -lXext -lXt -lSM -lICE -lX11
include Makefile.common
+