Oberon-2 is clean and simple programming language.
This is portable compiler that translates Oberon-2 into bytecode, which
can be either interpreted or dynamically translated into machine code.
Dynamic translation uses a portable interface modelled on the one in GNU
Lightning, but is so far implemented only on x86 machines. The
implementation includes a full garbage collector, and comes with
profiling tools and a simple GUI debugger.
[...]
from Alexander Shiryaev (MAINTAINER) with tweaks by me
ok landry@
OOC is an Oberon-2 development platform. It consists of an optimizing
compiler, a number of related tools, a set of standard library modules,
and a reference manual.
from Alexander Shiryaev (MAINTAINER) with tweaks by me
ok landry@
Cursor themes derived from the Industrial theme developed for the Ximian
GNOME desktop. Black and White flavors.
From Martin Pieuchot on ports@ with tweaks by me
ok jasper@
A modified and extended jaguarx fork with grayscale animated watch.
Looks lika a set of standard black *X cursors, but smoothed and
shadowed.
From Lazaros Koromilas on ports@, with tweaks by me
ok jasper@
In-circuit programming (ISP) tool for the NXP (Philips) LPC1300 /
LPC1700 / LPC2000 series ARM7 / M0 / M3 microcontrollers.
from Alexander Shiryaev (MAINTAINER) with tweaks by me
ok landry@
pointed out by ajacoutot@, naddy@, landry@
- while there, remove use of gcc4 module, and use x11/gnustep module
- fix compiler warning regarding 'struct in_addr' declared inside parameter list
- update MESSAGE file, to recommend using defaults tool, instead of handcrafting
gnustep defaults file
OK nicm@ (MAINTAINER), ajacoutot@
sqlite database. Allows us to build against system sqlite3 again, and
get rid of the infamous symbol size mismatch warning reported several
times on ports@.
See https://bugzilla.mozilla.org/show_bug.cgi?id=445164 for why mozilla
now hard-requires secure_delete, and
https://bugzilla.mozilla.org/show_bug.cgi?id=546162 for the reasons they
don't want to make that an option and forces us to do such hacks.
ok jasper@