cvs commit: ports/lang Makefile ports/lang/bf2c Makefile distinfo pkg-descr pkg-plist

Edwin Groothuis edwin at FreeBSD.org
Sat Sep 27 00:16:28 PDT 2003


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 at 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)


More information about the cvs-ports mailing list