update to 1.05:
- new Dutch and Danish translations - updated Italian, Finnish, and Catalan translations - minor bugfixes for cutting marked text
This commit is contained in:
parent
b7efeb874a
commit
1314695e6d
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2001/08/25 15:48:40 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2001/10/04 12:37:57 naddy Exp $
|
||||
|
||||
COMMENT= "small, easy to use editor"
|
||||
|
||||
DISTNAME= nano-1.0.4
|
||||
DISTNAME= nano-1.0.5
|
||||
CATEGORIES= editors
|
||||
NEED_VERSION= 1.363
|
||||
HOMEPAGE= http://www.nano-editor.org
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (nano-1.0.4.tar.gz) = e48f0c030f30ef279cb37c7e046a9b14
|
||||
RMD160 (nano-1.0.4.tar.gz) = 0e291f73e9d0e1760ee5d5ce94429fb127877d70
|
||||
SHA1 (nano-1.0.4.tar.gz) = a98503e835d7a6dc01d91bc6374d76059b7c1b3b
|
||||
MD5 (nano-1.0.5.tar.gz) = 6673330d15c1d08d826215e8fefe443a
|
||||
RMD160 (nano-1.0.5.tar.gz) = 0e5f5a95b7e9f426c74e4961a68bf4e2cf1d10a6
|
||||
SHA1 (nano-1.0.5.tar.gz) = 5be86143f52fa3b6934e366d8c824614ec082ffc
|
||||
|
@ -1,10 +1,11 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2001/08/25 15:48:40 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2001/10/04 12:37:57 naddy Exp $
|
||||
@unexec install-info --delete --info-dir=%D/info %D/info/nano.info
|
||||
bin/nano
|
||||
info/nano.info
|
||||
man/man1/nano.1
|
||||
share/locale/ca/LC_MESSAGES/nano.mo
|
||||
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/fi/LC_MESSAGES/nano.mo
|
||||
@ -13,6 +14,7 @@ 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/nl/LC_MESSAGES/nano.mo
|
||||
share/locale/no/LC_MESSAGES/nano.mo
|
||||
share/locale/ru/LC_MESSAGES/nano.mo
|
||||
share/locale/sv/LC_MESSAGES/nano.mo
|
||||
|
Loading…
Reference in New Issue
Block a user