corporate2/devel/system/base/nano - Merge new version from 2009

Doruk Fişek paketler-commits at pardus.org.tr
Fri Dec 25 11:03:54 EET 2009


Author: dfisek
Date: Fri Dec 25 11:03:54 2009
New Revision: 83533

Modified:
   corporate2/devel/system/base/nano/   (props changed)
   corporate2/devel/system/base/nano/actions.py
   corporate2/devel/system/base/nano/pspec.xml
Log:
Merge new version from 2009

---
 actions.py |    2 +-
 pspec.xml  |   61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 2 files changed, 59 insertions(+), 4 deletions(-)

Modified: corporate2/devel/system/base/nano/actions.py
=================================================================
--- corporate2/devel/system/base/nano/actions.py	(original)
+++ corporate2/devel/system/base/nano/actions.py	Fri Dec 25 11:03:54 2009
@@ -21,4 +21,4 @@
     pisitools.dosym("/usr/bin/nano", "/bin/nano")
 
     pisitools.dohtml("doc/*.html")
-    pisitools.dodoc("ChangeLog", "README", "doc/nanorc.sample", "AUTHORS", "BUGS", "NEWS", "TODO", "COPYING", "THANKS", "UPGRADE")
+    pisitools.dodoc("ChangeLog*", "README", "doc/nanorc.sample", "AUTHORS", "BUGS", "NEWS", "TODO", "COPYING*", "THANKS", "UPGRADE")

Modified: corporate2/devel/system/base/nano/pspec.xml
=================================================================
--- corporate2/devel/system/base/nano/pspec.xml	(original)
+++ corporate2/devel/system/base/nano/pspec.xml	Fri Dec 25 11:03:54 2009
@@ -12,9 +12,9 @@
         <IsA>app:console</IsA>
         <Summary>GNU GPL'd Pico clone with more functionality</Summary>
         <Description>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 "go to line number".</Description>
-        <Archive sha1sum="fce55a02b2809a141258b3c1715d8fd95e004234" type="targz">http://www.nano-editor.org/dist/v2.0/nano-2.0.9.tar.gz</Archive>
+        <Archive sha1sum="427f0fa9a45f6ce7a7ef88ce58213a04f6e2e9f8" type="targz">http://www.nano-editor.org/dist/v2.2/nano-2.2.1.tar.gz</Archive>
         <BuildDependencies>
-            <Dependency versionFrom="5.2">ncurses</Dependency>
+            <Dependency>ncurses</Dependency>
             <Dependency>gettext</Dependency>
             <Dependency>slang</Dependency>
         </BuildDependencies>
@@ -25,7 +25,7 @@
         <Files>
             <Path fileType="config">/etc</Path>
             <Path fileType="localedata">/usr/share/locale</Path>
-            <Path fileType="doc">/usr/share/doc</Path>
+            <Path fileType="doc">/usr/share/doc/nano</Path>
             <Path fileType="man">/usr/share/man</Path>
             <Path fileType="info">/usr/share/info</Path>
             <Path fileType="data">/usr/share/nano</Path>
@@ -35,6 +35,61 @@
     </Package>
 
     <History>
+        <Update release="18">
+            <Date>2009-12-15</Date>
+            <Version>2.2.1</Version>
+            <Comment>
+             * Fix missing keybindings for page up/down and GotoDir in the browser, ^P/^N in the help menu, and restoration of M-W as the default re-search binding
+             * Documentation updates, including the nano texinfo manual, nano and nanorc man pages, and UPGRADE file, and some missing syntax highlighting entries for the sample nanorc
+             * Latest round of 'final' soft wrapping fixes
+             * Nano will no longer print a warning when attempting to insert the contents of a read-only file into an existing buffer
+             * Other minor fixes
+            </Comment>
+            <Name>Doruk Fişek</Name>
+            <Email>dfisek at fisek.com.tr</Email>
+        </Update>
+        <Update release="17">
+            <Date>2009-11-30</Date>
+            <Version>2.2.0</Version>
+            <Comment>
+             * Fixes for tiny mode (involving both keys and replace menu text)
+             * More 'final' fixes for soft wrapping, and several typo and documentation
+             * Updates including nanorc tweaks and a new syntax highlighting file
+             * nano will no longer clear the screen on suspend to maintain compatibility with other editors
+            </Comment>
+            <Name>Doruk Fişek</Name>
+            <Email>dfisek at fisek.com.tr</Email>
+        </Update>
+        <Update release="16">
+            <Date>2009-11-22</Date>
+            <Version>2.1.99_pre2</Version>
+            <Comment>
+             * Fixes for issues with last page display caused by the soft wrapping code
+             * Fix for a long standing issue with hittig the home key when going through the search history
+             * Attempt to retain the proper ownership and permissions when trying to create a .save file due to receiving a signal
+             * Unbind keys from one or more menus via the 'unbind' keyword
+             * Passing --fill or --nowrap on the command line overrides any related .nanorc entries.
+            </Comment>
+            <Name>Doruk Fişek</Name>
+            <Email>dfisek at fisek.com.tr</Email>
+        </Update>
+        <Update release="15">
+            <Date>2009-11-15</Date>
+            <Version>2.1.99_pre1</Version>
+            <Comment>Version bump to development branch for testing:
+             * Customizable key bindings.
+             * 'Soft' line wrapping (i.e. full line display)
+             * Experimental full undo/redo support
+             * Pager support (i.e. reading from stdin)
+             * Warnings for un-writable files, external modification since opening
+             * Abortable searching
+             * More syntax highlighting examples (Fortran, objC, OCaml, Makefiles)
+             * Faster syntax higlighting for complicated regexes
+             * Update doc path and remove strict deps for 2009.
+            </Comment>
+            <Name>Doruk Fişek</Name>
+            <Email>dfisek at fisek.com.tr</Email>
+        </Update>
         <Update release="14">
             <Date>2008-09-06</Date>
             <Version>2.0.9</Version>


More information about the paketler-commits mailing list