aboutsummaryrefslogtreecommitdiff
path: root/lang/bf2c
Commit message (Collapse)AuthorAgeFilesLines
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149341
* Drop MAINTAINERMarcus Alves Grando2005-10-291-1/+1
| | | | | | | | PR: 88196 Submitted by: Rene Ladan <r.c.ladan@student.tue.nl> (maintainer) Notes: svn path=/head/; revision=146697
* Update to 1.2.3Tilman Keskinoz2004-04-292-4/+3
| | | | | | | | PR: 65911 Submitted by: Rene Ladan <r.c.ladan@student.tue.nl> Notes: svn path=/head/; revision=107974
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* 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: optimizing BF to C compilerEdwin Groothuis2003-09-274-0/+45
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> Notes: svn path=/head/; revision=89524