diff options
author | naddy <naddy@FreeBSD.org> | 2003-02-20 21:23:42 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-02-20 21:23:42 +0800 |
commit | edd5d0c1eb00e6f5e8d65b5a3a025a72923aab89 (patch) | |
tree | 6c769e3a9d7e3ef279e49799e6e4b9389f7dd0f7 /editors | |
parent | 0f03ac2e1ca8fc57295d99481241c5c3b5d791b1 (diff) | |
download | freebsd-ports-gnome-edd5d0c1eb00e6f5e8d65b5a3a025a72923aab89.tar.gz freebsd-ports-gnome-edd5d0c1eb00e6f5e8d65b5a3a025a72923aab89.tar.zst freebsd-ports-gnome-edd5d0c1eb00e6f5e8d65b5a3a025a72923aab89.zip |
Update to 1.2.0. Major additions in this release:
- nanorc support
- color syntax highlighting
- multiple file buffers
- search/replace history
- new translations
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nano/Makefile | 9 | ||||
-rw-r--r-- | editors/nano/distinfo | 2 | ||||
-rw-r--r-- | editors/nano/pkg-comment | 1 | ||||
-rw-r--r-- | editors/nano/pkg-plist | 4 |
4 files changed, 10 insertions, 6 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index 3ec5eee840cc..a9e4e4d645db 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -6,14 +6,14 @@ # PORTNAME= nano -PORTVERSION= 1.0.9 -PORTREVISION= 1 +PORTVERSION= 1.2.0 CATEGORIES= editors -MASTER_SITES= ${MASTER_SITE_GNU} \ - http://www.nano-editor.org/dist/v1.0/ +MASTER_SITES= http://www.nano-editor.org/dist/v1.2/ \ + ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= naddy@FreeBSD.org +COMMENT= Nano's ANOther editor, an enhanced free Pico Clone LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext @@ -22,5 +22,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= nano.1 +MAN5= nanorc.5 .include <bsd.port.mk> diff --git a/editors/nano/distinfo b/editors/nano/distinfo index 6c2e36377258..bdace764839a 100644 --- a/editors/nano/distinfo +++ b/editors/nano/distinfo @@ -1 +1 @@ -MD5 (nano-1.0.9.tar.gz) = 499162ef77d0c5b9c2c171bae6052327 +MD5 (nano-1.2.0.tar.gz) = 48a045da0ac8851df23f00122d3646b8 diff --git a/editors/nano/pkg-comment b/editors/nano/pkg-comment deleted file mode 100644 index dc80634421ee..000000000000 --- a/editors/nano/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Nano's ANOther editor, an enhanced free Pico Clone diff --git a/editors/nano/pkg-plist b/editors/nano/pkg-plist index a468b4a90d24..e84112f802de 100644 --- a/editors/nano/pkg-plist +++ b/editors/nano/pkg-plist @@ -8,16 +8,20 @@ share/locale/cs/LC_MESSAGES/nano.mo share/locale/da/LC_MESSAGES/nano.mo share/locale/de/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/fr/LC_MESSAGES/nano.mo share/locale/gl/LC_MESSAGES/nano.mo share/locale/hu/LC_MESSAGES/nano.mo share/locale/id/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/nl/LC_MESSAGES/nano.mo share/locale/nn/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/sv/LC_MESSAGES/nano.mo +share/locale/tr/LC_MESSAGES/nano.mo share/locale/uk/LC_MESSAGES/nano.mo |