Summary: ne, the nice editor Name: ne Version: 1.42 Release: 1 License: GPL Group: Applications/Editors Source: http://ne.dsi.unimi.it/ne-%{version}.tar.gz Patch0: ne-1.42-aix.patch Buildroot: %{_tmppath}/%{name}-%{version}-root AutoReqProv: no Prereq: /sbin/install-info %description ne is a free (GPL'd) text editor based on the POSIX standard that runs (we hope) on almost any UN*X machine. ne is easy to use for the beginner, but powerful and fully configurable for the wizard, and most sparing in its resource usage. If you have the resources and the patience to use emacs or the right mental twist to use vi then probably ne is not for you. However, being fast, small, powerful and simple to use, ne is ideal for email, editing through phone line (or slow GSM/GPRS) connections and so on. Moreover, the internal text representation is very compact--you can easily load and modify very large files. %prep %setup -q %patch0 %build cd src; make; strip ne %install [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_bindir} mkdir -p $RPM_BUILD_ROOT/%{_infodir} mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1 install -m 755 ./src/ne $RPM_BUILD_ROOT/%{_bindir}/ne install -m 644 ./doc/ne.1 $RPM_BUILD_ROOT/%{_mandir}/man1 install -m 644 ./doc/ne.info* $RPM_BUILD_ROOT/%{_infodir} %clean [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %{_bindir}/ne %{_mandir}/man1/ne.1* %{_infodir}/ne.info* %doc ./doc/*.html %doc ./doc/ne.texinfo %doc ./doc/ne.ps %doc ./doc/ne.pdf %doc ./doc/ne.txt %doc ./doc/default.* %doc ./README %doc ./CHANGES %docdir terms %doc ./terms %post /sbin/install-info %{_infodir}/ne.info.gz %{_infodir}/dir %preun if [ "$1" = 0 ]; then /sbin/install-info --delete %{_infodir}/ne.info.gz %{_infodir}/dir fi %changelog * Mon Jan 23 2006 Michael Perzl - first version for AIX V5.1 and higher * Sun Jan 22 2006 Sebastiano Vigna 1.42 - Fixed wrong file order in file requester. * Thu Sep 1 2005 Sebastiano Vigna 1.41 - Now find does not skip the first entry. * Thu Jul 21 2005 Sebastiano Vigna 1.40 - Fixed bug in handling the encoding of the history buffer. * Tue Nov 23 2004 Sebastiano Vigna 1.39 - Added built-in sequences for Home/End key in gnome-terminal * Mon Sep 27 2004 Sebastiano Vigna 1.38 - Fixed include * Fri Sep 24 2004 Sebastiano Vigna 1.37 - Better bookmarks and binary clips. * Tue Aug 17 2004 Sebastiano Vigna 1.36 - Fixed minor bug in paste on free form documents. * Tue Jul 6 2004 Sebastiano Vigna 1.35 - We no longer reset the terminal. Fixed UTF-8 sequence parsing. * Sat Jun 26 2004 Sebastiano Vigna 1.34 - 8-bit local-dependent casing. * Sat May 1 2004 Sebastiano Vigna 1.33 - Fixed screen update problem. * Sat Apr 17 2004 Sebastiano Vigna 1.32 - Fixed UTF-8 whitespace/punctuation and screen update problem. * Mon Apr 05 2004 Sebastiano Vigna 1.31 - Fixed problem with makefile variables. * Fri Apr 02 2004 Sebastiano Vigna 1.30 - Major rewriting of all components to support UTF-8. * Sat Oct 28 2000 Sebastiano Vigna - New release, with a few bug fixes * Fri Mar 31 2000 Sebastiano Vigna - Special build for systems with old ncurses * Tue Jun 1 1999 Sebastiano Vigna - Final distribution for general consumption * Mon May 31 1999 Sebastiano Vigna - Info pages are now gzip'd and go to /usr/info * Thu May 27 1999 Sebastiano Vigna - Added man page, made turbo parameter global * Wed May 26 1999 Sebastiano Vigna - Minor modifications to the documentation * Tue May 25 1999 Sebastiano Vigna - Second ne RPM for version 1.17; now requires glibc * Thu Oct 29 1998 Sebastiano Vigna - First ne RPM