Date: Sat, 27 Sep 2003 00:16:27 -0700 (PDT) From: Edwin Groothuis <edwin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang Makefile ports/lang/bf2c Makefile distinfo pkg-descr pkg-plist Message-ID: <200309270716.h8R7GRSp099575@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
edwin 2003/09/27 00:16:27 PDT FreeBSD ports repository Modified files: lang Makefile Added files: lang/bf2c Makefile distinfo pkg-descr pkg-plist Log: New port: optimizing BF to C compiler 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> Revision Changes Path 1.360 +1 -0 ports/lang/Makefile 1.1 +29 -0 ports/lang/bf2c/Makefile (new) 1.1 +1 -0 ports/lang/bf2c/distinfo (new) 1.1 +11 -0 ports/lang/bf2c/pkg-descr (new) 1.1 +4 -0 ports/lang/bf2c/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309270716.h8R7GRSp099575>