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

Roman Bogorodskiy novel at FreeBSD.org
Thu Jun 15 14:54:58 UTC 2006


novel       2006-06-15 14:54:57 UTC

  FreeBSD ports repository

  Modified files:
    lang                 Makefile 
  Added files:
    lang/arena           Makefile distinfo pkg-descr pkg-plist 
  Log:
  The Arena language was designed with the following main features in mind,
  most of which were added on top of a very C-like core to support better
  ad-hoc scripting:
  
      * syntax similar to ANSI C
      * standard library similar to ANSI C
      * automatic memory management
      * runtime polymorphism
      * support for exceptions
      * support for anonymous functions
  
  Additionally, an interpreter for the Arena language can be implemented
  to be very compact in terms of both source code size and memory consumption.
  
  WWW:    http://www.minimalinux.org/arena/
  
  Revision  Changes    Path
  1.489     +1 -0      ports/lang/Makefile
  1.1       +19 -0     ports/lang/arena/Makefile (new)
  1.1       +3 -0      ports/lang/arena/distinfo (new)
  1.1       +15 -0     ports/lang/arena/pkg-descr (new)
  1.1       +5 -0      ports/lang/arena/pkg-plist (new)


More information about the cvs-ports mailing list