Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv20360

Modified Files:
        nano-noutf8.info nano-small.info nano.info 
Added Files:
        nano-cur.info 
Log Message:
Adding developer version of nano


Index: nano-small.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/nano-small.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- nano-small.info     29 Sep 2008 06:41:45 -0000      1.4
+++ nano-small.info     29 Sep 2008 16:43:52 -0000      1.5
@@ -1,13 +1,13 @@
 Package: nano-small
 Version: 2.0.9
-Revision: 1001
+Revision: 1002
 Description: Free Pico clone with some new features
 License: GPL
 Maintainer: Andreas Gockel <[EMAIL PROTECTED]>
 Depends: libncurses5-shlibs (>= 5.4-20041023-1006)
 BuildDepends: libncurses5 (>= 5.4-20041023-1006)
-Replaces: nano-unstable, nano, nano-noutf8
-Conflicts: nano-unstable, nano, nano-noutf8
+Replaces: nano-unstable, nano, nano-noutf8, nano-cur
+Conflicts: nano-unstable, nano, nano-noutf8, nano-cur
 Source: http://www.nano-editor.org/dist/v2.0/nano-%v.tar.gz
 Source-MD5: 2be94dc43fb60fff4626a2401a977220
 ConfigureParams: --disable-dependency-tracking --disable-utf8 --disable-nls 
--disable-all --enable-tiny

--- NEW FILE: nano-cur.info ---
Package: nano-cur
Version: 2.1.5
Revision: 1001
Description: Free Pico clone with some new features (dev)
License: GPL
Maintainer: Andreas Gockel <[EMAIL PROTECTED]>
Depends: libncursesw5-shlibs (>= 5.4-20041023-1001), libiconv, 
libgettext3-shlibs
BuildDepends: libncursesw5 (>= 5.4-20041023-1001), libgettext3-dev, 
gettext-bin, gettext-tools, libiconv-dev
Replaces: nano-unstable, nano-small, nano-noutf8, nano
Conflicts: nano-unstable, nano-small, nano-noutf8, nano
Source: http://www.nano-editor.org/dist/v2.1/nano-%v.tar.gz
Source-MD5: 4ac9336251e42d51d68ffceba3fa00be
ConfigureParams: --enable-extra --enable-color --enable-multibuffer 
--enable-nanorc --enable-all --disable-dependency-tracking --enable-utf8
InstallScript: <<
 make install prefix=%i
 /usr/bin/install -d -m 755 %i/etc
 /usr/bin/install -c -m 644 %b/doc/nanorc.sample %i/etc/nanorc
<<
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/texinfo/nano.html doc/texinfo/nano.texi 
po/ChangeLog:ChangeLog.po
 doc/man/fr/nano.1.html:nano.1.html.fr doc/man/fr/nanorc.5.html:nanorc.5.html.fr
 doc/man/fr/rnano.1.html:rnano.1.html.fr doc/man/nano.1.html 
doc/man/nanorc.5.html
 doc/man/rnano.1.html doc/nanorc.sample
<<
PostInstScript: <<
 set -e
 if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then
  update-alternatives --install %p/bin/editor editor %p/bin/nano 70 \
   --slave %p/share/man/man1/editor.1 editor.1 %p/share/man/man1/nano.1
  update-alternatives --install %p/etc/editorrc editorrc %p/etc/nanorc 70
  update-alternatives --install %p/bin/editor editor %p/bin/rnano 25 \
   --slave %p/share/man/man1/editor.1 editor.1 %p/share/man/man1/rnano.1
 fi
<<
PreRmScript: <<
 set -e
 if [ "$1" != "upgrade" ]; then
  update-alternatives --remove editor %p/bin/nano
  update-alternatives --remove editor %p/bin/rnano
  update-alternatives --remove editorrc %p/etc/nanorc
 fi
<<
ConfFiles: %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: <<
 Uses update-alternatives in case users wants to change between
 default editor.
 .
 The sample config was in %p/share/doc/nano/nanorc.sample and %p/etc/nanorc
<<
DescPackaging: <<
 Added --enable-nanorc to support config files.
<<

Index: nano.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/nano.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- nano.info   29 Sep 2008 06:41:45 -0000      1.8
+++ nano.info   29 Sep 2008 16:43:52 -0000      1.9
@@ -1,13 +1,13 @@
 Package: nano
 Version: 2.0.9
-Revision: 1001
+Revision: 1002
 Description: Free Pico clone with some new features
 License: GPL
 Maintainer: Andreas Gockel <[EMAIL PROTECTED]>
 Depends: libncursesw5-shlibs (>= 5.4-20041023-1001), libiconv, 
libgettext3-shlibs
 BuildDepends: libncursesw5 (>= 5.4-20041023-1001), libgettext3-dev, 
gettext-bin, gettext-tools, libiconv-dev
-Replaces: %n-unstable, nano-small, nano-noutf8
-Conflicts: %n-unstable, nano-small, nano-noutf8
+Replaces: %n-unstable, nano-small, nano-noutf8, nano-cur
+Conflicts: %n-unstable, nano-small, nano-noutf8, nano-cur
 Source: http://www.%n-editor.org/dist/v2.0/%n-%v.tar.gz
 Source-MD5: 2be94dc43fb60fff4626a2401a977220
 ConfigureParams: --enable-extra --enable-color --enable-multibuffer 
--enable-%nrc --enable-all --disable-dependency-tracking --enable-utf8

Index: nano-noutf8.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/nano-noutf8.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- nano-noutf8.info    29 Sep 2008 06:41:45 -0000      1.4
+++ nano-noutf8.info    29 Sep 2008 16:43:52 -0000      1.5
@@ -1,13 +1,13 @@
 Package: nano-noutf8
 Version: 2.0.9
-Revision: 1001
+Revision: 1002
 Description: Free Pico clone with some new features
 License: GPL
 Maintainer: Andreas Gockel <[EMAIL PROTECTED]>
 Depends: libncurses5-shlibs (>= 5.4-20041023-1006), libiconv, 
libgettext3-shlibs
 BuildDepends: libncurses5 (>= 5.4-20041023-1006), libgettext3-dev, 
gettext-bin, gettext-tools, libiconv-dev
-Replaces: nano-unstable, nano-small, nano
-Conflicts: nano-unstable, nano-small, nano
+Replaces: nano-unstable, nano-small, nano, nano-cur
+Conflicts: nano-unstable, nano-small, nano, nano-cur
 Source: http://www.nano-editor.org/dist/v2.0/nano-%v.tar.gz
 Source-MD5: 2be94dc43fb60fff4626a2401a977220
 ConfigureParams: --enable-extra --enable-color --enable-multibuffer 
--enable-nanorc --enable-all --disable-dependency-tracking --disable-utf8


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to