nano stable port information

Info2: <<
Package: nano%type_pkg[nano]
Version: 2.2.6
Revision: 1
Description: Free Pico clone with some new features
Type: nano (. -noutf8 -small)
License: GPL
Maintainer: Andreas Gockel
Depends: <<
(%type_raw[nano] = .) libncursesw5-shlibs (>= 5.4-20041023-1001),
(%type_raw[nano] != .) libncurses5-shlibs (>= 5.4-20041023-1006),
(%type_raw[nano] != -small) libiconv,
(%type_raw[nano] != -small) libgettext8-shlibs
<<
BuildDepends: <<
fink (>= 0.27.2),
(%type_raw[nano] = .) libncursesw5 (>= 5.4-20041023-1001),
(%type_raw[nano] != .) libncurses5 (>= 5.4-20041023-1006),
(%type_raw[nano] != -small) libiconv-dev,
libgettext8-dev,
gettext-tools
<<
Replaces: nano-unstable, nano-small, nano-noutf8, nano-cur, nano
Conflicts: nano-unstable, nano-small, nano-noutf8, nano-cur, nano
Source: http://www.nano-editor.org/dist/v2.2/nano-%v.tar.gz
Source-MD5: 03233ae480689a008eb98feb1b599807
ConfigureParams: --disable-dependency-tracking
CompileScript: <<
#!/bin/sh -ev
if [ "%type_raw[nano]" == "-noutf8" ]; then
./configure %c --disable-utf8 --enable-extra --enable-color --enable-multibuffer --enable-nanorc
/usr/bin/make
elif [ "%type_raw[nano]" == "-small" ]; then
./configure %c --enable-tiny --disable-extra --disable-nanorc --disable-color --disable-utf8 --disable-multibuffer --enable-wrapping
/usr/bin/make
elif [ "%type_raw[nano]" == "." ]; then
CPPFLAGS="-I%p/include/ncursesw $CPPFLAGS" ./configure %c --enable-utf8 --enable-extra --enable-color --enable-multibuffer --enable-nanorc
CPPFLAGS="-I%p/include/ncursesw $CPPFLAGS" /usr/bin/make
fi
<<
InstallScript: <<
#!/bin/sh -ev
/usr/bin/make install prefix=%i
/usr/bin/install -d -m 755 %i/share/doc/%n/man-html/fr
if [ "%type_raw[nano]" != "-small" ]; then
/usr/bin/install -d -m 755 %i/etc
/usr/bin/install -c -m 644 %b/doc/nanorc.sample %i/etc/nanorc
/usr/bin/gzip -9 %i/share/man/{,fr/}man{1/{,r}nano.1,5/nanorc.5}
/bin/rm -r %i/share/nano/man-html
fi
<<
DocFiles: <<
ABOUT-NLS AUTHORS BUGS COPYING COPYING.DOC ChangeLog ChangeLog.pre-2.1
INSTALL NEWS README README.SVN THANKS TODO UPGRADE doc/faq.html
doc/man/nano.1.html:man-html/nano.1.html
doc/man/rnano.1.html:man-html/rnano.1.html
doc/man/fr/nano.1.html:man-html/fr/nano.1.html
doc/man/fr/rnano.1.html:man-html/fr/rnano.1.html
doc/texinfo/nano.html doc/texinfo/nano.texi po/ChangeLog:ChangeLog.po
(%type_raw[nano] != -small) doc/man/nanorc.5.html:man-html/nanorc.5.html
(%type_raw[nano] != -small) doc/man/fr/nanorc.5.html:man-html/fr/nanorc.5.html
(%type_raw[nano] != -small) doc/nanorc.sample
<<
ConfFiles: (%type_raw[nano] != -small) %p/etc/nanorc
InfoDocs: nano.info
Homepage: http://www.nano-editor.org/
DescDetail: <<
GNU nano is a free replacement for Pico, the default Pine editor. GNU nano
is an effort to provide a Pico-like editor, but also includes some features
that were missing in the original, such as 'search and replace', 'goto line'
or internationalization support.
<<
DescUsage: <<
The sample config is in %p/share/doc/%n/nanorc.sample and %p/etc/nanorc.
<<
InfoTest: <<
Testscript: echo "Nothing to test here"
<<
<<