This is gonzalo's work he posted to ports@ a while back. I have just
remerged the diff for -current.
Tested on an arduino mega (clone) and an arduino uno.
OK gonzalo@
se is a screen oriented version of the classic UNIX text editor ed. It
has a full visual interface allowing you to see the text you're editing.
It's command syntax will be very familiar to users who already know ed.
Some of se's additional features are, a built-in help system,
configurable options that can be loaded from a startup file, the ability
to be ran interactively or via the included scriptse utility, and
optional usage logging.
build tools. Split compiling and linking/binding into two parts and add
some ls in between to spot the disappearing object file...
Reverts previous attempt running gnatmake with -j1 which turned out to
be insufficient.
ok pascal@ sthen@
ok sthen@, 'looks fine' aja@
selfoss is a multipurpose rss reader, live stream, mashup, aggregation
web application.
Features
- web based rss reader
- universal aggregator
- open source and free
- easy extendable with an open plugin system (write your own data
connectors)
- mobile support (Android, iOS, iPad)
- use selfoss to live stream and collect all your posts, tweets,
feeds in one place
- lightweight PHP application with less than 2 MB
- supports MySQL, PostgreSQL and Sqlite Databases
- OPML Import
- easy installation: upload and run
- with restful json api
are executable, I needed it for the bacula script which runs daemons split
between two packages, ajacoutot suggested applying to other similar scripts.
- Fix list page reset when viewing a message in Larry skin
- Fix unintentional messages list jumps on click in Internet Explorer
- Fix handling untagged responses in IMAP FETCH - "could not load message" error
- Escape user input values when used in eval() in ldap
- Fix various text wrapping and quoting issues
- Fix possible collision in generated thumbnail cache key
is poisoned with code from some very early bootstrapper, which
causes failure when bootstrapping from 6.6 via 6.10, 6.12, 7.0
to 7.4. So just overwrite it with /bin/pwd.
* disable acats tests for now; the attempts to make sure that the ada tools in
${WRKBUILD}/gcc are used are quirky, wrong and don't work, causing the test
suite to fail early.
This allows the actual regression tests to run.
ok naddy@ tobiasu@