- Update to 1.0.0: various bug fixes, add Czech translation.
- Pull COMMENT into Makefile, update DESCR.
This commit is contained in:
parent
47cb5219bb
commit
9fcc18118d
@ -1,14 +1,16 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2001/02/20 22:33:10 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2001/03/24 19:52:29 naddy Exp $
|
||||
|
||||
DISTNAME= nano-0.9.99pre3
|
||||
COMMENT= "small, easy to use editor"
|
||||
DISTNAME= nano-1.0.0
|
||||
CATEGORIES= editors
|
||||
NEED_VERSION= 1.338
|
||||
NEED_VERSION= 1.363
|
||||
HOMEPAGE= http://www.nano-editor.org
|
||||
|
||||
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
${HOMEPAGE}/dist/
|
||||
${MASTER_SITE_GNU} \
|
||||
ftp://ftp.nano-editor.org/pub/nano/
|
||||
MASTER_SITE_SUBDIR= nano
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
@ -24,9 +26,9 @@ LIB_DEPENDS= intl.1::devel/gettext
|
||||
LIB_DEPENDS+= slang.14::devel/libslang
|
||||
.endif
|
||||
|
||||
CONFIGURE_STYLE= gnu autoconf
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_STYLE= autoconf
|
||||
CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include' \
|
||||
LDFLAGS='-L${LOCALBASE}/lib'
|
||||
.if ${FLAVOR:L:Mslang}
|
||||
CONFIGURE_ARGS+= --with-slang='${LOCALBASE}'
|
||||
.endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (nano-0.9.99pre3.tar.gz) = d9367c129fd04172fbdc9cd34dfc9381
|
||||
RMD160 (nano-0.9.99pre3.tar.gz) = 03fac639058b5d3b22c16df7d081c006d1abffc9
|
||||
SHA1 (nano-0.9.99pre3.tar.gz) = d9788445db029695a690bbd661f31a05b7914ee9
|
||||
MD5 (nano-1.0.0.tar.gz) = 34a31da9c9eb222d13494a17c2d5004a
|
||||
RMD160 (nano-1.0.0.tar.gz) = cdfc1a0d59f292b102517b407e8a871f46dcd174
|
||||
SHA1 (nano-1.0.0.tar.gz) = 4cfe72461158abbc1431e6cd03c1e9724572c2e6
|
||||
|
@ -1 +0,0 @@
|
||||
small, easy to use editor
|
@ -1,5 +1,7 @@
|
||||
The editor formerly known as TIP (TIP Isn't Pico). The nano
|
||||
project was started because of a few gripes with the
|
||||
wonderfully easy-to-use and friendly Pico text editor.
|
||||
nano is a small, free and friendly editor which aims to replace
|
||||
Pico, the default editor included in the non-free Pine package.
|
||||
Rather than just copying Pico's look and feel, nano also implements
|
||||
some missing (or disabled by default) features in Pico, such as
|
||||
"search and replace" and "goto line number".
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
|
@ -1,9 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2001/02/20 22:33:11 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2001/03/24 19:52:29 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/de/LC_MESSAGES/nano.mo
|
||||
share/locale/es/LC_MESSAGES/nano.mo
|
||||
share/locale/fi/LC_MESSAGES/nano.mo
|
||||
|
Loading…
x
Reference in New Issue
Block a user