aboutsummaryrefslogtreecommitdiff
path: root/lang/ficl
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix build with -fno-commonStefan Eßer2020-09-294-10/+43
| | | | | | | While here extract the license text from doc/license.html into a text file. Notes: svn path=/head/; revision=550617
* Bring in some fixes from GSoC 2015.Raphael Kubo da Costa2016-03-059-32/+103
| | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=410201
* - Don't install static libraries with INSTALL_LIBDmitry Marakasov2015-05-081-3/+3
| | | | | | | | | | - Whitespace fix Approved by: portmgr blanket MFH: 2015Q2 Notes: svn path=/head/; revision=385788
* cleanup plistBaptiste Daroussin2014-12-201-1/+0
| | | | Notes: svn path=/head/; revision=375094
* Install header filesPawel Pekala2014-03-142-12/+22
| | | | | | | | PR: ports/186561 Submitted by: maintainer Notes: svn path=/head/; revision=348227
* - Update maintainer's email addressRaphael Kubo da Costa2014-01-052-11/+36
| | | | | | | | | | | - Add stage support - Cleaning the warnings during compilation PR: ports/185489 Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer) Notes: svn path=/head/; revision=338787
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* Variable that start with _ are considered private to the definingEitan Adler2013-03-021-1/+1
| | | | | | | | | | makefile and may not be used by ports makefiles. In addition, avoid problems should the defaults ever change. Approved by: portmgr (tabthorpe) Notes: svn path=/head/; revision=313182
* - Update to 4.1.0Michael Scheidell2012-03-227-142/+207
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=293665
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276987
* Drop maintainership for these ports.Bruce M Simpson2010-06-061-1/+1
| | | | | | | | | | | | | | | Regrettably, I have no free time for the foreseeable future which I can commit directly to these aspects of FreeBSD work, due to a demanding new role elsewhere. I am able to review patches from time to time, but regrettably cannot be directly involved in engineering work beyond this w/o it being directly involved in day-to-day effort. Thank you for your understanding. Notes: svn path=/head/; revision=255908
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with H,I,J,K,L Notes: svn path=/head/; revision=240071
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Update my email address in MAINTAINER and comment fields.Bruce M Simpson2005-01-121-1/+1
| | | | Notes: svn path=/head/; revision=126231
* Add missing @dirrm and correct syntax errors in the NOPORTDOCS caseKris Kennaway2004-04-151-3/+4
| | | | Notes: svn path=/head/; revision=107097
* SIZE update jumbo-commit.Bruce M Simpson2004-03-251-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=105180
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* New port: Ficl is a programming language interpreter designed to beBruce M Simpson2003-12-086-0/+183
embedded into other systems as a command, macro, and development prototyping language. FreeBSD uses ficl in its loader. So far we haven't done much more in this area, perhaps importing a port will encourage further fruitful exploitation of this valuable tool. Notes: svn path=/head/; revision=95409