commit deb71f35eb2e32437d181eedddf06848e5a6e08e68104984a6a01792170a4d65 Author: Martin Pluskal Date: Sat Jan 11 16:41:54 2025 +0000 GNU moe 1.15 OBS-URL: https://build.opensuse.org/package/show/editors/moe?expand=0&rev=24 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/moe-1.14.tar.lz b/moe-1.14.tar.lz new file mode 100644 index 0000000..7838487 --- /dev/null +++ b/moe-1.14.tar.lz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4babd6ce0ae19516f983454fb20d32dff71ad316337ac6bf93a42a5ff209c9d +size 92905 diff --git a/moe-1.14.tar.lz.sig b/moe-1.14.tar.lz.sig new file mode 100644 index 0000000..6776fcd Binary files /dev/null and b/moe-1.14.tar.lz.sig differ diff --git a/moe-1.15.tar.lz b/moe-1.15.tar.lz new file mode 100644 index 0000000..e86ae36 --- /dev/null +++ b/moe-1.15.tar.lz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41f8c8b099ce3047945ca4e097a60d9243e9c73fbb268c194a12da8b0d9f0a66 +size 93995 diff --git a/moe-1.15.tar.lz.sig b/moe-1.15.tar.lz.sig new file mode 100644 index 0000000..54a2166 Binary files /dev/null and b/moe-1.15.tar.lz.sig differ diff --git a/moe.changes b/moe.changes new file mode 100644 index 0000000..97245a2 --- /dev/null +++ b/moe.changes @@ -0,0 +1,210 @@ +------------------------------------------------------------------- +Sat Jan 11 12:34:36 UTC 2025 - Andreas Stieger + +- GNU moe 1.15: + * Files are now saved by lines (not by bytes), which is about one + order of magnitude faster. + * 'Auto unmark' now turns off highlighting by reducing block size + to 0 instead of resetting the block. This way the beginning of + the block can still be reached with Alt-B. + * Move window to the first column after word wrapping at right + margin. + * One more space has been inserted between columns in the help + screens showing the 'Character Set'. + * The chapter 'Syntax of command-line arguments' has been added + to the manual. + +------------------------------------------------------------------- +Mon Jan 22 22:45:31 UTC 2024 - Andreas Stieger + +- GNU moe 1.14: + * Multiple updates to text UI display and behavior + * no longer processes backslash escapes in file names + * Search supports '(D)elete' and '\=' (equivalence class) + * Executable files (scripts) are now loaded with 'auto indent' on + * commend 'b' scrolls backwards, like less + * scroll keys work without Alt key in read-only buffers + * Recursive load now ignores file names with extensions ".avi", + ".docx", ".mp3", ".mp4", ".mpg", and man pages ".[0-9]". + * The UTF-8 decoder now converts some box drawing characters. + +------------------------------------------------------------------- +Tue Feb 28 21:54:08 UTC 2023 - Andreas Stieger + +- GNU moe 1.13: + * 'moerc' has been renamed to 'moe.conf', it is read form + $XDG_CONFIG_HOME/moe.conf instead of $HOME/.moerc. + (XDG_CONFIG_HOME defaults to $HOME/.config). + * Multiple user interface fixes + * Speed improvements,including start-up improvements + * Some commands recognize additional inputsand options + * Now accepts the escape sequences '\uhhhh' and '\Uhhhhhhhh' + (universal-character-name) to either search or insert in the + buffer the corresponding ISO 10646 character coded in UTF-8. + * Now accepts the escape sequence '\dddd' (decimal code 'ddd') + like GNU sed to either search or insert in the buffer the + corresponding ISO-8859-15 character. + * Recursive load now ignores file names with extensions + ".lzma", ".pnm", ".tiff", ".zst", ".tzst". + +------------------------------------------------------------------- +Tue Sep 13 11:33:05 UTC 2022 - Martin Pluskal + +- Use distribution CFLAGS + +------------------------------------------------------------------- +Mon Aug 29 11:01:38 UTC 2022 - Jan Engelhardt + +- Update to release 1.12 + * A '+' alone (without line number) before a file name in the + command line puts the cursor at end-of-buffer. + * In case of error in an argument to a command line option, moe + now shows the name of the option as parsed from the command + line. + * The new command 'C-o b' (reformat paragraphs in block) has + been added. + * Moe now centers the cursor the first time each handle is + displayed. + * 'F2' (save) now can write an unnamed read-only buffer to a + file without setting the buffer name. + * 'undo' and 'redo' now show feedback ("undoing...", + "redoing..."). + * The UTF-8 decoder now converts some more characters ('numero + sign', 'arrow with tip', 'double arrow', 'Kelvin sign', + 'Angstrom sign'). + +------------------------------------------------------------------- +Tue Jan 5 09:03:48 UTC 2021 - Andreas Stieger + +- GNU moe 1.11: + * Begin of text is now correctly defined as the position of the + first non-blank character in a line, instead of the first non- + whitespace character. This fixes the behavior of 'auto indent' + and 'smart home'. + * Add new option '-2, --two-spaces', that tells moe to put two + spaces after period when reformatting a paragraph, has been + added. + * Add new search sequence '\T' (trailing whitespace) + * UTF-8 codes are now shown as Uhhhh, not 0xhhhh. + * The command 'C-s g' (Show global status) now shows the number + of buffers being edited, not the number of buffer handles. + * Pressing in the file menu now shows the list of matching + files even if there is only one, showing that a matching file + exists. + * Add new command 'C-s b' (toggle clock blinking) + * Recursive load now ignores some more non-text or non-source + files by extension; ".bmp", ".elf", ".obj", ".xcf", ".zip", + ".info", ".jpeg", ".class" + * The command 'F3' (load file) now shows feedback + ("loading...") and may be aborted with Control-C. + * The command Control-X (save and close) now updates the status + line before exiting if closing the last buffer handle. + * The command Alt-Z (scroll down) now scrolls until only two + lines are visible + * The command 'C-k w' (write the block to a file) now asks + before overwriting an existing file and works when writing + from an unnamed read-only buffer. + * The UTF-8 decoder now converts some more characters (mostly + Greek) and some alphabetic presentation forms + * It now also converts the 'latin capital letter sharp s + (german)' to "SS". + * The emergency save triggered by an abnormal event now only + saves non-empty buffers and only once even if any of them has + multiple handles. + * The commands needed to set the text console in the right mode + for moe have been documented in the manual. + +------------------------------------------------------------------- +Fri Jan 4 10:45:01 UTC 2019 - astieger@suse.com + +- GNU moe 1.10: + * The default right margin has been changed from 72 to 76. + * The new command 'C-o k' (capitalize words in block) has been + added. It uppercases the first letter of each word and + lowercases the rest. + * The new command 'C-s p' (show line position in buffer) has + been added. It shows on the status line the percent position + of the current line in the buffer. + * Recursive load now ignores some non-text files by extension + * Infinite replacement loops are now detected. + * 'C-q c' (exit without saving) and 'C-q x' (save and exit) now + exit much faster when editing many files (thousands). + * 'C-q x' (save and exit) now does not delete any buffer handles + until all modified buffers have been succesfully saved. And + shows "Read only" without asking for a name if a modified + unnamed read-only buffer is found. + * The UTF-8 decoder now converts some more characters. + * Showing the contents of a directory no longer alters the + position of the top line of the buffers menu. + * The buffers menu is now shown even if there is only one buffer + * When showing the contents of a directory, ".." is now put + always first even if some file precede it in ASCIIbetical order + * On buffers larger than 1000 lines, bookmarks 1 to 9 are now set + at 10% to 90% of the buffer size in lines + +------------------------------------------------------------------- +Mon Mar 19 13:11:50 UTC 2018 - jengelh@inai.de + +- Ensure neutrality of description. + +------------------------------------------------------------------- +Sun Mar 18 23:16:55 UTC 2018 - avindra@opensuse.org + +- GNU moe 1.9: + * rc.cc: Load recursively all regular files in each directory + passed in the command line. + * Added a new help key 'C-a'. + * encoding.cc: UTF-8 decoder now converts some more characters. + * buffer_handle.h (Buffer_handle): Adjust '+line,col' for tabs. + * set_to_matching_delimiter: Skip delimiters inside /**/ comments. + * Added 'N' command to the basic less emulation. + * rc.cc (process_options): Don't use stdin more than once. + * window_vector.cc (remove_duplicate_lines): Run 20% faster. + * Cut long filenames in messages like "File '...filename' saved". + * Set an 8-bit "C" locale in Cygwin to show chars > 127. + * configure: Avoid warning on some shells when testing for g++. + * Makefile.in: Detect the existence of install-info. +- cleanup with spec-cleaner + +------------------------------------------------------------------- +Sun Jul 10 17:19:05 UTC 2016 - mpluskal@suse.com + +- Small spec file cleanup + +------------------------------------------------------------------- +Sun Mar 6 09:36:15 UTC 2016 - astieger@suse.com + +- GNU moe 1.8: + * Moe is now able to read some types of non regular files at + startup. Opening non regular files during the editing session + is not allowed because it could cause moe to be killed, losing + the changes of any other files being edited. + * "Center line" now works correctly in overwrite mode. + +------------------------------------------------------------------- +Fri May 8 19:43:35 UTC 2015 - astieger@suse.com + +- GNU moe 1.7 +- complete package overhaul + +------------------------------------------------------------------- +Fri Sep 4 00:00:00 UTC 2009 - pascal.bleser@opensuse.org + +- update to 1.3 + +------------------------------------------------------------------- +Mon Feb 23 00:00:00 UTC 2009 - guru@unixtech.be + +- moved to openSUSE Build Service +- update to 1.1 + +------------------------------------------------------------------- +Wed Jan 17 00:00:00 UTC 2007 - guru@unixtech.be + +- new upstream version + +------------------------------------------------------------------- +Fri Apr 21 00:00:00 UTC 2006 - guru@unixtech.be + +- new package + diff --git a/moe.keyring b/moe.keyring new file mode 100644 index 0000000..c0b8e50 --- /dev/null +++ b/moe.keyring @@ -0,0 +1,24 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v1.2.1 (GNU/Linux) + +mQGiBD9odIARBADkRI3Qc2qWpoxOFBlD8L5JaQlIEAaPI/19Y/z4ORHESY6s2Tfm +EtC51vlu8V/hXX8Sh4OZC3CrBIwhvSyIVIXbas+GR09B+8GRsfekRUS7jiwz/FsZ +Rnb0AjV1zNjJZazjyOUQjBou3Mo1MwiQXzeMQzqLC1xW+ABkAbQnAnZZIwCgvquq +rmQ1LKpBpYhb876T8x9TZIcD/2KTMvrvJVj+tKiRp6Wfiib8B4unllXAQ04hlul2 +FP5oVIETdhQjsxj7/8F8yOONGgnL5Vn1+6sldd0LQ9il4MiZ36VFOec2xAeyYoB1 +D3hup/zUTjzljj+JyKyGXahrwm0941QhYr+Kw/99dvE0pB8CsaQ5/e5R70uv7YnD +ZT9xA/wO4acdvGCLDw5ZPVKZW1rcgGL1Pr2nWCc92hv4SxdSWu3FU8aeGOVwJa2q +I/CwiEk2oEXI/WwTEf9mde3qlsc1SkRKgR0DDj+7Az5MUcilCUDv2BG2mLa+dEus +zwqLDPmjo2AWP1L2UIx7c46U9suvcGBwsI7NSnD9PLrvrUVGYrQjQW50b25pbyBE +aWF6IDxhbnRfZGlhekB0ZWxlbGluZS5lcz6IWQQTEQIAGQUCP2h0gAQLBwMCAxUC +AwMWAgECHgECF4AACgkQj+mVAxMtd0IoDwCfRT+PLbPRhEyl9SnOpj+ra6WjGXQA +n0zahyh4huamhaqdXU/d/ojOCjILuQENBD9odJIQBAC7Nr/BOCBOovFtIAnFufcl +BiUZ1jC8kvNTC0i8vparh0WroyRCNfzYujc4H6zLbe/9hPhexSTR8GD0q3m2MxGn +ADpbwhHFrsMK+Tpk/dva7twlPWmwt4ZOl+wsmXRG9d6iDXdgVfThuXY009lY6TRU +HlPWCCe4zkjsRV0Sq9qy0wADBQQAh3FFwHKq2M9qfuykxlhMpDt2CbeiwnIeMpOH +wXoVcG8ahfxlaT1J9RnKIkzMJ9KSueyqWvjGrDfWAmoFbXgQ/rv82qmEMwKwmg75 +kzktelVlFMicqX1N1KT1Ttce0UAxuxd1Vi/SfMzJLbc0s4fHDdfnVZH7fgq+SM9F +0DHcqnuIRgQYEQIABgUCP2h0kgAKCRCP6ZUDEy13Qmh2AJ9W6HBMfBjcpERv0QXt +qHLYxRBZTQCgjCLqzyDs2KNtLAQKu5CEfcfKr8E= +=v3WJ +-----END PGP PUBLIC KEY BLOCK----- diff --git a/moe.spec b/moe.spec new file mode 100644 index 0000000..74b3397 --- /dev/null +++ b/moe.spec @@ -0,0 +1,64 @@ +# +# spec file for package moe +# +# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 Andreas Stieger +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +Name: moe +Version: 1.15 +Release: 0 +Summary: A Text Editor +License: GPL-2.0-or-later +Group: Productivity/Text/Editors +URL: https://www.gnu.org/software/moe/moe.html +Source: https://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.lz +Source1: https://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.lz.sig +Source2: http://savannah.gnu.org/people/viewgpg.php?user_id=12809#/%{name}.keyring +BuildRequires: gcc-c++ +BuildRequires: glibc-devel +BuildRequires: libstdc++-devel +BuildRequires: lzip +BuildRequires: make +BuildRequires: ncurses-devel + +%description +GNU Moe is an 8-bit clean, console text editor for ISO-8859 and ASCII +character encodings. It has a modeless interface, online help, +multiple windows, unlimited undo/redo capability, unlimited line length, global +search/replace (on all buffers at once), block operations, automatic +indentation, word wrapping, file name completion, directory browser, duplicate +removal from prompt histories, delimiter matching, text conversion from/to +UTF-8 and romanization. + +%prep +%autosetup -p1 + +%build +%configure +%make_build CXXFLAGS="%{optflags}" + +%install +%make_install install-man + +%files +%license COPYING +%doc AUTHORS ChangeLog NEWS README +%config(noreplace) %{_sysconfdir}/moe.conf +%{_bindir}/moe +%{_infodir}/moe.info%{?ext_info} +%{_mandir}/man1/moe.1%{?ext_man} + +%changelog