Port details |
- ficl Forth Inspired Command Language
- 4.1.0_4 lang =4 4.1.0_4Version of this port present on the latest quarterly branch.
- Maintainer: pavelivolkov@gmail.com
- Port Added: 2010-09-07 13:54:13
- Last Update: 2023-11-06 10:03:47
- Commit Hash: 06df180
- People watching this port, also watch:: llvm-devel, flac, oss, snd, vorbis-tools
- License: BSD2CLAUSE
- WWW:
- https://ficl.sourceforge.net/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/ficl/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/ficl
- pkg install ficl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ficl
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64 i386 powerpc64le powerpc64 powerpc
- distinfo:
- SHA256 (ficl-4.1.0.tar.gz) = 4daf74f3d3d6f8b86ea7cb47bc24931d50b4809b50ba34ca32e0ca1e972bd3a3
SIZE (ficl-4.1.0.tar.gz) = 538807
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ficl-4.1.0_4:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- lang_ficl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.1.0_4 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
4.1.0_4 22 Sep 2022 20:07:47 |
Piotr Kubaj (pkubaj) |
lang/ficl: enable on powerpc64le |
4.1.0_4 22 Sep 2022 10:13:40 |
Piotr Kubaj (pkubaj) |
lang/ficl: enable on powerpc and powerpc64 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.1.0_4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.1.0_4 20 Jul 2022 14:22:15 |
Tobias C. Berner (tcberner) |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
4.1.0_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.1.0_4 29 Sep 2020 20:27:23 |
se |
Fix build with -fno-common
While here extract the license text from doc/license.html into a text file. |
4.1.0_3 05 Mar 2016 19:07:34 |
rakuco |
Bring in some fixes from GSoC 2015.
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) |
4.1.0_2 08 May 2015 14:14:53 |
amdmi3 |
- Don't install static libraries with INSTALL_LIB
- Whitespace fix
Approved by: portmgr blanket
MFH: 2015Q2 |
4.1.0_1 20 Dec 2014 19:09:52 |
bapt |
cleanup plist |
4.1.0_1 14 Mar 2014 13:22:57 |
pawel |
Install header files
PR: ports/186561
Submitted by: maintainer |
4.1.0 05 Jan 2014 15:43:27 |
rakuco |
- Update maintainer's email address
- Add stage support
- Cleaning the warnings during compilation
PR: ports/185489
Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer) |
4.1.0 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
4.1.0 02 Mar 2013 03:55:26 |
eadler |
Variable that start with _ are considered private to the defining
makefile and may not be used by ports makefiles.
In addition, avoid problems should the defaults ever change.
Approved by: portmgr (tabthorpe) |
4.1.0 22 Mar 2012 12:07:14 |
scheidell |
- Update to 4.1.0
- Pass maintainership to submitter
PR: ports/166292
Submitted by: Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer)
Approved by: Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer)
Feature safe: yes |
4.0.31_1 03 Jul 2011 13:45:36 |
ohauer |
- remove MD5 |
4.0.31_1 07 Sep 2010 13:53:58 |
garga |
Forced commit to note repocopy from ficl-devel to ficl |