Commit Graph

16 Commits

Author SHA1 Message Date
naddy
b2cbb03f33 drop RCS Ids 2022-03-11 18:58:26 +00:00
bcallah
36d6774fd7 Update to GNU moe 1.12 2022-02-19 14:11:07 +00:00
bcallah
0e02f54568 Update to moe-1.11 2021-01-14 23:42:58 +00:00
sthen
484cf3de0c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:45:45 +00:00
bcallah
43b275ef5f Update to moe-1.10 2019-01-04 03:15:59 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
c114d7057b add pthread to COMPILER_LIBCXX.
white lie, but it allows clang and gcc to be more similar
bump accordingly.
2017-07-23 09:26:25 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
bcallah
121071dd89 Minor update to 1.9 -- take maintainer.
ok benoit@
2017-07-06 07:16:11 +00:00
naddy
4ffbe75160 fix build with clang and use regular GNU master site 2017-04-29 22:36:16 +00:00
sthen
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
jasper
9d5e1d97c0 update to moe-1.8 2016-11-02 22:44:20 +00:00
sthen
b0afd3bc40 remove bcallah as maintainer of his ports, at his request 2015-08-25 13:18:24 +00:00
bcallah
34c942165c Update to 1.7 -- this includes a license change from GPLv3+ to GPLv2+ 2015-05-15 02:33:26 +00:00
bcallah
325209816e Import editors/moe
ok landry@ jturner@

GNU Moe is a powerful, 8-bit clean, console text editor for ISO-8859 and
ASCII character encodings. It has a modeless, user-friendly 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, filename completion,
directory browser, duplicate removal from prompt histories, delimiter
matching, etc.

Moe tries to rationalize the keyboard commands. The Alt key is used for
harmless commands like cursor movements and scrolling. The Control key
is used for more "dangerous" commands like copying text blocks, deleting
lines, or exiting. The Tab key is used for filename completion and also
shows/hides the directory browser when moe asks for a filename to save
or load. In any case, the unlimited undo/redo capability of moe makes
very difficult to accidentally cause an irreparable damage to your
files.

Moe uses the function keys, so that the most frequent commands can be
issued with only one finger. The function key F1 shows the online help,
and F10 allows you to change the options.
2014-09-14 23:05:05 +00:00