Employ the new USE_LDCONFIG feature, which allows us to get rid of the
various, much more manual and error-prone hacks we needed so far.
Reviewed by: flz (for lang/gcc40)
bring my lang/gcc* ports more in sync.
Employ the new USE_LDCONFIG feature, which allows us to get rid of
the various, much more manual and error-prone hacks we needed so far.
Reviewed by: flz (for lang/gcc40)
ports and to bring my lang/gcc* ports more in sync.
Employ the new USE_LDCONFIG feature, which allows us to get rid of the
various, much more manual and error-prone hacks we needed so far. [1]
Reviewed by: flz (for lang/gcc40) [1]
most of which were added on top of a very C-like core to support better
ad-hoc scripting:
* syntax similar to ANSI C
* standard library similar to ANSI C
* automatic memory management
* runtime polymorphism
* support for exceptions
* support for anonymous functions
Additionally, an interpreter for the Arena language can be implemented
to be very compact in terms of both source code size and memory consumption.
WWW: http://www.minimalinux.org/arena/
- re-wrote the reference manual
- added AND and OR primitives
- added RECURSIVE-BIND primitive
- added DEFINED primitive
- replaced meta commands with functions, ie
:L FILE.L became (LOAD FILE)
- replaced (DEFUN f(x) ...) with (DEFINE (f x) ...)
- replaced LABEL with LET and LETREC
- replaced *T* and *F* (true/false) with T and ()
- dropped CALL/CC
- renamed math functions:
plus/iplus/rplus -> N+, I+, R+, +
times/itimes/rtimes -> N*, I*, R*, *
difference/idifference/rdifference -> N-, I-, R-, -
rquotient -> /
- added default workspace image (no need to install a
local copy of the library functions any longer)
- temporarily removed most example programs
PR: ports/98483
Submitted by: Nils M Holm <nmh@t3x.org>
Reviewed by: aaron
Approved by: tobez
a problem with the upcomming new default one (which doesn't needs thi port,
it comntains already similar files) in an exp-build run.
Approved by: maintainer (implicit)
Upstream changes from the previous version of the port include:
- An improved lexer generator tool "lexgen".
- bug fixes and minor improvements
Submitted by: Johannes 5 Joemann <joemann at beefree.free.de>, with
patches tty handling code from Timothy Bourke
<timbob at bigpond.com>
This should fix one of gnucash's many problems.
PR: ports/93066 [1] [2], ports/93983 [3]
Submitted by: Geoffrey Mainland [1],
Robert Backhaus provided the fix [2],
Emilio Conti [3]
- Restrict to FreeBSD-5+ due to dependency upon lang/spidermonkey
- Left odd BUILD_DEPENDS as lang/spidermonkey does not install the shared
library correctly
0.15 (28/02/2006)
(tb) Rewrote Makefile.PL to work on more platforms
0.14 (12/02/2006)
(tb) Removed remaining debug info
0.13 (05/02/2006)
(tb) Removed debug info
(tb) Made sure Makefile.PL finds libjs if installed in /usr/lib or
/usr/local/lib
0.12 (12/03/2005)
(ms) Makefile.PL prerequisite changed from undef to '0'.
(ms) Thomas Busch added a check to Makefile.PL to find an already
installed JS lib.
PR: ports/98322
Submitted by: aaron
Reviewed by: maintainer
Approved by: maintainer, tobez (implicit)
Java support is back (on i386), and all those additional libtool
files we are currently installing as part of libgcj will be gone
with next week's snapshot.