5 Commits

Author SHA1 Message Date
juanfra
25d46612b7 Update to racket 6.1.1.
The installation of the shared lib is not recommended by upstream and
nobody is using it, so I'm removing the lib from the package.
2014-11-11 23:51:51 +00:00
juanfra
ae908bdb91 Update to Racket 6.1. Tested on amd64 and i386. 2014-08-19 22:51:20 +00:00
juanfra
501ff45dae Update to Racket 6.0.1. ok jturner@. 2014-05-14 17:51:40 +00:00
juanfra
9073300ccb Update to racket 6, plus some additional changes.
Tested by bcallah@ (i386), jturner@ (amd64) and me (both platforms).

Help and OK from jturner@ to an old similar diff. Change from
RUN_DEPENDS to LIB_DEPENDS of some deps suggested by sthen@ and OK
from him.
2014-04-09 03:34:48 +00:00
sthen
fb27b97eba import ports/lang/racket, from Juan Francisco Cantero Hurtado, ok landry@
Racket (formerly called PLT Scheme) is a multi-paradigm programming
language in the Lisp/Scheme family, that also serves as a platform for
language creation, design, and implementation.

The primary components of Racket platform are:

- The implementation of Racket (including a rich run-time system,
  various libraries, JIT compiler, and more).
- DrRacket (formerly named DrScheme), the Racket program development
  environment.
- Teachpacks to use together with various books.
- pkg.racket-lang.org, Racket's web-based package distribution system
  for user-contributed packages.
- raco, command line tool for finding documentation, compiling Racket
  source to bytecode, packaging executables, and packaging installable
  archives.
2013-09-19 14:55:55 +00:00