diff options
author | wiedi <wiedi@pkgsrc.org> | 2017-11-19 12:57:24 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2017-11-19 12:57:24 +0000 |
commit | d8e83c6f1d40a495d3e1e5310a058e3d80656333 (patch) | |
tree | 72bfa403035a45fb12c061da54370b7845c4c31f /editors/nano | |
parent | 9af5e081dd7a3722ef19e5b8232438fa4d884628 (diff) | |
download | pkgsrc-d8e83c6f1d40a495d3e1e5310a058e3d80656333.tar.gz |
nano: updated to 2.9.0
2017.11.18 - GNU nano 2.9.0 "Eta" introduces the ability to record and
replay keystrokes (M-: to start and stop recording, M-;
to play the macro back), makes ^Q and ^S do something
useful by default (^Q starts a backward search, and ^S
saves the current file), changes ^W to start always a
forward search, shows the number of open buffers (when
more than one) in the title bar, no longer asks to press
Enter when there are errors in an rc file, retires the
options '--quiet' and 'set quiet' and 'set backwards',
makes indenting and unindenting undoable, will look in
$XDG_CONFIG_HOME for a nanorc file and in $XDG_DATA_HOME
for the history files, adds a history stack for executed
commands (^R^X), does not overwrite the position-history
file of another nano, and fixes a score of tiny bugs.
Diffstat (limited to 'editors/nano')
-rw-r--r-- | editors/nano/Makefile | 4 | ||||
-rw-r--r-- | editors/nano/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index 3bf74ce66b5..15b2f5ada0d 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.66 2017/09/03 08:53:08 wiz Exp $ +# $NetBSD: Makefile,v 1.67 2017/11/19 12:57:24 wiedi Exp $ -DISTNAME= nano-2.8.7 +DISTNAME= nano-2.9.0 CATEGORIES= editors MASTER_SITES= https://www.nano-editor.org/dist/v${PKGVERSION_NOREV:R}/ EXTRACT_SUFX= .tar.xz diff --git a/editors/nano/distinfo b/editors/nano/distinfo index dd268a04df8..b505aa8cb56 100644 --- a/editors/nano/distinfo +++ b/editors/nano/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.38 2017/08/30 10:21:58 wiedi Exp $ +$NetBSD: distinfo,v 1.39 2017/11/19 12:57:24 wiedi Exp $ -SHA1 (nano-2.8.7.tar.xz) = 34e1c01612a90c18e3612febc452565ded2ca42e -RMD160 (nano-2.8.7.tar.xz) = e4c18e8c41e54eab839a91ab199651b18fff481e -SHA512 (nano-2.8.7.tar.xz) = d7ef960d5178be64c17ba97729895564ab83583a6c4ccb19f870437f58aac4900c1de1a054963d87258f79956a03afa0ce94631891ec616096d120caed83a098 -Size (nano-2.8.7.tar.xz) = 1469384 bytes +SHA1 (nano-2.9.0.tar.xz) = a7f0727ab596630e52ac3fc607d42d007512d113 +RMD160 (nano-2.9.0.tar.xz) = a26efbe30f7382c399eb577faeb6fe1e18401967 +SHA512 (nano-2.9.0.tar.xz) = df3fe37e4263a83176bd6c39eab92bcac0a1b7c7b00b1bbddd28d6b3ca8c556a3248de7125ce12cc8ff98cda7d475e227c5cd9a15a99956f3b7ab273ed396857 +Size (nano-2.9.0.tar.xz) = 1471420 bytes SHA1 (patch-configure) = 3a63b02a39000d5a15087739648b82e999d14f56 |