mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
26372dce2a
There was a GSoC 2015 from Colin Lord to bring to the base system a recent version of Ficl. pfg@ found many bugs in ficl4. Among them: - Fix ficlInstructionPick bug. Pick instructions from 0, not 1. Credit to Toomas Soome from the Illumos project. - Fix some math bugs. Credit to Toomas Soome from the Illumos project. - Fix bug in Ficl stack preventing the stack from growing. Obtained from: http://sourceforge.net/p/ficl/mailman/message/26634755/ - Change rand and srand calls to random and srandom Fix those in the port. While here, unset MAKE_JOBS_UNSAFE as the port builds fine without it, and get rid of the DATA option that has no effect. PR: 207041 Submitted by: pfg Approved by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
8 lines
354 B
Plaintext
8 lines
354 B
Plaintext
FICL is an extremely lightweight, fast, portable implementation of FORTH
|
|
which can be bound to C functions or even embedded within C/assembler
|
|
programs. This is a port for the current version of FICL. Older versions
|
|
can typically be found in /usr/src/sys/boot/ficl on FreeBSD with the
|
|
bindings needed by the OS loader.
|
|
|
|
WWW: http://ficl.sourceforge.net/
|