summaryrefslogtreecommitdiff
path: root/editors/nano
diff options
context:
space:
mode:
authorobache <obache>2007-10-14 13:30:45 +0000
committerobache <obache>2007-10-14 13:30:45 +0000
commit123683c12bcefe5e437cc7d0e811c0add9dfd6a5 (patch)
tree3dacc68ba610f2149c18a7adc96b30e854c4434e /editors/nano
parent77b594645958255718a11206570920500ba87d74 (diff)
downloadpkgsrc-123683c12bcefe5e437cc7d0e811c0add9dfd6a5.tar.gz
Update nano to 1.2.5, latest 1.2 release.
Based on patch provided by Jason White in PR 32859. GNU nano 1.2.5 - 2005.05.15 - files.c: open_prevfile(), open_nextfile() - Translate the "New Buffer" string when displaying "Switched to" messages on the statusbar. (DLR) input_tab() - Fix snprintf() call so that we don't segfault when trying to complete a filename containing %'s. (Ulf H<E4>rnhammar) - global.c: shortcut_init() - Move the "Cancel" shortcut up so that it's just after the "Get Help" shortcut, for consistency with the other shortcut lists. (DLR) - nano.c: do_int_spell_fix() - Move the REVERSE_SEARCH flag toggling into the NANO_SMALL #ifdef, since the tiny version of nano doesn't support reverse searching. Also, turn the USE_REGEXP flag off during spell checking in order to avoid a potential segfault. (DLR) quote_length() - Fix problem where quoted justify wouldn't work if HAVE_REGEX_H wasn't set. (David Benbennick) main() - Interpret the escape sequences Esc O F and Esc O H as End and Home, respectively, as nanogetstr() does. Also, don't interpret Esc O z as a "NumLock glitch" value. (DLR) - Call setlocale() outside the ENABLE_NLS #ifdef, since UTF-8 support won't work properly if the locale isn't set, whether NLS is enabled or not. (Junichi Uekawa) - winio.c: blocking_wgetch() - New function used in place of blocking wgetch() calls. If we get ERR when using blocking input, it means that the input source that we were using is gone. In this case, call handle_hupterm(), so that nano dies gracefully instead of going into an infinite loop. (DLR, found by Jim Uhl) get_page_start() - For consistency, tweak so that scrolling always occurs when we try to move onto the "$" at the end of the line, as opposed to (a) when we move onto the "$" at the end of the line on the first page and (b) when we move onto the character just before the "$" on subsequent pages. (DLR)
Diffstat (limited to 'editors/nano')
-rw-r--r--editors/nano/Makefile7
-rw-r--r--editors/nano/distinfo8
2 files changed, 7 insertions, 8 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile
index e39bb75b347..7a797c231fa 100644
--- a/editors/nano/Makefile
+++ b/editors/nano/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2007/09/30 17:45:24 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2007/10/14 13:30:45 obache Exp $
-DISTNAME= nano-1.2.4
-PKGREVISION= 1
+DISTNAME= nano-1.2.5
CATEGORIES= editors
MASTER_SITES= http://www.nano-editor.org/dist/v1.2/
@@ -13,7 +12,7 @@ GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= msgfmt
-INFO_FILES= # PLIST
+INFO_FILES= yes
CONFIGURE_ARGS+= --enable-color
CONFIGURE_ARGS+= --enable-multibuffer
diff --git a/editors/nano/distinfo b/editors/nano/distinfo
index cfc3ef2c6a1..c62534fff11 100644
--- a/editors/nano/distinfo
+++ b/editors/nano/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2005/02/23 17:15:11 agc Exp $
+$NetBSD: distinfo,v 1.11 2007/10/14 13:30:46 obache Exp $
-SHA1 (nano-1.2.4.tar.gz) = 03a321011c2ceb00da20e15b15ed9ee9dee98c97
-RMD160 (nano-1.2.4.tar.gz) = 8e56765f61bc4e9cd2db1273bd287a2678cb6ac6
-Size (nano-1.2.4.tar.gz) = 914302 bytes
+SHA1 (nano-1.2.5.tar.gz) = ba55942aacf9f296a910d8f73afb7446f118830d
+RMD160 (nano-1.2.5.tar.gz) = 92d694b79588fafdedc2731c2e1240bb100950f9
+Size (nano-1.2.5.tar.gz) = 911938 bytes