From ca0cbccf9d3fbfab8a05e538c5af9264232d14c7 Mon Sep 17 00:00:00 2001 From: shell Date: Thu, 26 Dec 2002 15:14:41 +0000 Subject: Updated to nano-1.0.9 Changes : free_charptrarray, striponedir() - Plug some memory leaks (Steven Kneizys). read_file() - Abort if we read a file of 0 lines (num_lines == 0), fixes BUG #70. - Reverse tests to stop segfault on editing a new file of 0 lines (David Benbennick). do_int_speller() - Fix zombie processes and spelling buffer issues (Rocco Corsi) do_gotoline() - Set placewewant if we actually move to a different line. nanogetstr() - Add NANO_HOME_KEY and NANO_END_KEY to the home and end key code (fixes BUG #69). bottombars(), onekey() - Make bottom list dynamic with screen size (Guus Sliepen & Chris). do_credits() - Add Thomas Dickey. strcasestr() - Renamed to stristr since strcasestr has not been confirmed to be detected properly on various Linux systems. Updated POs : no nb it fr uk gl --- editors/nano/Makefile | 6 +++--- editors/nano/PLIST | 5 +++-- editors/nano/distinfo | 6 +++--- 3 files changed, 9 insertions(+), 8 deletions(-) (limited to 'editors') diff --git a/editors/nano/Makefile b/editors/nano/Makefile index b9dff69c474..24929887382 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.10 2002/11/30 23:32:22 salo Exp $ +# $NetBSD: Makefile,v 1.11 2002/12/26 15:14:41 shell Exp $ -DISTNAME= nano-1.0.8 +DISTNAME= nano-1.0.9 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GNU:=nano/} -MAINTAINER= shell@shellhung.org +MAINTAINER= shell@netbsd.org HOMEPAGE= http://www.nano-editor.org/ COMMENT= small and friendly text editor (a free replacement for Pico) diff --git a/editors/nano/PLIST b/editors/nano/PLIST index 90d8ded8347..584730e1c1c 100644 --- a/editors/nano/PLIST +++ b/editors/nano/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2002/11/30 23:32:22 salo Exp $ +@comment $NetBSD: PLIST,v 1.6 2002/12/26 15:14:42 shell Exp $ bin/nano @unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/nano.info info/nano.info @@ -15,8 +15,9 @@ ${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/nano.mo ${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/nano.mo ${PKGLOCALEDIR}/locale/id/LC_MESSAGES/nano.mo ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/nano.mo +${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/nano.mo ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/nano.mo -${PKGLOCALEDIR}/locale/no/LC_MESSAGES/nano.mo +${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/nano.mo ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/nano.mo ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/nano.mo ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/nano.mo diff --git a/editors/nano/distinfo b/editors/nano/distinfo index e0ff04530ff..a6b89f34898 100644 --- a/editors/nano/distinfo +++ b/editors/nano/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2002/10/13 15:11:01 wiz Exp $ +$NetBSD: distinfo,v 1.7 2002/12/26 15:14:42 shell Exp $ -SHA1 (nano-1.0.8.tar.gz) = 95fccbf51dd9f31c72e4d105c13476e4da9b59be -Size (nano-1.0.8.tar.gz) = 439253 bytes +SHA1 (nano-1.0.9.tar.gz) = 750cb7a22b0ffa490714420a7ab18259e9310543 +Size (nano-1.0.9.tar.gz) = 451822 bytes -- cgit v1.2.3