o Sync with latest PHP5 changes (new DB4 extension,
use correct knobs, etc...)
PR: ports/57399
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
ArrowLISP is a small, properly tail-recursive, dynamically
scoped interpreter for a purely symbolic and almost
side-effect-free dialect of LISP. It may be considered an
implementation of pure LISP.
The interpreter has both a command line interface and an
editor-like full screen interface.
PR: ports/55501
Submitted by: Nils M Holm <nmh@t3x.org>
BrainF*ck is a minimalistic, yet Turing-complete programming
language with only 8 instructions. bf2c compiles a BF file
into a corresponding C file, optimizing as much as possible
for speed, size and readability.
It is written for fun, self-educating purposes and to beat
existing BF compilers.
PR: ports/57241
Submitted by: Rene Ladan <r.c.ladan@student.tue.nl>
Update pike 7.4 to 7.4.28 (official release from IDA).
Added a backup mirror of official IDA mirror.
PR: ports/56947
Submitted by: Xavier Beaudouin <kiwi@oav.net>
- Disable dlmodule on amd64 and sparc64 because dlmodule isn't designed
for them.
- Add -fPIC on CFLAGS on amd64 for mod_python3 and other ports using it
on linking their own dynamic library.
According to the author, there is some problem with the
original master site. He updated the mainsite for fbbi.
PR: ports/56945
Submitted by: Li-lun Wang (Leland Wang) <llwang@infor.org>
The port www/horde2 and its dependences (mail/turba,
mail/imp3, etc.) cannot be packaged, because the default
options of PHP are not sufficient.
This port uses lang/php4 with Horde's options, in order to
remove the IS_INTERACTIVE flags.
PR: ports/57111
Submitted by: Thierry Thomas <thierry@pompo.net>
Spidermonkey is the JavaScript interpreter from the Mozilla project.
This revision updates the port to the newest version.
I've also updated my contact address.
PR: ports/56593
Submitted by: Dan Rench <citric@cubicone.tmetic.com>
PR: ports/55358
Submitted by: Kang Liu <lazykang@hotmail.com>
Reviewed by: Pedro F. Giffuni <giffunip@yahoo.com>
David H. Munro <munro@oldben.llnl.gov> (maintainer)
Oliver Eikemeier <eikemeier@fillmore-labs.com>
Approved by: David H. Munro <munro@oldben.llnl.gov> (maintainer)
systems. Let it look for some browsers that support the openURL command
line protocol (using netscape by default). The BROWSER environment variable
is used if set.
Fix audio support for squeak3
Sound support comes to do squeak3(squeak-3.5) porting, but
does not become effective because, actually, it cannot
detect the library which I am going to utilize with stage
of configure.
PR: ports/46180,ports/53474
Submitted by: NINOMIYA Hideyuki <nin@Jp.FreeBSD.org>,parv <parv_fm@emailgroups.net>
This patch allows the admin of the machine to choose either
print/ghostscript-gnu or print/ghostscript-afp1
PR: ports/54936
Submitted by: Jens Rehsack <rehsack@liwing.de>
FPL is a complete script programming language _very_ similar
to C. If you are a software developer and plans to add any
kind of macro/script control, consider the FPL alternative!
FPL library lets the software programmer define functions
and variables that FPL should accept. The library will call
a function in the software whenever any of these functions
are used or variables are read in an FPL program.
PR: ports/46756
Submitted by: Dominic Marks <dom@cus.org.uk>