From b03a7a4852eb9947ffcd816677ff54818736f532 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 20 Mar 2017 05:05:27 +0000 Subject: GNU nano 2.7.5 "Nijntje" can properly search and replace the \B and \b regex anchors, correctly repaints things when multiline regexes with identical start and end are involved, fixes a crash with zero-length regex matches, does replacements at the edges of a marked region right, no longer hides double-width characters at the head of softwrapped rows, displays at most three warnings at startup, and documents the ability to read a file from standard input. Come tickle my ears. --- editors/nano/Makefile | 16 ++++++++-------- editors/nano/distinfo | 10 +++++----- 2 files changed, 13 insertions(+), 13 deletions(-) (limited to 'editors') diff --git a/editors/nano/Makefile b/editors/nano/Makefile index 4ba632fa5a3..0d62ba7ebff 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -1,25 +1,25 @@ -# $NetBSD: Makefile,v 1.58 2017/01/22 02:04:15 wiedi Exp $ +# $NetBSD: Makefile,v 1.59 2017/03/20 05:05:27 adam Exp $ -DISTNAME= nano-2.7.4 +DISTNAME= nano-2.7.5 CATEGORIES= editors -MASTER_SITES= http://www.nano-editor.org/dist/v2.7/ +MASTER_SITES= http://www.nano-editor.org/dist/v${PKGVERSION_NOREV:R}/ +EXTRACT_SUFX= .tar.xz MAINTAINER= wiedi@frubar.net HOMEPAGE= http://www.nano-editor.org/ COMMENT= Small and friendly text editor (a free replacement for Pico) -LICENSE= gnu-gpl-v3 +LICENSE= gnu-gpl-v3 -GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= msgfmt gmake - -INFO_FILES= yes - +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-color CONFIGURE_ARGS+= --enable-multibuffer CONFIGURE_ARGS+= --enable-nanorc CONFIGURE_ARGS+= --enable-extra +INFO_FILES= yes + # Looks like that IRIX 5.x lacks vsnprintf() functions, # which are required to make this work, so glib2 is used instead. .include "../../mk/bsd.prefs.mk" diff --git a/editors/nano/distinfo b/editors/nano/distinfo index dbdac355720..cce996f068b 100644 --- a/editors/nano/distinfo +++ b/editors/nano/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.31 2017/01/22 02:04:15 wiedi Exp $ +$NetBSD: distinfo,v 1.32 2017/03/20 05:05:27 adam Exp $ -SHA1 (nano-2.7.4.tar.gz) = 1c36a1c3e2f6d859462133d7f5504bc053faee93 -RMD160 (nano-2.7.4.tar.gz) = 60a4a696e0a26d561e289e0eef95912d634c1068 -SHA512 (nano-2.7.4.tar.gz) = 029fa2ef72a8762f376f1cfc3f4cdcabfcb226868e5c68c5980162333099f23e74e77da2dda66b4e70e2840b9a0e472db821248327b417b3cf5132093eeb80ee -Size (nano-2.7.4.tar.gz) = 2023560 bytes +SHA1 (nano-2.7.5.tar.xz) = ac907b75231ba5f046e566af8a87f3840ed3c04e +RMD160 (nano-2.7.5.tar.xz) = f1b5fa07550bd0cc955bdad2865c5b02b65119e7 +SHA512 (nano-2.7.5.tar.xz) = 1059e20ca862597f2d21a1080769d909ed830a320adc3193a593ffb6f8104dd17ba1a5d64150886a92e4e0727ee184901a33723a1f519438e330d672f4815af5 +Size (nano-2.7.5.tar.xz) = 1014184 bytes SHA1 (patch-configure) = 3a63b02a39000d5a15087739648b82e999d14f56 -- cgit v1.2.3