ok rsadowski@
FeatherNotes is a lightweight Qt5 hierarchical notes manager. It is
independent of any desktop environment and has:
* Support for rich text formatting, image embedding and inserting
editable tables
* Drag-and-drop capability for moving nodes and also for embedding
images
* A tray icon for quick access on any desktop
* Correct position/size saving and restoring with most window managers
* Compact but complete search and replacement widgets
* The ability to include searchable tags (hidden info on each node)
* Support for optional node icons
* Support for local and remote hyperlinks (bookmarks)
* Text zooming
* Printing and exporting to HTML and PDF
* Password protection
* Auto-saving
They replaced it with a gitlab hosted on salsa.debian.org and they
provide alioth-archive.debian.org for the source archives, but
they didn't move everything there.
ok sthen@
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.