mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
editors/nano: update to 9.0
Improvements: - With M-< and M-> the viewport can be scrolled sideways. - When the cursor nears the edge, all lines are scrolled sideways. - M-Left, M-Right, M-Up, and M-Down have become rebindable. - Immediately stopping a recording retains the existing macro. - Clicking in the scrollbar crudely navigates in the buffer.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
COMMENT= simple editor, inspired by Pico
|
||||
|
||||
DISTNAME= nano-8.7.1
|
||||
DISTNAME= nano-9.0
|
||||
CATEGORIES= editors
|
||||
HOMEPAGE= https://www.nano-editor.org/
|
||||
|
||||
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
||||
|
||||
SITES= https://www.nano-editor.org/dist/v8/ \
|
||||
SITES= https://www.nano-editor.org/dist/v9/ \
|
||||
${SITE_GNU:=nano/}
|
||||
PORTROACH= site:https://www.nano-editor.org/dist/latest/
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
@@ -15,7 +15,7 @@ EXTRACT_SUFX= .tar.xz
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
LIB_DEPENDS= devel/gettext,-runtime
|
||||
WANTLIB= c curses iconv intl pthread
|
||||
WANTLIB= c curses iconv intl
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS= --disable-libmagic
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (nano-8.7.1.tar.xz) = dvDcskjy4vElHU7NIP0w+0AKNgo6N8bDQOClLC0c3t8=
|
||||
SIZE (nano-8.7.1.tar.xz) = 1726976
|
||||
SHA256 (nano-9.0.tar.xz) = nzhDdLSWEQoltzrVpf67OEeDxuMYizcGP2d6yQgBP94=
|
||||
SIZE (nano-9.0.tar.xz) = 1743088
|
||||
|
||||
@@ -35,6 +35,9 @@ share/locale/is/LC_MESSAGES/nano.mo
|
||||
share/locale/it/LC_MESSAGES/nano.mo
|
||||
share/locale/ja/LC_MESSAGES/nano.mo
|
||||
share/locale/ka/LC_MESSAGES/nano.mo
|
||||
share/locale/kk/
|
||||
share/locale/kk/LC_MESSAGES/
|
||||
share/locale/kk/LC_MESSAGES/nano.mo
|
||||
share/locale/ko/LC_MESSAGES/nano.mo
|
||||
share/locale/ms/
|
||||
share/locale/ms/LC_MESSAGES/
|
||||
@@ -67,7 +70,6 @@ share/nano/changelog.nanorc
|
||||
share/nano/cmake.nanorc
|
||||
share/nano/css.nanorc
|
||||
share/nano/default.nanorc
|
||||
share/nano/elisp.nanorc
|
||||
share/nano/email.nanorc
|
||||
share/nano/extra/
|
||||
share/nano/extra/ada.nanorc
|
||||
|
||||
Reference in New Issue
Block a user