Update to 1.0

PR:		26175
Submitted by:	perky@python.or.kr
This commit is contained in:
Michael Haro 2001-04-02 10:02:41 +00:00
parent e5c35d051f
commit b1fbcd066e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40734
4 changed files with 11 additions and 2 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= nano
PORTVERSION= 0.9.24
PORTVERSION= 1.0.0
CATEGORIES= editors
MASTER_SITES= http://www.nano-editor.org/dist/ \
http://www.asty.org/nano/dist/ \
@ -21,6 +21,12 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lintl"
.if defined(LITE)
CONFIGURE_ARGS+= --disable-tabcomp --enable-tiny --disable-speller \
--disable-justify --disable-nls --disable-browser --disable-help
PLIST= ${PKGDIR}/pkg-plist.nonls
.endif
MAN1= nano.1
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (nano-0.9.24.tar.gz) = 4063f0121745784e20ad7efbe42567cc
MD5 (nano-1.0.0.tar.gz) = 34a31da9c9eb222d13494a17c2d5004a

View File

@ -1,4 +1,5 @@
bin/nano
info/nano.info
share/locale/es/LC_MESSAGES/nano.mo
share/locale/de/LC_MESSAGES/nano.mo
share/locale/fi/LC_MESSAGES/nano.mo

View File

@ -0,0 +1,2 @@
bin/nano
info/nano.info