Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Nov 2006 09:55:59 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/lang Makefile ports/lang/gscheme Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200611180955.kAI9txan020970@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611180955.kAI9txan020970>