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

Dirk Meyer dinoex at FreeBSD.org
Sat Nov 18 09:56:01 UTC 2006


dinoex      2006-11-18 09:55:59 UTC

  FreeBSD ports repository

  Modified files:
    lang                 Makefile 
  Added files:
    lang/gscheme         Makefile distinfo pkg-descr pkg-plist 
  Log:
  A GNUstep-aware scheme interpreter. You need libflex installed on your system.
  Includes many examples, e.g. the sieve of Erathostenes to compute primes,
  a Koch curve plotter, mandelbrot set, graphs of various functions etc.
  GScheme is fully tail recursive. The garbage collector bypasses GNUstep's
  retain/release mechanism in order to deal with circular data structures.
  GScheme is document-based and you can edit more than one file at the same time.
  
  WWW: http://www.gnustep.it/marko/GScheme/index.html
  
  Revision  Changes    Path
  1.520     +1 -0      ports/lang/Makefile
  1.1       +31 -0     ports/lang/gscheme/Makefile (new)
  1.1       +3 -0      ports/lang/gscheme/distinfo (new)
  1.1       +8 -0      ports/lang/gscheme/pkg-descr (new)
  1.1       +10 -0     ports/lang/gscheme/pkg-plist (new)


More information about the cvs-ports mailing list