Update to 1.2.0. Major additions in this release:

- nanorc support
- color syntax highlighting
- multiple file buffers
- search/replace history
- new translations
This commit is contained in:
Christian Weisgerber 2003-02-20 13:23:42 +00:00
parent e61857969c
commit 34d739d4dd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75938
4 changed files with 10 additions and 6 deletions

View File

@ -6,14 +6,14 @@
# #
PORTNAME= nano PORTNAME= nano
PORTVERSION= 1.0.9 PORTVERSION= 1.2.0
PORTREVISION= 1
CATEGORIES= editors CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GNU} \ MASTER_SITES= http://www.nano-editor.org/dist/v1.2/ \
http://www.nano-editor.org/dist/v1.0/ ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME} MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= naddy@FreeBSD.org MAINTAINER= naddy@FreeBSD.org
COMMENT= Nano's ANOther editor, an enhanced free Pico Clone
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
@ -22,5 +22,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" LDFLAGS="-L${LOCALBASE}/lib"
MAN1= nano.1 MAN1= nano.1
MAN5= nanorc.5
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (nano-1.0.9.tar.gz) = 499162ef77d0c5b9c2c171bae6052327 MD5 (nano-1.2.0.tar.gz) = 48a045da0ac8851df23f00122d3646b8

View File

@ -1 +0,0 @@
Nano's ANOther editor, an enhanced free Pico Clone

View File

@ -8,16 +8,20 @@ share/locale/cs/LC_MESSAGES/nano.mo
share/locale/da/LC_MESSAGES/nano.mo share/locale/da/LC_MESSAGES/nano.mo
share/locale/de/LC_MESSAGES/nano.mo share/locale/de/LC_MESSAGES/nano.mo
share/locale/es/LC_MESSAGES/nano.mo share/locale/es/LC_MESSAGES/nano.mo
share/locale/eu/LC_MESSAGES/nano.mo
share/locale/fi/LC_MESSAGES/nano.mo share/locale/fi/LC_MESSAGES/nano.mo
share/locale/fr/LC_MESSAGES/nano.mo share/locale/fr/LC_MESSAGES/nano.mo
share/locale/gl/LC_MESSAGES/nano.mo share/locale/gl/LC_MESSAGES/nano.mo
share/locale/hu/LC_MESSAGES/nano.mo share/locale/hu/LC_MESSAGES/nano.mo
share/locale/id/LC_MESSAGES/nano.mo share/locale/id/LC_MESSAGES/nano.mo
share/locale/it/LC_MESSAGES/nano.mo share/locale/it/LC_MESSAGES/nano.mo
share/locale/ms/LC_MESSAGES/nano.mo
share/locale/nb/LC_MESSAGES/nano.mo share/locale/nb/LC_MESSAGES/nano.mo
share/locale/nl/LC_MESSAGES/nano.mo share/locale/nl/LC_MESSAGES/nano.mo
share/locale/nn/LC_MESSAGES/nano.mo share/locale/nn/LC_MESSAGES/nano.mo
share/locale/pl/LC_MESSAGES/nano.mo share/locale/pl/LC_MESSAGES/nano.mo
share/locale/pt_BR/LC_MESSAGES/nano.mo
share/locale/ru/LC_MESSAGES/nano.mo share/locale/ru/LC_MESSAGES/nano.mo
share/locale/sv/LC_MESSAGES/nano.mo share/locale/sv/LC_MESSAGES/nano.mo
share/locale/tr/LC_MESSAGES/nano.mo
share/locale/uk/LC_MESSAGES/nano.mo share/locale/uk/LC_MESSAGES/nano.mo