diff options
author | martti <martti@pkgsrc.org> | 2002-01-26 07:16:59 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-01-26 07:16:59 +0000 |
commit | 4d8c8066c612a1b1ea7ad738068a5d7df4725f62 (patch) | |
tree | 4468aa1a0227ddbb0eeb201aeac642276d11a2a5 /editors/nano | |
parent | 6547a079cacd7e4b417424be25151172d1e1f6ff (diff) | |
download | pkgsrc-4d8c8066c612a1b1ea7ad738068a5d7df4725f62.tar.gz |
Updated nano tp 1.0.8 (provede by Shell Hung in pkg/15278)
- Better partial word checking code
- Add Meta-A as alternate keyystroke for ^^ for people with
non-US keyboards
- Replace hard coded ALT_G and ALT_H values in the replace
and goto shortcuts with their macro counterparts NANO_ALT_*_KEY
- Call tcsetattr() to restore the old terminal settings, so
tcsh can use ^C after suspend for example
- Move "right" increment to part where new line is created
- New Polish translation, and updates
Diffstat (limited to 'editors/nano')
-rw-r--r-- | editors/nano/Makefile | 6 | ||||
-rw-r--r-- | editors/nano/PLIST | 3 | ||||
-rw-r--r-- | editors/nano/distinfo | 6 |
3 files changed, 8 insertions, 7 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index b8afa82e22a..47367685979 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2001/12/19 06:53:19 martti Exp $ +# $NetBSD: Makefile,v 1.7 2002/01/26 07:16:59 martti Exp $ -DISTNAME= nano-1.0.7 +DISTNAME= nano-1.0.8 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GNU:=nano/} -MAINTAINER= packages@netbsd.org +MAINTAINER= shell@shellhung.org HOMEPAGE= http://www.nano-editor.org/ COMMENT= small and friendly text editor (a free replacement for Pico) diff --git a/editors/nano/PLIST b/editors/nano/PLIST index e1d41a00731..5ee11a028b7 100644 --- a/editors/nano/PLIST +++ b/editors/nano/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2001/11/22 09:23:15 martti Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/01/26 07:16:59 martti Exp $ bin/nano @unexec install-info --delete --info-dir=%D/info %D/info/nano.info info/nano.info @@ -17,6 +17,7 @@ share/locale/id/LC_MESSAGES/nano.mo share/locale/it/LC_MESSAGES/nano.mo share/locale/nl/LC_MESSAGES/nano.mo share/locale/no/LC_MESSAGES/nano.mo +share/locale/pl/LC_MESSAGES/nano.mo share/locale/ru/LC_MESSAGES/nano.mo share/locale/sv/LC_MESSAGES/nano.mo share/locale/uk/LC_MESSAGES/nano.mo diff --git a/editors/nano/distinfo b/editors/nano/distinfo index d65bb671c07..e1a10a2d807 100644 --- a/editors/nano/distinfo +++ b/editors/nano/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2001/12/19 06:53:19 martti Exp $ +$NetBSD: distinfo,v 1.5 2002/01/26 07:16:59 martti Exp $ -SHA1 (nano-1.0.7.tar.gz) = 2bacef082bdf5f974ef7a22ac5cbe664509845bc -Size (nano-1.0.7.tar.gz) = 433383 bytes +SHA1 (nano-1.0.8.tar.gz) = 95fccbf51dd9f31c72e4d105c13476e4da9b59be +Size (nano-1.0.8.tar.gz) = 439253 bytes SHA1 (patch-aa) = 1337fb38f20b04e3ee4f1682f8b608b6c180e99a |