- 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
- Use BUILD_DEPENDS and RUN_DEPENDS to replace LIB_DEPENDS.
This will
1) force install port-base libreadline if OSVERSION < 700016 and
2) avoid configure broken with misc/compat5x installed.
PR: ports/98904
Submitted by: maintainer (Gea-Suan Lin)
(when "Use the text box font & colors" is ON). Took from xchat CVS.
- Fix the plist when disable dbus support.
- Add a new knob, WITHOUT_GTKSPELL, to disable spell check support.
- Bump the PORTREVISION.
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)
the meantime I hardcode the linux base dependency to the current default
one. This solves a problem with the upcomming new default one in an
exp-build run.
Unreal Tournament showcases the enhanced, hugely-popular Unreal engine,
the benchmark of 3-D graphical excellence and immersive gameplay.
This stand-alone game brings you never before,
richly-textured and thrilling environments.
In single player mode with "bots" (virtual customizeable team mates) or
in multiplayer mode with up to 16 bots and/or humans.
Step into the Unreal arena and stake your life in the pursuit of victory
as the Unreal Grand Master. Or suffer the agonizing death of defeat.
For information about the Linux patch/installer
WWW: http://liflg.org/?catid=6&gameid=51
For more information about UT visit:
http://www.unrealtournament.com/
PR: ports/91984
Submitted by: Sean Farley <sean-freebsd@farley.org>