aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gscheme
Commit message (Collapse)AuthorAgeFilesLines
* - reset MAINTAINERdinoex2012-06-261-1/+1
|
* - MASTER_SITE_LOCALdinoex2011-08-091-1/+3
|
* - drop MD5dinoex2011-04-081-1/+0
|
* LICENSE GPLv2dinoex2010-06-041-1/+1
|
* LICENSE GPLv2dinoex2010-06-041-0/+2
|
* - drop USE_GNUSTEP_PREFIXdinoex2010-05-302-11/+10
|
* - add LICENSE:dinoex2009-01-171-0/+2
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - update to 0.6dinoex2007-08-082-5/+5
|
* - update for gnustep-make-2.0.0dinoex2007-05-251-1/+1
|
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - fix build for gnustep-gui-0.12dinoex2007-04-301-0/+4
|
* - add category gnustepdinoex2007-02-011-1/+1
| | | | | PR: 103931 Approved by: pav
* - update to use new bsd.gnustep.mkdinoex2007-01-131-4/+0
| | | | Approved by: gurkan@linuks.mine.nu
* A GNUstep-aware scheme interpreter. You need libflex installed on your system.dinoex2006-11-184-0/+52
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