10 Commits

Author SHA1 Message Date
juanfra
60d7342c07 Fix "raco distribute". Patch from upstream. 2016-01-14 21:21:01 +00:00
juanfra
bdc7fb7b4d Temporary workaround for "raco distribute" until upstream creates
a proper fix.
2016-01-13 02:05:21 +00:00
juanfra
be32c55ef0 I forgot to remove the CFLAGS in the previous commit.
While here, sort the list of architectures. (spotted by jasper@)
2016-01-09 03:41:47 +00:00
juanfra
0257c94648 Add the new "no_jit" flavor. Unbreak racket on powerpc.
Help and "looks good to me" sthen@.
2016-01-08 20:12:01 +00:00
juanfra
f950ff2aba Unbreak Racket on sparc64. 2015-12-15 23:56:15 +00:00
juanfra
5fd3e57dd9 Update to Racket 6.3.
(there are still some corner cases on i386)
2015-12-01 18:26:50 +00:00
juanfra
fa01932976 Update to racket-minimal 6.2.1. 2015-08-11 21:14:26 +00:00
ajacoutot
e1f63b6547 Missing @conflict and @pkgpath markers
discussed with sthen@
2015-07-16 00:34:13 +00:00
ajacoutot
82f9e7e6a1 Do not hardcode /usr/local.
Remove bogus blank lines.
2015-07-16 00:26:20 +00:00
juanfra
1b51d91b4b Tests, help with the README file and OK jturner@.
Racket 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).
- 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, packaging installable
  archives, and installing packages from remote servers.
2015-07-16 00:20:53 +00:00