head	1.4;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2012.11.24.10.47.21;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.01.02.22.48.13;	author rene;	state Exp;
branches;
next	1.2;

1.2
date	2010.08.27.15.57.26;	author rene;	state Exp;
branches;
next	1.1;

1.1
date	2003.09.27.07.16.27;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.4
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 307713
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r307713 | rene | 2012-11-24 10:44:52 +0000 (Sat, 24 Nov 2012) | 4 lines
## SVN ##
## SVN ## New ISP, no need to redirect HTTP traffic to port 8080 any longer.
## SVN ##
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@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.

WWW: http://rene-ladan.nl/bf2c/
@


1.3
log
@- Undeprecate.
- Update to 1.2.4.
- Move to new MASTER_SITE
@
text
@d8 1
a8 1
WWW: http://rene-ladan.nl:8080/bf2c/
@


1.2
log
@Remove the defunct email address from pkg-descr
@
text
@d8 1
a8 1
WWW: http://bf2c.sourceforge.net/
@


1.1
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>
@
text
@a8 3

- Rene
r.c.ladan@@student.tue.nl
@

