Subject: CVS commit: pkgsrc/editors/nano
To: None <pkgsrc-changes@NetBSD.org>
From: OBATA Akio <obache@netbsd.org>
List: pkgsrc-changes
Date: 12/22/2007 15:12:24
Module Name:	pkgsrc
Committed By:	obache
Date:		Sat Dec 22 15:12:24 UTC 2007

Modified Files:
	pkgsrc/editors/nano: Makefile PLIST distinfo
Removed Files:
	pkgsrc/editors/nano/patches: patch-aa patch-ab

Log Message:
Update nano to 2.0.7.
Patches for NetBSD curses no longer need.

2007/12/20 - GNU nano 2.0.7 keeps its balance.  This release fixes
                several bugs, among others: a segfault and several
                cursor positioning problems when uncutting text or
                inserting files into the current buffer; a problem where
                the total number of characters would be miscalculated
                when replacing single-byte characters with multibyte
                ones; several minor issues with the statusbar prompt
                involving text display and mouse support; and several
                oddities when tab-completing in the middle of a line.
                It also improves autodetection of DOS and Mac format
                files, properly supports the mouse wheel when using a
                version of ncurses built with the --enable-ext-mouse
                option, fixes some problems under NetBSD curses, adds a
                lot of translation updates, and adds more minor
                documentation updates.  Slang curses emulation support
                has also been changed to turn off all the options that
                --enable-tiny does, as it's hopelessly broken otherwise.
                Finally, nano is now licensed under the GNU GPL version
                3 or later, and its documentation is now dual-licensed
                under the GNU GPL version 3 or later and the GNU FDL
                version 1.2 or later.  Have fun.


To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 pkgsrc/editors/nano/Makefile
cvs rdiff -r1.12 -r1.13 pkgsrc/editors/nano/PLIST
cvs rdiff -r1.14 -r1.15 pkgsrc/editors/nano/distinfo
cvs rdiff -r1.7 -r0 pkgsrc/editors/nano/patches/patch-aa
cvs rdiff -r1.2 -r0 pkgsrc/editors/nano/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.