From owner-cvs-all@FreeBSD.ORG Sat Sep 27 00:16:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6081F16A4B3; Sat, 27 Sep 2003 00:16:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A428D43F75; Sat, 27 Sep 2003 00:16:27 -0700 (PDT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h8R7GRXJ099576; Sat, 27 Sep 2003 00:16:27 -0700 (PDT) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h8R7GRSp099575; Sat, 27 Sep 2003 00:16:27 -0700 (PDT) (envelope-from edwin) Message-Id: <200309270716.h8R7GRSp099575@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 27 Sep 2003 00:16:27 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang Makefile ports/lang/bf2c Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Sep 2003 07:16:28 -0000 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 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)