pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/nedit update to 5.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/cfcb9dbe2374
branches: trunk
changeset: 466755:cfcb9dbe2374
user: recht <recht%pkgsrc.org@localhost>
date: Thu Jan 22 17:34:48 2004 +0000
description:
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:
editors/nedit/Makefile | 17 ++++++++++-------
editors/nedit/distinfo | 8 ++++----
editors/nedit/patches/patch-aa | 13 +++++++------
3 files changed, 21 insertions(+), 17 deletions(-)
diffs (70 lines):
diff -r 69ecf6fc1070 -r cfcb9dbe2374 editors/nedit/Makefile
--- a/editors/nedit/Makefile Thu Jan 22 16:38:44 2004 +0000
+++ b/editors/nedit/Makefile Thu Jan 22 17:34:48 2004 +0000
@@ -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@localhost
-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 -r 69ecf6fc1070 -r cfcb9dbe2374 editors/nedit/distinfo
--- a/editors/nedit/distinfo Thu Jan 22 16:38:44 2004 +0000
+++ b/editors/nedit/distinfo Thu Jan 22 17:34:48 2004 +0000
@@ -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 -r 69ecf6fc1070 -r cfcb9dbe2374 editors/nedit/patches/patch-aa
--- a/editors/nedit/patches/patch-aa Thu Jan 22 16:38:44 2004 +0000
+++ b/editors/nedit/patches/patch-aa Thu Jan 22 17:34:48 2004 +0000
@@ -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 @@
+LIBS= ${LDFLAGS} ${MOTIFLIB} -lm -lXpm -lXext -lXt -lSM -lICE -lX11
include Makefile.common
+
Home |
Main Index |
Thread Index |
Old Index